{ "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", "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": "" } } }