Skip to content

Commit

Permalink
Merge pull request #3291 from Rhinous/warcasket-expanded
Browse files Browse the repository at this point in the history
Update warcasket expanded patch
  • Loading branch information
N7Huntsman authored Jul 21, 2024
2 parents ed723ec + a2dc994 commit aa33abe
Showing 1 changed file with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>
<!-- ========== Remove Vanilla Carry Capacity ========== -->
<Operation Class="PatchOperationRemove">
<xpath>Defs/VFEPirates.WarcasketDef[
defName="Warcasket_Sentinel" or
defName="Warcasket_GuardianX" or
defName="Warcasket_Tyrant"
]/modExtensions/li/carryingCapacity </xpath>
</Operation>

<!-- ========== Sentinel Warcasket ========== -->
<Operation Class="PatchOperationAdd">
<xpath>Defs/VFEPirates.WarcasketDef[defName="Warcasket_Sentinel"]/statBases</xpath>
Expand Down Expand Up @@ -257,14 +248,14 @@
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/VFEPirates.WarcasketDef[defName="WarcasketShoulders_Tyrant"]/comps/li[@Class="CompProperties_Reloadable"]/ammoDef</xpath>
<xpath>Defs/VFEPirates.WarcasketDef[defName="WarcasketShoulders_Tyrant"]/comps/li[@Class="CompProperties_ApparelReloadable"]/ammoDef</xpath>
<value>
<ammoDef>Ammo_40x53mmGrenade_Smoke</ammoDef>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/VFEPirates.WarcasketDef[defName="WarcasketShoulders_Tyrant"]/comps/li[@Class="CompProperties_Reloadable"]/ammoCountPerCharge</xpath>
<xpath>Defs/VFEPirates.WarcasketDef[defName="WarcasketShoulders_Tyrant"]/comps/li[@Class="CompProperties_ApparelReloadable"]/ammoCountPerCharge</xpath>
<value>
<ammoCountPerCharge>1</ammoCountPerCharge>
</value>
Expand Down

0 comments on commit aa33abe

Please sign in to comment.