Hi all,
I have a display issue due to soldierBonuses
It's not a big issue, as I can play with it, it is just "cosmetic"
This is about the progression bar, whose extremity does not include bonuses, as shown in the attached JPG
Here is the corresponding code
soldierBonuses:
- name: STR_SB_MEDAL_ALIENS_KILLED1
stats:
stamina: 1
- name: STR_SB_MEDAL_ALIENS_KILLED2
stats:
stamina: 2
- name: STR_SB_MEDAL_ALIENS_KILLED3
stats:
stamina: 3
- name: STR_SB_MEDAL_ALIENS_KILLED4
stats:
stamina: 4
I tried that, without success
soldierBonuses:
- name: STR_SB_MEDAL_ALIENS_KILLED1
stats:
stamina: 1
statCaps:
stamina: 1
Does anyone have any idea how to fix this?