Ajout Résistance/structure max aux véhicules
Pour qu'on puisse les réparer
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user