• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

Can anyone tell me why this is not working?

Greymantle

New member
<?xml version="1.0" encoding="utf-8"?>

<configs>

<!-- halve it, vanilla values are 4% and 6%; value selector is needed for this -->

<set xpath="/items/item/effect_group/passive_effect[@name='Mobility' and @operation='perc_subtract' and @value=0.06]">0.04</set>

<set xpath="/items/item/effect_group/passive_effect[@name='Mobility' and @operation='perc_subtract' and @value=0.04]">0.02</set>

</configs>

 
This didn't work. I took out <?xml version="1.0" encoding="utf-8"?> and nothing changed. From what I understand this would change the Mobility value for all 6% to 4% and for all 4% to 2% or at least that is my goal.

Update: Thanks for your reply I found another mod that works. :)

 
Last edited by a moderator:
Back
Top