mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
SC2: Fix HERC upgrades (#3044)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user