foundry-vtt-system-midgard5/source/template.json

189 lines
4.9 KiB
JSON

{
"Actor": {
"types": ["npc", "character"],
"templates": {
"characterDescription": {
"info": {
"description": "",
"class": "",
"race": "",
"magic_using": false,
"gender": "",
"weight": "",
"height": "",
"shape": "",
"age": "",
"caste": "",
"occupation": "",
"origin": "",
"faith": ""
}
},
"characterBars": {
"lp": {
"value": 15,
"min": 0,
"max": 15
},
"ap": {
"value": 20,
"min": 0,
"max": 20
}
},
"characterHeader": {
"es": 0,
"ep": 0,
"gg": 0,
"sg": 0,
"gp": 2
},
"attributes": {
"attributes": {
"st": {
"value": 50,
"bonus": 0
},
"gs": {
"value": 50,
"bonus": 0
},
"gw": {
"value": 50,
"bonus": 0
},
"ko": {
"value": 50,
"bonus": 0
},
"in": {
"value": 50,
"bonus": 0
},
"zt": {
"value": 50,
"bonus": 0
},
"au": {
"value": 50,
"bonus": 0
},
"pa": {
"value": 50,
"bonus": 0
},
"wk": {
"value": 50,
"bonus": 0
}
}
},
"skills": {
"skills": {
"preferredCombatSkill": "",
"learned": [],
"general": {
"akrobatik": { "fw": 0, "attribute": "gw" },
"alchimie": { "fw": 0, "attribute": "in" },
"anfuehren": { "fw": 0, "attribute": "pa" },
"athletik": { "fw": 0, "attribute": "st" },
"balancieren": { "fw": 0, "attribute": "gw" },
"beidhaendigerKampf": { "fw": 0, "attribute": "gs" },
"beredsamkeit": { "fw": 0, "attribute": "pa" },
"betaeuben": { "fw": 0, "attribute": "gs" },
"bootfahren": { "fw": 0, "attribute": "gs" },
"ersteHilfe": { "fw": 0, "attribute": "gs" },
"etikette": { "fw": 0, "attribute": "in" },
"fallenEntdecken": { "fw": 0, "attribute": "in" },
"fallenmechanik": { "fw": 0, "attribute": "gs" },
"faelschen": { "fw": 0, "attribute": "gs" },
"fechten": { "fw": 0, "attribute": "gs" },
"gassenwissen": { "fw": 0, "attribute": "in" },
"gaukeln": { "fw": 0, "attribute": "gs" },
"gelaendelauf": { "fw": 0, "attribute": "gw" },
"geraetekunde": { "fw": 0, "attribute": "in" },
"geschaeftssinn": { "fw": 0, "attribute": "in" },
"gluecksspiel": { "fw": 0, "attribute": "gs" },
"heilkunde": { "fw": 0, "attribute": "in" },
"kampfInVollruestung": { "fw": 0, "attribute": "st" },
"klettern": { "fw": 0, "attribute": "st" },
"landeskunde": { "fw": 0, "attribute": "in" },
"laufen": { "fw": 0, "attribute": "ko" },
"lesenVonZauberschrift": { "fw": 0, "attribute": "in" },
"meditieren": { "fw": 0, "attribute": "wk" },
"menschenkenntnis": { "fw": 0, "attribute": "in" },
"meucheln": { "fw": 0, "attribute": "gs" },
"musizieren": { "fw": 0, "attribute": "gs" },
"naturkunde": { "fw": 0, "attribute": "in" },
"pflanzenkunde": { "fw": 0, "attribute": "in" },
"reiten": { "fw": 0, "attribute": "gw" },
"reiterkampf": { "fw": 0, "attribute": "gw" },
"scharfschiessen": { "fw": 0, "attribute": "gs" },
"schleichen": { "fw": 0, "attribute": "gw" },
"schloesserOeffnen": { "fw": 0, "attribute": "gs" },
"schwimmen": { "fw": 0, "attribute": "gw" },
"seilkunst": { "fw": 0, "attribute": "gs" },
"spurensuche": { "fw": 0, "attribute": "in" },
"stehlen": { "fw": 0, "attribute": "gs" },
"tarnen": { "fw": 0, "attribute": "gw" },
"tauchen": { "fw": 0, "attribute": "ko" },
"tierkunde": { "fw": 0, "attribute": "in" },
"ueberleben": { "fw": 0, "attribute": "in" },
"verfuehren": { "fw": 0, "attribute": "pa" },
"verhoeren": { "fw": 0, "attribute": "pa" },
"verstellen": { "fw": 0, "attribute": "pa" },
"wagenlenken": { "fw": 0, "attribute": "gs" },
"zauberkunde": { "fw": 0, "attribute": "in" }
},
"combat": {}
}
}
},
"character": {
"templates": ["characterBars", "attributes", "characterDescription", "characterHeader", "skills"]
},
"npc": {
"templates": ["characterBars", "attributes", "characterDescription"]
},
"vehicle": {
"templates": ["characterBars", "attributes"]
}
},
"Item": {
"types": ["item", "weapon", "armor", "spell"],
"templates": {
"itemDescription": {
"description": " "
},
"stats": {
"damageBonus": 0,
"attackBonus": 0,
"defenseBonus": 0,
"movementBonus": 0,
"resistanceMind": 0,
"resistanceBody": 0,
"spellBonus": 0
}
},
"item": {
"templates": ["itemDescription"],
"quantity": 1,
"value": 0,
"magic": false,
"onbody": false,
"attributes": {},
"groups": {}
},
"weapon": {
"templates": ["itemDescription", "stats"],
"skill": ""
},
"armor": {
"templates": ["itemDescription", "stats"],
"skill": ""
},
"spell": {
"templates": ["itemDescription"]
}
}
}