Skip to content

Commit

Permalink
Fix noctol armor
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Jun 20, 2024
1 parent e048367 commit fb8e92a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Anomaly/Patches/ThingDefs_Races/Races_Entities_Misc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -276,14 +276,14 @@
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Noctol"]/statBases/ArmorRating_Sharp</xpath>
<value>
<ArmorRating_Sharp>3.5</ArmorRating_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Noctol"]/statBases/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>7</ArmorRating_Blunt>
Expand Down

0 comments on commit fb8e92a

Please sign in to comment.