Files
vermine2047/template.json
T
François-Xavier Guillois 5ddd9db9b3 first data modeling
2023-04-20 15:12:05 +02:00

423 lines
9.2 KiB
JSON

{
"Actor": {
"types": ["character", "npc", "creature"],
"templates": {
"base": {
"minorWound": {
"value": 0,
"min": 0,
"max": 4
},
"majorWound": {
"value": 0,
"min": 0,
"max": 2
},
"totem":0,
"activity": ""
}
},
"character": {
"templates": ["base"],
"attributes": {
"level": {
"value": 1
}
},
"AbilityCategories": {
"physical": {
"label":"TOTEM.abilityCategory.physical"
},
"manual": {
"label":"TOTEM.abilityCategory.manual"
},
"mental": {
"label":"TOTEM.abilityCategory.mental"
},
"social": {
"label":"TOTEM.abilityCategory.social"
}
},
"abilities": {
"vig": {
"label":"TOTEM.abilities.vigor",
"value": 0,
"min": 0,
"max": 5,
"category": "physical"
},
"vie": {
"label":"TOTEM.abilities.health",
"value": 0,
"min": 0,
"max": 5,
"category": "physical"
},
"pre": {
"label":"TOTEM.abilities.precision",
"value": 0,
"min": 0,
"max": 5,
"category": "manual"
},
"ref": {
"label":"TOTEM.abilities.reflexes",
"value": 0,
"min": 0,
"max": 5,
"category": "manual"
},
"sav": {
"label":"TOTEM.abilities.knowledge",
"value": 0,
"min": 0,
"max": 5,
"category": "mental"
},
"per": {
"label":"TOTEM.abilities.perception",
"value": 0,
"min": 0,
"max": 5,
"category": "mental"
},
"vol": {
"label":"TOTEM.abilities.will",
"value": 0,
"min": 0,
"max": 5,
"category": "social"
},
"emp": {
"label":"TOTEM.abilities.empathy",
"value": 0,
"min": 0,
"max": 5,
"category": "social"
}
},
"skillCategories": {
"man": {
"label":"TOTEM.skillCategory.man"
},
"animal": {
"label":"TOTEM.skillCategory.animal"
},
"machine": {
"label":"TOTEM.skillCategory.machine"
},
"weapon": {
"label":"TOTEM.skillCategory.weapon"
},
"survival": {
"label":"TOTEM.skillCategory.survival"
},
"earth": {
"label":"TOTEM.skillCategory.earth"
}
},
"skills": {
"arts": {
"label":"TOTEM.skills.arts",
"value": 0,
"min": 0,
"max": 5,
"category": "man",
"rarity":1
},
"civilization": {
"label":"TOTEM.skills.civilization",
"value": 0,
"min": 0,
"max": 5,
"category": "man",
"rarity":2
},
"psychology": {
"label":"TOTEM.skills.psychology",
"value": 0,
"min": 0,
"max": 5,
"category": "man",
"rarity":1
},
"rumors": {
"label":"TOTEM.skills.rumors",
"value": 0,
"min": 0,
"max": 5,
"category": "man",
"rarity":0
},
"healing": {
"label":"TOTEM.skills.healing",
"value": 0,
"min": 0,
"max": 5,
"category": "man",
"rarity":1
},
"animalism": {
"label":"TOTEM.skills.animalism",
"value": 0,
"min": 0,
"max": 5,
"category": "animal",
"rarity":1
},
"dissection": {
"label":"TOTEM.skills.dissection",
"value": 0,
"min": 0,
"max": 5,
"category": "animal",
"rarity":2
},
"wildlife": {
"label":"TOTEM.skills.wildlife",
"value": 0,
"min": 0,
"max": 5,
"category": "animal",
"rarity":1
},
"repulsion": {
"label":"TOTEM.skills.repulsion",
"value": 0,
"min": 0,
"max": 5,
"category": "animal",
"rarity":0
},
"tracks": {
"label":"TOTEM.skills.tracks",
"value": 0,
"min": 0,
"max": 5,
"category": "animal",
"rarity":0
},
"crafting": {
"label":"TOTEM.skills.crafting",
"value": 0,
"min": 0,
"max": 5,
"category": "machine",
"rarity":2
},
"diy": {
"label":"TOTEM.skills.diy",
"value": 0,
"min": 0,
"max": 5,
"category": "machine",
"rarity":0
},
"mecanical": {
"label":"TOTEM.skills.mecanical",
"value": 0,
"min": 0,
"max": 5,
"category": "machine",
"rarity":2
},
"driving": {
"label":"TOTEM.skills.driving",
"value": 0,
"min": 0,
"max": 5,
"category": "machine",
"rarity":1
},
"technology": {
"label":"TOTEM.skills.technology",
"value": 0,
"min": 0,
"max": 5,
"category": "machine",
"rarity":2
},
"firearms": {
"label":"TOTEM.skills.firearms",
"value": 0,
"min": 0,
"max": 5,
"category": "weapon",
"rarity":2
},
"archery": {
"label":"TOTEM.skills.archery",
"value": 0,
"min": 0,
"max": 5,
"category": "weapon",
"rarity":0
},
"armory": {
"label":"TOTEM.skills.armory",
"value": 0,
"min": 0,
"max": 5,
"category": "weapon",
"rarity":2
},
"throwing": {
"label":"TOTEM.skills.throwing",
"value": 0,
"min": 0,
"max": 5,
"category": "weapon",
"rarity":0
},
"melee": {
"label":"TOTEM.skills.melee",
"value": 0,
"min": 0,
"max": 5,
"category": "weapon",
"rarity":0
},
"feed": {
"label":"TOTEM.skills.feed",
"value": 0,
"min": 0,
"max": 5,
"category": "survival",
"rarity":0
},
"atletics": {
"label":"TOTEM.skills.atletics",
"value": 0,
"min": 0,
"max": 5,
"category": "survival",
"rarity":0
},
"brawling": {
"label":"TOTEM.skills.brawling",
"value": 0,
"min": 0,
"max": 5,
"category": "survival",
"rarity":0
},
"stealth": {
"label":"TOTEM.skills.stealth",
"value": 0,
"min": 0,
"max": 5,
"category": "survival",
"rarity":0
},
"alertness": {
"label":"TOTEM.skills.alertness",
"value": 0,
"min": 0,
"max": 5,
"category": "survival",
"rarity":0
},
"environment": {
"label":"TOTEM.skills.environment",
"value": 0,
"min": 0,
"max": 5,
"category": "earth",
"rarity":0
},
"flora": {
"label":"TOTEM.skills.flora",
"value": 0,
"min": 0,
"max": 5,
"category": "earth",
"rarity":0
},
"road": {
"label":"TOTEM.skills.road",
"value": 0,
"min": 0,
"max": 5,
"category": "earth",
"rarity":0
},
"toxics": {
"label":"TOTEM.skills.toxics",
"value": 0,
"min": 0,
"max": 5,
"category": "earth",
"rarity":0
},
"remains": {
"label":"TOTEM.skills.remains",
"value": 0,
"min": 0,
"max": 5,
"category": "earth",
"rarity":0
}
}
},
"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", "feature", "spell"],
"templates": {
"base": {
"description": ""
}
},
"item": {
"templates": ["base"],
"quantity": 1,
"weight": 0,
"formula": "d20 + @str.mod + ceil(@lvl / 2)"
},
"feature": {
"templates": ["base"]
},
"spell": {
"templates": ["base"],
"spellLevel": 1
}
}
}