Fatigue management, ongoing work
This commit is contained in:
@@ -147,21 +147,21 @@
|
||||
"type": "number",
|
||||
"max": 10,
|
||||
"value": 10,
|
||||
"label": "Points de Vie",
|
||||
"label": "Vie",
|
||||
"derivee": true
|
||||
},
|
||||
"endurance": {
|
||||
"type": "number",
|
||||
"max": 10,
|
||||
"value": 10,
|
||||
"label": "Points d'Endurance",
|
||||
"label": "Endurance",
|
||||
"derivee": true
|
||||
},
|
||||
"fatigue": {
|
||||
"type": "number",
|
||||
"max": 40,
|
||||
"value": 10,
|
||||
"label": "Points de Fatigue",
|
||||
"max": 0,
|
||||
"value": 0,
|
||||
"label": "Fatigue",
|
||||
"derivee": true
|
||||
},
|
||||
"legeres": {
|
||||
|
||||
Reference in New Issue
Block a user