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

209 lines
6.5 KiB
JSON

{
"Actor": {
"types": ["npc", "character"],
"templates": {
"characterDescription": {
"info": {
"description": "",
"class": "",
"race": "",
"magicUsing": 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": "",
"general": {
"akrobatik": { "fw": 6, "attribute": "gw", "initial": 8 },
"alchimie": { "fw": 0, "attribute": "in", "initial": 8 },
"anfuehren": { "fw": 6, "attribute": "pa", "initial": 8 },
"athletik": { "fw": 0, "attribute": "st", "initial": 8 },
"balancieren": { "fw": 6, "attribute": "gw", "initial": 8 },
"beidhaendigerKampf": { "fw": 0, "attribute": "gs", "initial": 8 },
"beredsamkeit": { "fw": 3, "attribute": "pa", "initial": 8 },
"betaeuben": { "fw": 6, "attribute": "gs", "initial": 8 },
"bootfahren": { "fw": 3, "attribute": "gs", "initial": 8 },
"ersteHilfe": { "fw": 0, "attribute": "gs", "initial": 8 },
"etikette": { "fw": 0, "attribute": "in", "initial": 8 },
"fallenEntdecken": { "fw": 0, "attribute": "in", "initial": 8 },
"fallenmechanik": { "fw": 0, "attribute": "gs", "initial": 8 },
"faelschen": { "fw": 0, "attribute": "gs", "initial": 8 },
"fechten": { "fw": 0, "attribute": "gs", "initial": 8 },
"gassenwissen": { "fw": 0, "attribute": "in", "initial": 8 },
"gaukeln": { "fw": 0, "attribute": "gs", "initial": 8 },
"gelaendelauf": { "fw": 6, "attribute": "gw", "initial": 8 },
"geraetekunde": { "fw": 0, "attribute": "in", "initial": 8 },
"geschaeftssinn": { "fw": 0, "attribute": "in", "initial": 8 },
"gluecksspiel": { "fw": 0, "attribute": "gs", "initial": 8 },
"heilkunde": { "fw": 0, "attribute": "in", "initial": 8 },
"kampfInVollruestung": { "fw": 0, "attribute": "st", "initial": 8 },
"klettern": { "fw": 6, "attribute": "st", "initial": 8 },
"landeskunde": { "fw": 6, "attribute": "in", "initial": 8 },
"laufen": { "fw": 0, "attribute": "ko", "initial": 8 },
"lesenVonZauberschrift": { "fw": 0, "attribute": "in", "initial": 8 },
"meditieren": { "fw": 0, "attribute": "wk", "initial": 8 },
"menschenkenntnis": { "fw": 3, "attribute": "in", "initial": 8 },
"meucheln": { "fw": 0, "attribute": "gs", "initial": 8 },
"musizieren": { "fw": 0, "attribute": "gs", "initial": 8 },
"naturkunde": { "fw": 0, "attribute": "in", "initial": 8 },
"pflanzenkunde": { "fw": 0, "attribute": "in", "initial": 8 },
"reiten": { "fw": 6, "attribute": "gw", "initial": 8 },
"reiterkampf": { "fw": 0, "attribute": "gw", "initial": 8 },
"scharfschiessen": { "fw": 0, "attribute": "gs", "initial": 8 },
"schleichen": { "fw": 3, "attribute": "gw", "initial": 8 },
"schloesserOeffnen": { "fw": 0, "attribute": "gs", "initial": 8 },
"schwimmen": { "fw": 3, "attribute": "gw", "initial": 8 },
"seilkunst": { "fw": 3, "attribute": "gs", "initial": 8 },
"spurensuche": { "fw": 0, "attribute": "in", "initial": 8 },
"stehlen": { "fw": 3, "attribute": "gs", "initial": 8 },
"tarnen": { "fw": 3, "attribute": "gw", "initial": 8 },
"tauchen": { "fw": 6, "attribute": "ko", "initial": 8 },
"tierkunde": { "fw": 0, "attribute": "in", "initial": 8 },
"ueberleben": { "fw": 6, "attribute": "in", "initial": 8 },
"verfuehren": { "fw": 3, "attribute": "pa", "initial": 8 },
"verhoeren": { "fw": 3, "attribute": "pa", "initial": 8 },
"verstellen": { "fw": 3, "attribute": "pa", "initial": 8 },
"wagenlenken": { "fw": 3, "attribute": "gs", "initial": 8 },
"zauberkunde": { "fw": 0, "attribute": "in", "initial": 8 }
},
"combat": {}
}
}
},
"character": {
"templates": ["characterBars", "attributes", "characterDescription", "characterHeader", "skills"]
},
"npc": {
"templates": ["characterBars", "attributes", "characterDescription"]
},
"vehicle": {
"templates": ["characterBars", "attributes"]
}
},
"Item": {
"types": ["skill", "item", "weapon", "armor", "spell"],
"templates": {
"itemDescription": {
"description": ""
},
"stats": {
"damageBonus": 0,
"attackBonus": 0,
"defenseBonus": 0,
"movementBonus": 0,
"resistanceMind": 0,
"resistanceBody": 0,
"spellBonus": 0
},
"attributeSelection": {
"attributes": {
"st": { "short": "midgard5.actor-st", "long": "midgard5.actor-st-long" },
"gs": { "short": "midgard5.actor-gs", "long": "midgard5.actor-gs-long" },
"gw": { "short": "midgard5.actor-gw", "long": "midgard5.actor-gw-long" },
"ko": { "short": "midgard5.actor-ko", "long": "midgard5.actor-ko-long" },
"in": { "short": "midgard5.actor-in", "long": "midgard5.actor-in-long" },
"zt": { "short": "midgard5.actor-zt", "long": "midgard5.actor-zt-long" },
"au": { "short": "midgard5.actor-au", "long": "midgard5.actor-au-long" },
"pa": { "short": "midgard5.actor-pa", "long": "midgard5.actor-pa-long" },
"wk": { "short": "midgard5.actor-wk", "long": "midgard5.actor-wk-long" }
}
}
},
"skill": {
"templates": ["itemDescription", "attributeSelection"],
"fw": 0,
"attribute": "st",
"skill": "",
"type": "general",
"formula": "1d20 + @fw + @bonus"
},
"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"]
}
}
}