fvtt-warhero/template.json

316 lines
7.5 KiB
JSON

{
"Actor": {
"types": ["character", "npc"],
"templates": {
"biodata": {
"biodata": {
"class": "",
"age": 0,
"size": 0,
"weight": "",
"height": "",
"hair": "",
"sex": "",
"eyes": "",
"background": "",
"religion": "",
"description": "",
"notes": "",
"gmnotes": ""
}
},
"core": {
"subactors": [],
"statistics": {
"str": {
"label": "WH.ui.Strength",
"abbrev": "str",
"style": "edit",
"hassave": true,
"roll": true,
"save": 0,
"value": 0
},
"dex": {
"label": "WH.ui.Dexterity",
"abbrev": "dex",
"style": "edit",
"hassave": true,
"roll": true,
"save": 0,
"value": 0
},
"min": {
"label": "WH.ui.Mind",
"abbrev": "min",
"style": "edit",
"hassave": true,
"roll": true,
"save": 0,
"value": 0
}
},
"attributes": {
"hp":{
"label": "WH.ui.HitPoints",
"abbrev": "hp",
"style": "edit",
"hasmax": true,
"isheader": true,
"max": 1,
"value": 1
},
"knowledge":{
"label": "WH.ui.Knowledge",
"abbrev": "knowledge",
"style": "edit",
"hasmax": false,
"roll": true,
"max": 1,
"value": 1
},
"def":{
"label": "WH.ui.Defence",
"abbrev": "def",
"style": "edit",
"max": 1,
"value": 1
},
"txcm":{
"label": "WH.ui.Throw2HitM",
"abbrev": "txcm",
"istxc": true,
"style": "edit",
"roll": true,
"max": 1,
"value": 1
},
"txcr":{
"label": "WH.ui.Throw2HitR",
"abbrev": "txcr",
"istxc": true,
"style": "edit",
"roll": true,
"max": 1,
"value": 1
},
"mana":{
"label": "WH.ui.Mana",
"abbrev": "pm",
"style": "edit",
"hasmax": true,
"isheader": true,
"max": 1,
"value": 1
},
"ini":{
"label": "WH.ui.Initiative",
"abbrev": "ini",
"style": "edit",
"max": 1,
"value": 1
},
"movearth":{
"label": "WH.ui.Movement",
"abbrev": "mov",
"style": "edit",
"max": 1,
"value": 1
},
"movswim":{
"label": "WH.ui.MovementSwim",
"abbrev": "mov",
"style": "edit",
"max": 1,
"value": 1
},
"movfly":{
"label": "WH.ui.MovementFly",
"abbrev": "mov",
"style": "edit",
"max": 1,
"value": 1
}
},
"secondary": {
"xp": {
"label": "WH.ui.XP",
"abbrev": "xp",
"islevel": true,
"style": "edit",
"value": 0
},
"malusmultiweapon": {
"label": "WH.ui.malusmultiweapon",
"abbrev": "malusmultiweapon",
"style": "edit",
"value": 0
},
"drbonus": {
"label": "WH.ui.drbonus",
"abbrev": "drbonus",
"style": "edit",
"value": 0
},
"drbonustotal": {
"label": "WH.ui.drbonustotal",
"abbrev": "drbonustotal",
"disabled": true,
"style": "edit",
"value": 0
},
"parrybonus": {
"label": "WH.ui.parrybonus",
"abbrev": "parrybonus",
"isparrybonus": true,
"style": "edit",
"value": 0
},
"parrybonustotal": {
"label": "WH.ui.parrybonustotal",
"abbrev": "parrybonustotal",
"disabled": true,
"style": "edit",
"roll": true,
"value": 0
},
"counterspell": {
"label": "WH.ui.counterspell",
"abbrev": "counterspell",
"style": "edit",
"hasmax": true,
"max": 1,
"value": 0
},
"createitem": {
"label": "WH.ui.createitem",
"abbrev": "createitem",
"style": "edit",
"value": 0
},
"nblanguage": {
"label": "WH.ui.languagesbonus",
"abbrev": "nblanguage",
"style": "edit",
"disabled": true,
"value": 0
}
}
},
"npccore": {
"npctype": "",
"description": ""
}
},
"character": {
"templates": [ "biodata", "core" ]
},
"npc": {
"templates": [ "biodata", "core" ]
}
},
"Item": {
"types": [ "equipment", "race", "weapon", "armor", "shield", "skill", "power", "language", "condition", "class"],
"templates": {
"commonclassrace": {
"weapons": {
"short": false,
"long": false,
"twohanded": false,
"shooting": false,
"polearm": false,
"throwing": false
},
"armors": {
"light": false,
"medium": false,
"heavy": false
},
"shields": {
"light": false,
"medium": false,
"tower": false
}
}
},
"condition": {
"shortdescription": "",
"description": ""
},
"class": {
"templates": ["commonclassrace"],
"description": ""
},
"race": {
"description": "",
"hpprogresion": "hp2",
"languages": "",
"attributebonus1": "",
"attributebonus4": "",
"attributebonus8": "",
"templates": ["commonclassrace"]
},
"language": {
"shortdescription": "",
"description": ""
},
"skill": {
"classskill": false,
"unlimited": false,
"currentuse": 0,
"maxuse": 0,
"description": ""
},
"weapon": {
"weapontype": "short",
"damage": "1d6",
"cost": 0,
"equipped": false,
"quantity": 1,
"slotused": 1,
"slotlocation": "weapon1",
"description": ""
},
"armor": {
"armortype": "light",
"equipped": false,
"damagereduction": 1,
"cost": 0,
"quantity": 1,
"slotused": 1,
"slotlocation": "armor",
"description":""
},
"shield": {
"shieldtype": "light",
"parrybonus": 1,
"equipped": false,
"cost": 0,
"quantity": 1,
"slotused": 1,
"slotlocation": "shield",
"description":""
},
"equipment": {
"equiptype": "",
"cost": 0,
"quantity": 1,
"equipped": false,
"slotused": 1,
"slotlocation": "backpack",
"description":""
},
"power": {
"level": "",
"magicschool": "",
"description": ""
},
"spell":{
"lore": "",
"circle": 1,
"range": "",
"description": ""
}
}
}