Skip to content

Commit

Permalink
Merge branch 'sc2-next' of github.com:Ziktofel/Archipelago into sc2-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Sep 20, 2024
2 parents 9e47a3f + 02045a5 commit 3806a44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions worlds/sc2/item_descriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
item_names.WARHOUND: (75, 0, 0),
item_names.HERC: (25, 25, 1),
item_names.WRAITH: (0, 50, 0),
item_names.GHOST: (125, 75, 1),
item_names.SPECTRE: (125, 75, 1),
item_names.GHOST: (25, 25, 1),
item_names.SPECTRE: (25, 25, 1),
item_names.RAVEN: (0, 50, 0),
item_names.CYCLONE: (25, 50, 1),
item_names.WIDOW_MINE: (0, 25, 1),
Expand Down Expand Up @@ -514,7 +514,7 @@ def _ability_desc(unit_name_plural: str, ability_name: str, ability_description:
item_names.MECHANICAL_KNOW_HOW: "Increases mechanical unit life by 20%.",
item_names.MERCENARY_MUNITIONS: "Increases attack speed of all combat units by 15%.",
item_names.FAST_DELIVERY: "Mercenary calldowns can be deployed right at the mission start.",
item_names.RAPID_REINFORCEMENT: "Halves cooldowns of mercenary calldowns.",
item_names.RAPID_REINFORCEMENT: "Reduces cooldowns of mercenary calldowns by 60s.",
item_names.ZEALOT: "Powerful melee warrior. Can use the charge ability.",
item_names.STALKER: "Ranged attack strider. Can use the Blink ability.",
item_names.HIGH_TEMPLAR: "Potent psionic master. Can use the Feedback and Psionic Storm abilities. Can merge into an Archon.",
Expand Down

0 comments on commit 3806a44

Please sign in to comment.