foundry-dsa41-game/src/system.json

154 lines
2.6 KiB
JSON

{
"id": "DSA_4-1",
"title": "Das Schwarze Auge 4.1",
"description": "Noch ein Spielsystem für Das Schwarze Auge 4.1",
"version": "{{VERSION}}",
"compatibility": {
"minimum": 12,
"verified": 13
},
"authors": [
{
"name": "GrandpaPoppy"
},
{
"name": "ParanoidSpectre"
},
{
"name": "macniel"
}
],
"esmodules": [
"main.mjs"
],
"styles": [
"style/styles.css"
],
"packs": [
{
"name": "talente-brw",
"label": "Talente (BRW)",
"system": "DSA_4-1",
"type": "Item",
"path": "packs/talente-brw",
"private": false
},
{
"name": "spells",
"label": "Basiszauber",
"system": "DSA_4-1",
"type": "Item",
"path": "packs/zauber",
"private": false
},
{
"name": "liturgien",
"label": "Basisliturgien",
"system": "DSA_4-1",
"type": "Item"
},
{
"name": "sonderfertigkeiten",
"label": "Basissonderfertigkeiten",
"system": "DSA_4-1",
"type": "Item"
}
],
"packFolders": [
{
"name": "Talente",
"color": "#801020",
"sorting": "m",
"packs": [
"talente-brw"
]
}
],
"languages": [
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"documentTypes": {
"Actor": {
"character": {
"numberFields": [
"groesse", "alter", "gewicht"
],
"stringFields": [
"name"
],
"schemaFields": [
"attribute", "meta"
],
"arrayFields": [
"talente",
"zauber"
]
}
},
"Item": {
"Skill": {
"stringFields": [
"name",
"gruppe"
],
"arrayFields": [
"probe"
],
"numberFields": [
"behinderung",
"komplexität"
],
"htmlFields": [
"talent"
],
"schemaFields": [
"voraussetzung"
]
},
"Spell": {
"stringFields": [
"name",
"probenMod",
"technik",
"zauberdauer",
"wirkung",
"kosten",
"zielobjekt",
"reichweite",
"wirkungsdauer",
"modifikationen",
"reversalis",
"antimagie",
"merkmal",
"komplexität",
"repräsentation",
"info"
],
"numberFields": [
"seite"
],
"schemaFields": [
"varianten"
],
"arrayFields": [
"probe"
]
}
}
},
"socket": false,
"initiative": "1d6",
"grid": {
"distance": 10,
"units": "Schritt"
},
"primaryTokenAttribute": "resources.sp",
"secondaryTokenAttribute": "resources.aus",
"url": "https://git.macniel.online/macniel/foundry-dsa41-game",
"manifest": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/{{VERSION}}/system.json",
"download": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/{{VERSION}}/release.zip"
}