{ "Actor": { "types": ["character", "npc"], "templates": { "biodata": { "biodata": { "name": "", "age": 0, "size": "", "weight": "", "hair": "", "sex": "", "eyes": "", "description": "", "worstfear": "", "desires": "", "preferredhand": "", "catchphrase": "", "catchphrase_trigger": "", "character_value": 0, "level": 0, "cdp": 0, "notes": "", "gmnotes": "" } }, "core": { "subactors": [], "statistics": { "agi":{ "label": "Agility", "abbrev": "AGI", "level": 1, "mod": 0 }, "mnd":{ "label": "Mind", "abbrev": "MND", "level": 1, "mod": 0 }, "soc":{ "label": "Social", "abbrev": "SOC", "level": 1, "mod": 0 }, "str":{ "label": "Strength", "abbrev": "STR", "level": 1, "mod": 0 }, "phy":{ "label": "Physique", "abbrev": "PHY", "level": 1, "mod": 0 }, "com":{ "label": "Combat", "abbrev": "COM", "level": 1, "mod": 0 }, "def":{ "label": "Defence", "abbrev": "DEF", "level": 1, "mod": 0 }, "stl":{ "label": "Stealth", "abbrev": "STL", "level": 1, "mod": 0 }, "per":{ "label": "Perception", "abbrev": "PER", "level": 1, "mod": 0 }, "foc":{ "label": "Focus", "abbrev": "FOC", "level": 1, "mod": 0 } }, "secondary": { "health": { "label": "Health", "value": 0, "type": "value", "max": 0 }, "delirium": { "label": "Delirium", "value": 0, "type": "value", "max": 0 }, "nrg": { "label": "NRG", "value": 0, "type": "value", "max": 0 }, "mr": { "label": "MR", "type": "dice", "value": 0 } } }, "npccore": { "npctype": "", "description": "" } }, "character": { "templates": [ "biodata", "core" ] }, "npc": { "templates": [ "npccore" ] } }, "Item": { "types": [ "race", "role", "ability", "specialisation", "perk", "power" , "armor", "shield", "equipment", "weapon"], "race": { "description": "", "environment": "", "society_culture": "", "outlook": "", "abilities": [], "statistics": "" }, "role": { "statincrease1": "", "statincrease2": "", "messagespecplus1": "", "specialisationsplus1": [], "powers1": [], "specialperk": [], "statincreasechoice": [ { "name":"AGI", "flag":false }, {"name":"MND", "flag":false }, {"name":"SOC", "flag":false }, {"name":"STR", "flag":false }, {"name":"PHY", "flag":false }, {"name":"COM", "flag":false }, {"name":"DEF", "flag":false }, {"name":"STL", "flag":false }, {"name":"PER", "flag":false }, {"name":"FOC", "flag":false } ], "specincrease": [], "perks": [], "description": "" }, "ability": { "affectedstat": "", "statmodifier": 0, "statlevelincrease": 0, "bonusdice": 0, "otherdice": 0, "statusaffected": "", "statusmodifier": 0, "powersgained": [], "specialisations": [], "aoe": "", "description": "" }, "specialisation": { "statistic": "", "level": 1, "ispowergroup": false, "powersource": "", "powers": [], "description": "" }, "perk": { "level": 1, "active": false, "roundcount": 0, "nbuse": "", "gainstatdice": "", "gainbonusdice": 0, "gainotherdice": 0, "specialisation": [ {"name": "None"}], "range": "", "aoe": "", "nbtargets": 0, "nrgcost": 0, "effectscaused": "", "stataffected": "", "targetresists": "", "description": "", "upgrades": "", "rules": "" }, "power": { "rollneeded": false, "statistic": "", "cost": 0, "costtype": "", "range": "", "action": "", "type": "", "effects": "", "purchasedeffects": "" }, "armor": { "statistic": "", "resistance": "", "weight": 0, "cost": 0, "idr": "", "equipped": false, "description":"" }, "shield": { "deftype": "", "level": "", "weight": 0, "cost": 0, "idr": "", "equipped": false, "description":"" }, "equipment": { "type": "", "cost": 0, "weight": 0, "idr": "", "equipped": false, "description":"" }, "weapon": { "statistic": "", "damage": "", "cost": 0, "weight": 0, "idr": "", "range": "", "equipped": false, "description": "" } } }