Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak Biomes! Core/Caverns shell and chitin armor values #3563

Merged
merged 11 commits into from
Nov 28, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,5 @@
<StuffPower_Armor_Blunt>0.4</StuffPower_Armor_Blunt>
</value>
</Operation>

</Patch>
Original file line number Diff line number Diff line change
@@ -1,61 +1,62 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<!-- Crab leather -->
<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.17</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.085</StuffPower_Armor_Blunt>
</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.16</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.08</StuffPower_Armor_Blunt>
</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.12</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.06</StuffPower_Armor_Blunt>
</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.2</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.1</StuffPower_Armor_Blunt>
</value>
</Operation>

Expand All @@ -70,7 +71,7 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="BMT_Leather_Gastropoda"]/statBases/StuffPower_Armor_Blunt</xpath>
<value>
<StuffPower_Armor_Blunt>0.032</StuffPower_Armor_Blunt>
<StuffPower_Armor_Blunt>0.015</StuffPower_Armor_Blunt>
</value>
</Operation>

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

</Patch>