Incorrect description for 'Inspirational'

Issue Summary:
Mercenary’s Level 25 talent ‘Inspirational’ reads “Increases temporary health gained from Morale Boost to 45”, but only increases the temporary health to 40.

Steps to Reproduce:

  1. Play as Mercenary
  2. Choose the ‘Inspirational’ talent
  3. Use your career ability, Morale Boost

Reproduction Rate (Choose One):
Constant (100%)

Additional information:
see scripts/managers/talents/talent_settings_markus.lua:186
markus_mercenary_activated_ability_improved_healing = {
bonus = 45
}

and scripts/unit_extensions/default_player_unit/careers/career_ability_es_mercenary.lua:164
if talent_extension:has_talent(“markus_mercenary_activated_ability_improved_healing”) then
heal_amount = 40
end

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.