Hi, I have this code here that I sort of copied from my other own mod. It did not work when i load my world.
I just wanted to change the active range from 10,14,15,16,17,18
I just wanted to change the active range from 10,14,15,16,17,18
Code:
<configs>
<set xpath="/progression/progression/perks/perk[@name='perkTurrets']/effect_group[@name='General and deployed turrets']/passive_effect[@name='JunkTurretActiveRange'][@operation='base_set'][@level='0,1,2,3,4,5']/@value">10,15,20,25,30,40</set>
</configs>