Ajout Résistance/structure max aux véhicules

Pour qu'on puisse les réparer
This commit is contained in:
Vincent Vandemeulebrouck
2022-09-27 00:15:34 +02:00
parent dc0fab2957
commit 5d36ea9e0c
7 changed files with 103 additions and 43 deletions

View File

@@ -31,13 +31,27 @@
},
"vehicule": {
"categorie": "",
"resistance": 0,
"structure": 0,
"vitesse": "",
"bonus": "",
"manoeuvrabilite": "",
"equipage": 0,
"capacite_encombrement": 0
"capacite_encombrement": 0,
"etat": {
"resistance" : {
"type": "number",
"max": 20,
"value": 20,
"label": "Résistance",
"derivee": false
},
"structure":{
"type": "number",
"max": 10,
"value": 10,
"label": "Structure",
"derivee": false
}
}
},
"entite": {
"definition": {