Skip to content

Commit

Permalink
sc2: Updated devastator armor upgrade name again
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMarinets committed Jul 2, 2024
1 parent 84fc867 commit 72e3de9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion worlds/sc2/item_descriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def _ability_desc(unit_name_plural: str, ability_name: str, ability_description:
Allows Planetary Fortresses to use Scanner Sweep, MULE, and Extra Supplies if those abilities are owned.
"""),
item_names.DEVASTATOR_TURRET_CONCUSSIVE_GRENADES: "Devastator Turrets slow enemies they hit. Does not stack with Marauder Concussive Shells.",
item_names.DEVASTATOR_TURRET_ARMOR_PIERCING_MUNITIONS: "Increases Devastator Turret damage to armored targets by 10.",
item_names.DEVASTATOR_TURRET_ANTI_ARMOR_MUNITIONS: "Increases Devastator Turret damage to armored targets by 10.",
item_names.DEVASTATOR_TURRET_RESOURCE_EFFICIENCY: _get_resource_efficiency_desc(item_names.DEVASTATOR_TURRET),
item_names.MISSILE_TURRET_RESOURCE_EFFICENCY: _get_resource_efficiency_desc(item_names.MISSILE_TURRET),
item_names.SCIENCE_VESSEL_TACTICAL_JUMP: "Allows Science Vessels to warp to a target location anywhere on the map.",
Expand Down
2 changes: 1 addition & 1 deletion worlds/sc2/item_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
PLANETARY_FORTRESS_ADVANCED_TARGETING = "Advanced Targeting (Planetary Fortress)"
PLANETARY_FORTRESS_ORBITAL_MODULE = "Orbital Module (Planetary Fortress)"
DEVASTATOR_TURRET_CONCUSSIVE_GRENADES = "Concussive Grenades (Devastator Turret)"
DEVASTATOR_TURRET_ARMOR_PIERCING_MUNITIONS = "Armor-Piercing Munitions (Devastator Turret)"
DEVASTATOR_TURRET_ANTI_ARMOR_MUNITIONS = "Anti-Armor Munitions (Devastator Turret)"
DEVASTATOR_TURRET_RESOURCE_EFFICIENCY = "Resource Efficiency (Devastator Turret)"
PREDATOR_RESOURCE_EFFICIENCY = "Resource Efficiency (Predator)"
PREDATOR_CLOAK = "Cloak (Predator)"
Expand Down
2 changes: 1 addition & 1 deletion worlds/sc2/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ def get_full_item_list():
item_names.DEVASTATOR_TURRET_CONCUSSIVE_GRENADES:
ItemData(396 + SC2WOL_ITEM_ID_OFFSET, TerranItemType.Armory_7, 0, SC2Race.TERRAN,
parent_item=item_names.DEVASTATOR_TURRET, origin={"ext"}),
item_names.DEVASTATOR_TURRET_ARMOR_PIERCING_MUNITIONS:
item_names.DEVASTATOR_TURRET_ANTI_ARMOR_MUNITIONS:
ItemData(397 + SC2WOL_ITEM_ID_OFFSET, TerranItemType.Armory_7, 1, SC2Race.TERRAN,
parent_item=item_names.DEVASTATOR_TURRET, origin={"ext"}),
item_names.DEVASTATOR_TURRET_RESOURCE_EFFICIENCY:
Expand Down

0 comments on commit 72e3de9

Please sign in to comment.