{ "attack_brew": { "display_name": "Attack Brew", "level_required": 1, "materials": { "potato": 2 }, "output_quantity": 1, "xp_per_item": 10.0, "time_per_item": 120, "effects": { "attack": 3 } }, "defense_brew": { "display_name": "Defense Brew", "level_required": 5, "materials": { "cabbage": 2 }, "output_quantity": 1, "xp_per_item": 15.0, "time_per_item": 120, "effects": { "defense": 3 } }, "attack_potion": { "display_name": "Attack Potion", "level_required": 8, "materials": { "potato": 1, "imp_hide": 1 }, "output_quantity": 1, "xp_per_item": 25.0, "time_per_item": 120, "effects": { "attack": 5 } }, "defense_potion": { "display_name": "Defense Potion", "level_required": 14, "materials": { "cabbage": 1, "goblin_mail": 1 }, "output_quantity": 1, "xp_per_item": 38.0, "time_per_item": 120, "effects": { "defense": 5 } }, "onion_brew": { "display_name": "Onion Brew", "level_required": 10, "materials": { "onion": 2 }, "output_quantity": 1, "xp_per_item": 20.0, "time_per_item": 120, "effects": { "attack": 2, "strength": 1 } }, "carrot_brew": { "display_name": "Carrot Brew", "level_required": 17, "materials": { "carrot": 2 }, "output_quantity": 1, "xp_per_item": 30.0, "time_per_item": 120, "effects": { "ranged": 2 } }, "strength_brew": { "display_name": "Strength Brew", "level_required": 20, "materials": { "corn": 2 }, "output_quantity": 1, "xp_per_item": 30.0, "time_per_item": 120, "effects": { "strength": 3 } }, "strength_potion": { "display_name": "Strength Potion", "level_required": 26, "materials": { "corn": 1, "spider_silk": 1 }, "output_quantity": 1, "xp_per_item": 55.0, "time_per_item": 120, "effects": { "strength": 5 } }, "ranging_potion": { "display_name": "Ranging Potion", "level_required": 30, "materials": { "corn": 1, "spider_fang": 1 }, "output_quantity": 1, "xp_per_item": 60.0, "time_per_item": 120, "effects": { "ranged": 5 } }, "magic_potion": { "display_name": "Magic Potion", "level_required": 38, "materials": { "magic_herb": 1, "magic_bean": 1 }, "output_quantity": 1, "xp_per_item": 75.0, "time_per_item": 120, "effects": { "magic": 5 } }, "super_strength_potion": { "display_name": "Super Strength Potion", "level_required": 48, "materials": { "dragon_fruit": 1, "rotten_flesh": 1 }, "output_quantity": 1, "xp_per_item": 105.0, "time_per_item": 120, "effects": { "strength": 8 } }, "super_attack_potion": { "display_name": "Super Attack Potion", "level_required": 56, "materials": { "golden_wheat": 2 }, "output_quantity": 1, "xp_per_item": 125.0, "time_per_item": 120, "effects": { "attack": 8 } }, "super_defense_potion": { "display_name": "Super Defense Potion", "level_required": 66, "materials": { "spirit_herb": 1, "troll_bone": 1 }, "output_quantity": 1, "xp_per_item": 145.0, "time_per_item": 120, "effects": { "defense": 8 } }, "super_ranging_potion": { "display_name": "Super Ranging Potion", "level_required": 76, "materials": { "celestial_bloom": 1, "hellhound_fang": 1 }, "output_quantity": 1, "xp_per_item": 180.0, "time_per_item": 120, "effects": { "ranged": 10 } }, "super_magic_potion": { "display_name": "Super Magic Potion", "level_required": 88, "materials": { "starfruit": 1, "dragon_scale": 1 }, "output_quantity": 1, "xp_per_item": 210.0, "time_per_item": 120, "effects": { "magic": 10 } }, "overload_potion": { "display_name": "Overload Potion", "level_required": 96, "materials": { "void_lotus": 1, "demon_horn": 1 }, "output_quantity": 1, "xp_per_item": 350.0, "time_per_item": 120, "effects": { "attack": 10, "strength": 10, "defense": 10, "ranged": 10, "magic": 10 } } }