SC2: Fix HERC upgrades (#3044)

This commit is contained in:
Ziktofel
2024-03-28 15:38:34 +01:00
committed by GitHub
parent cfc1541be9
commit 77311719fa
3 changed files with 5 additions and 3 deletions

View File

@@ -661,11 +661,11 @@ item_table = {
description=RESOURCE_EFFICIENCY_DESCRIPTION_TEMPLATE.format("HERC")),
ItemNames.HERC_JUGGERNAUT_PLATING:
ItemData(285 + SC2WOL_ITEM_ID_OFFSET, "Armory 6", 16, SC2Race.TERRAN,
parent_item=ItemNames.WARHOUND, origin={"ext"},
parent_item=ItemNames.HERC, origin={"ext"},
description="Increases HERC armor by 2."),
ItemNames.HERC_KINETIC_FOAM:
ItemData(286 + SC2WOL_ITEM_ID_OFFSET, "Armory 6", 17, SC2Race.TERRAN,
parent_item=ItemNames.WARHOUND, origin={"ext"},
parent_item=ItemNames.HERC, origin={"ext"},
description="Increases HERC life by 50."),
ItemNames.HELLION_TWIN_LINKED_FLAMETHROWER: