Skip to content

Commit

Permalink
Merge pull request #3286 from Person243546/patch-2
Browse files Browse the repository at this point in the history
Update Steamworld Uniforms Patch
  • Loading branch information
N7Huntsman authored Jul 21, 2024
2 parents 412c28e + 8d55a18 commit 74c7c03
Showing 1 changed file with 21 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- Headgear -->
<!-- Caps -->
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[@Name="SteamworldUniforms_Caps_Base"]/statBases/StuffEffectMultiplierArmor</xpath>
<xpath>Defs/ThingDef[@Name="StWoUn_Caps_Base"]/statBases/StuffEffectMultiplierArmor</xpath>
<value>
<Bulk>1</Bulk>
<StuffEffectMultiplierArmor>2</StuffEffectMultiplierArmor>
Expand All @@ -12,7 +12,7 @@

<!-- Helmets -->
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[@Name="Steamworld_Helmet_Base"]/statBases/StuffEffectMultiplierArmor</xpath>
<xpath>Defs/ThingDef[@Name="StWoUn_Helmet_Base"]/statBases/StuffEffectMultiplierArmor</xpath>
<value>
<Bulk>3.5</Bulk>
<WornBulk>1</WornBulk>
Expand All @@ -22,7 +22,7 @@

<!-- Pith Helmets (Armor based upon roughly material thickness in cloth/wood.)-->
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[@Name="SteamworldUniforms_PithHelm"]/statBases/ArmorRating_Sharp</xpath>
<xpath>Defs/ThingDef[@Name="StWoUn_PithHelm"]/statBases/ArmorRating_Sharp</xpath>
<value>
<Bulk>3.5</Bulk>
<WornBulk>1</WornBulk>
Expand All @@ -31,15 +31,15 @@
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[@Name="SteamworldUniforms_PithHelm"]/statBases/ArmorRating_Blunt</xpath>
<xpath>Defs/ThingDef[@Name="StWoUn_PithHelm"]/statBases/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>1.25</ArmorRating_Blunt>
</value>
</Operation>

<!-- Jackets -->
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[@Name="SteamworldUniforms_UniformJacketBase"]/statBases/StuffEffectMultiplierArmor</xpath>
<xpath>Defs/ThingDef[@Name="StWoUn_UniformJacketBase"]/statBases/StuffEffectMultiplierArmor</xpath>
<value>
<Bulk>5</Bulk>
<WornBulk>1</WornBulk>
Expand All @@ -48,15 +48,15 @@
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="SteamworldUniforms_ZouaveJacket"]/statBases/StuffEffectMultiplierArmor</xpath>
<xpath>Defs/ThingDef[defName="StWoUn_ZouaveJacket"]/statBases/StuffEffectMultiplierArmor</xpath>
<value>
<StuffEffectMultiplierArmor>5</StuffEffectMultiplierArmor>
</value>
</Operation>

<!-- Rolled-up Bedroll -->
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="SteamworldUniforms_BedRoll"]/statBases/StuffEffectMultiplierArmor</xpath>
<xpath>Defs/ThingDef[defName="StWoUn_BedRoll"]/statBases/StuffEffectMultiplierArmor</xpath>
<value>
<Bulk>4</Bulk>
<WornBulk>1.5</WornBulk>
Expand All @@ -66,17 +66,28 @@

<!-- Decorations -->
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[@Name="SteamworldUniforms_Gold"]/statBases/ArmorRating_Sharp</xpath>
<xpath>Defs/ThingDef[defName="StWoUn_Epaulettes"]/statBases/ArmorRating_Sharp</xpath>
<value>
<Bulk>0.25</Bulk>
<ArmorRating_Sharp>0.05</ArmorRating_Sharp>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[@Name="SteamworldUniforms_Gold"]/statBases/ArmorRating_Blunt</xpath>
<xpath>Defs/ThingDef[defName="StWoUn_Epaulettes"]/statBases/ArmorRating_Blunt</xpath>
<value>
<ArmorRating_Blunt>0.05</ArmorRating_Blunt>
</value>
</Operation>
</Patch>

<!-- Sash Belt -->
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="StWoUn_SashBelt"]/statBases/StuffEffectMultiplierArmor</xpath>
<value>
<Bulk>1</Bulk>
<WornBulk>0</WornBulk>
<StuffEffectMultiplierArmor>1.25</StuffEffectMultiplierArmor>
</value>
</Operation>

</Patch>

0 comments on commit 74c7c03

Please sign in to comment.