Files
vermine2047/template.json
T
François-Xavier Guillois e11525564a actor picker 1
2023-09-01 19:59:44 +02:00

474 lines
9.2 KiB
JSON

{
"Actor": {
"types": ["character", "npc", "group", "creature"],
"templates": {
"base": {
"minorWound": {
"value": 0,
"min": 0,
"max": 4
},
"majorWound": {
"value": 0,
"min": 0,
"max": 2
} ,
"deadlyWound": {
"value": 0,
"min": 0,
"max": 2
}
}
},
"character": {
"templates": ["base"],
"identity": {
"height": 0,
"weight": 0,
"totem": "",
"age": 15,
"ageType": 2,
"profile": "",
"origin": "",
"theme": "",
"instincts": "",
"prohibits": "",
"objectives": "",
"relations": "",
"biography": ""
},
"equipment": {
"description": ""
},
"attributes": {
"xp": {
"value": 0,
"max":10
},
"reputation": {
"value": 0,
"max":10
},
"self_control": {
"value": 0,
"min": 0,
"max": 5
},
"effort": {
"value": 0,
"min": 0,
"max": 5
},
"group": {
"value": 0,
"min": 0,
"max": 5
}
},
"abilities": {
"vigor": {
"value": 0,
"min": 0,
"max": 5,
"category": "physical"
},
"health": {
"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":1
},
"civilization": {
"value": 0,
"min": 0,
"max": 5,
"category": "man",
"rarity":2
},
"psychology": {
"value": 0,
"min": 0,
"max": 5,
"category": "man",
"rarity":1
},
"rumors": {
"value": 0,
"min": 0,
"max": 5,
"category": "man",
"rarity":0
},
"healing": {
"value": 0,
"min": 0,
"max": 5,
"category": "man",
"rarity":1
},
"animalism": {
"value": 0,
"min": 0,
"max": 5,
"category": "animal",
"rarity":1
},
"dissection": {
"value": 0,
"min": 0,
"max": 5,
"category": "animal",
"rarity":2
},
"wildlife": {
"value": 0,
"min": 0,
"max": 5,
"category": "animal",
"rarity":1
},
"repulsion": {
"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":2
},
"diy": {
"value": 0,
"min": 0,
"max": 5,
"category": "tool",
"rarity":0
},
"mecanical": {
"value": 0,
"min": 0,
"max": 5,
"category": "tool",
"rarity":2
},
"piloting": {
"value": 0,
"min": 0,
"max": 5,
"category": "tool",
"rarity":1
},
"technology": {
"value": 0,
"min": 0,
"max": 5,
"category": "tool",
"rarity":2
},
"firearms": {
"value": 0,
"min": 0,
"max": 5,
"category": "weapon",
"rarity":2
},
"archery": {
"value": 0,
"min": 0,
"max": 5,
"category": "weapon",
"rarity":0
},
"armory": {
"value": 0,
"min": 0,
"max": 5,
"category": "weapon",
"rarity":2
},
"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
},
"food": {
"value": 0,
"min": 0,
"max": 5,
"category": "survival",
"rarity":0
},
"stealth": {
"value": 0,
"min": 0,
"max": 5,
"category": "survival",
"rarity":0
},
"close": {
"value": 0,
"min": 0,
"max": 5,
"category": "survival",
"rarity":0
},
"environment": {
"value": 0,
"min": 0,
"max": 5,
"category": "world",
"rarity":1
},
"flora": {
"value": 0,
"min": 0,
"max": 5,
"category": "world",
"rarity":1
},
"road": {
"value": 0,
"min": 0,
"max": 5,
"category": "world",
"rarity":0
},
"toxics": {
"value": 0,
"min": 0,
"max": 5,
"category": "world",
"rarity":2
},
"ruins": {
"value": 0,
"min": 0,
"max": 5,
"category": "world",
"rarity":1
}
}
},
"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
}
},
"group": {
"templates": ["base"],
"identity": {
"totem": "",
"profile": "",
"origin": "",
"theme": "",
"instincts": "",
"prohibits": "",
"major_objectives": "",
"minor_objectives": "",
"notes": ""
},
"equipment": {
"description": ""
},
"level": {
"value": 0,
"min": 0,
"max": 3
},
"reputation": {
"value": 10,
"min": 2,
"max": 10
},
"morale": {
"level": "high",
"value": 7,
"min": 1,
"max": 7
},
"members": [],
"encounters": []
},
"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", "weapon", "defense", "vehicle", "ability", "specialty", "trait", "background", "trauma", "evolution", "rumor", "target"],
"templates": {
"base": {
"description": "",
"rarity":3,
"reliability":3,
"quantity": 1,
"weight": 0,
"traits": []
},
"list": {
"description": ""
}
},
"item": {
"templates": ["base"]
},
"weapon": {
"templates": ["base"],
"min_range":0,
"max_range":0,
"damage":0,
"ammo":0
},
"defense": {
"templates": ["base"],
"level":0,
"mobility":3
},
"ability": {
"templates": ["list"],
"type": "character",
"level": {
"value": 1,
"min": 1,
"max": 3
},
"effects": []
},
"specialty": {
"templates": ["list"]
},
"trait": {
"templates": ["list"],
"level":0
},
"vehicle": {
"templates": ["base"],
"mobility":3
},
"background": {
"templates": ["list"]
},
"trauma": {
"templates": ["list"]
},
"evolution": {
"templates": ["list"]
},
"rumor": {
"templates": ["list"]
},
"target": {
"templates": ["list"],
"level":"minor"
}
}
}