Gestion des créatures
This commit is contained in:
130
template.json
130
template.json
@@ -16,6 +16,133 @@
|
||||
"beaute": 10,
|
||||
"main": "droitier"
|
||||
},
|
||||
"creature": {
|
||||
"carac": {
|
||||
"taille": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Taille",
|
||||
"xp": 0,
|
||||
"derivee": false
|
||||
},
|
||||
"constitution": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Constitution",
|
||||
"xp": 0,
|
||||
"derivee": false
|
||||
},
|
||||
"force": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Force",
|
||||
"xp": 0,
|
||||
"derivee": false
|
||||
},
|
||||
"perception": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Perception",
|
||||
"xp": 0,
|
||||
"derivee": false
|
||||
},
|
||||
"volonte": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Volonté",
|
||||
"xp": 0,
|
||||
"derivee": false
|
||||
},
|
||||
"reve": {
|
||||
"type": "number",
|
||||
"value": 10,
|
||||
"label": "Rêve",
|
||||
"xp": 0,
|
||||
"derivee": false
|
||||
}
|
||||
},
|
||||
"sante": {
|
||||
"vie": {
|
||||
"type": "number",
|
||||
"max": 10,
|
||||
"value": 10,
|
||||
"label": "Vie",
|
||||
"derivee": true
|
||||
},
|
||||
"endurance": {
|
||||
"type": "number",
|
||||
"max": 10,
|
||||
"value": 10,
|
||||
"label": "Endurance",
|
||||
"derivee": true
|
||||
},
|
||||
"fatigue": {
|
||||
"type": "number",
|
||||
"max": 0,
|
||||
"value": 0,
|
||||
"label": "Fatigue",
|
||||
"derivee": true
|
||||
},
|
||||
"sonne": {
|
||||
"value": false,
|
||||
"label": "Sonné"
|
||||
}
|
||||
},
|
||||
"blessures": {
|
||||
"legeres": {
|
||||
"liste": [ { "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" },
|
||||
{ "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" },
|
||||
{ "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" },
|
||||
{ "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" },
|
||||
{ "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" } ]
|
||||
},
|
||||
"graves": {
|
||||
"liste": [ { "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" },
|
||||
{ "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" } ]
|
||||
},
|
||||
"critiques": {
|
||||
"liste": [ { "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" } ]
|
||||
}
|
||||
},
|
||||
"attributs": {
|
||||
"sconst": {
|
||||
"type": "number",
|
||||
"value": 0,
|
||||
"label": "S. Const",
|
||||
"derivee": true
|
||||
},
|
||||
"sust": {
|
||||
"type": "number",
|
||||
"value": 0,
|
||||
"label": "Sustentation",
|
||||
"derivee": true
|
||||
},
|
||||
"plusdom": {
|
||||
"type": "number",
|
||||
"value": 0,
|
||||
"label": "+dom",
|
||||
"derivee": true
|
||||
},
|
||||
"encombrement": {
|
||||
"type": "number",
|
||||
"value": 0,
|
||||
"label": "Encombrement",
|
||||
"derivee": true
|
||||
},
|
||||
"malusarmure": {
|
||||
"type": "number",
|
||||
"value": 0,
|
||||
"label": "Malus Armure",
|
||||
"derivee": true
|
||||
}
|
||||
},
|
||||
"compteurs": {
|
||||
"etat": {
|
||||
"value": 0,
|
||||
"label": "Etat général"
|
||||
}
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"carac": {
|
||||
"taille": {
|
||||
@@ -332,7 +459,7 @@
|
||||
"templates": [ "common", "description" ]
|
||||
},
|
||||
"creature": {
|
||||
"templates": [ "common", "description" ]
|
||||
"templates": [ "creature", "description" ]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
@@ -398,6 +525,7 @@
|
||||
"competencecreature": {
|
||||
"niveau": 0,
|
||||
"carac-value": 0,
|
||||
"iscombat": false,
|
||||
"dommages": 0,
|
||||
"description": "Compétence : ..."
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user