Skip to content

Commit

Permalink
shift passives to left
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjustbones committed Jul 28, 2024
1 parent ce9fed8 commit 561ae04
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Mods/ArchipelagoPlayer.SC2Mod/Base.SC2Data/GameData/UnitData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24218,9 +24218,9 @@
<LayoutButtons Face="Attack" Type="AbilCmd" AbilCmd="attack,Execute" Row="0" Column="4"/>
<LayoutButtons Face="Frenzied" Type="Passive" Behavior="Frenzy" Row="1" Column="4"/>
<LayoutButtons Face="BurrowDown" Type="AbilCmd" AbilCmd="AP_TyrannozorBurrowDown,Execute" Row="2" Column="4"/>
<LayoutButtons Face="AP_HealingAdaptation" Type="Passive" Requirements="AP_HaveHealingAdaptation" Row="1" Column="1"/>
<LayoutButtons Face="AP_TyrannozorTyrantsProtection" Type="Passive" Requirements="AP_HaveTyrannozorTyrantsProtection" Row="1" Column="2"/>
<LayoutButtons Face="AP_ImpalingStrike" Type="Passive" Requirements="AP_HaveImpalingStrike" Row="1" Column="3"/>
<LayoutButtons Face="AP_HealingAdaptation" Type="Passive" Requirements="AP_HaveHealingAdaptation" Row="1" Column="0"/>
<LayoutButtons Face="AP_TyrannozorTyrantsProtection" Type="Passive" Requirements="AP_HaveTyrannozorTyrantsProtection" Row="1" Column="1"/>
<LayoutButtons Face="AP_ImpalingStrike" Type="Passive" Requirements="AP_HaveImpalingStrike" Row="1" Column="2"/>
<LayoutButtons Face="AP_TyrannozorBarrageOfSpikes" Type="AbilCmd" AbilCmd="AP_TyrannozorBarrageOfSpikes,Execute" Row="2" Column="0"/>
<LayoutButtons Face="SetRallyPoint2" Type="AbilCmd" AbilCmd="ProgressRally,Rally1" Row="0" Column="4"/>
</CardLayouts>
Expand Down Expand Up @@ -24278,9 +24278,9 @@
<LayoutButtons Face="Attack" Type="AbilCmd" AbilCmd="attack,Execute" Row="0" Column="4"/>
<LayoutButtons Face="BurrowUp" Type="AbilCmd" AbilCmd="AP_TyrannozorBurrowUp,Execute" Row="2" Column="4"/>
<LayoutButtons Face="Frenzied" Type="Passive" Behavior="Frenzy" Row="1" Column="4"/>
<LayoutButtons Face="AP_HealingAdaptation" Type="Passive" Requirements="AP_HaveHealingAdaptation" Row="1" Column="1"/>
<LayoutButtons Face="AP_TyrannozorTyrantsProtection" Type="Passive" Requirements="AP_HaveTyrannozorTyrantsProtection" Row="1" Column="2"/>
<LayoutButtons Face="AP_ImpalingStrike" Type="Passive" Requirements="AP_HaveImpalingStrike" Row="1" Column="3"/>
<LayoutButtons Face="AP_HealingAdaptation" Type="Passive" Requirements="AP_HaveHealingAdaptation" Row="1" Column="0"/>
<LayoutButtons Face="AP_TyrannozorTyrantsProtection" Type="Passive" Requirements="AP_HaveTyrannozorTyrantsProtection" Row="1" Column="1"/>
<LayoutButtons Face="AP_ImpalingStrike" Type="Passive" Requirements="AP_HaveImpalingStrike" Row="1" Column="2"/>
</CardLayouts>
<Radius value="1.5"/>
<SeparationRadius value="1"/>
Expand Down

0 comments on commit 561ae04

Please sign in to comment.