Battle-Modders / mod-reforged

The main repository for the Battle Brothers Reforged mod.
16 stars 0 forks source link

refactor: replace morale progressbar on turn sequence bar with reach #536

Open Darxo opened 2 months ago

Darxo commented 2 months ago

When Taro did the same for the character screen he opted to send new Reach entries via the data structure to js. For this change I decided to instead replace the existing morale values as I found that easier to implement and unlikely to cause issues.

This is how it looks now: image

Here Reach looks in the character screen: image

Darxo commented 1 month ago

Instead of the word Reach I could also display offensive and defensive reach ignore here in brackets, like on the combat tooltip. If so we also need to consider doing the same in the stats panel of the character screen