Skip to content

Commit

Permalink
Merge pull request #3621 from SaltyKarl/Rimmu-Nation-patchupdate
Browse files Browse the repository at this point in the history
Removal of CarryingCapacity notes from RH2 patches
  • Loading branch information
N7Huntsman authored Jan 10, 2025
2 parents ca133c8 + 0217c5a commit 43f07be
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@
<Operation Class="PatchOperationReplace">
<xpath>Defs/ThingDef[defName = "RNApparel_Backpack_JuggernautMkII"]/equippedStatOffsets/CarryingCapacity </xpath>
<value>
<CarryingCapacity>25</CarryingCapacity>
<CarryBulk>60</CarryBulk>
</value>
</Operation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@
or defName = "RNApparel_Backpack_WarriorPegasus"
]/equippedStatOffsets </xpath>
<value>
<CarryingCapacity>5</CarryingCapacity>
<CarryBulk>40</CarryBulk>
</value>
</Operation>
Expand All @@ -242,7 +241,6 @@
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "RNApparel_Backpack_LBT0101JJ"]/equippedStatOffsets</xpath>
<value>
<CarryingCapacity>10</CarryingCapacity>
<CarryBulk>47.5</CarryBulk>
</value>
</Operation>
Expand All @@ -251,23 +249,20 @@
<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "RNApparel_Backpack_MOLLE2UCP"]/equippedStatOffsets</xpath>
<value>
<CarryingCapacity>30</CarryingCapacity>
<CarryBulk>60</CarryBulk>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "RNApparel_Backpack_AzimutSSKangaroo" or defName = "RNApparel_Backpack_BerghausVulcanIV"]/equippedStatOffsets</xpath>
<value>
<CarryingCapacity>25</CarryingCapacity>
<CarryBulk>60</CarryBulk>
</value>
</Operation>

<Operation Class="PatchOperationAdd">
<xpath>Defs/ThingDef[defName = "RNApparel_Backpack_NorthFaceTerra65L"]/equippedStatOffsets</xpath>
<value>
<CarryingCapacity>20</CarryingCapacity>
<CarryBulk>55</CarryBulk>
</value>
</Operation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,6 @@
<ToxicEnvironmentResistance>0.5</ToxicEnvironmentResistance>
<MoveSpeed>0.4</MoveSpeed>
<WorkSpeedGlobal>0.1</WorkSpeedGlobal>
<CarryingCapacity>30</CarryingCapacity>
<HuntingStealth>1</HuntingStealth>
</equippedStatOffsets>
</value>
Expand Down

0 comments on commit 43f07be

Please sign in to comment.