Skip to content

Commit

Permalink
Stalwart Hardened Shield tooltip fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziktofel committed Jul 3, 2024
1 parent bc33042 commit 1f88d59
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2116,6 +2116,9 @@
<AlertIcon value="Assets\Textures\BTN-Ability-Protoss-HardenedShields-color.dds"/>
<EditorCategories value="Race:Protoss"/>
</CButton>
<CButton id="AP_HardenedShieldStalwart" parent="AP_HardenedShield">
<Tooltip value="Button/Tooltip/AP_HardenedShieldStalwart"/>
</CButton>
<CButton id="AP_HaveBarrier">
<Icon value="Assets\Textures\btn-ability-protoss-barrier-upgraded.dds"/>
<AlertTooltip value="Button/Tooltip/ResearchBarrier"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12343,6 +12343,7 @@
<Name value="Unit/Name/AP_ImmortalPurifier"/>
<Description value="Button/Tooltip/AP_ImmortalPurifier"/>
<CardLayouts index="0">
<LayoutButtons index="5" Face="AP_HardenedShieldStalwart"/>
<LayoutButtons Face="AP_ImmortalSingularityCharge" Type="Passive" Requirements="AP_HaveImmortalIncreasedRange" Row="1" Column="0"/>
<LayoutButtons Face="AP_ImmortalAdvancedTargetingMechanics" Type="Passive" Requirements="AP_HaveImmortalAirAttack" Row="1" Column="1"/>
</CardLayouts>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2051,6 +2051,7 @@ Button/Tooltip/AP_HHWraithFury=<c val="FFFF8A">Wraith</c> attack speed increases
Button/Tooltip/AP_Hallucination=Creates hallucinations that cannot use active abilities, cannot deal damage, and die more easily. Hallucinations last <d ref="Behavior,AP_HallucinationTimedLife,Duration"/> seconds. Enemy detectors reveal hallucinations.
Button/Tooltip/AP_HammerSecurity=A private security firm based in the Kel-Morian Combine. H-Sec provides corporate security, and often finds itself at odds with the Dominion.<n/><n/><c val="#ColorAttackInfo">Can attack ground units.</c>
Button/Tooltip/AP_HardenedShield=Reduces incoming damage to a maximum of 10 while the Immortal still has shields.
Button/Tooltip/AP_HardenedShieldStalwart=Reduces incoming damage to a maximum of 10 while the Stalwart still has shields.
Button/Tooltip/AP_Hatchery=Primary structure. Used to spawn all Zerg units and receive gathered resources. Grows creep used to feed nearby Zerg structures. Can mutate into a Lair.<n/><n/><c val="#ColorAttackInfo">Bonus: Zerg move faster on creep.</c>
Button/Tooltip/AP_HaveBarrier=Increases the amount of damage absorbed by the Immortal's Barrier by 100%.
Button/Tooltip/AP_HaveGraviticBoosters=Increases Observer movement speed.
Expand Down

0 comments on commit 1f88d59

Please sign in to comment.