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 May 5, 2024
2 parents ff7640c + e963d37 commit b19c692
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 92 deletions.
2 changes: 1 addition & 1 deletion worlds/sc2/ItemDescriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def _ability_desc(unit_name_plural: str, ability_name: str, ability_description:
ItemNames.SWARM_HOST_RESOURCE_EFFICIENCY: _get_resource_efficiency_desc(ItemNames.SWARM_HOST),
ItemNames.ULTRALISK_ANABOLIC_SYNTHESIS: "Ultralisks gain increased movement speed.",
ItemNames.ULTRALISK_CHITINOUS_PLATING: "Ultralisks gain +2 armor.",
ItemNames.ULTRALISK_ORGANIC_CARAPACE: "Ultralisks gain +100 armor.",
ItemNames.ULTRALISK_ORGANIC_CARAPACE: "Ultralisks gain +100 life.",
ItemNames.ULTRALISK_RESOURCE_EFFICIENCY: _get_resource_efficiency_desc(ItemNames.ULTRALISK),
ItemNames.DEVOURER_CORROSIVE_SPRAY: "Devourer attacks will now deal area damage.",
ItemNames.DEVOURER_GAPING_MAW: "Devourer's attack speed increased by 25%.",
Expand Down
Loading

0 comments on commit b19c692

Please sign in to comment.