forked from public/foundryvtt-reve-de-dragon
Gestion des maladies/poisons
This commit is contained in:
@@ -169,18 +169,18 @@
|
||||
},
|
||||
"blessures": {
|
||||
"legeres": {
|
||||
"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": "" } ]
|
||||
"liste": [ { "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" },
|
||||
{ "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" },
|
||||
{ "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" },
|
||||
{ "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" },
|
||||
{ "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" } ]
|
||||
},
|
||||
"graves": {
|
||||
"liste": [ { "active": false, "premiers_soins": -1, "soins_complets": -1, "jours": 0, "localisation": "" },
|
||||
{ "active": false, "premiers_soins": -1, "soins_complets": -1, "jours": 0, "localisation": "" } ]
|
||||
"liste": [ { "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" },
|
||||
{ "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" } ]
|
||||
},
|
||||
"critiques": {
|
||||
"liste": [ { "active": false, "premiers_soins": -1, "soins_complets": -1, "jours": 0, "localisation": "" } ]
|
||||
"liste": [ { "active": false, "psdone": false, "premiers_soins": -1, "scdone": false, "soins_complets": -1, "jours": 0, "localisation": "" } ]
|
||||
}
|
||||
},
|
||||
"attributs": {
|
||||
|
||||
Reference in New Issue
Block a user