diff --git a/worlds/sc2/item_descriptions.py b/worlds/sc2/item_descriptions.py index bd2ecbb069d5..ce376298dca1 100644 --- a/worlds/sc2/item_descriptions.py +++ b/worlds/sc2/item_descriptions.py @@ -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), @@ -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.",