This repository has been archived on 2023-05-22. You can view files and clone it, but cannot push or open issues/pull-requests.
fvtt-shared-compendia/sc-creatures/module.json

32 lines
802 B
JSON
Raw Normal View History

2023-05-18 17:15:11 +00:00
{
"id": "sc-creatures",
"name": "shared-compendia-creatures",
"title": "Shared Compendia Creatures",
"description": "Monster manual",
"authors": [
{
"name": "leego neit"
}
],
"version": "1.0.2",
"minimumCoreVersion": "9",
"compatibility": {
"minimum": "9",
"verified": "10",
"maximum": "10"
},
"manifest": "https://nexus.kdiva.ru/repository/generic/shared-compendia/sc-creatures/module.json",
"download": "https://nexus.kdiva.ru/repository/generic/shared-compendia/sc-creatures/sc-creatures-1.0.2.zip",
"packs": [
{
"name": "sc-creatures",
"label": "sc creatures",
"path": "packs/sc-creatures.db",
"entity": "Actor",
"type": "Actor",
"module": "shared-compendia-creatures",
"system": "dnd5e"
}
]
}