JumboJester
New member
Hi,
i personally feel like the reach of the spears aren't long enough so i tried modding the range on them, but to no success.
This is what i've come up with so far and referencing other mods i think it should work. Yet it does not. Any tips to improve this?
Version 1 of items.xml
<configs>
<append xpath="/items">
<item name="meleeWpnSpearT0StoneSpear">
<property class="Action0">
<property name="Range" value="4.1"/>
</property>
<property class="Action1">
<property name="Range" value="4.1"/>
</property>
</item>
</append>
</configs>
Version 2 of items.xml
<configs>
<set xpath="/items/item[@name='meleeWpnSpearT0StoneSpear']/property[@class='Action0']/property[@name='Range']/@value">4.1</set>
<set xpath="/items/item[@name='meleeWpnSpearT0StoneSpear']/property[@class='Action1']/property[@name='Range']/@value">4.1</set>
</configs>
any help is greatly appreciated
i personally feel like the reach of the spears aren't long enough so i tried modding the range on them, but to no success.
This is what i've come up with so far and referencing other mods i think it should work. Yet it does not. Any tips to improve this?
Version 1 of items.xml
<configs>
<append xpath="/items">
<item name="meleeWpnSpearT0StoneSpear">
<property class="Action0">
<property name="Range" value="4.1"/>
</property>
<property class="Action1">
<property name="Range" value="4.1"/>
</property>
</item>
</append>
</configs>
Version 2 of items.xml
<configs>
<set xpath="/items/item[@name='meleeWpnSpearT0StoneSpear']/property[@class='Action0']/property[@name='Range']/@value">4.1</set>
<set xpath="/items/item[@name='meleeWpnSpearT0StoneSpear']/property[@class='Action1']/property[@name='Range']/@value">4.1</set>
</configs>
any help is greatly appreciated