foundry-dsa41-game/src/system.json

135 lines
2.3 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": "Skill",
"label": "Basistalente",
"system": "DSA_4-1",
"type": "Item",
"path": "packs/talente",
"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": "Basiszauber",
"color": "#801020",
"sorting": "m",
"packs": [
"Spells"
]
}
],
"languages": [
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
}
],
"documentTypes": {
"Actor": {
"character": {}
},
"Item": {
"Skill": {
"stringFields": [
"name",
"gruppe",
"probe",
"voraussetzung"
],
"numberFields": [
"handicapValue",
"complexity"
],
"htmlFields": [
"text"
],
"foreignDocumentField": [
"voraussetzung"
]
},
"Spell": {
"stringFields": [
"name",
"probenMod",
"technik",
"zauberdauer",
"wirkung",
"kosten",
"reichweite",
"wirkungsdauer",
"modifikationen",
"reversalis",
"antimagie",
"merkmal",
"komplexität",
"repräsentation",
"info"
],
"numberFields": [
"seite"
],
"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"
}