Skip to content

Commit

Permalink
Merge pull request #255 from MatthewMarinets/mm/war_council_dark_archon
Browse files Browse the repository at this point in the history
sc2: Added Dark Archon War Council upgrade -- Indomitable Will
  • Loading branch information
Ziktofel authored Jul 27, 2024
2 parents 2f95d0f + d67e78e commit 34bd4ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion worlds/sc2/item_descriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ def _ability_desc(unit_name_plural: str, ability_name: str, ability_description:
item_names.ENERGIZER_MOBILE_CHRONO_BEAM: "Energizer War Council upgrade. Allows Energizers to use Chrono Beam in Mobile Mode.",
item_names.HAVOC_ENDURING_SIGHT: "Havoc War Council upgrade. Havoc Squad Sight stays up indefinitely and no longer takes energy.",
item_names.HIGH_TEMPLAR_PLASMA_SURGE: "High Templar War Council upgrade. High Templar Psionic Storm will heal fiendly protoss shields under it.",
# item_names.DARK_ARCHON_INDOMITABLE_WILL: "Dark Archon War Council upgrade. Casting Mind Control will no longer deplete the Dark Archon's shields.",
item_names.DARK_ARCHON_INDOMITABLE_WILL: "Dark Archon War Council upgrade. Casting Mind Control will no longer deplete the Dark Archon's shields.",
item_names.SOA_CHRONO_SURGE: "The Spear of Adun increases a target structure's unit warp in and research speeds by +1000% for 20 seconds.",
item_names.SOA_PROGRESSIVE_PROXY_PYLON: inspect.cleandoc("""
Level 1: The Spear of Adun quickly warps in a Pylon to a target location.
Expand Down
2 changes: 1 addition & 1 deletion worlds/sc2/item_names.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@
HIGH_TEMPLAR_PLASMA_SURGE = "Plasma Surge (High Templar)"
# Signifier
# Ascendant
# DARK_ARCHON_INDOMITABLE_WILL = "Indomitable Will (Dark Archon)"
DARK_ARCHON_INDOMITABLE_WILL = "Indomitable Will (Dark Archon)"
# IMMORTAL_IMPROVED_BARRIER = "Improved Barrier (Immortal)"
# Annihilator
# Vanguard
Expand Down
2 changes: 1 addition & 1 deletion worlds/sc2/items.py
Original file line number Diff line number Diff line change
Expand Up @@ -1749,7 +1749,7 @@ def get_full_item_list():
item_names.HIGH_TEMPLAR_PLASMA_SURGE: ItemData(515 + SC2LOTV_ITEM_ID_OFFSET, ProtossItemType.War_Council, 15, SC2Race.PROTOSS, parent_item=item_names.HIGH_TEMPLAR),
# 516 reserved for Signifier
# 517 reserved for Ascendant
# item_names.DARK_ARCHON_INDOMITABLE_WILL: ItemData(518 + SC2LOTV_ITEM_ID_OFFSET, ProtossItemType.War_Council, 18, SC2Race.PROTOSS),
item_names.DARK_ARCHON_INDOMITABLE_WILL: ItemData(518 + SC2LOTV_ITEM_ID_OFFSET, ProtossItemType.War_Council, 18, SC2Race.PROTOSS),
# 518 reserved for Immortal
# 519 reserved for Annihilator
# 520 reserved for Vanguard
Expand Down

0 comments on commit 34bd4ac

Please sign in to comment.