Skip to content

Commit

Permalink
Merge pull request Ziktofel#230 from MatthewMarinets/mm/misc_fixes_cl…
Browse files Browse the repository at this point in the history
…eanup

sc2: Misc code improvements:
  • Loading branch information
Ziktofel authored Jul 6, 2024
2 parents 758b7bc + 50c5269 commit 1af5f5b
Show file tree
Hide file tree
Showing 6 changed files with 2,516 additions and 2,489 deletions.
1 change: 1 addition & 0 deletions worlds/sc2/item_descriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,7 @@ def _ability_desc(unit_name_plural: str, ability_name: str, ability_description:
item_names.CORSAIR: "Air superiority starfighter. Can use the Disruption Web ability.",
item_names.DESTROYER: "Area assault craft. Can use the Destruction Beam ability to attack multiple units at once.",
item_names.WARP_RAY: "Surgical-strike craft. Damage output increases the longer the Warp Ray remains on target.",
item_names.SCORCHER: "Flying Assault Ship. Can use prismatic alignment to temporarily deal increased damage at the cost of movement speed.",
item_names.SCOUT: "Versatile high-speed fighter.",
item_names.TEMPEST: "Siege artillery craft. Attacks from long range. Can use the Disintegration ability.",
item_names.MOTHERSHIP: "Ultimate Protoss vessel, Can use the Vortex and Mass Recall abilities. Cloaks nearby units and structures.",
Expand Down
1 change: 1 addition & 0 deletions worlds/sc2/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -1952,6 +1952,7 @@ def get_basic_units(world: 'SC2World', race: SC2Race) -> typing.Set[str]:
item_names.PLANETARY_FORTRESS: 3,
# Bunker w/ Marine/Marauder: 3,
item_names.PERDITION_TURRET: 2,
item_names.DEVASTATOR_TURRET: 2,
item_names.VULTURE: 1,
item_names.BANSHEE: 1,
item_names.BATTLECRUISER: 1,
Expand Down
Loading

0 comments on commit 1af5f5b

Please sign in to comment.