Skip to content

Commit

Permalink
Warhound rebalance. See #167
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Mar 10, 2024
1 parent 7abdd2f commit c61c0f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions worlds/sc2/ItemNames.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,8 @@
VULTURE_ION_THRUSTERS = "Ion Thrusters (Vulture)"
VULTURE_PROGRESSIVE_REPLENISHABLE_MAGAZINE = "Progressive Replenishable Magazine (Vulture)"
VULTURE_AUTO_REPAIR = "Auto-Repair (Vulture)"
WARHOUND_RESOURCE_EFFICIENCY = "Resource Efficiency (Warhound)"
WARHOUND_REINFORCED_PLATING = "Reinforced Plating (Warhound)"
WIDOW_MINE_BLACK_MARKET_LAUNCHERS = "Black Market Launchers (Widow Mine)"
WIDOW_MINE_CONCEALMENT = "Concealment (Widow Mine)"
WIDOW_MINE_DRILLING_CLAWS = "Drilling Claws (Widow Mine)"
Expand Down
8 changes: 8 additions & 0 deletions worlds/sc2/Items.py
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,14 @@ def get_full_item_list():
ItemData(281 + SC2WOL_ITEM_ID_OFFSET, "Armory 3", 21, SC2Race.TERRAN,
parent_item=ItemNames.DIAMONDBACK,
description="Increases Diamondback movement speed."),
ItemNames.WARHOUND_RESOURCE_EFFICIENCY:
ItemData(282 + SC2WOL_ITEM_ID_OFFSET, "Armory 6", 13, SC2Race.TERRAN,
parent_item=ItemNames.WARHOUND,
description=RESOURCE_EFFICIENCY_NO_SUPPLY_DESCRIPTION_TEMPLATE.format("Warhound")),
ItemNames.WARHOUND_REINFORCED_PLATING:
ItemData(283 + SC2WOL_ITEM_ID_OFFSET, "Armory 6", 14, SC2Race.TERRAN,
parent_item=ItemNames.WARHOUND,
description="Increases Warhound armor by 2."),

ItemNames.HELLION_TWIN_LINKED_FLAMETHROWER:
ItemData(300 + SC2WOL_ITEM_ID_OFFSET, "Armory 3", 16, SC2Race.TERRAN,
Expand Down

0 comments on commit c61c0f8

Please sign in to comment.