Skip to content

Commit

Permalink
Reduce Arrow Suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLoneTec committed Nov 6, 2024
1 parent fd08ff0 commit 7443d34
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Mods/Core_SK/Patches/CombatExtended/Ammo/Neolithic/Arrows.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[@Name="BaseArrowProjectile"]/projectile</xpath>
<value>
<suppressionFactor>4</suppressionFactor>
<dangerFactor>0.3</dangerFactor>
<airborneSuppressionFactor>5.5</airborneSuppressionFactor>
<suppressionFactor>2</suppressionFactor>
<dangerFactor>0.2</dangerFactor>
<airborneSuppressionFactor>3.5</airborneSuppressionFactor>
</value>
</Operation>
<Operation Class="PatchOperationReplace">
Expand Down Expand Up @@ -150,7 +150,7 @@
<xpath>Defs/ThingDef[defName="Projectile_Arrow_Steel"]/projectile</xpath>
<value>
<suppressionFactor>3</suppressionFactor>
<dangerFactor>0.4</dangerFactor>
<dangerFactor>0.3</dangerFactor>
<airborneSuppressionFactor>4.5</airborneSuppressionFactor>
</value>
</Operation>
Expand Down Expand Up @@ -181,7 +181,7 @@
<xpath>Defs/ThingDef[defName="Projectile_Arrow_Flame"]/projectile</xpath>
<value>
<suppressionFactor>3</suppressionFactor>
<dangerFactor>1</dangerFactor>
<dangerFactor>0.4</dangerFactor>
<airborneSuppressionFactor>4.5</airborneSuppressionFactor>
</value>
</Operation>
Expand Down

0 comments on commit 7443d34

Please sign in to comment.