I was just wondering if someone could do something like this and if ever you will sell it how much would it cost me? basically what i need is a source mod that will give me stats that i want per refine for example the mod will read a certain txt file for example refine_bonus_effect.txt
//legend of the things below
//weapon lvl very understandable
//stat= attribute it gives, could be str,agi,vit,dex,luk,int,attack,mattack,hp,sp or basically any item effect that you could add
//quantity is the bonus of that specific stat. could be + or -
//refinement lvls should not stack. example if your item is +10 it will only grant the stats of a +10 it will not carry over stats from +1 to 9
//refine lvl +1
<weaponlvl1>,<stat>:<quantity>,<stat>:<quantity>,until ";"
<weaponlvl2>,<stat>:<quantity>,<stat>:<quantity>,until ";"
<weaponlvl3>,<stat>:<quantity>,<stat>:<quantity>,until ";"
<weaponlvl4>,<stat>:<quantity>,<stat>:<quantity>,until ";"
<armor>,<stat>:<quantity>,<stat>:<quantity>,until ";"
//refine lvl +2
<weaponlvl1>,<stat>:<quantity>,<stat>:<quantity>,until ";"
<weaponlvl2>,<stat>:<quantity>,<stat>:<quantity>,until ";"
<weaponlvl3>,<stat>:<quantity>,<stat>:<quantity>,until ";"
<weaponlvl4>,<stat>:<quantity>,<stat>:<quantity>,until ";"
<armor>,<stat>:<quantity>,<stat>:<quantity>,until ";"
until reaches +20 or max_refine