185 lines
3.7 KiB
JSON
185 lines
3.7 KiB
JSON
{
|
|
"Actor": {
|
|
"types": ["character", "npc"],
|
|
"templates": {
|
|
"biodata": {
|
|
"biodata": {
|
|
"class": "",
|
|
"age": 0,
|
|
"size": 0,
|
|
"weight": "",
|
|
"height": "",
|
|
"hair": "",
|
|
"sex": "",
|
|
"eyes": "",
|
|
"background": "",
|
|
"description": "",
|
|
"notes": "",
|
|
"gmnotes": ""
|
|
}
|
|
},
|
|
"core": {
|
|
"subactors": [],
|
|
"abilities": {
|
|
"str":{
|
|
"label": "Strength",
|
|
"abbrev": "str",
|
|
"col": 1,
|
|
"value": 1
|
|
},
|
|
"agi":{
|
|
"label": "Agility",
|
|
"abbrev": "agi",
|
|
"col": 1,
|
|
"value": 1
|
|
},
|
|
"dex":{
|
|
"label": "Dexterity",
|
|
"abbrev": "dex",
|
|
"col": 1,
|
|
"value": 1
|
|
},
|
|
"con":{
|
|
"label": "Constitution",
|
|
"abbrev": "con",
|
|
"col": 1,
|
|
"value": 1
|
|
},
|
|
"int":{
|
|
"label": "Intelligence",
|
|
"abbrev": "int",
|
|
"col": 2,
|
|
"value": 1
|
|
},
|
|
"wit":{
|
|
"label": "Wits",
|
|
"abbrev": "wit",
|
|
"col": 2,
|
|
"value": 1
|
|
},
|
|
"cha":{
|
|
"label": "Charisma",
|
|
"abbrev": "cha",
|
|
"col": 2,
|
|
"value": 1
|
|
}
|
|
},
|
|
"secondary": {
|
|
"hp": {
|
|
"label": "Hitpoint",
|
|
"abbrev": "hb",
|
|
"value": -1,
|
|
"max": 0
|
|
},
|
|
"effort": {
|
|
"label": "Effort",
|
|
"abbrev": "eff",
|
|
"value": -1,
|
|
"max": 0
|
|
}
|
|
},
|
|
"social": {
|
|
"fame": {
|
|
"label": "Fame",
|
|
"value": 0
|
|
},
|
|
"reputation": {
|
|
"label": "Reputation",
|
|
"value": 0
|
|
}
|
|
}
|
|
},
|
|
"npccore": {
|
|
"npctype": "",
|
|
"description": ""
|
|
}
|
|
},
|
|
"character": {
|
|
"templates": [ "biodata", "core" ]
|
|
},
|
|
"npc": {
|
|
"templates": [ "biodata", "core" ]
|
|
}
|
|
},
|
|
"Item": {
|
|
"types": [ "race", "weapon", "armor", "shield", "equipment", "money" , "skill", "power", "spell", "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": ""
|
|
},
|
|
"skill": {
|
|
"description": ""
|
|
},
|
|
"weapon": {
|
|
"weapontype": "short",
|
|
"damage": "1d6",
|
|
"cost": 0,
|
|
"equipped": false,
|
|
"description": ""
|
|
},
|
|
"armor": {
|
|
"armortype": "light",
|
|
"equipped": false,
|
|
"cost": 0,
|
|
"description":""
|
|
},
|
|
"shield": {
|
|
"shieldtype": "light",
|
|
"equipped": false,
|
|
"cost": 0,
|
|
"description":""
|
|
},
|
|
"equipment": {
|
|
"equiptype": "",
|
|
"cost": 0,
|
|
"quantity": 0,
|
|
"equipped": false,
|
|
"iscontainer": false,
|
|
"containercapacity": 0,
|
|
"containerid": "",
|
|
"description":""
|
|
},
|
|
"power": {
|
|
"level1": "",
|
|
"level2": "",
|
|
"level3": "",
|
|
"level4_1": "",
|
|
"level4_2": "",
|
|
"description": ""
|
|
},
|
|
"money" : {
|
|
"value": 0,
|
|
"quantity": 0,
|
|
"description": ""
|
|
},
|
|
"spell":{
|
|
"lore": "",
|
|
"circle": 1,
|
|
"range": "",
|
|
"description": ""
|
|
}
|
|
}
|
|
}
|