Skip to content

Commit

Permalink
Housekeeping, adjust stats, remove ability patch
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Jan 19, 2025
1 parent 89a7db2 commit 062b8fe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
2 changes: 1 addition & 1 deletion LoadFolders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<li IfModActive="EV.all.tech.melee">ModPatches/All-Tech Melee</li>
<li IfModActive="sarg.alphaanimals">ModPatches/Alpha Animals</li>
<li IfModActive="sarg.alphabiomes">ModPatches/Alpha Biomes</li>
<li IfModActive="sarg.alphabooks">ModPatches/Alpha Books</li>
<li IfModActive="sarg.alphabooks">ModPatches/Alpha Books</li>
<li IfModActive="sarg.alphagenes">ModPatches/Alpha Genes</li>
<li IfModActive="sarg.alphaimplants">ModPatches/Alpha Implants</li>
<li IfModActive="sarg.alphamechs">ModPatches/Alpha Mechs</li>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="ABooks_StainlessSteel"]/statBases/StuffPower_Armor_Sharp</xpath>
<value>
<StuffPower_Armor_Sharp>1.5</StuffPower_Armor_Sharp>
<StuffPower_Armor_Sharp>1.25</StuffPower_Armor_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="ABooks_StainlessSteel"]/statBases/StuffPower_Armor_Blunt</xpath>
<value>
<StuffPower_Armor_Blunt>2.25</StuffPower_Armor_Blunt>
<StuffPower_Armor_Blunt>1.85</StuffPower_Armor_Blunt>
</value>
</Operation>

Expand Down Expand Up @@ -54,14 +54,14 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="ABooks_Durathread"]/statBases/StuffPower_Armor_Sharp</xpath>
<value>
<StuffPower_Armor_Sharp>0.1</StuffPower_Armor_Sharp>
<StuffPower_Armor_Sharp>0.05</StuffPower_Armor_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="ABooks_Durathread"]/statBases/StuffPower_Armor_Blunt</xpath>
<value>
<StuffPower_Armor_Blunt>0.03</StuffPower_Armor_Blunt>
<StuffPower_Armor_Blunt>0.075</StuffPower_Armor_Blunt>
</value>
</Operation>

Expand Down

0 comments on commit 062b8fe

Please sign in to comment.