Push initial structure
This commit is contained in:
239
template.json
239
template.json
@@ -3,106 +3,173 @@
|
||||
"types": ["personnage"],
|
||||
"templates": {
|
||||
"background": {
|
||||
"biographie": "",
|
||||
"biographie": "Histoire personnelle...",
|
||||
"yeux": "",
|
||||
"cheveux": ""
|
||||
}
|
||||
},
|
||||
"carac": {
|
||||
"taille": {
|
||||
"value": 10,
|
||||
"label": "Taille",
|
||||
"xp": 0
|
||||
"common": {
|
||||
"carac": {
|
||||
"taille": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Taille",
|
||||
"xp": 0
|
||||
},
|
||||
"apparence": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Apparence",
|
||||
"xp": 0
|
||||
},
|
||||
"constitution": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Constitution",
|
||||
"xp": 0
|
||||
},
|
||||
"force": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Force",
|
||||
"xp": 0
|
||||
},
|
||||
"agilite": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Agilité",
|
||||
"xp": 0
|
||||
},
|
||||
"dexterite": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Dexterité",
|
||||
"xp": 0
|
||||
},
|
||||
"vue": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Vue",
|
||||
"xp": 0
|
||||
},
|
||||
"ouie": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Ouïe",
|
||||
"xp": 0
|
||||
},
|
||||
"odoratgout": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Odorat-Goût",
|
||||
"xp": 0
|
||||
},
|
||||
"volonte": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Volonté",
|
||||
"xp": 0
|
||||
},
|
||||
"intellect": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Intellect",
|
||||
"xp": 0
|
||||
},
|
||||
"empathie": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Empathie",
|
||||
"xp": 0
|
||||
},
|
||||
"reve": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Rêve",
|
||||
"xp": 0
|
||||
},
|
||||
"chance": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Chance",
|
||||
"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
|
||||
}
|
||||
},
|
||||
"secondaires": {
|
||||
"vie": {
|
||||
"max": 10,
|
||||
"current": 10,
|
||||
"label": "Points de Vie"
|
||||
},
|
||||
"fatigue": {
|
||||
"max": 40,
|
||||
"current": 10,
|
||||
"label": "Points de Fatigue"
|
||||
"sante": {
|
||||
"vie": {
|
||||
"type": "number",
|
||||
"max": 10,
|
||||
"value": 10,
|
||||
"label": "Points de Vie"
|
||||
},
|
||||
"endurance": {
|
||||
"type": "number",
|
||||
"max": 10,
|
||||
"value": 10,
|
||||
"label": "Points d'Endurance"
|
||||
},
|
||||
"fatigue": {
|
||||
"type": "number",
|
||||
"max": 40,
|
||||
"value": 10,
|
||||
"label": "Points de Fatigue"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"personnage": {
|
||||
"template": [ "background", "carac", "secondaires"]
|
||||
"templates": [ "background", "common"]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": ["item"],
|
||||
"item": {
|
||||
"types": ["objet", "arme", "armure", "compétence", "sort", "herbe", "ingrédient", "livre", "potion"],
|
||||
"objet": {
|
||||
"description": "",
|
||||
"quantité": 1,
|
||||
"poids": 0,
|
||||
"attributs": {}
|
||||
},
|
||||
"arme": {
|
||||
"description": "",
|
||||
"quantité": 1,
|
||||
"poids": 0,
|
||||
"attributs": {}
|
||||
},
|
||||
"armure": {
|
||||
"description": "",
|
||||
"quantité": 1,
|
||||
"poids": 0,
|
||||
"attributs": {}
|
||||
},
|
||||
"compétence": {
|
||||
"niveau": 0,
|
||||
"base": 0,
|
||||
"catégorie": "",
|
||||
"xp": 0
|
||||
"description": ""
|
||||
},
|
||||
"sort": {
|
||||
"description": "",
|
||||
"draconic": "",
|
||||
"difficulté": 0,
|
||||
"portée": 0
|
||||
},
|
||||
"herbe": {
|
||||
"description": "",
|
||||
"niveau": 0,
|
||||
"base": 0
|
||||
},
|
||||
"ingredient": {
|
||||
"description": "",
|
||||
"niveau": 0,
|
||||
"base": 0
|
||||
},
|
||||
"livre": {
|
||||
"description": "",
|
||||
"difficulté": 0,
|
||||
"taches": 0
|
||||
},
|
||||
"potion": {
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user