diff --git a/worlds/sc2/item/item_descriptions.py b/worlds/sc2/item/item_descriptions.py index 49118f7580..45ab2b384d 100644 --- a/worlds/sc2/item/item_descriptions.py +++ b/worlds/sc2/item/item_descriptions.py @@ -951,14 +951,14 @@ item_descriptions = { item_names.TEMPEST_GRAVITY_SLING: "Tempests gain +8 range against air targets and +8 cast range.", item_names.TEMPEST_INTERPLANETARY_RANGE: "Tempests gain +8 weapon range against all targets.", item_names.PHOENIX_CLASS_IONIC_WAVELENGTH_FLUX: "Increases Phoenix, Mirage, and Skirmisher weapon damage by +2.", - item_names.PHOENIX_CLASS_ANION_PULSE_CRYSTALS: "Increases Phoenix, Mirage, and Skirmiser range by +2.", + item_names.PHOENIX_CLASS_ANION_PULSE_CRYSTALS: "Increases Phoenix, Mirage, and Skirmisher range by +2.", item_names.CORSAIR_STEALTH_DRIVE: "Corsairs become permanently cloaked.", item_names.CORSAIR_ARGUS_JEWEL: "Corsairs can store 2 charges of disruption web.", item_names.CORSAIR_SUSTAINING_DISRUPTION: "Corsair disruption webs last longer.", item_names.CORSAIR_NEUTRON_SHIELDS: "Increases corsair maximum shields by +20.", item_names.ORACLE_STEALTH_DRIVE: "Oracles become permanently cloaked.", item_names.ORACLE_SKYWARD_CHRONOANOMALY: "The Oracle's Stasis Ward can affect air units.", - item_names.ORACLE_TEMPORAL_ACCELERATION_BEAM: "Oracles no longer need to to spend energy to attack.", + item_names.ORACLE_TEMPORAL_ACCELERATION_BEAM: "Oracles no longer need to spend energy to attack.", item_names.ORACLE_BOSONIC_CORE: "Increases starting energy by 150 and maximum energy by 50.", item_names.ARBITER_CHRONOSTATIC_REINFORCEMENT: "Arbiters gain +50 maximum life and +1 armor.", item_names.ARBITER_KHAYDARIN_CORE: _get_start_and_max_energy_desc("Arbiters"), diff --git a/worlds/sc2/options.py b/worlds/sc2/options.py index 214a3194db..63f9af94f5 100644 --- a/worlds/sc2/options.py +++ b/worlds/sc2/options.py @@ -1309,7 +1309,7 @@ class MaximumSupplyReductionPerItem(Range): class LowestMaximumSupply(Range): """Controls how far max supply reduction traps can reduce maximum supply.""" display_name = "Lowest Maximum Supply" - range_start = 100 + range_start = 50 range_end = 200 default = 180