Skip to content

Commit

Permalink
Update the value to match ingame's
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Nov 20, 2024
1 parent ab5d79a commit 9c23bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/sc2/item/item_descriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ def _ability_desc(unit_name_plural: str, ability_name: str, ability_description:
item_names.ZERG_EXCAVATING_CLAWS: "Increases movement speed of uprooted Zerg structures, especially off creep. Also increases root speed.",
item_names.HIVE_CLUSTER_MATURATION: "Lairs are replaced with Hives, and Hatcheries can now upgrade directly to Hives at the Lair's original cost.",
item_names.MACROSCOPIC_RECUPERATION: "Zerg structures regenerate health rapidly while on creep and out of combat. Does not apply to uprooted structures, or structures with the Mechanical tag.",
item_names.BIOMECHANICAL_STOCKPILING: "Infested Factories and Starports can store 2 additional unit charges.",
item_names.BIOMECHANICAL_STOCKPILING: "Infested Factories and Starports can store 3 additional unit charges.",
item_names.ZERGLING_RAPTOR_STRAIN: "Allows Zerglings to jump up and down cliffs and leap onto enemies. Also increases Zergling attack damage by 2.",
item_names.ZERGLING_SWARMLING_STRAIN: "Zerglings will spawn instantly and with an extra Zergling per egg at no additional cost.",
item_names.ROACH_VILE_STRAIN: "Roach attacks will slow the movement and attack speed of enemies.",
Expand Down

0 comments on commit 9c23bec

Please sign in to comment.