Skip to content

Commit

Permalink
Merge pull request #298 from itsjustbones/stalwart-balance
Browse files Browse the repository at this point in the history
reduce stalwart attack speed
  • Loading branch information
Ziktofel authored Oct 11, 2024
2 parents 1215bc7 + 76534fa commit 2c0dda0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8302,7 +8302,7 @@
<Flags index="PersistUntilDestroyed" value="1"/>
<InitialEffect value="AP_StalwartLightningWeaponSet"/>
<PeriodicEffectArray value="AP_StalwartLightningWeaponSet"/>
<PeriodicPeriodArray value="0.1"/>
<PeriodicPeriodArray value="0.25"/>
</CEffectCreatePersistent>
<CEffectDamage id="AP_ImmortalSplashStrafeDamage">
<EditorCategories value="Race:Protoss"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,7 @@
<TargetFilters value="Ground,Visible;Missile,Stasis,Dead,Hidden,Invulnerable"/>
<MinScanRange value="4"/>
<Range value="2"/>
<Period value="0.10"/>
<Period value="0.25"/>
<Effect value="AP_StalwartLightningWeapon"/>
<DisplayEffect value="AP_StalwartLightningWeaponDamage"/>
</CWeaponLegacy>
Expand All @@ -1889,7 +1889,7 @@
<Icon value="Assets\Textures\btn-upgrade-protoss-groundweaponslevel0.dds"/>
<TargetFilters value="Ground,Visible;Missile,Stasis,Dead,Hidden,Invulnerable"/>
<Range value="3"/>
<Period value="0.10"/>
<Period value="0.25"/>
<Effect value="AP_StalwartLightningWeapon"/>
<DisplayEffect value="AP_StalwartLightningWeaponDamage"/>
<Options index="OnlyFireWhileInAttackOrder" value="0"/>
Expand Down

0 comments on commit 2c0dda0

Please sign in to comment.