REDDEV1L24
New member
So I'm making a simple mod to improve the Nailgun slightly with this code:
<configs>
<!-- Nailgun Modifications -->
<set xpath="/items/item[@name='meleeToolRepairT3Nailgun']/property[@class='Action1']/property[@name='Repair_amount']/@value">2000</set>
<set xpath="/items/item[@name='meleeToolRepairT3Nailgun']/property[@class='Action1']/property[@name='Delay']/@value">.25</set>
<set xpath="/items/item[@name='meleeToolRepairT3Nailgun']/effect_group[@name='meleeToolRepairT3Nailgun']/passive_effect[@name='MaxRange']/@value">20</set>
</configs>
But for some reason, none of the values are taking. Hard to tell if delay is working or not but the range and repair_amount aren't changing.
<configs>
<!-- Nailgun Modifications -->
<set xpath="/items/item[@name='meleeToolRepairT3Nailgun']/property[@class='Action1']/property[@name='Repair_amount']/@value">2000</set>
<set xpath="/items/item[@name='meleeToolRepairT3Nailgun']/property[@class='Action1']/property[@name='Delay']/@value">.25</set>
<set xpath="/items/item[@name='meleeToolRepairT3Nailgun']/effect_group[@name='meleeToolRepairT3Nailgun']/passive_effect[@name='MaxRange']/@value">20</set>
</configs>
But for some reason, none of the values are taking. Hard to tell if delay is working or not but the range and repair_amount aren't changing.