Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Lower armor values for shells and chitin.
  • Loading branch information
Sirderpsalot0357 authored Nov 20, 2024
1 parent fa2f0a8 commit c4be073
Showing 1 changed file with 38 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,58 +4,87 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BiomesCore_CrabShell"]/statBases/StuffPower_Armor_Sharp</xpath>
<value>
<StuffPower_Armor_Sharp>1.0</StuffPower_Armor_Sharp>
<StuffPower_Armor_Sharp>0.1</StuffPower_Armor_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BiomesCore_CrabShell"]/statBases/StuffPower_Armor_Blunt</xpath>
<value>
<StuffPower_Armor_Blunt>0.2</StuffPower_Armor_Blunt>
<StuffPower_Armor_Blunt>0.02</StuffPower_Armor_Blunt>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BiomesCore_CrabShell"]/statBases/StuffPower_Armor_Heat</xpath>
<value>
<StuffPower_Armor_Heat>0.1</StuffPower_Armor_Heat>
</value>
</Operation>

<!--greenchitin -->
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BiomesCore_GreenChitin"]/statBases/StuffPower_Armor_Sharp</xpath>
<value>
<StuffPower_Armor_Sharp>0.6</StuffPower_Armor_Sharp>
<StuffPower_Armor_Sharp>0.06</StuffPower_Armor_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BiomesCore_GreenChitin"]/statBases/StuffPower_Armor_Blunt</xpath>
<value>
<StuffPower_Armor_Blunt>0.6</StuffPower_Armor_Blunt>
<StuffPower_Armor_Blunt>0.06</StuffPower_Armor_Blunt>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BiomesCore_GreenChitin"]/statBases/StuffPower_Armor_Heat</xpath>
<value>
<StuffPower_Armor_Heat>0.1</StuffPower_Armor_Heat>
</value>
</Operation>

<!-- gray chitin -->
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BMT_GrayChitin"]/statBases/StuffPower_Armor_Sharp</xpath>
<value>
<StuffPower_Armor_Sharp>0.4</StuffPower_Armor_Sharp>
<StuffPower_Armor_Sharp>0.04</StuffPower_Armor_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BMT_GrayChitin"]/statBases/StuffPower_Armor_Blunt</xpath>
<value>
<StuffPower_Armor_Blunt>0.7</StuffPower_Armor_Blunt>
<StuffPower_Armor_Blunt>0.07</StuffPower_Armor_Blunt>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BMT_GrayChitin"]/statBases/StuffPower_Armor_Heat</xpath>
<value>
<StuffPower_Armor_Heat>0.1</StuffPower_Armor_Heat>
</value>
</Operation>

<!-- mollusk Leather -->
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BMT_Molluskshell"]/statBases/StuffPower_Armor_Sharp</xpath>
<value>
<StuffPower_Armor_Sharp>1.3</StuffPower_Armor_Sharp>
<StuffPower_Armor_Sharp>0.13</StuffPower_Armor_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BMT_Molluskshell"]/statBases/StuffPower_Armor_Blunt</xpath>
<value>
<StuffPower_Armor_Blunt>0.4</StuffPower_Armor_Blunt>
<StuffPower_Armor_Blunt>0.04</StuffPower_Armor_Blunt>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BMT_Molluskshell"]/statBases/StuffPower_Armor_Heat</xpath>
<value>
<StuffPower_Armor_Heat>0.1</StuffPower_Armor_Heat>
</value>
</Operation>

Expand Down Expand Up @@ -131,4 +160,4 @@
<StuffPower_Armor_Blunt>0.03</StuffPower_Armor_Blunt>
</value>
</Operation>
</Patch>
</Patch>

0 comments on commit c4be073

Please sign in to comment.