2022-07-19 23:16:03 +02:00
|
|
|
{
|
|
|
|
"Actor": {
|
|
|
|
"types": ["character", "npc"],
|
|
|
|
"templates": {
|
|
|
|
"biodata": {
|
|
|
|
"biodata": {
|
|
|
|
"age": 0,
|
|
|
|
"size": "",
|
|
|
|
"weight": "",
|
|
|
|
"hair": "",
|
|
|
|
"sex": "",
|
|
|
|
"eyes": "",
|
|
|
|
"background": "",
|
|
|
|
"description": "",
|
|
|
|
"notes": "",
|
|
|
|
"gmnotes": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"core": {
|
|
|
|
"subactors": [],
|
|
|
|
"abilities": {
|
|
|
|
"str":{
|
|
|
|
"label": "Strength",
|
|
|
|
"abbrev": "str",
|
|
|
|
"value": 1
|
|
|
|
},
|
|
|
|
"agi":{
|
|
|
|
"label": "Agility",
|
|
|
|
"abbrev": "agi",
|
|
|
|
"value": 1
|
|
|
|
},
|
|
|
|
"dex":{
|
|
|
|
"label": "Dexterity",
|
|
|
|
"abbrev": "dex",
|
|
|
|
"value": 1
|
|
|
|
},
|
|
|
|
"con":{
|
|
|
|
"label": "Constitution",
|
|
|
|
"abbrev": "con",
|
|
|
|
"value": 1
|
|
|
|
},
|
|
|
|
"int":{
|
|
|
|
"label": "Intelligence",
|
|
|
|
"abbrev": "int",
|
|
|
|
"value": 1
|
|
|
|
},
|
|
|
|
"wit":{
|
|
|
|
"label": "Wits",
|
|
|
|
"abbrev": "wit",
|
|
|
|
"value": 1
|
|
|
|
},
|
|
|
|
"cha":{
|
|
|
|
"label": "Charisma",
|
|
|
|
"abbrev": "cha",
|
|
|
|
"value": 1
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"secondary": {
|
|
|
|
"hp": {
|
|
|
|
"label": "Hitpoint",
|
|
|
|
"abbrev": "hb",
|
|
|
|
"value": 0,
|
|
|
|
"max": 0
|
|
|
|
},
|
|
|
|
"effort": {
|
|
|
|
"label": "Effort",
|
|
|
|
"abbrev": "eff",
|
|
|
|
"value": 0,
|
|
|
|
"max": 0
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npccore": {
|
|
|
|
"npctype": "",
|
|
|
|
"description": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"character": {
|
|
|
|
"templates": [ "biodata", "core" ]
|
|
|
|
},
|
|
|
|
"npc": {
|
|
|
|
"templates": [ "npccore" ]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Item": {
|
2022-07-23 22:35:27 +02:00
|
|
|
"types": [ "race", "skill", "armor", "shield", "equipment", "weapon", "money" , "feat", "spell", "condition"],
|
|
|
|
"condition": {
|
|
|
|
"description": ""
|
|
|
|
},
|
2022-07-19 23:16:03 +02:00
|
|
|
"race": {
|
|
|
|
"description": ""
|
|
|
|
},
|
2022-07-23 10:06:51 +02:00
|
|
|
"feat": {
|
|
|
|
"isfeatdie": false,
|
|
|
|
"issl": false,
|
|
|
|
"sl": 0,
|
|
|
|
"description": ""
|
|
|
|
},
|
2022-07-19 23:16:03 +02:00
|
|
|
"skill": {
|
|
|
|
"ability": "",
|
2022-07-23 10:06:51 +02:00
|
|
|
"armorpenalty": false,
|
2022-07-19 23:16:03 +02:00
|
|
|
"level": 0,
|
|
|
|
"background": 0,
|
|
|
|
"basic": 0,
|
|
|
|
"class": 0,
|
|
|
|
"exp": 0,
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"armor": {
|
2022-07-23 10:06:51 +02:00
|
|
|
"armortype": "",
|
2022-07-19 23:16:03 +02:00
|
|
|
"absorprionroll": "",
|
2022-07-23 10:06:51 +02:00
|
|
|
"damagedroll": "",
|
|
|
|
"isproficient": false,
|
2022-07-19 23:16:03 +02:00
|
|
|
"minstr": 0,
|
|
|
|
"skillpenalty": 0,
|
|
|
|
"equipped": false,
|
|
|
|
"cost": 0,
|
|
|
|
"description":""
|
|
|
|
},
|
|
|
|
"equipment": {
|
2022-07-23 22:35:27 +02:00
|
|
|
"equiptype": "",
|
2022-07-19 23:16:03 +02:00
|
|
|
"cost": 0,
|
|
|
|
"quantity": 0,
|
|
|
|
"equipped": false,
|
|
|
|
"iscontainer": false,
|
|
|
|
"containercapacity": 0,
|
|
|
|
"containerid": "",
|
2022-07-23 22:35:27 +02:00
|
|
|
"description":""
|
2022-07-19 23:16:03 +02:00
|
|
|
},
|
|
|
|
"money" : {
|
|
|
|
"value": 0,
|
|
|
|
"quantity": 0,
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"weapon": {
|
|
|
|
"ability": "",
|
2022-07-23 10:06:51 +02:00
|
|
|
"isproficient": false,
|
|
|
|
"qualities": "",
|
|
|
|
"flaws": "",
|
2022-07-19 23:16:03 +02:00
|
|
|
"damage": "",
|
|
|
|
"range": "",
|
|
|
|
"maxrange": "",
|
2022-07-23 10:06:51 +02:00
|
|
|
"cost": 0,
|
2022-07-19 23:16:03 +02:00
|
|
|
"equipped": false,
|
|
|
|
"description": ""
|
2022-07-23 22:35:27 +02:00
|
|
|
},
|
|
|
|
"spell":{
|
|
|
|
"lore": "",
|
|
|
|
"circle": 1,
|
|
|
|
"range": "",
|
|
|
|
"description": ""
|
2022-07-19 23:16:03 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|