Skip to content

Commit

Permalink
animal implants updated
Browse files Browse the repository at this point in the history
adjustments from upstream
  • Loading branch information
SamaelGray committed Aug 21, 2024
1 parent 95bb17f commit bec00fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ModPatches/Alpha Implants/Hediffs_Implants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="AI_AnimalProstheticShell"]/stages/li/statOffsets/ArmorRating_Sharp</xpath>
<value>
<ArmorRating_Sharp>1.0</ArmorRating_Sharp>
<ArmorRating_Sharp>2.0</ArmorRating_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="AI_AnimalProstheticShell"]/stages/li/statOffsets/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>0.75</ArmorRating_Blunt>
<ArmorRating_Blunt>1.5</ArmorRating_Blunt>
</value>
</Operation>

Expand Down Expand Up @@ -211,14 +211,14 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="AI_AnimalBionicShell"]/stages/li/statOffsets/ArmorRating_Sharp</xpath>
<value>
<ArmorRating_Sharp>2</ArmorRating_Sharp>
<ArmorRating_Sharp>3.5</ArmorRating_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/HediffDef[defName="AI_AnimalBionicShell"]/stages/li/statOffsets/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>1.5</ArmorRating_Blunt>
<ArmorRating_Blunt>2.5</ArmorRating_Blunt>
</value>
</Operation>

Expand Down

0 comments on commit bec00fc

Please sign in to comment.