Simple XML Generator (Ring/Armor)
The program isn't obfuscated/encrypted in any way, so if you want to decompile it and continue working on it, you can.
I made this as I hate making XMLs (and I got quite a few to make). It's a simple tool, could save you some time, it updates the script "dynamically".

I made this as I hate making XMLs (and I got quite a few to make). It's a simple tool, could save you some time, it updates the script "dynamically".
Picture
Example of Generated Script
Code:
<Object type="0x0000" id="Hey!"> <Class>Equipment</Class> <Item/> <Texture> <File>lofiObj3</File> <Index>0x1b0</Index> </Texture> <SlotType>9</SlotType> <Soulbound/> <Description>It's me.</Description> <ActivateOnEquip stat="22" amount="2">IncrementStat</ActivateOnEquip> <ActivateOnEquip stat="27" amount="5">IncrementStat</ActivateOnEquip> <ActivateOnEquip stat="28" amount="78">IncrementStat</ActivateOnEquip> <ActivateOnEquip stat="0" amount="150">IncrementStat</ActivateOnEquip> <ActivateOnEquip stat="3" amount="2">IncrementStat</ActivateOnEquip> <BagType>1</BagType> <feedPower>2</feedPower> <FameBonus>3</FameBonus> <Resurrects/> </Object>



