Encombrement avec décimales

This commit is contained in:
2025-12-07 23:48:41 +01:00
parent a243209c90
commit ca2d17bd25
2 changed files with 9 additions and 9 deletions
+4 -4
View File
@@ -37,7 +37,7 @@
"bonus": "",
"manoeuvrabilite": "",
"equipage": 0,
"capacite_encombrement": 0,
"capacite_encombrement": 0.0,
"etat": {
"resistance": {
"type": "number",
@@ -193,7 +193,7 @@
},
"encombrement": {
"type": "number",
"value": 0,
"value": 0.0,
"label": "Encombrement",
"derivee": true
},
@@ -391,7 +391,7 @@
},
"encombrement": {
"type": "number",
"value": 0,
"value": 0.0,
"label": "Encombrement",
"derivee": true
},
@@ -600,7 +600,7 @@
"equipe": false
},
"inventaire": {
"encombrement": 0,
"encombrement": 0.0,
"quantite": 1,
"qualite": 0,
"cout": 0.0,