Skip to content

Commit

Permalink
sc2: balance adjustments: pygalisk cost +25, CD linked to building ra…
Browse files Browse the repository at this point in the history
…ther than player; fixed burrow splat
  • Loading branch information
MatthewMarinets committed Nov 28, 2024
1 parent 45295b0 commit f24a8a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
10 changes: 3 additions & 7 deletions Mods/ArchipelagoPlayer.SC2Mod/Base.SC2Data/GameData/AbilData.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11385,15 +11385,11 @@
<Unit value="AP_Yggdrasil"/>
</InfoArray>
<InfoArray index="Train10" Effect="AP_MercGroundDrop">
<Charge>
<Link value="AP_Pygalisk"/>
<Location value="Player"/>
</Charge>
<Cooldown>
<Link value="AP_Pygalisk"/>
<Location value="Player"/>
<TimeStart value="60"/>
<TimeUse value="60"/>
<Location value="Unit"/>
<TimeStart value="30"/>
<TimeUse value="30"/>
</Cooldown>
<Button DefaultButtonFace="AP_PygaliskSummon" State="Restricted" Requirements="AP_ZergMercCompoundSC2"/>
<Unit value="AP_Pygalisk"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27595,6 +27595,9 @@
<WireframeShieldColor value="255,0,128,0"/>
<Aliases value="_UnitMedium"/>
</CActorUnit>
<CActorSplat id="AP_PygaliskBurrowedSplat" parent="BurrowedSplat" unitName="AP_Pygalisk">
<AutoScaleFactor value="3.000000"/>
</CActorSplat>
<CActorModel id="AP_PygaliskDropModel" parent="AP_ZergMercDropModelBase">
<On Terms="ActorCreation" Send="SetScale 1.000000"/>
</CActorModel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23471,7 +23471,7 @@
<Sight value="9"/>
<Attributes index="Biological" value="1"/>
<CostCategory value="Army"/>
<CostResource index="Minerals" value="50"/>
<CostResource index="Minerals" value="75"/>
<CostResource index="Vespene" value="0"/>
<Food value="-1"/>
<AbilArray Link="stop"/>
Expand Down

0 comments on commit f24a8a4

Please sign in to comment.