This repository has been archived on 2024-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
fvtt-warhero/template.json

200 lines
4.2 KiB
JSON
Raw Normal View History

2023-01-04 21:24:56 +01:00
{
"Actor": {
"types": ["character", "npc"],
"templates": {
"biodata": {
"biodata": {
"class": "",
"age": 0,
"size": 0,
"weight": "",
"height": "",
"hair": "",
"sex": "",
"eyes": "",
"background": "",
2023-01-29 16:56:09 +01:00
"religion": "",
2023-01-04 21:24:56 +01:00
"description": "",
"notes": "",
"gmnotes": ""
}
},
"core": {
"subactors": [],
2023-01-29 16:56:09 +01:00
"statistics": {
"str": {
"label": "WH.ui.Strength",
2023-01-04 21:24:56 +01:00
"abbrev": "str",
2023-01-29 16:56:09 +01:00
"style": "dropdown",
"value": 0
2023-01-04 21:24:56 +01:00
},
2023-01-29 16:56:09 +01:00
"ist": {
"label": "WH.ui.Instinct",
"abbrev": "ist",
"style": "dropdown",
"value": 0
2023-01-04 21:24:56 +01:00
},
2023-01-29 16:56:09 +01:00
"min": {
"label": "WH.ui.Mind",
"abbrev": "min",
"style": "dropdown",
"value": 0
}
},
"attributes": {
"hp":{
"label": "WH.ui.HitPoints",
"abbrev": "hp",
"style": "edit",
"hasmax": true,
"max": 1,
2023-01-04 21:24:56 +01:00
"value": 1
},
2023-01-29 16:56:09 +01:00
"def":{
"label": "WH.ui.Defence",
"abbrev": "def",
"style": "edit",
"max": 1,
2023-01-04 21:24:56 +01:00
"value": 1
},
2023-01-29 16:56:09 +01:00
"txc":{
"label": "WH.ui.Throw2Hit",
"abbrev": "txc",
"style": "edit",
"max": 1,
2023-01-04 21:24:56 +01:00
"value": 1
},
2023-01-29 16:56:09 +01:00
"mana":{
"label": "WH.ui.Mana",
"abbrev": "pm",
"style": "edit",
"hasmax": true,
"max": 1,
2023-01-04 21:24:56 +01:00
"value": 1
},
2023-01-29 16:56:09 +01:00
"ini":{
"label": "WH.ui.Initiative",
"abbrev": "ini",
"style": "dropdown",
"max": 1,
2023-01-04 21:24:56 +01:00
"value": 1
},
2023-01-29 16:56:09 +01:00
"mov":{
"label": "WH.ui.Movement",
"abbrev": "mov",
"style": "dropdown",
"max": 1,
"value": 1
2023-01-04 21:24:56 +01:00
}
}
},
"npccore": {
"npctype": "",
"description": ""
}
},
"character": {
"templates": [ "biodata", "core" ]
},
"npc": {
"templates": [ "biodata", "core" ]
}
},
"Item": {
2023-01-06 17:45:36 +01:00
"types": [ "race", "weapon", "armor", "shield", "equipment", "money" , "skill", "power", "condition", "class"],
2023-01-04 22:09:09 +01:00
"condition": {
2023-01-04 21:24:56 +01:00
"description": ""
},
2023-01-04 22:09:09 +01:00
"class": {
"weapons": {
"short": false,
"long": false,
"twohanded": false,
"shotgun": false,
"throwing": false
},
"armors": {
"light": false,
"medium": false,
"heavy": false
},
"shields": {
"light": false,
"medium": false,
"tower": false
},
2023-01-04 21:24:56 +01:00
"description": ""
},
"race": {
2023-01-21 17:56:14 +01:00
"description": "",
"hpprogresion": "hp2",
"languages": "",
"attributebonus": "",
"weapons": "",
"shields": "",
"armors": ""
2023-01-04 21:24:56 +01:00
},
2023-01-04 22:09:09 +01:00
"skill": {
2023-01-04 21:24:56 +01:00
"description": ""
},
2023-01-04 22:09:09 +01:00
"weapon": {
"weapontype": "short",
"damage": "1d6",
"cost": 0,
"equipped": false,
2023-01-21 17:56:14 +01:00
"quantity": 1,
2023-01-06 17:45:36 +01:00
"slotused": 1,
"slotlocation": "weapon1",
2023-01-04 21:24:56 +01:00
"description": ""
},
"armor": {
2023-01-04 22:09:09 +01:00
"armortype": "light",
2023-01-04 21:24:56 +01:00
"equipped": false,
2023-01-06 17:45:36 +01:00
"damagereduction": 1,
2023-01-04 21:24:56 +01:00
"cost": 0,
2023-01-21 17:56:14 +01:00
"quantity": 1,
2023-01-06 17:45:36 +01:00
"slotused": 1,
"slotlocation": "armor",
2023-01-04 21:24:56 +01:00
"description":""
},
"shield": {
2023-01-04 22:09:09 +01:00
"shieldtype": "light",
2023-01-06 17:45:36 +01:00
"parrybonus": 1,
2023-01-04 21:24:56 +01:00
"equipped": false,
"cost": 0,
2023-01-21 17:56:14 +01:00
"quantity": 1,
2023-01-06 17:45:36 +01:00
"slotused": 1,
"slotlocation": "shield",
2023-01-04 21:24:56 +01:00
"description":""
},
"equipment": {
"equiptype": "",
"cost": 0,
2023-01-21 17:56:14 +01:00
"quantity": 1,
2023-01-04 21:24:56 +01:00
"equipped": false,
2023-01-06 17:45:36 +01:00
"slotused": 1,
"slotlocation": "backpack",
2023-01-04 21:24:56 +01:00
"description":""
},
2023-01-04 22:09:09 +01:00
"power": {
"level1": "",
"level2": "",
"level3": "",
"level4_1": "",
"level4_2": "",
"description": ""
},
2023-01-04 21:24:56 +01:00
"money" : {
"value": 0,
"quantity": 0,
"description": ""
},
"spell":{
"lore": "",
"circle": 1,
"range": "",
"description": ""
}
}
}