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-races/module.json

41 lines
1015 B
JSON
Raw Normal View History

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