forked from public/foundryvtt-reve-de-dragon
Gestion des compteur et du Stress
This commit is contained in:
@@ -253,36 +253,39 @@
|
||||
"compteurs": {
|
||||
"sust": {
|
||||
"value": 0,
|
||||
"label": "Sust."
|
||||
"label": "Sust.",
|
||||
"isInput": true
|
||||
},
|
||||
"eau": {
|
||||
"value": 0,
|
||||
"label": "Eau"
|
||||
"label": "Eau",
|
||||
"isInput": true
|
||||
},
|
||||
"moral": {
|
||||
"value": 0,
|
||||
"label": "Moral"
|
||||
"label": "Moral",
|
||||
"isInput": true
|
||||
},
|
||||
"exaltation": {
|
||||
"value": 0,
|
||||
"label": "Exaltation"
|
||||
"label": "Exaltation",
|
||||
"isInput": true
|
||||
},
|
||||
"dissolution": {
|
||||
"value": 0,
|
||||
"label": "Dissolution"
|
||||
"label": "Dissolution",
|
||||
"isInput": true
|
||||
},
|
||||
"chance": {
|
||||
"value": 0,
|
||||
"max": 0,
|
||||
"label": "Chance"
|
||||
"label": "Chance",
|
||||
"isInput": true
|
||||
},
|
||||
"destinee": {
|
||||
"value": 0,
|
||||
"label": "Destinée"
|
||||
},
|
||||
"stress": {
|
||||
"value": 0,
|
||||
"label": "Stress"
|
||||
"label": "Destinée",
|
||||
"isInput": true
|
||||
},
|
||||
"etat": {
|
||||
"value": 0,
|
||||
@@ -290,8 +293,20 @@
|
||||
},
|
||||
"ethylisme": {
|
||||
"value": 0,
|
||||
"label": "Ethylisme"
|
||||
}
|
||||
"label": "Ethylisme",
|
||||
"isInput": true
|
||||
},
|
||||
"stress": {
|
||||
"value": 0,
|
||||
"label": "Stress",
|
||||
"isStress": true,
|
||||
"isInput": true
|
||||
},
|
||||
"experience": {
|
||||
"value": 0,
|
||||
"label": "Experience",
|
||||
"isInput": true
|
||||
}
|
||||
},
|
||||
"argent": {
|
||||
"deniers": {
|
||||
|
||||
Reference in New Issue
Block a user