Skip to content

Commit

Permalink
Fix duplicated XML nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeBuffalo committed Apr 30, 2022
1 parent f07b192 commit 77bdd5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
8 changes: 2 additions & 6 deletions 1.3/Patches/VAE_Core_Patch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@
</li>

<li Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="VAE_Apparel_LightPlateArmor"]</xpath>
<value>
<equippedStatOffsets>
<MoveSpeed>-0.4</MoveSpeed>
</equippedStatOffsets>
</value>
<xpath>/Defs/ThingDef[defName="VAE_Apparel_LightPlateArmor"]/equippedStatOffsets/MoveSpeed</xpath>
<value>-0.4</value>
</li>

<li Class="PatchOperationAdd">
Expand Down
8 changes: 3 additions & 5 deletions 1.3/Patches/VFE_Vikings_Patch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@
</value>
</li>
<li Class="PatchOperationAdd">
<xpath>/Defs/ThingDef[defName="VFEV_Apparel_RavagerArmor"]</xpath>
<xpath>/Defs/ThingDef[defName="VFEV_Apparel_RavagerArmor"]/equippedStatOffsets</xpath>
<value>
<equippedStatOffsets>
<MoveSpeed>-0.10</MoveSpeed>
</equippedStatOffsets>
<MoveSpeed>-0.10</MoveSpeed>
</value>
</li>

Expand Down Expand Up @@ -79,4 +77,4 @@
</operations>
</match>
</Operation>
</Patch>
</Patch>

0 comments on commit 77bdd5b

Please sign in to comment.