dsa-4th-edition/system.json

77 lines
1.5 KiB
JSON

{
"id": "dsa-4th-edition",
"title": "Custom Das Schwarze Auge 4.1",
"description": "",
"esmodules": ["src/main.mjs"],
"styles": ["src/main.css"],
"documentTypes": {
"Actor": {
"Player": {}
},
"Item": {
"Gegenstand": {},
"Ruestung": {},
"Bewaffnung": {},
"Zauber": {},
"Talent": {},
"Kampftalent": {},
"Sonderfertigkeit": {},
"VorNachteil": {}
}
},
"packs": [
{
"system": "dsa-4th-edition",
"path": "packs/talente",
"type": "Item",
"name": "talente",
"label": "Talente"
},
{
"system": "dsa-4th-edition",
"path": "packs/ruestungen",
"type": "Item",
"name": "ruestungen",
"label": "Rüstungen"
},
{
"system": "dsa-4th-edition",
"path": "packs/bewaffnungen",
"type": "Item",
"name": "bewaffnungen",
"label": "Bewaffnungen"
}
],
"packFolders": [
{
"name": "DSA 4.1",
"packs": [
"talente",
"ruestungen",
"bewaffnungen"
]
}
],
"languages": [
{
"lang": "de",
"name": "German (Deutsch)",
"path": "src/lang/de.json"
}
],
"compatibility": {
"minimum": "13",
"verified": "13"
},
"version": "0.1.5",
"manifest": "https://gitea.ammerhai.com/foundry/dsa-4th-edition/releases/download/latest/system.json",
"download": "https://gitea.ammerhai.com/foundry/dsa-4th-edition/releases/download/test2/dsa-4th-edition.zip"
}