200 lines
4.2 KiB
JSON
200 lines
4.2 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": "dropdown",
|
|
"value": 0
|
|
},
|
|
"ist": {
|
|
"label": "WH.ui.Instinct",
|
|
"abbrev": "ist",
|
|
"style": "dropdown",
|
|
"value": 0
|
|
},
|
|
"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,
|
|
"value": 1
|
|
},
|
|
"def":{
|
|
"label": "WH.ui.Defence",
|
|
"abbrev": "def",
|
|
"style": "edit",
|
|
"max": 1,
|
|
"value": 1
|
|
},
|
|
"txc":{
|
|
"label": "WH.ui.Throw2Hit",
|
|
"abbrev": "txc",
|
|
"style": "edit",
|
|
"max": 1,
|
|
"value": 1
|
|
},
|
|
"mana":{
|
|
"label": "WH.ui.Mana",
|
|
"abbrev": "pm",
|
|
"style": "edit",
|
|
"hasmax": true,
|
|
"max": 1,
|
|
"value": 1
|
|
},
|
|
"ini":{
|
|
"label": "WH.ui.Initiative",
|
|
"abbrev": "ini",
|
|
"style": "dropdown",
|
|
"max": 1,
|
|
"value": 1
|
|
},
|
|
"mov":{
|
|
"label": "WH.ui.Movement",
|
|
"abbrev": "mov",
|
|
"style": "dropdown",
|
|
"max": 1,
|
|
"value": 1
|
|
}
|
|
}
|
|
},
|
|
"npccore": {
|
|
"npctype": "",
|
|
"description": ""
|
|
}
|
|
},
|
|
"character": {
|
|
"templates": [ "biodata", "core" ]
|
|
},
|
|
"npc": {
|
|
"templates": [ "biodata", "core" ]
|
|
}
|
|
},
|
|
"Item": {
|
|
"types": [ "race", "weapon", "armor", "shield", "equipment", "money" , "skill", "power", "condition", "class"],
|
|
"condition": {
|
|
"description": ""
|
|
},
|
|
"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
|
|
},
|
|
"description": ""
|
|
},
|
|
"race": {
|
|
"description": "",
|
|
"hpprogresion": "hp2",
|
|
"languages": "",
|
|
"attributebonus": "",
|
|
"weapons": "",
|
|
"shields": "",
|
|
"armors": ""
|
|
},
|
|
"skill": {
|
|
"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": {
|
|
"level1": "",
|
|
"level2": "",
|
|
"level3": "",
|
|
"level4_1": "",
|
|
"level4_2": "",
|
|
"description": ""
|
|
},
|
|
"money" : {
|
|
"value": 0,
|
|
"quantity": 0,
|
|
"description": ""
|
|
},
|
|
"spell":{
|
|
"lore": "",
|
|
"circle": 1,
|
|
"range": "",
|
|
"description": ""
|
|
}
|
|
}
|
|
}
|