198 lines
4.4 KiB
JSON
198 lines
4.4 KiB
JSON
{
|
|
"Actor": {
|
|
"types": ["personnage"],
|
|
"templates": {
|
|
"background": {
|
|
"biographie": "Histoire personnelle...",
|
|
"yeux": "",
|
|
"cheveux": ""
|
|
},
|
|
"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
|
|
}
|
|
},
|
|
"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": {
|
|
"templates": [ "background", "common"]
|
|
}
|
|
},
|
|
"Item": {
|
|
"types": ["objet", "arme", "armure", "competence", "sort", "herbe", "ingredient", "livre", "potion", "munition"],
|
|
"objet": {
|
|
"description": "",
|
|
"quantite": 1,
|
|
"encombrement": 0,
|
|
"equipe": false,
|
|
"cout": 0
|
|
},
|
|
"arme": {
|
|
"description": "",
|
|
"quantite": 1,
|
|
"encombrement": 0,
|
|
"equipe": false,
|
|
"dommages": 0,
|
|
"cout": 0
|
|
},
|
|
"munition": {
|
|
"description": "",
|
|
"quantite": 1,
|
|
"encombrement": 0,
|
|
"equipe": false,
|
|
"cout": 0
|
|
},
|
|
"armure": {
|
|
"description": "",
|
|
"quantite": 1,
|
|
"encombrement": 0,
|
|
"equipe": false,
|
|
"pa": 0,
|
|
"cout": 0
|
|
},
|
|
"competence": {
|
|
"niveau": 0,
|
|
"base": 0,
|
|
"categorie": "",
|
|
"xp": 0,
|
|
"description": "Compétence : ...",
|
|
"defaut_carac": ""
|
|
},
|
|
"sort": {
|
|
"description": "",
|
|
"draconic": "",
|
|
"difficulte": 0,
|
|
"portée": 0
|
|
},
|
|
"herbe": {
|
|
"description": "",
|
|
"niveau": 0,
|
|
"base": 0,
|
|
"cout": 0
|
|
},
|
|
"ingredient": {
|
|
"description": "",
|
|
"niveau": 0,
|
|
"encombrement": 0,
|
|
"base": 0,
|
|
"cout": 0
|
|
},
|
|
"livre": {
|
|
"description": "",
|
|
"auteur": "",
|
|
"difficulte": 0,
|
|
"points_de_tache": 0,
|
|
"points_de_tache_courant": 0,
|
|
"encombrement": 0,
|
|
"cout": 0
|
|
},
|
|
"potion": {
|
|
"description": "",
|
|
"encombrement": 0,
|
|
"cout": 0
|
|
}
|
|
}
|
|
}
|