Skip to content

Commit

Permalink
Bomb default damage update
Browse files Browse the repository at this point in the history
  • Loading branch information
SamaelGray committed Jun 4, 2024
1 parent 5e37bdb commit 9ad8661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Patches/Core/DamageDefs/Damages_LocalInjury.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/DamageDef[defName="Bomb"]/defaultDamage</xpath>
<value>
<defaultDamage>156</defaultDamage>
<defaultDamage>181</defaultDamage>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/DamageDef[defName="Bomb"]/defaultArmorPenetration</xpath>
<value>
<defaultArmorPenetration>156</defaultArmorPenetration>
<defaultArmorPenetration>181</defaultArmorPenetration>
</value>
</Operation>

Expand Down

0 comments on commit 9ad8661

Please sign in to comment.