#4 : Weakness management, including bonus/malus field for scores and reminder in the flip dialog

This commit is contained in:
2021-03-12 17:12:14 +01:00
parent 96991516b6
commit 87ca3febd3
11 changed files with 132 additions and 30 deletions

View File

@ -81,40 +81,48 @@
"edge": {
"label": "SCORES.Edge",
"value": 0,
"bonus": 0
"bonusmalus": 0
},
"wealth": {
"label": "SCORES.Wealth",
"value": 0
"value": 0,
"bonusmalus": 0
},
"lifestyle": {
"label": "SCORES.Lifestyle",
"value": 0
"value": 0,
"bonusmalus": 0
},
"defense": {
"label": "SCORES.Defense",
"value": 0,
"critical": 0
"critical": 0,
"bonusmalus": 0
},
"dr": {
"label": "SCORES.DR",
"value": 0
"value": 0,
"bonusmalus": 0
},
"shock": {
"label": "SCORES.Shock",
"value": 0
"value": 0,
"bonusmalus": 0
},
"currentwounds": {
"label": "SCORES.Currentwounds",
"value": 0
"value": 0,
"bonusmalus": 0
},
"wound": {
"label": "SCORES.Wounds",
"value": 0
"value": 0,
"bonusmalus": 0
},
"encumbrance": {
"label": "SCORES.Encumbrance",
"value": 0
"value": 0,
"bonusmalus": 0
}
}
},
@ -165,6 +173,7 @@
},
"weakness": {
"subtitle": "",
"category": "",
"description": ""
},
"geneline": {