Maurili submitted a new resource:
Item Convertor - Item Convertor/ Alternative crafting system
Read more about this resource...
Item Convertor - Item Convertor/ Alternative crafting system
A simple item convertor and an alternative crafting script
currently implemented are EV reducing berries to vitamins and simple treasure upgrades (needs at least 3)
comes with a example for how to add others
just put the script into a new page above main and call it using convertberry or converttreasure or anything else you wanna add
def convertberry
vitamin||= nil
@conversion_hash = {
:POMEGBERRY => :HPUP,
:KELPSYBERRY => :PROTEIN,
:QUALOTBERRY...
Read more about this resource...