foundry-dsa41-game/src/system.json

364 lines
7.2 KiB
JSON

{
"id": "DSA_4-1",
"title": "Das Schwarze Auge 4.1",
"description": "Noch ein Spielsystem für Das Schwarze Auge 4.1",
"version": "0.6.0",
"compatibility": {
"minimum": 12,
"verified": 13
},
"dependencies": [],
"authors": [
{
"name": "GrandpaPoppy"
},
{
"name": "ParanoidSpectre"
},
{
"name": "macniel"
}
],
"esmodules": [
"main.mjs"
],
"styles": [
"style/styles.css"
],
"packs": [
{
"name": "Skills",
"label": "Talente",
"system": "DSA_4-1",
"type": "Item",
"path": "packs/talente",
"private": false
},
{
"name": "Spells",
"label": "Zauber",
"system": "DSA_4-1",
"type": "Item",
"path": "packs/zauber",
"private": false
},
{
"name": "Liturgies",
"label": "Liturgien",
"system": "DSA_4-1",
"type": "Item",
"path": "packs/liturgien"
},
{
"name": "SpecialAbilities",
"label": "Sonderfertigkeiten",
"system": "DSA_4-1",
"type": "Item",
"path": "packs/sonderfertigkeiten"
},
{
"name": "Advantage",
"label": "Vor- und Nachteile",
"system": "DSA_4-1",
"type": "Item",
"path": "packs/vorteile",
"private": false
},
{
"name": "Currency",
"label": "Währung",
"system": "DSA_4-1",
"type": "Item",
"path": "packs/waehrungen",
"private": false
},
{
"name": "Items",
"label": "Gegenstände",
"system": "DSA_4-1",
"type": "Item",
"path": "packs/gegenstaende",
"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
},
{
"name": "Professions",
"label": "Professionen",
"system": "DSA_4-1",
"type": "Item",
"path": "packs/professionen",
"private": false
},
{
"name": "Species",
"label": "Rassen",
"system": "DSA_4-1",
"type": "Item",
"path": "packs/spezien",
"private": false
},
{
"name": "Cultures",
"label": "Kulturen",
"system": "DSA_4-1",
"type": "Item",
"path": "packs/kulturen",
"private": false
}
],
"packFolders": [
{
"name": "Charakterdaten",
"sorting": "m",
"color": "#343c33",
"packs": [
"Species",
"Cultures",
"Professions",
"Advantage",
"SpecialAbilities",
"Skills"
],
"folders": []
},
{
"name": "Übernatürliches",
"sorting": "m",
"color": "#3392ad",
"packs": [
"Spells",
"Liturgies"
],
"folders": []
},
{
"name": "Rüstkammer",
"sorting": "m",
"color": "#ad0000",
"packs": [
"Weapons",
"Armor",
"Ammunition"
],
"folders": []
}
],
"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"
]
},
"Merchant": {
"schemaFields": [
"goods",
"services"
],
"htmlFields": [
"description"
]
}
},
"Item": {
"Culture": {
"htmlFields": [
"description"
]
},
"Species": {
"htmlFields": [
"description"
],
"numberFields": [
"baseSpeed"
]
},
"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": {},
"Deity": {},
"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": true,
"relationships": {
"requires": [
{
"id": "socketlib",
"type": "module",
"manifest": "https://github.com/farling42/foundryvtt-socketlib/releases/latest/download/module.json"
}
]
},
"initiative": "1d6",
"grid": {
"distance": 1,
"units": "Schritt"
},
"primaryTokenAttribute": "lep.aktuell",
"url": "https://git.macniel.online/macniel/foundry-dsa41-game",
"manifest": "https://git.macniel.online/macniel/foundry-dsa41-game/raw/branch/main/src/system.json",
"download": "https://git.macniel.online/macniel/foundry-dsa41-game/releases/download/0.6.0/release.zip"
}