Use VetMassKillCredit
over VetExperience
in the UI when a unit reached maximum veterancy
#6325
Labels
area: ui
Anything to do with the User Interface of the Game
good first issue
issue that is relative easy to pick up
Milestone
Description
The field
VetMassKillCredit
is introduced by #6110 but it is not used yet. As a result the value will not show up to the user.Course of Action
Extend unitview.lua to retrieve and use the unit statistic
VetMassKillCredit
when a unit has a veterancy level of 5 or higher. This should be a relative small change whereVetLevel
andVetExperience
are already retrieved. When the value ofVetLevel
is 5 or more, instead of retrievingVetExperience
you retrieveVetMassKillCredit
.Test Plan
Verify that the correct value is used when a unit switches from veterancy 4 to veterancy 5.
The text was updated successfully, but these errors were encountered: