{ "Actor": { "types": ["character", "npc", "creature"], "templates": { "base": { "minorWound": { "value": 0, "min": 0, "max": 4 }, "majorWound": { "value": 0, "min": 0, "max": 2 } , "deadlyWound": { "value": 0, "min": 0, "max": 2 }, "instinct":0, "identity": { "height": 0, "weight": 0, "sign": "", "age": 15, "origin": "" }, "stories": { "biography": "" } } }, "character": { "templates": ["base"], "attributes": { "level": { "value": 1, "max":10 }, "xp": { "value": 0, "max":0 }, "reputation": { "value": 0, "max":0 }, "self_control": { "value": 0, "min": 0, "max": 5 }, "effort": { "value": 0, "min": 0, "max": 5 }, "group": { "value": 0, "min": 0, "max": 5 } }, "abilities": { "strength": { "value": 0, "min": 0, "max": 5, "category": "physical" }, "constitution": { "value": 0, "min": 0, "max": 5, "category": "physical" }, "precision": { "value": 0, "min": 0, "max": 5, "category": "manual" }, "reflexes": { "value": 0, "min": 0, "max": 5, "category": "manual" }, "knowledge": { "value": 0, "min": 0, "max": 5, "category": "mental" }, "perception": { "value": 0, "min": 0, "max": 5, "category": "mental" }, "will": { "value": 0, "min": 0, "max": 5, "category": "social" }, "empathy": { "value": 0, "min": 0, "max": 5, "category": "social" } }, "skills": { "arts": { "value": 0, "min": 0, "max": 5, "category": "man", "rarity":0 }, "civilization": { "value": 0, "min": 0, "max": 5, "category": "man", "rarity":0 }, "psychology": { "value": 0, "min": 0, "max": 5, "category": "man", "rarity":0 }, "rumors": { "value": 0, "min": 0, "max": 5, "category": "man", "rarity":0 }, "healing": { "value": 0, "min": 0, "max": 5, "category": "man", "rarity":0 }, "animalism": { "value": 0, "min": 0, "max": 5, "category": "animal", "rarity":1 }, "riding": { "value": 0, "min": 0, "max": 5, "category": "animal", "rarity":2 }, "wildlife": { "value": 0, "min": 0, "max": 5, "category": "animal", "rarity":0 }, "territory": { "value": 0, "min": 0, "max": 5, "category": "animal", "rarity":0 }, "tracks": { "value": 0, "min": 0, "max": 5, "category": "animal", "rarity":0 }, "crafting": { "value": 0, "min": 0, "max": 5, "category": "tool", "rarity":1 }, "manipulation": { "value": 0, "min": 0, "max": 5, "category": "tool", "rarity":0 }, "mecanisms": { "value": 0, "min": 0, "max": 5, "category": "tool", "rarity":2 }, "runes": { "value": 0, "min": 0, "max": 5, "category": "tool", "rarity":1 }, "armory": { "value": 0, "min": 0, "max": 5, "category": "tool", "rarity":2 }, "shield": { "value": 0, "min": 0, "max": 5, "category": "weapon", "rarity":1 }, "archery": { "value": 0, "min": 0, "max": 5, "category": "weapon", "rarity":0 }, "close": { "value": 0, "min": 0, "max": 5, "category": "weapon", "rarity":0 }, "throwing": { "value": 0, "min": 0, "max": 5, "category": "weapon", "rarity":0 }, "melee": { "value": 0, "min": 0, "max": 5, "category": "weapon", "rarity":0 }, "alertness": { "value": 0, "min": 0, "max": 5, "category": "survival", "rarity":0 }, "atletics": { "value": 0, "min": 0, "max": 5, "category": "survival", "rarity":0 }, "flora": { "value": 0, "min": 0, "max": 5, "category": "survival", "rarity":0 }, "stealth": { "value": 0, "min": 0, "max": 5, "category": "survival", "rarity":0 }, "road": { "value": 0, "min": 0, "max": 5, "category": "survival", "rarity":0 }, "burst": { "value": 0, "min": 0, "max": 5, "category": "world", "rarity":2 }, "moons": { "value": 0, "min": 0, "max": 5, "category": "world", "rarity":1 }, "myths": { "value": 0, "min": 0, "max": 5, "category": "world", "rarity":1 }, "pantheons": { "value": 0, "min": 0, "max": 5, "category": "world", "rarity":1 }, "rituals": { "value": 0, "min": 0, "max": 5, "category": "world", "rarity":2 } } }, "npc": { "templates": ["base"], "age": 15, "threat": { "value": 1, "min": 1, "max": 4 }, "experience": { "value": 1, "min": 1, "max": 4 }, "role": { "value": 1, "min": 1, "max": 4 } }, "creature": { "templates": ["base"], "age": 15, "template": { "value": 1, "min": 1, "max": 4 }, "size": { "value": 1, "min": 1, "max": 4 }, "role": { "value": 1, "min": 1, "max": 4 } } }, "Item": { "types": ["item", "weapons", "defense", "ritual", "technique"], "templates": { "base": { "description": "" } }, "item": { "templates": ["base"], "quantity": 1, "weight": 0, "formula": "d10 + @str.mod + ceil(@lvl / 2)" }, "feature": { "templates": ["base"] }, "spell": { "templates": ["base"], "spellLevel": 1 } } }