Skip to content

Commit

Permalink
Merge pull request #2982 from ViralReaction/Better-Wool-Production
Browse files Browse the repository at this point in the history
Better Wool Production Patch
  • Loading branch information
N7Huntsman authored Feb 8, 2024
2 parents d3f3d82 + c5a9fad commit dec9455
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Patches/Better Wool Production/Blended_Wool_Patch.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<Operation Class="PatchOperationFindMod">
<mods>
<li>Better Wool Production - C# Edition</li>
</mods>

<match Class="PatchOperationSequence">
<operations>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="WoolBlended"]/statBases/StuffPower_Armor_Sharp</xpath>
<value>
<StuffPower_Armor_Sharp>0.01</StuffPower_Armor_Sharp>
</value>
</li>

<li Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="WoolBlended"]/statBases/StuffPower_Armor_Heat</xpath>
<value>
<StuffPower_Armor_Heat>0.05</StuffPower_Armor_Heat>
</value>
</li>

</operations>
</match>
</Operation>

</Patch>
1 change: 1 addition & 0 deletions SupportedThirdPartyMods.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Bastyon |
Beast Man Tribes |
Beeralope Squad |
Better Infestations |
Better Wool Production - C# Edition |
Big and Small Genes |
Big and Small - Medieval Factions |
Big and Small - Medieval Overhaul Factions |
Expand Down

0 comments on commit dec9455

Please sign in to comment.