Skip to content

Commit

Permalink
Housekeeping, patch some apparel that got missed
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Huntsman committed Aug 13, 2024
1 parent d085662 commit 2c9d2d5
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,5 @@
<li>CE_Bow</li>
</value>
</Operation>

</Patch>
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,5 @@
<li>CE_Bow</li>
</value>
</Operation>

</Patch>
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,26 @@
<xpath>Defs/ThingDef[defName="DankPyon_Apparel_Breast_Plate"]/equippedStatOffsets/MoveSpeed</xpath>
</Operation>

<!--Zweihander Cuirass-->
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="DankPyon_Apparel_Zweihanders_Cuirass"]/statBases</xpath>
<value>
<Bulk>25</Bulk>
<WornBulk>10</WornBulk>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="DankPyon_Apparel_Zweihanders_Cuirass"]/statBases/StuffEffectMultiplierArmor</xpath>
<value>
<StuffEffectMultiplierArmor>3.2</StuffEffectMultiplierArmor>
</value>
</Operation>

<Operation Class="PatchOperationRemove">
<xpath>Defs/ThingDef[defName="DankPyon_Apparel_Zweihanders_Cuirass"]/equippedStatOffsets/MoveSpeed</xpath>
</Operation>

<!--Full Plate (Normal + Gilded + Adorned)-->
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="DankPyon_Apparel_FullPlate" or defName="DankPyon_Apparel_FullPlateGilded" or defName="DankPyon_Apparel_AdornedHeavyPlate"]/statBases</xpath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,22 @@
</value>
</Operation>

<!-- === Cultist === -->
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="DankPyon_Headgear_CultistHood"]/statBases</xpath>
<value>
<Bulk>1</Bulk>
<WornBulk>0</WornBulk>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName="DankPyon_Headgear_CultistHood"]/statBases/StuffEffectMultiplierArmor</xpath>
<value>
<StuffEffectMultiplierArmor>2</StuffEffectMultiplierArmor>
</value>
</Operation>

<!-- ======= Pelt ======= -->
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName="DankPyon_Apparel_DirewolfPelt" or defName="DankPyon_Apparel_HyenaPelt"]/statBases</xpath>
Expand Down

0 comments on commit 2c9d2d5

Please sign in to comment.