Skip to content

Commit

Permalink
jump ability range patches
Browse files Browse the repository at this point in the history
  • Loading branch information
SamaelGray committed Sep 3, 2024
1 parent a51eb18 commit 50d9cd4
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<Patch>

<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName="VFEI2_InsectGlide_Short"]/verbProperties/range</xpath>
<value>
<range>11.9</range>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName="VFEI2_InsectGlide_Medium"]/verbProperties/range</xpath>
<value>
<range>16.9</range>
</value>
</Operation>

<Operation Class="PatchOperationReplace">
<xpath>Defs/AbilityDef[defName="VFEI2_InsectGlide_Far"]/verbProperties/range</xpath>
<value>
<range>27.9</range>
</value>
</Operation>

</Patch>

0 comments on commit 50d9cd4

Please sign in to comment.