Meilleure gestion blessures graves vs endurance

This commit is contained in:
2021-10-29 20:58:57 +02:00
parent 909dd12cec
commit 21ad671ac7
8 changed files with 78 additions and 16 deletions

View File

@@ -169,18 +169,18 @@
},
"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": "" } ]
"liste": [ { "active": false, "premiers_soins": -1, "soins_complets": -1, "jours": 0, "localisation": "" },
{ "active": false, "premiers_soins": -1, "soins_complets": -1, "jours": 0, "localisation": "" },
{ "active": false, "premiers_soins": -1, "soins_complets": -1, "jours": 0, "localisation": "" },
{ "active": false, "premiers_soins": -1, "soins_complets": -1, "jours": 0, "localisation": "" },
{ "active": false, "premiers_soins": -1, "soins_complets": -1, "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": "" } ]
"liste": [ { "active": false, "premiers_soins": -1, "soins_complets": -1, "jours": 0, "localisation": "" },
{ "active": false, "premiers_soins": -1, "soins_complets": -1, "jours": 0, "localisation": "" } ]
},
"critiques": {
"liste": [ { "active": false, "premiers_soins": 0, "soins_complets": 0, "jours": 0, "localisation": "" } ]
"liste": [ { "active": false, "premiers_soins": -1, "soins_complets": -1, "jours": 0, "localisation": "" } ]
}
},
"attributs": {
@@ -878,16 +878,20 @@
"descriptionmj": ""
},
"maladie": {
"identifie": false,
"malignite": 0,
"periodicite": "",
"remedesconnus": false,
"remedes": "",
"dommages":"",
"description": "",
"descriptionmj": ""
},
"poison": {
"identifie": false,
"malignite": 0,
"periodicite": "",
"remedesconnus": false,
"remedes": "",
"dommages":"",
"description": "",