Toughness regen curios now provide up to 360% base regen increase

Issue Description:
The curio toughness regen rate buff now provides up to 360% increase to the base regen. This is due to the buff template using additive math rather than multiplicative. As the T4 modifier is 1.2, a single T4 toughness curio provides 1.2x increased regen, but due to being an additive modifier three of them provide 1.2x+1.2x+1.2x = 3.6x.

Steps to Reproduce:
Stay in coherency and watch the toughness regen rate after taking damage.

Platform:
Steam

Reproduction Rate:
100%

Upload Supporting Evidence:
[buff_stat_buffs.toughness_regen_rate_modifier] = 1.2 (T4)
toughness_regen_rate_modifier = “additive_multiplier”
buff_rate_modifier = buffs.toughness_regen_rate_modifier * buffs.toughness_regen_rate_multiplier
regen_rate = base_rate * weapon_rate_modifier * buff_rate_modifier * coherency_rate_modifier

1 Like