From 1b20ed8efece87a642989e8a92d43ed0b76f3fae Mon Sep 17 00:00:00 2001 From: Matthew Date: Sun, 16 Jun 2024 00:46:48 -0700 Subject: [PATCH] sc2: Added liberator guerilla missiles to replace 360 degree sensors --- worlds/sc2/item_descriptions.py | 2 +- worlds/sc2/item_names.py | 2 +- worlds/sc2/items.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/worlds/sc2/item_descriptions.py b/worlds/sc2/item_descriptions.py index f4156ee9cd89..7258f251566e 100644 --- a/worlds/sc2/item_descriptions.py +++ b/worlds/sc2/item_descriptions.py @@ -283,7 +283,7 @@ def _ability_desc(unit_name_plural: str, ability_name: str, ability_description: """), item_names.BATTLECRUISER_BEHEMOTH_REACTOR: "All Battlecruiser spells require 25 less energy to cast.", item_names.THOR_RAPID_RELOAD: "Increases Thor's ground attack speed.", - item_names.LIBERATOR_360_DEGREE_SENSOR_ARRAY: "Liberators in Defender Mode can attack any target in weapon range.", + item_names.LIBERATOR_GUERILLA_MISSILES: "Liberators in Fighter Mode apply an attack and movement debuff to enemies they attack.", item_names.WIDOW_MINE_RESOURCE_EFFICIENCY: _get_resource_efficiency_desc(item_names.WIDOW_MINE), item_names.HERC_GRAPPLE_PULL: "Allows HERCs to use their grappling gun to pull a ground unit towards the HERC.", item_names.COMMAND_CENTER_SCANNER_SWEEP: "Temporarily reveals an area of the map, detecting cloaked and burrowed units.", diff --git a/worlds/sc2/item_names.py b/worlds/sc2/item_names.py index 882f017ceccf..dd92ac0fbb1b 100644 --- a/worlds/sc2/item_names.py +++ b/worlds/sc2/item_names.py @@ -176,7 +176,7 @@ LIBERATOR_RAID_ARTILLERY = "Raid Artillery (Liberator)" LIBERATOR_SMART_SERVOS = "Smart Servos (Liberator)" LIBERATOR_RESOURCE_EFFICIENCY = "Resource Efficiency (Liberator)" -LIBERATOR_360_DEGREE_SENSOR_ARRAY = "360-Degree Sensor Array (Liberator)" +LIBERATOR_GUERILLA_MISSILES = "Guerilla Missiles (Liberator)" MARAUDER_CONCUSSIVE_SHELLS = "Concussive Shells (Marauder)" MARAUDER_INTERNAL_TECH_MODULE = "Internal Tech Module (Marauder)" MARAUDER_KINETIC_FOAM = "Kinetic Foam (Marauder)" diff --git a/worlds/sc2/items.py b/worlds/sc2/items.py index a7f89cebe655..a34817c4c1d7 100644 --- a/worlds/sc2/items.py +++ b/worlds/sc2/items.py @@ -503,7 +503,7 @@ def get_full_item_list(): item_names.THOR_RAPID_RELOAD: ItemData(293 + SC2WOL_ITEM_ID_OFFSET, TerranItemType.Armory_6, 23, SC2Race.TERRAN, parent_item=item_names.THOR, origin={"lotv"}), - item_names.LIBERATOR_360_DEGREE_SENSOR_ARRAY: + item_names.LIBERATOR_GUERILLA_MISSILES: ItemData(294 + SC2WOL_ITEM_ID_OFFSET, TerranItemType.Armory_6, 24, SC2Race.TERRAN, parent_item=item_names.LIBERATOR, origin={"ext"}), item_names.WIDOW_MINE_RESOURCE_EFFICIENCY: