255 lines
5.1 KiB
JSON
255 lines
5.1 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",
|
|
"label": "Talente",
|
|
"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"
|
|
},
|
|
{
|
|
"name": "Advantage",
|
|
"label": "Vor- und Nachteile",
|
|
"system": "DSA_4-1",
|
|
"type": "Item",
|
|
"path": "packs/vorteile",
|
|
"private": false
|
|
},
|
|
{
|
|
"name": "Weapons",
|
|
"label": "Waffen",
|
|
"system": "DSA_4-1",
|
|
"type": "Item",
|
|
"path": "packs/waffen",
|
|
"private": false
|
|
},
|
|
{
|
|
"name": "Armor",
|
|
"label": "Rüstzeug",
|
|
"system": "DSA_4-1",
|
|
"type": "Item",
|
|
"path": "packs/ruestzeug",
|
|
"private": false
|
|
},
|
|
{
|
|
"name": "Ammunition",
|
|
"label": "Munition",
|
|
"system": "DSA_4-1",
|
|
"type": "Item",
|
|
"path": "packs/munition",
|
|
"private": false
|
|
},
|
|
{
|
|
"name": "Wounds",
|
|
"label": "Trefferzonen Wunden",
|
|
"system": "DSA_4-1",
|
|
"type": "Item",
|
|
"path": "packs/wunden",
|
|
"private": false
|
|
}
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "de",
|
|
"name": "Deutsch",
|
|
"path": "lang/de.json"
|
|
}
|
|
],
|
|
"documentTypes": {
|
|
"Actor": {
|
|
"creature": {},
|
|
"group": {
|
|
},
|
|
"character": {
|
|
"numberFields": [
|
|
"groesse",
|
|
"alter",
|
|
"gewicht"
|
|
],
|
|
"stringFields": [
|
|
"name"
|
|
],
|
|
"schemaFields": [
|
|
"attribute",
|
|
"meta"
|
|
],
|
|
"arrayFields": [
|
|
"talente",
|
|
"zauber",
|
|
"heldenausruestung"
|
|
]
|
|
}
|
|
},
|
|
"Item": {
|
|
"Profession": {
|
|
"htmlFields": [
|
|
"description"
|
|
],
|
|
"booleanFields": [
|
|
"revealed"
|
|
]
|
|
},
|
|
"Equipment": {
|
|
"stringFields": [
|
|
"name",
|
|
"category"
|
|
],
|
|
"htmlFields": [
|
|
"description"
|
|
],
|
|
"numberFields": [
|
|
"quantity"
|
|
]
|
|
},
|
|
"Advantage": {
|
|
"stringFields": [
|
|
"name"
|
|
],
|
|
"htmlFields": [
|
|
"description"
|
|
],
|
|
"numberFields": [
|
|
"talentBonus",
|
|
"attributBonus",
|
|
"ritualBonus",
|
|
"wundschwellenModifikator",
|
|
"inBonus",
|
|
"fkBonus",
|
|
"zauberBonus"
|
|
],
|
|
"arrayFields": [
|
|
"value",
|
|
"regenerationASP",
|
|
"regenerationLEP",
|
|
"inRollRegeneration",
|
|
"koRollRegeneration",
|
|
"modGrosseRegeneration",
|
|
"maxASP",
|
|
"auswahl",
|
|
"talente",
|
|
"attribute",
|
|
"gsMod",
|
|
"ausweichenMod",
|
|
"beVoraussetzung",
|
|
"maxLEP",
|
|
"maxMR"
|
|
]
|
|
},
|
|
"SpecialAbility": {
|
|
"stringFields": [
|
|
"name"
|
|
]
|
|
},
|
|
"ActiveEffect": {
|
|
|
|
},
|
|
"Skill": {
|
|
"stringFields": [
|
|
"name",
|
|
"gruppe"
|
|
],
|
|
"arrayFields": [
|
|
"probe"
|
|
],
|
|
"numberFields": [
|
|
"behinderung",
|
|
"komplexität"
|
|
],
|
|
"htmlFields": [
|
|
"talent"
|
|
],
|
|
"schemaFields": [
|
|
"voraussetzung"
|
|
]
|
|
},
|
|
"Blessing": {},
|
|
"Liturgy": {},
|
|
"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": "lep.aktuell",
|
|
"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"
|
|
}
|