#4 : Weakness management, including bonus/malus field for scores and reminder in the flip dialog
This commit is contained in:
@ -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": {
|
||||
|
Reference in New Issue
Block a user