-
Game Version: 18.21333
-
Build Number: 18.21333
-
Platform: Steam
-
Operating System: Windows 11
Issue:
Dwarven breastplate was supposed to be nerfed in the update 18.9036. The patch note said the bonus had been reduced from -20% to -15%. But it still reduces the hack vulnerability by 20%, not by 15%.
Trigger Event:
Dwarven breastplate didn’t get nerfed.
Repro Steps:
- Play Thor or Loki.
- Advance to the classical age through Forseti.
- Research dwarven breastplate.
- Check the hack armor of units.
1 Like
You’re right. It’s still -20%.
<tech name="DwarvenBreastplate">
<displaynameid>STR_TECH_DWARVEN_BREASTPLATE_NAME</displaynameid>
<rollovertextid>STR_TECH_DWARVEN_BREASTPLATE_LR</rollovertextid>
<cost resourcetype="Gold">150.0000</cost>
<cost resourcetype="Favor">15.0000</cost>
<researchpoints>30.0000</researchpoints>
<status>UNOBTAINABLE</status>
<icon>resources\norse\static_color\technologies\dwarven_breastplate_icon.png</icon>
<techtype>ArmoryTechnology</techtype>
<flag>CountsTowardMilitaryScore</flag>
<flag>MythTech</flag>
<effects>
<effect type="Data" amount="-0.20" subtype="ArmorVulnerability" armortype="Hack" relativity="Percent">
<target type="ProtoUnit">Hirdman</target>
</effect>
<effect type="Data" amount="-0.20" subtype="ArmorVulnerability" armortype="Hack" relativity="Percent">
<target type="ProtoUnit">Berserk</target>
</effect>
</effects>
</tech>