Skip to content

Commit

Permalink
Buff some armor values
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Nov 22, 2024
1 parent 7b34a11 commit f117091
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="GW_TotE_CustodesGuardArmor"]/statBases/ArmorRating_Sharp</xpath>
<value>
<ArmorRating_Sharp>54</ArmorRating_Sharp>
<ArmorRating_Sharp>72</ArmorRating_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="GW_TotE_CustodesGuardArmor"]/statBases/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>84</ArmorRating_Blunt>
<ArmorRating_Blunt>525</ArmorRating_Blunt>
</value>
</Operation>

Expand Down Expand Up @@ -82,14 +82,14 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="GW_TotE_CustodesWardenArmor"]/statBases/ArmorRating_Sharp</xpath>
<value>
<ArmorRating_Sharp>56</ArmorRating_Sharp>
<ArmorRating_Sharp>82</ArmorRating_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="GW_TotE_CustodesWardenArmor"]/statBases/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>88</ArmorRating_Blunt>
<ArmorRating_Blunt>565</ArmorRating_Blunt>
</value>
</Operation>

Expand Down Expand Up @@ -198,14 +198,14 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="GW_TotE_CastellanArmor"]/statBases/ArmorRating_Sharp</xpath>
<value>
<ArmorRating_Sharp>54</ArmorRating_Sharp>
<ArmorRating_Sharp>92</ArmorRating_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="GW_TotE_CastellanArmor"]/statBases/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>84</ArmorRating_Blunt>
<ArmorRating_Blunt>610</ArmorRating_Blunt>
</value>
</Operation>

Expand Down

0 comments on commit f117091

Please sign in to comment.