I want to randomly apply buffs to zombies and weapons/armor.
Currently, the mods available are in dll format, so I can't see the syntax.
-Reference
- Random Zombie Buff
- Random Zombie Limb Dismemberment
- Random Zombie Name
The closest I found was: Random Weapon/Armor Mod Slot
<set xpath="/items/item//passive_effect[@name='ModSlots']/@value">0,5</set>
<removeattribute xpath="/items/item//passive_effect[@name='ModSlots']/@tier" />
I managed to find up to this point, but with this, I don't know where to apply the buff (effect[@name='ModSlots']?) or where to write the buff name (@value">0,5?).
Currently, the mods available are in dll format, so I can't see the syntax.
-Reference
- Random Zombie Buff
- Random Zombie Limb Dismemberment
- Random Zombie Name
The closest I found was: Random Weapon/Armor Mod Slot
<set xpath="/items/item//passive_effect[@name='ModSlots']/@value">0,5</set>
<removeattribute xpath="/items/item//passive_effect[@name='ModSlots']/@tier" />
I managed to find up to this point, but with this, I don't know where to apply the buff (effect[@name='ModSlots']?) or where to write the buff name (@value">0,5?).