I want a modlet to remove item variation inside items of the same rank. I've been messing arround with items.xml, and I've found a lot of lines that resemble this:
operation="perc_add" value="-.05,.05"/> <!-- random StamLoss -->
I have no idea how to make a modlet, but I would like to make one that goes through the item.xml file and removes all of those "random values".
Is there a simple way to do this?
operation="perc_add" value="-.05,.05"/> <!-- random StamLoss -->
I have no idea how to make a modlet, but I would like to make one that goes through the item.xml file and removes all of those "random values".
Is there a simple way to do this?