Skip to content

Commit

Permalink
duplicate node housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
SamaelGray committed Aug 19, 2024
1 parent 6b9dc5f commit aaabc29
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Patches/Core/ThingDefs_Races/Races_Animal_WildCanines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="Warg"]/statBases</xpath>
<value>
<ArmorRating_Blunt>0.075</ArmorRating_Blunt>
<ArmorRating_Sharp>0.05</ArmorRating_Sharp>
<ArmorRating_Blunt>1.5</ArmorRating_Blunt>
<ArmorRating_Sharp>0.15</ArmorRating_Sharp>
<MeleeDodgeChance>0.23</MeleeDodgeChance>
<MeleeCritChance>0.20</MeleeCritChance>
<MeleeParryChance>0.11</MeleeParryChance>
<ArmorRating_Blunt>1.5</ArmorRating_Blunt>
<ArmorRating_Sharp>0.15</ArmorRating_Sharp>
</value>
</Operation>

Expand Down

0 comments on commit aaabc29

Please sign in to comment.