Skip to content

Commit

Permalink
Remove stuff multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralReaction committed Aug 30, 2024
1 parent b54387a commit 8db7a5e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
defName="pphhyy_Barbarian_BarbBannerIII" or
defName="pphhyy_Barbarian_BarbBannerIV"]/statBases</xpath>
<value>
<StuffEffectMultiplierArmor>1</StuffEffectMultiplierArmor>
<Bulk>10</Bulk>
<WornBulk>4</WornBulk>
</value>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
<Mass>7</Mass>
<Bulk>8</Bulk>
<WornBulk>5</WornBulk>
<StuffEffectMultiplierArmor>6</StuffEffectMultiplierArmor>
</statBases>
</value>
</Operation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@
<Mass>4.5</Mass>
<Bulk>7</Bulk>
<WornBulk>5</WornBulk>
<StuffEffectMultiplierArmor>4.0</StuffEffectMultiplierArmor>
</statBases>
</value>
</Operation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,30 @@
</equippedStatOffsets>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="pphhyy_Barbarian_TallShield"]/equippedStatOffsets</xpath>
<value>
<ArmorRating_Sharp>2.5</ArmorRating_Sharp>
<ArmorRating_Blunt>3.75</ArmorRating_Blunt>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="pphhyy_Barbarian_TallShieldII"]/equippedStatOffsets</xpath>
<value>
<ArmorRating_Sharp>2.75</ArmorRating_Sharp>
<ArmorRating_Blunt>4</ArmorRating_Blunt>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="pphhyy_Barbarian_TallShieldIII"]/equippedStatOffsets</xpath>
<value>
<ArmorRating_Sharp>3</ArmorRating_Sharp>
<ArmorRating_Blunt>4.25</ArmorRating_Blunt>
</value>
</Operation>

<Operation Class="PatchOperationRemove">
<xpath>Defs/ThingDef[
Expand Down Expand Up @@ -97,7 +121,6 @@
<Mass>5</Mass>
<Bulk>8</Bulk>
<WornBulk>5</WornBulk>
<StuffEffectMultiplierArmor>3.0</StuffEffectMultiplierArmor>
</statBases>
</value>
</Operation>
Expand Down

0 comments on commit 8db7a5e

Please sign in to comment.