diff --git a/template.json b/template.json index 4e108a61..e210a395 100644 --- a/template.json +++ b/template.json @@ -1,28 +1,96 @@ { "Actor": { - "types": ["character"], - "character": { - "biography": "", - "health": { - "value": 10, - "min": 0, - "max": 10 + "types": ["personnage", "pnj", "creature"], + "templates": { + "background": { + "biographie": "", + "yeux": "", + "cheveux": "" }, - "power": { - "value": 5, - "min": 0, - "max": 5 + "carac": { + "taille": { + "value": 10, + "label": "Taille", + "xp": 0, + }, + "apparence": { + "value": 10, + "label": "Apparence", + "xp": 0, + }, + "constitution": { + "value": 10, + "label": "Constitution", + "xp": 0, + }, + "force": { + "value": 10, + "label": "Force", + "xp": 0, + }, + "agilité": { + "value": 10, + "label": "Agilité", + "xp": 0, + }, + "dexterité": { + "value": 10, + "label": "Dexterité", + "xp": 0, + }, + "vue": { + "value": 10, + "label": "Vue", + "xp": 0, + }, + "ouïe": { + "value": 10, + "label": "Ouïe", + "xp": 0, + }, + "odoratgout": { + "value": 10, + "label": "Odorat-Goût", + "xp": 0, + }, + "volonté": { + "value": 10, + "label": "Volonté", + "xp": 0, + }, + "intellect": { + "value": 10, + "label": "Intellect", + "xp": 0, + }, + "empathie": { + "value": 10, + "label": "Empathie", + "xp": 0, + }, + "rêve": { + "value": 10, + "label": "Rêve", + "xp": 0, + }, + "chance": { + "value": 10, + "label": "Chance", + "xp": 0, + } }, - "attributes": {} + }, + "personnage": { + "template": [ "background", "carac"], } }, "Item": { "types": ["item"], "item": { "description": "", - "quantity": 1, - "weight": 0, - "attributes": {} + "quantité": 1, + "poids": 0, + "attributs": {} } } }