Skip to content

Commit

Permalink
Ability projectile tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Jun 8, 2024
1 parent 09f4295 commit e9c11df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Anomaly/Patches/AbilityDefs/Abilities_Anomaly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
</value>
</Operation>


<!-- ========== Spike Base ========== -->

<Operation Class="PatchOperationReplace">
Expand All @@ -17,7 +16,7 @@
<thingClass>CombatExtended.BulletCE</thingClass>
<projectile Class="CombatExtended.ProjectilePropertiesCE">
<damageDef>RangedStab</damageDef>
<speed>75</speed>
<speed>57</speed>
<damageAmountBase>1</damageAmountBase>
</projectile>
</value>
Expand Down Expand Up @@ -119,7 +118,7 @@
<damageAmountBase>18</damageAmountBase>
<speed>180</speed>
<bulletChanceToStartFire>1</bulletChanceToStartFire>
<armorPenetrationSharp>6</armorPenetrationSharp>
<armorPenetrationSharp>20</armorPenetrationSharp>
<armorPenetrationBlunt>1</armorPenetrationBlunt>
</projectile>
</value>
Expand Down

0 comments on commit e9c11df

Please sign in to comment.