Skip to content

Commit

Permalink
Merge pull request #3525 from SamaelGray/SamaelGray-RS-PatchFix
Browse files Browse the repository at this point in the history
Robotic Servitude armor patch fixes
  • Loading branch information
N7Huntsman authored Nov 1, 2024
2 parents 18e1541 + 9db015b commit 5c87933
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,14 +164,14 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Gha_Combat_Laborer"]/statBases/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>5.25</ArmorRating_Blunt>
<ArmorRating_Blunt>11</ArmorRating_Blunt>
</value>
</Operation>

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

Expand Down Expand Up @@ -201,7 +201,7 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="Gha_Assassin_Laborer"]/statBases/ArmorRating_Sharp</xpath>
<value>
<ArmorRating_Sharp>6</ArmorRating_Sharp>
<ArmorRating_Sharp>4.5</ArmorRating_Sharp>
</value>
</Operation>

Expand Down

0 comments on commit 5c87933

Please sign in to comment.