Module:BrewingRecipes: Difference between revisions
From RuneTails
Created page with "local p = {} local categories = { Flower = { 'Blissbloom', 'Daisy', 'Dandelion', 'Daylily', 'Harvestbells', 'Honeysuckle', 'Hydrangea', 'Lavender', 'Midnight Rose', 'Moon Carrot', 'Spicefire', 'Tulip' }, Bug = { 'Bee', 'Caterpillar', 'Cicada', 'Glow Worm', 'Grub', 'Ladybug', 'Pill Bug', 'Spider', 'Tick', 'Worm' }, } p.recipes = { -- ESSENCES { Prod1Img = 'BrewingEssence.png', Prod1Qty = 1, Prod1Name..." |
No edit summary |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 16: | Line 16: | ||
{ | { | ||
Prod1Img = 'BrewingEssence.png', | Prod1Img = 'https://runetails.com/Images/Items/Essence/BrewingEssence.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Brewing Essence', | Prod1Name = 'Brewing Essence', | ||
Mat1Img = 'Truffles.png', | Mat1Img = 'https://runetails.com/Images/Items/Food/Truffles.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Truffles', | Mat1Name = 'Truffles', | ||
Mat2Img = 'SilverSet.png', | Mat2Img = 'https://runetails.com/Images/Items/General/SilverSet.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Silver Set', | Mat2Name = 'Silver Set', | ||
Mat3Img = 'VeilDew.png', | Mat3Img = 'https://runetails.com/Images/Items/General/VeilDew.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Veil Dew', | Mat3Name = 'Veil Dew', | ||
Mat4Img = 'Runesap.png', | Mat4Img = 'https://runetails.com/Images/Items/General/Runesap.png', | ||
Mat4Qty = 1, | Mat4Qty = 1, | ||
Mat4Name = 'Runesap', | Mat4Name = 'Runesap', | ||
LvlReq = 1, | LvlReq = 1, | ||
Exp = 0, | Exp = 0, | ||
SellValue = | SellValue = 2000 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'MiningEssence.png', | Prod1Img = 'https://runetails.com/Images/Items/Essence/MiningEssence.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Mining Essence', | Prod1Name = 'Mining Essence', | ||
Mat1Img = 'AmethystShard.png', | Mat1Img = 'https://runetails.com/Images/Items/General/AmethystShard.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Amethyst Shard', | Mat1Name = 'Amethyst Shard', | ||
Mat2Img = 'CopperCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/CopperCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Copper Cup', | Mat2Name = 'Copper Cup', | ||
Mat3Img = 'BerryCave.png', | Mat3Img = 'https://runetails.com/Images/Items/Food/BerryCave.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Cave Berry', | Mat3Name = 'Cave Berry', | ||
Mat4Img = 'Runesap.png', | Mat4Img = 'https://runetails.com/Images/Items/General/Runesap.png', | ||
Mat4Qty = 1, | Mat4Qty = 1, | ||
Mat4Name = 'Runesap', | Mat4Name = 'Runesap', | ||
LvlReq = 1, | LvlReq = 1, | ||
Exp = 0, | Exp = 0, | ||
SellValue = | SellValue = 2000 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'WeaponsmithEssence.png', | Prod1Img = 'https://runetails.com/Images/Items/Essence/WeaponsmithEssence.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Weaponsmith Essence', | Prod1Name = 'Weaponsmith Essence', | ||
Mat1Img = 'HoneyBerry.png', | Mat1Img = 'https://runetails.com/Images/Items/Food/HoneyBerry.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Honey Berry', | Mat1Name = 'Honey Berry', | ||
Mat2Img = 'SturdyTankard.png', | Mat2Img = 'https://runetails.com/Images/Items/General/SturdyTankard.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Sturdy Tankard', | Mat2Name = 'Sturdy Tankard', | ||
Mat3Img = 'Runesap.png', | Mat3Img = 'https://runetails.com/Images/Items/General/Runesap.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Runesap', | Mat3Name = 'Runesap', | ||
LvlReq = 1, | LvlReq = 1, | ||
Exp = 0, | Exp = 0, | ||
SellValue = | SellValue = 2000 | ||
}, | }, | ||
| Line 76: | Line 76: | ||
{ | { | ||
Prod1Img = 'BerryBlissCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/BerryBlissCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Berry Bliss', | Prod1Name = 'Cup Of Berry Bliss', | ||
Mat1Img = 'FlowerBlissbloom.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerBlissbloom.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Blissbloom', | Mat1Name = 'Blissbloom', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
| Line 90: | Line 90: | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'TulipInfusionCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/TulipInfusionCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Tulip Infusion', | Prod1Name = 'Cup Of Tulip Infusion', | ||
Mat1Img = 'FlowerTulip.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Tulip', | Mat1Name = 'Tulip', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
| Line 104: | Line 104: | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'DaylilySwirlCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/DaylilySwirlCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Daylily Swirl', | Prod1Name = 'Cup Of Daylily Swirl', | ||
Mat1Img = ' | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Daylily', | Mat1Name = 'Daylily', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
| Line 118: | Line 118: | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'ScrapBrew.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/ScrapBrew.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Scrap Brew', | Prod1Name = 'Scrap Brew', | ||
Mat1Img = 'FlowerDaisy.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaisy.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = ':Category:Flower|Any Flower', | Mat1Name = ':Category:Flower|Any Flower', | ||
Mat2Img = 'EmptyJug.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Jug', | Mat2Name = 'Empty Jug', | ||
| Line 130: | Line 130: | ||
Exp = 50, | Exp = 50, | ||
Recipe = 'Scrap Brew Recipe', | Recipe = 'Scrap Brew Recipe', | ||
SellValue = | SellValue = 300 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'BlackTeaCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/BlackTeaCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Black Tea', | Prod1Name = 'Cup Of Black Tea', | ||
Mat1Img = 'BlackTea.png', | Mat1Img = 'https://runetails.com/Images/Items/General/BlackTea.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Black Tea', | Mat1Name = 'Black Tea', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
| Line 145: | Line 145: | ||
Exp = 60, | Exp = 60, | ||
Recipe = 'Cup Of Black Tea Recipe', | Recipe = 'Cup Of Black Tea Recipe', | ||
SellValue = | SellValue = 700 | ||
}, | }, | ||
| Line 151: | Line 151: | ||
{ | { | ||
Prod1Img = 'AzureBrewCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/AzureBrewCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Azure Brew', | Prod1Name = 'Cup Of Azure Brew', | ||
Mat1Img = 'FlowerHydrangea.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHydrangea.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Hydrangea', | Mat1Name = 'Hydrangea', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
| Line 165: | Line 165: | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'LavenderHazeCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/LavenderHazeCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Lavender Haze', | Prod1Name = 'Cup Of Lavender Haze', | ||
Mat1Img = 'FlowerLavender.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerLavender.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Lavender', | Mat1Name = 'Lavender', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
| Line 179: | Line 179: | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'HoneysuckleSwigCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/HoneysuckleSwigCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Honeysuckle Swig', | Prod1Name = 'Cup Of Honeysuckle Swig', | ||
Mat1Img = 'FlowerHoneysuckle.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHoneysuckle.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Honeysuckle', | Mat1Name = 'Honeysuckle', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
| Line 196: | Line 196: | ||
{ | { | ||
Prod1Img = 'HollowBrewCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/HollowBrewCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Hollow Brew', | Prod1Name = 'Cup Of Hollow Brew', | ||
Mat1Img = 'BerryChunky.png', | Mat1Img = 'https://runetails.com/Images/Items/Food/BerryChunky.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Chunky Berry', | Mat1Name = 'Chunky Berry', | ||
Mat2Img = 'Caterpillar.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/Caterpillar.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = ':Category:Bug|Any Bug', | Mat2Name = ':Category:Bug|Any Bug', | ||
Mat3Img = 'EmptyCup.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Cup', | Mat3Name = 'Empty Cup', | ||
| Line 211: | Line 211: | ||
Exp = 0, | Exp = 0, | ||
Recipe = 'Hollow Brew Recipe', | Recipe = 'Hollow Brew Recipe', | ||
SellValue = | SellValue = 335 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'OchreSwillCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/OchreSwillCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Ochre Swill', | Prod1Name = 'Cup Of Ochre Swill', | ||
Mat1Img = 'FlowerDandelion.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDandelion.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Dandelion', | Mat1Name = 'Dandelion', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
LvlReq = 3, | LvlReq = 3, | ||
Exp = 35, | Exp = 35, | ||
SellValue = | SellValue = 140 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'DaisyDreamCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/DaisyDreamCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Daisy Dream', | Prod1Name = 'Cup Of Daisy Dream', | ||
Mat1Img = 'FlowerDaisy.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaisy.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Daisy', | Mat1Name = 'Daisy', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
LvlReq = 3, | LvlReq = 3, | ||
Exp = 35, | Exp = 35, | ||
SellValue = | SellValue = 140 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'SpicefireFizzCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/SpicefireFizzCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Spicefire Fizz', | Prod1Name = 'Cup Of Spicefire Fizz', | ||
Mat1Img = 'FlowerSpicefire.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerSpicefire.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Spicefire', | Mat1Name = 'Spicefire', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
LvlReq = 3, | LvlReq = 3, | ||
Exp = 35, | Exp = 35, | ||
SellValue = | SellValue = 205 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'TwistyTonicCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/TwistyTonicCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Twisty Tonic', | Prod1Name = 'Cup Of Twisty Tonic', | ||
Mat1Img = 'FlowerTulip.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Tulip', | Mat1Name = 'Tulip', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
| Line 268: | Line 268: | ||
Exp = 40, | Exp = 40, | ||
Recipe = 'Twisty Tonic Recipe', | Recipe = 'Twisty Tonic Recipe', | ||
SellValue = | SellValue = 340 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'StarlilySwirlCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/StarlilySwirlCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Starlily Swirl', | Prod1Name = 'Cup Of Starlily Swirl', | ||
Mat1Img = ' | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Daylily', | Mat1Name = 'Daylily', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
LvlReq = 3, | LvlReq = 3, | ||
Exp = 40, | Exp = 40, | ||
Recipe = ' | Recipe = 'Starlily Swirl Recipe', | ||
SellValue = | SellValue = 340 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'TulipInfusionBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/TulipInfusionBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Tulip Infusion', | Prod1Name = 'Bowl Of Tulip Infusion', | ||
Mat1Img = 'FlowerTulip.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Daylily', | Mat1Name = 'Daylily', | ||
Mat2Img = 'BerryGreen.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryGreen.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Green Berry', | Mat2Name = 'Green Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 3, | LvlReq = 3, | ||
Exp = 50, | Exp = 50, | ||
SellValue = | SellValue = 320 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'BerryBlissBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/BerryBlissBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Berry Bliss', | Prod1Name = 'Bowl Of Berry Bliss', | ||
Mat1Img = 'FlowerBlissbloom.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerBlissbloom.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Blissbloom', | Mat1Name = 'Blissbloom', | ||
Mat2Img = 'BerryBliss.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBliss.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Bliss Berry', | Mat2Name = 'Bliss Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 3, | LvlReq = 3, | ||
Exp = 50, | Exp = 50, | ||
SellValue = | SellValue = 320 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'DaylilySwirlBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/DaylilySwirlBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Daylily Swirl', | Prod1Name = 'Bowl Of Daylily Swirl', | ||
Mat1Img = ' | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Daylily', | Mat1Name = 'Daylily', | ||
Mat2Img = 'BerryYellow.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryYellow.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Yellow Berry', | Mat2Name = 'Yellow Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 3, | LvlReq = 3, | ||
Exp = 50, | Exp = 50, | ||
SellValue = | SellValue = 320 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'AbyssalAmbrosiaCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/AbyssalAmbrosiaCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Abyssal Ambrosia', | Prod1Name = 'Cup Of Abyssal Ambrosia', | ||
Mat1Img = 'CaveFlower.png', | Mat1Img = 'https://runetails.com/Images/Items/General/CaveFlower.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Cave Flower', | Mat1Name = 'Cave Flower', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
| Line 349: | Line 349: | ||
Exp = 50, | Exp = 50, | ||
Recipe = 'Abyssal Ambrosia Recipe', | Recipe = 'Abyssal Ambrosia Recipe', | ||
SellValue = | SellValue = 335 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'DepthsbrewDelightCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/DepthsbrewDelightCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Depthsbrew Delight', | Prod1Name = 'Cup Of Depthsbrew Delight', | ||
Mat1Img = 'BerryLake.png', | Mat1Img = 'https://runetails.com/Images/Items/Food/BerryLake.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Lake Berry', | Mat1Name = 'Lake Berry', | ||
Mat2Img = 'Seaweed.png', | Mat2Img = 'https://runetails.com/Images/Items/General/Seaweed.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Seaweed', | Mat2Name = 'Seaweed', | ||
Mat3Img = 'EmptyCup.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Cup', | Mat3Name = 'Empty Cup', | ||
| Line 367: | Line 367: | ||
Exp = 70, | Exp = 70, | ||
Recipe = 'Depthsbrew Delight Recipe', | Recipe = 'Depthsbrew Delight Recipe', | ||
SellValue = | SellValue = 440 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'BerryHoneybrewCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/BerryHoneybrewCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Berry Honeybrew', | Prod1Name = 'Cup Of Berry Honeybrew', | ||
Mat1Img = 'BerryPointy.png', | Mat1Img = 'https://runetails.com/Images/Items/Food/BerryPointy.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Pointy Berry', | Mat1Name = 'Pointy Berry', | ||
Mat2Img = 'Honey.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/Honey.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Honey', | Mat2Name = 'Honey', | ||
Mat3Img = 'EmptyCup.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Cup', | Mat3Name = 'Empty Cup', | ||
| Line 385: | Line 385: | ||
Exp = 75, | Exp = 75, | ||
Recipe = 'Berry Honeybrew Recipe', | Recipe = 'Berry Honeybrew Recipe', | ||
SellValue = | SellValue = 620 | ||
}, | }, | ||
| Line 391: | Line 391: | ||
{ | { | ||
Prod1Img = 'PrismNectarCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/PrismNectarCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Prism Nectar', | Prod1Name = 'Cup Of Prism Nectar', | ||
Mat1Img = 'FlowerHarvestbells.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHarvestbells.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Harvestbells', | Mat1Name = 'Harvestbells', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
LvlReq = 4, | LvlReq = 4, | ||
Exp = 50, | Exp = 50, | ||
SellValue = | SellValue = 210 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'SludgeGulpCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/SludgeGulpCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Sludge Gulp', | Prod1Name = 'Cup Of Sludge Gulp', | ||
Mat1Img = 'FlowerMoonCarrot.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMoonCarrot.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Moon Carrot', | Mat1Name = 'Moon Carrot', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
LvlReq = 4, | LvlReq = 4, | ||
Exp = 50, | Exp = 50, | ||
SellValue = | SellValue = 265 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'MidnightBlendCup.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/MidnightBlendCup.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Cup Of Midnight Blend', | Prod1Name = 'Cup Of Midnight Blend', | ||
Mat1Img = 'FlowerMidnightRose.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMidnightRose.png', | ||
Mat1Qty = 1, | Mat1Qty = 1, | ||
Mat1Name = 'Midnight Rose', | Mat1Name = 'Midnight Rose', | ||
Mat2Img = 'EmptyCup.png', | Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Empty Cup', | Mat2Name = 'Empty Cup', | ||
LvlReq = 4, | LvlReq = 4, | ||
Exp = 50, | Exp = 50, | ||
SellValue = | SellValue = 210 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'AzureBrewBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/AzureBrewBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Azure Brew', | Prod1Name = 'Bowl Of Azure Brew', | ||
Mat1Img = 'FlowerHydrangea.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHydrangea.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Hydrangea', | Mat1Name = 'Hydrangea', | ||
Mat2Img = 'BerryBlue.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBlue.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Blue Berry', | Mat2Name = 'Blue Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 4, | LvlReq = 4, | ||
Exp = 60, | Exp = 60, | ||
SellValue = | SellValue = 320 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'LavenderHazeBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/LavenderHazeBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Lavender Haze', | Prod1Name = 'Bowl Of Lavender Haze', | ||
Mat1Img = 'FlowerLavender.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerLavender.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Lavender', | Mat1Name = 'Lavender', | ||
Mat2Img = 'BerryPorple.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPorple.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Porple Berry', | Mat2Name = 'Porple Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 4, | LvlReq = 4, | ||
Exp = 60, | Exp = 60, | ||
SellValue = | SellValue = 320 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'HoneysuckleSwigBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/HoneysuckleSwigBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Honeysuckle Swig', | Prod1Name = 'Bowl Of Honeysuckle Swig', | ||
Mat1Img = 'FlowerHoneysuckle.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHoneysuckle.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Honeysuckle', | Mat1Name = 'Honeysuckle', | ||
Mat2Img = 'BerryOrange.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryOrange.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Orange Berry', | Mat2Name = 'Orange Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 4, | LvlReq = 4, | ||
Exp = 60, | Exp = 60, | ||
SellValue = | SellValue = 320 | ||
}, | }, | ||
| Line 487: | Line 487: | ||
{ | { | ||
Prod1Img = 'HollowBrewBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/HollowBrewBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Hollow Brew', | Prod1Name = 'Bowl Of Hollow Brew', | ||
Mat1Img = 'BerryChunky.png', | Mat1Img = 'https://runetails.com/Images/Items/Food/BerryChunky.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Chunky Berry', | Mat1Name = 'Chunky Berry', | ||
Mat2Img = 'Caterpillar.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/Caterpillar.png', | ||
Mat2Qty = 4, | Mat2Qty = 4, | ||
Mat2Name = ':Category:Bug|Any Bug', | Mat2Name = ':Category:Bug|Any Bug', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
| Line 502: | Line 502: | ||
Exp = 0, | Exp = 0, | ||
Recipe = 'Hollow Brew Recipe', | Recipe = 'Hollow Brew Recipe', | ||
SellValue = | SellValue = 645 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'SpicefireFizzBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/SpicefireFizzBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Spicefire Fizz', | Prod1Name = 'Bowl Of Spicefire Fizz', | ||
Mat1Img = 'FlowerSpicefire.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerSpicefire.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Spicefire', | Mat1Name = 'Spicefire', | ||
Mat2Img = 'BerryRed.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryRed.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Red Berry', | Mat2Name = 'Red Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 5, | LvlReq = 5, | ||
Exp = 60, | Exp = 60, | ||
SellValue = | SellValue = 510 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'OchreSwillBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/OchreSwillBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Ochre Swill', | Prod1Name = 'Bowl Of Ochre Swill', | ||
Mat1Img = 'FlowerDandelion.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDandelion.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Dandelion', | Mat1Name = 'Dandelion', | ||
Mat2Img = 'BerryOchre.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryOchre.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Ochre Berry', | Mat2Name = 'Ochre Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 5, | LvlReq = 5, | ||
Exp = 70, | Exp = 70, | ||
SellValue = | SellValue = 440 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'DaisyDreamBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/DaisyDreamBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Daisy Dream', | Prod1Name = 'Bowl Of Daisy Dream', | ||
Mat1Img = 'FlowerDaisy.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaisy.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Daisy', | Mat1Name = 'Daisy', | ||
Mat2Img = 'BerryWhite.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryWhite.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'White Berry', | Mat2Name = 'White Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 5, | LvlReq = 5, | ||
Exp = 70, | Exp = 70, | ||
SellValue = | SellValue = 440 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'DaylilySwirlBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/DaylilySwirlBowl.png', | ||
Prod1Qty = 2, | Prod1Qty = 2, | ||
Prod1Name = 'Bowl Of Daylily Swirl', | Prod1Name = 'Bowl Of Daylily Swirl', | ||
Mat1Img = ' | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Daylily', | Mat1Name = 'Daylily', | ||
Mat2Img = 'BerryYellow.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryYellow.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Yellow Berry', | Mat2Name = 'Yellow Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 5, | LvlReq = 5, | ||
Exp = 75, | Exp = 75, | ||
SellValue = | SellValue = 640 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'BerryBlissBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/BerryBlissBowl.png', | ||
Prod1Qty = 2, | Prod1Qty = 2, | ||
Prod1Name = 'Bowl Of Berry Bliss', | Prod1Name = 'Bowl Of Berry Bliss', | ||
Mat1Img = 'FlowerBlissbloom.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerBlissbloom.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Blissbloom', | Mat1Name = 'Blissbloom', | ||
Mat2Img = 'BerryBliss.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBliss.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Bliss Berry', | Mat2Name = 'Bliss Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 5, | LvlReq = 5, | ||
Exp = 75, | Exp = 75, | ||
SellValue = | SellValue = 640 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'TulipInfusionBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/TulipInfusionBowl.png', | ||
Prod1Qty = 2, | Prod1Qty = 2, | ||
Prod1Name = 'Bowl Of Tulip Infusion', | Prod1Name = 'Bowl Of Tulip Infusion', | ||
Mat1Img = 'FlowerTulip.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Tulip', | Mat1Name = 'Tulip', | ||
Mat2Img = 'BerryGreen.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryGreen.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Green Berry', | Mat2Name = 'Green Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 5, | LvlReq = 5, | ||
Exp = 75, | Exp = 75, | ||
SellValue = | SellValue = 640 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'AbyssalAmbrosiaBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/AbyssalAmbrosiaBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Abyssal Ambrosia', | Prod1Name = 'Bowl Of Abyssal Ambrosia', | ||
Mat1Img = 'CaveFlower.png', | Mat1Img = 'https://runetails.com/Images/Items/General/CaveFlower.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Cave Flower', | Mat1Name = 'Cave Flower', | ||
Mat2Img = 'BerryCave.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryCave.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Cave Berry', | Mat2Name = 'Cave Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
| Line 622: | Line 622: | ||
Exp = 80, | Exp = 80, | ||
Recipe = 'Abyssal Ambrosia Recipe', | Recipe = 'Abyssal Ambrosia Recipe', | ||
SellValue = | SellValue = 645 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'StarlilySwirlBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/StarlilySwirlBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Starlily Swirl', | Prod1Name = 'Bowl Of Starlily Swirl', | ||
Mat1Img = ' | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Daylily', | Mat1Name = 'Daylily', | ||
Mat2Img = 'BerryStarry.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryStarry.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Starry Berry', | Mat2Name = 'Starry Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
| Line 640: | Line 640: | ||
Exp = 80, | Exp = 80, | ||
Recipe = 'Starlily Swirl Recipe', | Recipe = 'Starlily Swirl Recipe', | ||
SellValue = | SellValue = 660 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'TwistyTonicBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/TwistyTonicBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Twisty Tonic', | Prod1Name = 'Bowl Of Twisty Tonic', | ||
Mat1Img = 'FlowerTulip.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Tulip', | Mat1Name = 'Tulip', | ||
Mat2Img = 'BerryTwisty.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryTwisty.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Twisty Berry', | Mat2Name = 'Twisty Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
| Line 658: | Line 658: | ||
Exp = 80, | Exp = 80, | ||
Recipe = 'Twisty Tonic Recipe', | Recipe = 'Twisty Tonic Recipe', | ||
SellValue = | SellValue = 660 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'DepthsbrewDelightBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/DepthsbrewDelightBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Depthsbrew Delight', | Prod1Name = 'Bowl Of Depthsbrew Delight', | ||
Mat1Img = 'Seaweed.png', | Mat1Img = 'https://runetails.com/Images/Items/General/Seaweed.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Seaweed', | Mat1Name = 'Seaweed', | ||
Mat2Img = 'BerryLake.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryLake.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Lake Berry', | Mat2Name = 'Lake Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
| Line 676: | Line 676: | ||
Exp = 90, | Exp = 90, | ||
Recipe = 'Depthsbrew Delight Recipe', | Recipe = 'Depthsbrew Delight Recipe', | ||
SellValue = | SellValue = 740 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'BerryHoneybrewBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/BerryHoneybrewBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Berry Honeybrew', | Prod1Name = 'Bowl Of Berry Honeybrew', | ||
Mat1Img = 'Honey.png', | Mat1Img = 'https://runetails.com/Images/Items/Food/Honey.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Honey', | Mat1Name = 'Honey', | ||
Mat2Img = 'BerryPointy.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPointy.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Pointy Berry', | Mat2Name = 'Pointy Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
| Line 694: | Line 694: | ||
Exp = 100, | Exp = 100, | ||
Recipe = 'Berry Honeybrew Recipe', | Recipe = 'Berry Honeybrew Recipe', | ||
SellValue = | SellValue = 920 | ||
}, | }, | ||
| Line 700: | Line 700: | ||
{ | { | ||
Prod1Img = 'SludgeGulpBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/SludgeGulpBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Sludge Gulp', | Prod1Name = 'Bowl Of Sludge Gulp', | ||
Mat1Img = 'FlowerMoonCarrot.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMoonCarrot.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Moon Carrot', | Mat1Name = 'Moon Carrot', | ||
Mat2Img = 'BerryGray.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryGray.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Dull Berry', | Mat2Name = 'Dull Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 6, | LvlReq = 6, | ||
Exp = 80, | Exp = 80, | ||
SellValue = | SellValue = 570 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'PrismNectarBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/PrismNectarBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Prism Nectar', | Prod1Name = 'Bowl Of Prism Nectar', | ||
Mat1Img = 'FlowerHarvestbells.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHarvestbells.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Harvestbells', | Mat1Name = 'Harvestbells', | ||
Mat2Img = 'BerryPaleBlue.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPaleBlue.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Pale Blue Berry', | Mat2Name = 'Pale Blue Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 6, | LvlReq = 6, | ||
Exp = 80, | Exp = 80, | ||
SellValue = | SellValue = 520 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'MidnightBlendBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/MidnightBlendBowl.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Bowl Of Midnight Blend', | Prod1Name = 'Bowl Of Midnight Blend', | ||
Mat1Img = 'FlowerMidnightRose.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMidnightRose.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Midnight Rose', | Mat1Name = 'Midnight Rose', | ||
Mat2Img = 'BerryLumpy.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryLumpy.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Lumpy Berry', | Mat2Name = 'Lumpy Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 6, | LvlReq = 6, | ||
Exp = 80, | Exp = 80, | ||
SellValue = | SellValue = 520 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'AzureBrewBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/AzureBrewBowl.png', | ||
Prod1Qty = 2, | Prod1Qty = 2, | ||
Prod1Name = 'Bowl Of Azure Brew', | Prod1Name = 'Bowl Of Azure Brew', | ||
Mat1Img = 'FlowerHydrangea.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHydrangea.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Hydrangea', | Mat1Name = 'Hydrangea', | ||
Mat2Img = 'BerryBlue.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBlue.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Blue Berry', | Mat2Name = 'Blue Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 6, | LvlReq = 6, | ||
Exp = 90, | Exp = 90, | ||
SellValue = | SellValue = 640 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'HoneysuckleSwigBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/HoneysuckleSwigBowl.png', | ||
Prod1Qty = 2, | Prod1Qty = 2, | ||
Prod1Name = 'Bowl Of Honeysuckle Swig', | Prod1Name = 'Bowl Of Honeysuckle Swig', | ||
Mat1Img = 'FlowerHoneysuckle.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHoneysuckle.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Honeysuckle', | Mat1Name = 'Honeysuckle', | ||
Mat2Img = 'BerryOrange.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryOrange.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Orange Berry', | Mat2Name = 'Orange Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 6, | LvlReq = 6, | ||
Exp = 90, | Exp = 90, | ||
SellValue = | SellValue = 640 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'LavenderHazeBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/LavenderHazeBowl.png', | ||
Prod1Qty = 2, | Prod1Qty = 2, | ||
Prod1Name = 'Bowl Of Lavender Haze', | Prod1Name = 'Bowl Of Lavender Haze', | ||
Mat1Img = 'FlowerLavender.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerLavender.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Lavender', | Mat1Name = 'Lavender', | ||
Mat2Img = 'BerryPorple.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPorple.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Porple Berry', | Mat2Name = 'Porple Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 6, | LvlReq = 6, | ||
Exp = 90, | Exp = 90, | ||
SellValue = | SellValue = 640 | ||
}, | }, | ||
| Line 805: | Line 805: | ||
{ | { | ||
Prod1Img = 'HollowBrewJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/HollowBrewJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Hollow Brew', | Prod1Name = 'Jug Of Hollow Brew', | ||
Mat1Img = 'BerryChunky.png', | Mat1Img = 'https://runetails.com/Images/Items/Food/BerryChunky.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Chunky Berry', | Mat1Name = 'Chunky Berry', | ||
Mat2Img = 'Caterpillar.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/Caterpillar.png', | ||
Mat2Qty = 6, | Mat2Qty = 6, | ||
Mat2Name = ':Category:Bug|Any Bug', | Mat2Name = ':Category:Bug|Any Bug', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
| Line 820: | Line 820: | ||
Exp = 0, | Exp = 0, | ||
Recipe = 'Hollow Brew Recipe', | Recipe = 'Hollow Brew Recipe', | ||
SellValue = | SellValue = 1255 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'TulipInfusionJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/TulipInfusionJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Tulip Infusion', | Prod1Name = 'Jug Of Tulip Infusion', | ||
Mat1Img = 'FlowerTulip.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Tulip', | Mat1Name = 'Tulip', | ||
Mat2Img = 'BerryGreen.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryGreen.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Green Berry', | Mat2Name = 'Green Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
LvlReq = 7, | LvlReq = 7, | ||
Exp = 100, | Exp = 100, | ||
SellValue = | SellValue = 620 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'BerryBlissJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/BerryBlissJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Berry Bliss', | Prod1Name = 'Jug Of Berry Bliss', | ||
Mat1Img = 'FlowerBlissbloom.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerBlissbloom.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Blissbloom', | Mat1Name = 'Blissbloom', | ||
Mat2Img = 'BerryBliss.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBliss.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Bliss Berry', | Mat2Name = 'Bliss Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
LvlReq = 7, | LvlReq = 7, | ||
Exp = 100, | Exp = 100, | ||
SellValue = | SellValue = 620 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'DaylilySwirlJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/DaylilySwirlJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Daylily Swirl', | Prod1Name = 'Jug Of Daylily Swirl', | ||
Mat1Img = ' | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Daylily', | Mat1Name = 'Daylily', | ||
Mat2Img = 'BerryYellow.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryYellow.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Yellow Berry', | Mat2Name = 'Yellow Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
LvlReq = 7, | LvlReq = 7, | ||
Exp = 100, | Exp = 100, | ||
SellValue = | SellValue = 620 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'DaisyDreamBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/DaisyDreamBowl.png', | ||
Prod1Qty = 2, | Prod1Qty = 2, | ||
Prod1Name = 'Bowl Of Daisy Dream', | Prod1Name = 'Bowl Of Daisy Dream', | ||
Mat1Img = 'FlowerDaisy.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaisy.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Daisy', | Mat1Name = 'Daisy', | ||
Mat2Img = 'BerryWhite.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryWhite.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'White Berry', | Mat2Name = 'White Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 7, | LvlReq = 7, | ||
Exp = 105, | Exp = 105, | ||
SellValue = | SellValue = 880 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'OchreSwillBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/OchreSwillBowl.png', | ||
Prod1Qty = 2, | Prod1Qty = 2, | ||
Prod1Name = 'Bowl Of Ochre Swill', | Prod1Name = 'Bowl Of Ochre Swill', | ||
Mat1Img = 'FlowerDandelion.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDandelion.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Dandelion', | Mat1Name = 'Dandelion', | ||
Mat2Img = 'BerryOchre.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryOchre.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Ochre Berry', | Mat2Name = 'Ochre Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 7, | LvlReq = 7, | ||
Exp = 105, | Exp = 105, | ||
SellValue = | SellValue = 880 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'SpicefireFizzBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/SpicefireFizzBowl.png', | ||
Prod1Qty = 2, | Prod1Qty = 2, | ||
Prod1Name = 'Bowl Of Spicefire Fizz', | Prod1Name = 'Bowl Of Spicefire Fizz', | ||
Mat1Img = 'FlowerSpicefire.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerSpicefire.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Spicefire', | Mat1Name = 'Spicefire', | ||
Mat2Img = 'BerryRed.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryRed.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Red Berry', | Mat2Name = 'Red Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 7, | LvlReq = 7, | ||
Exp = 105, | Exp = 105, | ||
SellValue = | SellValue = 1020 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'TwistyTonicBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/TwistyTonicBowl.png', | ||
Prod1Qty = 2, | Prod1Qty = 2, | ||
Prod1Name = 'Bowl Of Twisty Tonic', | Prod1Name = 'Bowl Of Twisty Tonic', | ||
Mat1Img = 'FlowerTulip.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Tulip', | Mat1Name = 'Tulip', | ||
Mat2Img = 'BerryTwisty.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryTwisty.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Twisty Berry', | Mat2Name = 'Twisty Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
| Line 940: | Line 940: | ||
Exp = 125, | Exp = 125, | ||
Recipe = 'Twisty Tonic Recipe', | Recipe = 'Twisty Tonic Recipe', | ||
SellValue = | SellValue = 1320 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'StarlilySwirlBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/StarlilySwirlBowl.png', | ||
Prod1Qty = 2, | Prod1Qty = 2, | ||
Prod1Name = 'Bowl Of Starlily Swirl', | Prod1Name = 'Bowl Of Starlily Swirl', | ||
Mat1Img = ' | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Daylily', | Mat1Name = 'Daylily', | ||
Mat2Img = 'BerryStarry.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryStarry.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Starry Berry', | Mat2Name = 'Starry Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
| Line 958: | Line 958: | ||
Exp = 125, | Exp = 125, | ||
Recipe = 'Starlily Swirl Recipe', | Recipe = 'Starlily Swirl Recipe', | ||
SellValue = | SellValue = 1320 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'AbyssalAmbrosiaJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/AbyssalAmbrosiaJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Abyssal Ambrosia', | Prod1Name = 'Jug Of Abyssal Ambrosia', | ||
Mat1Img = 'CaveFlower.png', | Mat1Img = 'https://runetails.com/Images/Items/General/CaveFlower.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Cave Flower', | Mat1Name = 'Cave Flower', | ||
Mat2Img = 'BerryCave.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryCave.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Cave Berry', | Mat2Name = 'Cave Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
| Line 976: | Line 976: | ||
Exp = 175, | Exp = 175, | ||
Recipe = 'Abyssal Ambrosia Recipe', | Recipe = 'Abyssal Ambrosia Recipe', | ||
SellValue = | SellValue = 1255 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'DepthsbrewDelightJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/DepthsbrewDelightJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Depthsbrew Delight', | Prod1Name = 'Jug Of Depthsbrew Delight', | ||
Mat1Img = 'Seaweed.png', | Mat1Img = 'https://runetails.com/Images/Items/General/Seaweed.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Seaweed', | Mat1Name = 'Seaweed', | ||
Mat2Img = 'BerryLake.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryLake.png', | ||
Mat2Qty = 3, | Mat2Qty = 3, | ||
Mat2Name = 'Lake Berry', | Mat2Name = 'Lake Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
| Line 994: | Line 994: | ||
Exp = 190, | Exp = 190, | ||
Recipe = 'Depthsbrew Delight Recipe', | Recipe = 'Depthsbrew Delight Recipe', | ||
SellValue = | SellValue = 1340 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'BerryHoneybrewJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/BerryHoneybrewJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Berry Honeybrew', | Prod1Name = 'Jug Of Berry Honeybrew', | ||
Mat1Img = 'Honey.png', | Mat1Img = 'https://runetails.com/Images/Items/Food/Honey.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Honey', | Mat1Name = 'Honey', | ||
Mat2Img = 'BerryPointy.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPointy.png', | ||
Mat2Qty = 3, | Mat2Qty = 3, | ||
Mat2Name = 'Pointy Berry', | Mat2Name = 'Pointy Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
| Line 1,012: | Line 1,012: | ||
Exp = 200, | Exp = 200, | ||
Recipe = 'Berry Honeybrew Recipe', | Recipe = 'Berry Honeybrew Recipe', | ||
SellValue = | SellValue = 1340 | ||
}, | }, | ||
| Line 1,018: | Line 1,018: | ||
{ | { | ||
Prod1Img = 'AzureBrewJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/AzureBrewJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Azure Brew', | Prod1Name = 'Jug Of Azure Brew', | ||
Mat1Img = 'FlowerHydrangea.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHydrangea.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Hydrangea', | Mat1Name = 'Hydrangea', | ||
Mat2Img = 'BerryBlue.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBlue.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Blue Berry', | Mat2Name = 'Blue Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
LvlReq = 8, | LvlReq = 8, | ||
Exp = 125, | Exp = 125, | ||
SellValue = | SellValue = 620 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'PrismNectarBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/PrismNectarBowl.png', | ||
Prod1Qty = 2, | Prod1Qty = 2, | ||
Prod1Name = 'Bowl Of Prism Nectar', | Prod1Name = 'Bowl Of Prism Nectar', | ||
Mat1Img = 'FlowerHarvestbells.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHarvestbells.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Harvestbells', | Mat1Name = 'Harvestbells', | ||
Mat2Img = 'BerryPaleBlue.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPaleBlue.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Pale Blue Berry', | Mat2Name = 'Pale Blue Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 8, | LvlReq = 8, | ||
Exp = 125, | Exp = 125, | ||
SellValue = | SellValue = 1040 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'SludgeGulpBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/SludgeGulpBowl.png', | ||
Prod1Qty = 2, | Prod1Qty = 2, | ||
Prod1Name = 'Bowl Of Sludge Gulp', | Prod1Name = 'Bowl Of Sludge Gulp', | ||
Mat1Img = 'FlowerMoonCarrot.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMoonCarrot.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Moon Carrot', | Mat1Name = 'Moon Carrot', | ||
Mat2Img = 'BerryGray.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryGray.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Dull Berry', | Mat2Name = 'Dull Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 8, | LvlReq = 8, | ||
Exp = 125, | Exp = 125, | ||
SellValue = | SellValue = 1140 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'MidnightBlendBowl.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/MidnightBlendBowl.png', | ||
Prod1Qty = 2, | Prod1Qty = 2, | ||
Prod1Name = 'Bowl Of Midnight Blend', | Prod1Name = 'Bowl Of Midnight Blend', | ||
Mat1Img = 'FlowerMidnightRose.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMidnightRose.png', | ||
Mat1Qty = 2, | Mat1Qty = 2, | ||
Mat1Name = 'Midnight Rose', | Mat1Name = 'Midnight Rose', | ||
Mat2Img = 'BerryLumpy.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryLumpy.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Lumpy Berry', | Mat2Name = 'Lumpy Berry', | ||
Mat3Img = 'EmptyBowl.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Bowl', | Mat3Name = 'Empty Bowl', | ||
LvlReq = 8, | LvlReq = 8, | ||
Exp = 125, | Exp = 125, | ||
SellValue = | SellValue = 1040 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'HoneysuckleSwigJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/HoneysuckleSwigJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Honeysuckle Swig', | Prod1Name = 'Jug Of Honeysuckle Swig', | ||
Mat1Img = 'FlowerHoneysuckle.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHoneysuckle.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Honeysuckle', | Mat1Name = 'Honeysuckle', | ||
Mat2Img = 'BerryOrange.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryOrange.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Orange Berry', | Mat2Name = 'Orange Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
LvlReq = 8, | LvlReq = 8, | ||
Exp = 125, | Exp = 125, | ||
SellValue = | SellValue = 620 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'LavenderHazeJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/LavenderHazeJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Lavender Haze', | Prod1Name = 'Jug Of Lavender Haze', | ||
Mat1Img = 'FlowerLavender.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerLavender.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Lavender', | Mat1Name = 'Lavender', | ||
Mat2Img = 'BerryPorple.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPorple.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Porple Berry', | Mat2Name = 'Porple Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
LvlReq = 8, | LvlReq = 8, | ||
Exp = 125, | Exp = 125, | ||
SellValue = | SellValue = 620 | ||
}, | }, | ||
| Line 1,123: | Line 1,123: | ||
{ | { | ||
Prod1Img = 'OchreSwillJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/OchreSwillJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Ochre Swill', | Prod1Name = 'Jug Of Ochre Swill', | ||
Mat1Img = 'FlowerDandelion.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDandelion.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Dandelion', | Mat1Name = 'Dandelion', | ||
Mat2Img = 'BerryOchre.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryOchre.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Ochre Berry', | Mat2Name = 'Ochre Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
LvlReq = 9, | LvlReq = 9, | ||
Exp = 150, | Exp = 150, | ||
SellValue = | SellValue = 740 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'SpicefireFizzJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/SpicefireFizzJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Spicefire Fizz', | Prod1Name = 'Jug Of Spicefire Fizz', | ||
Mat1Img = 'FlowerSpicefire.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerSpicefire.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Spicefire', | Mat1Name = 'Spicefire', | ||
Mat2Img = 'BerryRed.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryRed.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Red Berry', | Mat2Name = 'Red Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
LvlReq = 9, | LvlReq = 9, | ||
Exp = 150, | Exp = 150, | ||
SellValue = | SellValue = 815 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'DaisyDreamJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/DaisyDreamJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Daisy Dream', | Prod1Name = 'Jug Of Daisy Dream', | ||
Mat1Img = 'FlowerDaisy.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaisy.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Daisy', | Mat1Name = 'Daisy', | ||
Mat2Img = 'BerryWhite.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryWhite.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'White Berry', | Mat2Name = 'White Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
LvlReq = 9, | LvlReq = 9, | ||
Exp = 150, | Exp = 150, | ||
SellValue = | SellValue = 740 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'StarlilySwirlJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/StarlilySwirlJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Starlily Swirl', | Prod1Name = 'Jug Of Starlily Swirl', | ||
Mat1Img = ' | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Daylily', | Mat1Name = 'Daylily', | ||
Mat2Img = 'BerryStarry.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryStarry.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Starry Berry', | Mat2Name = 'Starry Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
| Line 1,189: | Line 1,189: | ||
Exp = 175, | Exp = 175, | ||
Recipe = 'Starlily Swirl Recipe', | Recipe = 'Starlily Swirl Recipe', | ||
SellValue = | SellValue = 1280 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'TwistyTonicJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/TwistyTonicJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Twisty Tonic', | Prod1Name = 'Jug Of Twisty Tonic', | ||
Mat1Img = 'FlowerTulip.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Tulip', | Mat1Name = 'Tulip', | ||
Mat2Img = 'BerryTwisty.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryTwisty.png', | ||
Mat2Qty = 2, | Mat2Qty = 2, | ||
Mat2Name = 'Twisty Berry', | Mat2Name = 'Twisty Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
| Line 1,207: | Line 1,207: | ||
Exp = 175, | Exp = 175, | ||
Recipe = 'Twisty Tonic Recipe', | Recipe = 'Twisty Tonic Recipe', | ||
SellValue = | SellValue = 1280 | ||
}, | }, | ||
| Line 1,213: | Line 1,213: | ||
{ | { | ||
Prod1Img = 'SludgeGulpJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/SludgeGulpJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Sludge Gulp', | Prod1Name = 'Jug Of Sludge Gulp', | ||
Mat1Img = 'FlowerMoonCarrot.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMoonCarrot.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Moon Carrot', | Mat1Name = 'Moon Carrot', | ||
Mat2Img = 'BerryGray.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryGray.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Dull Berry', | Mat2Name = 'Dull Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
LvlReq = 10, | LvlReq = 10, | ||
Exp = 175, | Exp = 175, | ||
SellValue = | SellValue = 995 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'MidnightBlendJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/MidnightBlendJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Midnight Blend', | Prod1Name = 'Jug Of Midnight Blend', | ||
Mat1Img = 'FlowerMidnightRose.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMidnightRose.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Midnight Rose', | Mat1Name = 'Midnight Rose', | ||
Mat2Img = 'BerryLumpy.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryLumpy.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Lumpy Berry', | Mat2Name = 'Lumpy Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
LvlReq = 10, | LvlReq = 10, | ||
Exp = 175, | Exp = 175, | ||
SellValue = | SellValue = 950 | ||
}, | }, | ||
{ | { | ||
Prod1Img = 'PrismNectarJug.png', | Prod1Img = 'https://runetails.com/Images/Items/Drink/PrismNectarJug.png', | ||
Prod1Qty = 1, | Prod1Qty = 1, | ||
Prod1Name = 'Jug Of Prism Nectar', | Prod1Name = 'Jug Of Prism Nectar', | ||
Mat1Img = 'FlowerHarvestbells.png', | Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHarvestbells.png', | ||
Mat1Qty = 3, | Mat1Qty = 3, | ||
Mat1Name = 'Harvestbells', | Mat1Name = 'Harvestbells', | ||
Mat2Img = 'BerryPaleBlue.png', | Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPaleBlue.png', | ||
Mat2Qty = 1, | Mat2Qty = 1, | ||
Mat2Name = 'Pale Blue Berry', | Mat2Name = 'Pale Blue Berry', | ||
Mat3Img = 'EmptyJug.png', | Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png', | ||
Mat3Qty = 1, | Mat3Qty = 1, | ||
Mat3Name = 'Empty Jug', | Mat3Name = 'Empty Jug', | ||
LvlReq = 10, | LvlReq = 10, | ||
Exp = 175, | Exp = 175, | ||
SellValue = | SellValue = 950 | ||
}, | }, | ||
} | } | ||
| Line 1,303: | Line 1,303: | ||
if match then break end | if match then break end | ||
end | end | ||
end | |||
-- Check if the page is a recipe name | |||
if not match and recipe.Recipe and pageName == recipe.Recipe then | |||
match = true | |||
end | end | ||
end | end | ||
| Line 1,308: | Line 1,312: | ||
if match then | if match then | ||
result = result .. '<tr>' | result = result .. '<tr>' | ||
result = result .. '<td style="width: 50px;"> | result = result .. '<td style="width: 50px;">' .. recipe.Prod1Img .. | ||
(recipe.Prod2Img and '<br> | (recipe.Prod2Img and '<br>' .. recipe.Prod2Img .. '' or '') .. '</td>' | ||
result = result .. '<td>' .. recipe.Prod1Qty .. ' x [[' .. recipe.Prod1Name .. ']]' .. | result = result .. '<td>' .. recipe.Prod1Qty .. ' x [[' .. recipe.Prod1Name .. ']]' .. | ||
(recipe.Prod2Name and '<br>' .. recipe.Prod2Qty .. ' x [[' .. recipe.Prod2Name .. ']]' or '') .. '</td>' | (recipe.Prod2Name and '<br>' .. recipe.Prod2Qty .. ' x [[' .. recipe.Prod2Name .. ']]' or '') .. '</td>' | ||
| Line 1,316: | Line 1,320: | ||
for i = 1, 4 do | for i = 1, 4 do | ||
if recipe["Mat" .. i .. "Name"] then | if recipe["Mat" .. i .. "Name"] then | ||
result = result .. recipe["Mat" .. i .. "Qty"] .. ' x | result = result .. recipe["Mat" .. i .. "Qty"] .. ' x ' .. recipe["Mat" .. i .. "Img"] .. | ||
' [[' .. recipe["Mat" .. i .. "Name"] .. ']]' .. '<br>' | ' [[' .. recipe["Mat" .. i .. "Name"] .. ']]' .. '<br>' | ||
end | end | ||
| Line 1,328: | Line 1,332: | ||
result = result .. '<td style="text-align: center;">' | result = result .. '<td style="text-align: center;">' | ||
if recipe.Recipe then | if recipe.Recipe then | ||
result = result .. ' | result = result .. 'https://runetails.com/Images/Items/General/Recipe.png<br>[[' .. recipe.Recipe .. ']]' | ||
end | end | ||
result = result .. '</td>' | result = result .. '</td>' | ||
Latest revision as of 05:37, 17 February 2025
Documentation for this module may be created at Module:BrewingRecipes/doc
local p = {}
local categories = {
Flower = {
'Blissbloom', 'Daisy', 'Dandelion', 'Daylily', 'Harvestbells', 'Honeysuckle', 'Hydrangea',
'Lavender', 'Midnight Rose', 'Moon Carrot', 'Spicefire', 'Tulip'
},
Bug = {
'Bee', 'Caterpillar', 'Cicada', 'Glow Worm', 'Grub', 'Ladybug', 'Pill Bug', 'Spider', 'Tick', 'Worm'
},
}
p.recipes = {
-- ESSENCES
{
Prod1Img = 'https://runetails.com/Images/Items/Essence/BrewingEssence.png',
Prod1Qty = 1,
Prod1Name = 'Brewing Essence',
Mat1Img = 'https://runetails.com/Images/Items/Food/Truffles.png',
Mat1Qty = 1,
Mat1Name = 'Truffles',
Mat2Img = 'https://runetails.com/Images/Items/General/SilverSet.png',
Mat2Qty = 1,
Mat2Name = 'Silver Set',
Mat3Img = 'https://runetails.com/Images/Items/General/VeilDew.png',
Mat3Qty = 1,
Mat3Name = 'Veil Dew',
Mat4Img = 'https://runetails.com/Images/Items/General/Runesap.png',
Mat4Qty = 1,
Mat4Name = 'Runesap',
LvlReq = 1,
Exp = 0,
SellValue = 2000
},
{
Prod1Img = 'https://runetails.com/Images/Items/Essence/MiningEssence.png',
Prod1Qty = 1,
Prod1Name = 'Mining Essence',
Mat1Img = 'https://runetails.com/Images/Items/General/AmethystShard.png',
Mat1Qty = 1,
Mat1Name = 'Amethyst Shard',
Mat2Img = 'https://runetails.com/Images/Items/General/CopperCup.png',
Mat2Qty = 1,
Mat2Name = 'Copper Cup',
Mat3Img = 'https://runetails.com/Images/Items/Food/BerryCave.png',
Mat3Qty = 1,
Mat3Name = 'Cave Berry',
Mat4Img = 'https://runetails.com/Images/Items/General/Runesap.png',
Mat4Qty = 1,
Mat4Name = 'Runesap',
LvlReq = 1,
Exp = 0,
SellValue = 2000
},
{
Prod1Img = 'https://runetails.com/Images/Items/Essence/WeaponsmithEssence.png',
Prod1Qty = 1,
Prod1Name = 'Weaponsmith Essence',
Mat1Img = 'https://runetails.com/Images/Items/Food/HoneyBerry.png',
Mat1Qty = 1,
Mat1Name = 'Honey Berry',
Mat2Img = 'https://runetails.com/Images/Items/General/SturdyTankard.png',
Mat2Qty = 1,
Mat2Name = 'Sturdy Tankard',
Mat3Img = 'https://runetails.com/Images/Items/General/Runesap.png',
Mat3Qty = 1,
Mat3Name = 'Runesap',
LvlReq = 1,
Exp = 0,
SellValue = 2000
},
-- LEVEL 1 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/BerryBlissCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Berry Bliss',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerBlissbloom.png',
Mat1Qty = 1,
Mat1Name = 'Blissbloom',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 1,
Exp = 25,
SellValue = 80
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/TulipInfusionCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Tulip Infusion',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png',
Mat1Qty = 1,
Mat1Name = 'Tulip',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 1,
Exp = 25,
SellValue = 80
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/DaylilySwirlCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Daylily Swirl',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png',
Mat1Qty = 1,
Mat1Name = 'Daylily',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 1,
Exp = 25,
SellValue = 80
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/ScrapBrew.png',
Prod1Qty = 1,
Prod1Name = 'Scrap Brew',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaisy.png',
Mat1Qty = 1,
Mat1Name = ':Category:Flower|Any Flower',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat2Qty = 1,
Mat2Name = 'Empty Jug',
LvlReq = 1,
Exp = 50,
Recipe = 'Scrap Brew Recipe',
SellValue = 300
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/BlackTeaCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Black Tea',
Mat1Img = 'https://runetails.com/Images/Items/General/BlackTea.png',
Mat1Qty = 1,
Mat1Name = 'Black Tea',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 1,
Exp = 60,
Recipe = 'Cup Of Black Tea Recipe',
SellValue = 700
},
-- LEVEL 2 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/AzureBrewCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Azure Brew',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHydrangea.png',
Mat1Qty = 1,
Mat1Name = 'Hydrangea',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 2,
Exp = 30,
SellValue = 80
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/LavenderHazeCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Lavender Haze',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerLavender.png',
Mat1Qty = 1,
Mat1Name = 'Lavender',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 2,
Exp = 30,
SellValue = 80
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/HoneysuckleSwigCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Honeysuckle Swig',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHoneysuckle.png',
Mat1Qty = 1,
Mat1Name = 'Honeysuckle',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 2,
Exp = 30,
SellValue = 80
},
-- LEVEL 3 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/HollowBrewCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Hollow Brew',
Mat1Img = 'https://runetails.com/Images/Items/Food/BerryChunky.png',
Mat1Qty = 1,
Mat1Name = 'Chunky Berry',
Mat2Img = 'https://runetails.com/Images/Items/Food/Caterpillar.png',
Mat2Qty = 1,
Mat2Name = ':Category:Bug|Any Bug',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat3Qty = 1,
Mat3Name = 'Empty Cup',
LvlReq = 3,
Exp = 0,
Recipe = 'Hollow Brew Recipe',
SellValue = 335
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/OchreSwillCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Ochre Swill',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDandelion.png',
Mat1Qty = 1,
Mat1Name = 'Dandelion',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 3,
Exp = 35,
SellValue = 140
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/DaisyDreamCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Daisy Dream',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaisy.png',
Mat1Qty = 1,
Mat1Name = 'Daisy',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 3,
Exp = 35,
SellValue = 140
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/SpicefireFizzCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Spicefire Fizz',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerSpicefire.png',
Mat1Qty = 1,
Mat1Name = 'Spicefire',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 3,
Exp = 35,
SellValue = 205
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/TwistyTonicCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Twisty Tonic',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png',
Mat1Qty = 1,
Mat1Name = 'Tulip',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 3,
Exp = 40,
Recipe = 'Twisty Tonic Recipe',
SellValue = 340
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/StarlilySwirlCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Starlily Swirl',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png',
Mat1Qty = 1,
Mat1Name = 'Daylily',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 3,
Exp = 40,
Recipe = 'Starlily Swirl Recipe',
SellValue = 340
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/TulipInfusionBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Tulip Infusion',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png',
Mat1Qty = 2,
Mat1Name = 'Daylily',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryGreen.png',
Mat2Qty = 1,
Mat2Name = 'Green Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 3,
Exp = 50,
SellValue = 320
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/BerryBlissBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Berry Bliss',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerBlissbloom.png',
Mat1Qty = 2,
Mat1Name = 'Blissbloom',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBliss.png',
Mat2Qty = 1,
Mat2Name = 'Bliss Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 3,
Exp = 50,
SellValue = 320
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/DaylilySwirlBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Daylily Swirl',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png',
Mat1Qty = 2,
Mat1Name = 'Daylily',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryYellow.png',
Mat2Qty = 1,
Mat2Name = 'Yellow Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 3,
Exp = 50,
SellValue = 320
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/AbyssalAmbrosiaCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Abyssal Ambrosia',
Mat1Img = 'https://runetails.com/Images/Items/General/CaveFlower.png',
Mat1Qty = 1,
Mat1Name = 'Cave Flower',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 3,
Exp = 50,
Recipe = 'Abyssal Ambrosia Recipe',
SellValue = 335
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/DepthsbrewDelightCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Depthsbrew Delight',
Mat1Img = 'https://runetails.com/Images/Items/Food/BerryLake.png',
Mat1Qty = 1,
Mat1Name = 'Lake Berry',
Mat2Img = 'https://runetails.com/Images/Items/General/Seaweed.png',
Mat2Qty = 1,
Mat2Name = 'Seaweed',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat3Qty = 1,
Mat3Name = 'Empty Cup',
LvlReq = 3,
Exp = 70,
Recipe = 'Depthsbrew Delight Recipe',
SellValue = 440
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/BerryHoneybrewCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Berry Honeybrew',
Mat1Img = 'https://runetails.com/Images/Items/Food/BerryPointy.png',
Mat1Qty = 1,
Mat1Name = 'Pointy Berry',
Mat2Img = 'https://runetails.com/Images/Items/Food/Honey.png',
Mat2Qty = 1,
Mat2Name = 'Honey',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat3Qty = 1,
Mat3Name = 'Empty Cup',
LvlReq = 3,
Exp = 75,
Recipe = 'Berry Honeybrew Recipe',
SellValue = 620
},
-- LEVEL 4 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/PrismNectarCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Prism Nectar',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHarvestbells.png',
Mat1Qty = 1,
Mat1Name = 'Harvestbells',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 4,
Exp = 50,
SellValue = 210
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/SludgeGulpCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Sludge Gulp',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMoonCarrot.png',
Mat1Qty = 1,
Mat1Name = 'Moon Carrot',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 4,
Exp = 50,
SellValue = 265
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/MidnightBlendCup.png',
Prod1Qty = 1,
Prod1Name = 'Cup Of Midnight Blend',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMidnightRose.png',
Mat1Qty = 1,
Mat1Name = 'Midnight Rose',
Mat2Img = 'https://runetails.com/Images/Items/General/EmptyCup.png',
Mat2Qty = 1,
Mat2Name = 'Empty Cup',
LvlReq = 4,
Exp = 50,
SellValue = 210
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/AzureBrewBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Azure Brew',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHydrangea.png',
Mat1Qty = 2,
Mat1Name = 'Hydrangea',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBlue.png',
Mat2Qty = 1,
Mat2Name = 'Blue Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 4,
Exp = 60,
SellValue = 320
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/LavenderHazeBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Lavender Haze',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerLavender.png',
Mat1Qty = 2,
Mat1Name = 'Lavender',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPorple.png',
Mat2Qty = 1,
Mat2Name = 'Porple Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 4,
Exp = 60,
SellValue = 320
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/HoneysuckleSwigBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Honeysuckle Swig',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHoneysuckle.png',
Mat1Qty = 2,
Mat1Name = 'Honeysuckle',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryOrange.png',
Mat2Qty = 1,
Mat2Name = 'Orange Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 4,
Exp = 60,
SellValue = 320
},
-- LEVEL 5 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/HollowBrewBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Hollow Brew',
Mat1Img = 'https://runetails.com/Images/Items/Food/BerryChunky.png',
Mat1Qty = 2,
Mat1Name = 'Chunky Berry',
Mat2Img = 'https://runetails.com/Images/Items/Food/Caterpillar.png',
Mat2Qty = 4,
Mat2Name = ':Category:Bug|Any Bug',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 5,
Exp = 0,
Recipe = 'Hollow Brew Recipe',
SellValue = 645
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/SpicefireFizzBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Spicefire Fizz',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerSpicefire.png',
Mat1Qty = 2,
Mat1Name = 'Spicefire',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryRed.png',
Mat2Qty = 1,
Mat2Name = 'Red Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 5,
Exp = 60,
SellValue = 510
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/OchreSwillBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Ochre Swill',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDandelion.png',
Mat1Qty = 2,
Mat1Name = 'Dandelion',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryOchre.png',
Mat2Qty = 1,
Mat2Name = 'Ochre Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 5,
Exp = 70,
SellValue = 440
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/DaisyDreamBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Daisy Dream',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaisy.png',
Mat1Qty = 2,
Mat1Name = 'Daisy',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryWhite.png',
Mat2Qty = 1,
Mat2Name = 'White Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 5,
Exp = 70,
SellValue = 440
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/DaylilySwirlBowl.png',
Prod1Qty = 2,
Prod1Name = 'Bowl Of Daylily Swirl',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png',
Mat1Qty = 2,
Mat1Name = 'Daylily',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryYellow.png',
Mat2Qty = 2,
Mat2Name = 'Yellow Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 5,
Exp = 75,
SellValue = 640
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/BerryBlissBowl.png',
Prod1Qty = 2,
Prod1Name = 'Bowl Of Berry Bliss',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerBlissbloom.png',
Mat1Qty = 2,
Mat1Name = 'Blissbloom',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBliss.png',
Mat2Qty = 2,
Mat2Name = 'Bliss Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 5,
Exp = 75,
SellValue = 640
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/TulipInfusionBowl.png',
Prod1Qty = 2,
Prod1Name = 'Bowl Of Tulip Infusion',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png',
Mat1Qty = 2,
Mat1Name = 'Tulip',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryGreen.png',
Mat2Qty = 2,
Mat2Name = 'Green Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 5,
Exp = 75,
SellValue = 640
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/AbyssalAmbrosiaBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Abyssal Ambrosia',
Mat1Img = 'https://runetails.com/Images/Items/General/CaveFlower.png',
Mat1Qty = 2,
Mat1Name = 'Cave Flower',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryCave.png',
Mat2Qty = 1,
Mat2Name = 'Cave Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 5,
Exp = 80,
Recipe = 'Abyssal Ambrosia Recipe',
SellValue = 645
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/StarlilySwirlBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Starlily Swirl',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png',
Mat1Qty = 2,
Mat1Name = 'Daylily',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryStarry.png',
Mat2Qty = 1,
Mat2Name = 'Starry Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 5,
Exp = 80,
Recipe = 'Starlily Swirl Recipe',
SellValue = 660
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/TwistyTonicBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Twisty Tonic',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png',
Mat1Qty = 2,
Mat1Name = 'Tulip',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryTwisty.png',
Mat2Qty = 1,
Mat2Name = 'Twisty Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 5,
Exp = 80,
Recipe = 'Twisty Tonic Recipe',
SellValue = 660
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/DepthsbrewDelightBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Depthsbrew Delight',
Mat1Img = 'https://runetails.com/Images/Items/General/Seaweed.png',
Mat1Qty = 2,
Mat1Name = 'Seaweed',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryLake.png',
Mat2Qty = 2,
Mat2Name = 'Lake Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 5,
Exp = 90,
Recipe = 'Depthsbrew Delight Recipe',
SellValue = 740
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/BerryHoneybrewBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Berry Honeybrew',
Mat1Img = 'https://runetails.com/Images/Items/Food/Honey.png',
Mat1Qty = 2,
Mat1Name = 'Honey',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPointy.png',
Mat2Qty = 2,
Mat2Name = 'Pointy Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 5,
Exp = 100,
Recipe = 'Berry Honeybrew Recipe',
SellValue = 920
},
-- LEVEL 6 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/SludgeGulpBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Sludge Gulp',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMoonCarrot.png',
Mat1Qty = 2,
Mat1Name = 'Moon Carrot',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryGray.png',
Mat2Qty = 1,
Mat2Name = 'Dull Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 6,
Exp = 80,
SellValue = 570
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/PrismNectarBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Prism Nectar',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHarvestbells.png',
Mat1Qty = 2,
Mat1Name = 'Harvestbells',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPaleBlue.png',
Mat2Qty = 1,
Mat2Name = 'Pale Blue Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 6,
Exp = 80,
SellValue = 520
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/MidnightBlendBowl.png',
Prod1Qty = 1,
Prod1Name = 'Bowl Of Midnight Blend',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMidnightRose.png',
Mat1Qty = 2,
Mat1Name = 'Midnight Rose',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryLumpy.png',
Mat2Qty = 1,
Mat2Name = 'Lumpy Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 6,
Exp = 80,
SellValue = 520
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/AzureBrewBowl.png',
Prod1Qty = 2,
Prod1Name = 'Bowl Of Azure Brew',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHydrangea.png',
Mat1Qty = 2,
Mat1Name = 'Hydrangea',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBlue.png',
Mat2Qty = 2,
Mat2Name = 'Blue Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 6,
Exp = 90,
SellValue = 640
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/HoneysuckleSwigBowl.png',
Prod1Qty = 2,
Prod1Name = 'Bowl Of Honeysuckle Swig',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHoneysuckle.png',
Mat1Qty = 2,
Mat1Name = 'Honeysuckle',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryOrange.png',
Mat2Qty = 2,
Mat2Name = 'Orange Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 6,
Exp = 90,
SellValue = 640
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/LavenderHazeBowl.png',
Prod1Qty = 2,
Prod1Name = 'Bowl Of Lavender Haze',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerLavender.png',
Mat1Qty = 2,
Mat1Name = 'Lavender',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPorple.png',
Mat2Qty = 2,
Mat2Name = 'Porple Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 6,
Exp = 90,
SellValue = 640
},
-- LEVEL 7 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/HollowBrewJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Hollow Brew',
Mat1Img = 'https://runetails.com/Images/Items/Food/BerryChunky.png',
Mat1Qty = 3,
Mat1Name = 'Chunky Berry',
Mat2Img = 'https://runetails.com/Images/Items/Food/Caterpillar.png',
Mat2Qty = 6,
Mat2Name = ':Category:Bug|Any Bug',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 7,
Exp = 0,
Recipe = 'Hollow Brew Recipe',
SellValue = 1255
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/TulipInfusionJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Tulip Infusion',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png',
Mat1Qty = 3,
Mat1Name = 'Tulip',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryGreen.png',
Mat2Qty = 1,
Mat2Name = 'Green Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 7,
Exp = 100,
SellValue = 620
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/BerryBlissJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Berry Bliss',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerBlissbloom.png',
Mat1Qty = 3,
Mat1Name = 'Blissbloom',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBliss.png',
Mat2Qty = 1,
Mat2Name = 'Bliss Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 7,
Exp = 100,
SellValue = 620
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/DaylilySwirlJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Daylily Swirl',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png',
Mat1Qty = 3,
Mat1Name = 'Daylily',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryYellow.png',
Mat2Qty = 1,
Mat2Name = 'Yellow Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 7,
Exp = 100,
SellValue = 620
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/DaisyDreamBowl.png',
Prod1Qty = 2,
Prod1Name = 'Bowl Of Daisy Dream',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaisy.png',
Mat1Qty = 2,
Mat1Name = 'Daisy',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryWhite.png',
Mat2Qty = 2,
Mat2Name = 'White Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 7,
Exp = 105,
SellValue = 880
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/OchreSwillBowl.png',
Prod1Qty = 2,
Prod1Name = 'Bowl Of Ochre Swill',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDandelion.png',
Mat1Qty = 2,
Mat1Name = 'Dandelion',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryOchre.png',
Mat2Qty = 2,
Mat2Name = 'Ochre Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 7,
Exp = 105,
SellValue = 880
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/SpicefireFizzBowl.png',
Prod1Qty = 2,
Prod1Name = 'Bowl Of Spicefire Fizz',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerSpicefire.png',
Mat1Qty = 2,
Mat1Name = 'Spicefire',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryRed.png',
Mat2Qty = 2,
Mat2Name = 'Red Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 7,
Exp = 105,
SellValue = 1020
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/TwistyTonicBowl.png',
Prod1Qty = 2,
Prod1Name = 'Bowl Of Twisty Tonic',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png',
Mat1Qty = 2,
Mat1Name = 'Tulip',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryTwisty.png',
Mat2Qty = 2,
Mat2Name = 'Twisty Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 7,
Exp = 125,
Recipe = 'Twisty Tonic Recipe',
SellValue = 1320
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/StarlilySwirlBowl.png',
Prod1Qty = 2,
Prod1Name = 'Bowl Of Starlily Swirl',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png',
Mat1Qty = 2,
Mat1Name = 'Daylily',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryStarry.png',
Mat2Qty = 2,
Mat2Name = 'Starry Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 7,
Exp = 125,
Recipe = 'Starlily Swirl Recipe',
SellValue = 1320
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/AbyssalAmbrosiaJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Abyssal Ambrosia',
Mat1Img = 'https://runetails.com/Images/Items/General/CaveFlower.png',
Mat1Qty = 3,
Mat1Name = 'Cave Flower',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryCave.png',
Mat2Qty = 2,
Mat2Name = 'Cave Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 7,
Exp = 175,
Recipe = 'Abyssal Ambrosia Recipe',
SellValue = 1255
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/DepthsbrewDelightJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Depthsbrew Delight',
Mat1Img = 'https://runetails.com/Images/Items/General/Seaweed.png',
Mat1Qty = 3,
Mat1Name = 'Seaweed',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryLake.png',
Mat2Qty = 3,
Mat2Name = 'Lake Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 7,
Exp = 190,
Recipe = 'Depthsbrew Delight Recipe',
SellValue = 1340
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/BerryHoneybrewJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Berry Honeybrew',
Mat1Img = 'https://runetails.com/Images/Items/Food/Honey.png',
Mat1Qty = 3,
Mat1Name = 'Honey',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPointy.png',
Mat2Qty = 3,
Mat2Name = 'Pointy Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 7,
Exp = 200,
Recipe = 'Berry Honeybrew Recipe',
SellValue = 1340
},
-- LEVEL 8 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/AzureBrewJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Azure Brew',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHydrangea.png',
Mat1Qty = 3,
Mat1Name = 'Hydrangea',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBlue.png',
Mat2Qty = 1,
Mat2Name = 'Blue Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 8,
Exp = 125,
SellValue = 620
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/PrismNectarBowl.png',
Prod1Qty = 2,
Prod1Name = 'Bowl Of Prism Nectar',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHarvestbells.png',
Mat1Qty = 2,
Mat1Name = 'Harvestbells',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPaleBlue.png',
Mat2Qty = 2,
Mat2Name = 'Pale Blue Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 8,
Exp = 125,
SellValue = 1040
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/SludgeGulpBowl.png',
Prod1Qty = 2,
Prod1Name = 'Bowl Of Sludge Gulp',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMoonCarrot.png',
Mat1Qty = 2,
Mat1Name = 'Moon Carrot',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryGray.png',
Mat2Qty = 2,
Mat2Name = 'Dull Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 8,
Exp = 125,
SellValue = 1140
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/MidnightBlendBowl.png',
Prod1Qty = 2,
Prod1Name = 'Bowl Of Midnight Blend',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMidnightRose.png',
Mat1Qty = 2,
Mat1Name = 'Midnight Rose',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryLumpy.png',
Mat2Qty = 2,
Mat2Name = 'Lumpy Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyBowl.png',
Mat3Qty = 1,
Mat3Name = 'Empty Bowl',
LvlReq = 8,
Exp = 125,
SellValue = 1040
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/HoneysuckleSwigJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Honeysuckle Swig',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHoneysuckle.png',
Mat1Qty = 3,
Mat1Name = 'Honeysuckle',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryOrange.png',
Mat2Qty = 1,
Mat2Name = 'Orange Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 8,
Exp = 125,
SellValue = 620
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/LavenderHazeJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Lavender Haze',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerLavender.png',
Mat1Qty = 3,
Mat1Name = 'Lavender',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPorple.png',
Mat2Qty = 1,
Mat2Name = 'Porple Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 8,
Exp = 125,
SellValue = 620
},
-- LEVEL 9 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/OchreSwillJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Ochre Swill',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDandelion.png',
Mat1Qty = 3,
Mat1Name = 'Dandelion',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryOchre.png',
Mat2Qty = 1,
Mat2Name = 'Ochre Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 9,
Exp = 150,
SellValue = 740
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/SpicefireFizzJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Spicefire Fizz',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerSpicefire.png',
Mat1Qty = 3,
Mat1Name = 'Spicefire',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryRed.png',
Mat2Qty = 1,
Mat2Name = 'Red Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 9,
Exp = 150,
SellValue = 815
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/DaisyDreamJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Daisy Dream',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaisy.png',
Mat1Qty = 3,
Mat1Name = 'Daisy',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryWhite.png',
Mat2Qty = 1,
Mat2Name = 'White Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 9,
Exp = 150,
SellValue = 740
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/StarlilySwirlJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Starlily Swirl',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png',
Mat1Qty = 3,
Mat1Name = 'Daylily',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryStarry.png',
Mat2Qty = 2,
Mat2Name = 'Starry Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 9,
Exp = 175,
Recipe = 'Starlily Swirl Recipe',
SellValue = 1280
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/TwistyTonicJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Twisty Tonic',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerTulip.png',
Mat1Qty = 3,
Mat1Name = 'Tulip',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryTwisty.png',
Mat2Qty = 2,
Mat2Name = 'Twisty Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 9,
Exp = 175,
Recipe = 'Twisty Tonic Recipe',
SellValue = 1280
},
-- LEVEL 10 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/SludgeGulpJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Sludge Gulp',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMoonCarrot.png',
Mat1Qty = 3,
Mat1Name = 'Moon Carrot',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryGray.png',
Mat2Qty = 1,
Mat2Name = 'Dull Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 10,
Exp = 175,
SellValue = 995
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/MidnightBlendJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Midnight Blend',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerMidnightRose.png',
Mat1Qty = 3,
Mat1Name = 'Midnight Rose',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryLumpy.png',
Mat2Qty = 1,
Mat2Name = 'Lumpy Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 10,
Exp = 175,
SellValue = 950
},
{
Prod1Img = 'https://runetails.com/Images/Items/Drink/PrismNectarJug.png',
Prod1Qty = 1,
Prod1Name = 'Jug Of Prism Nectar',
Mat1Img = 'https://runetails.com/Images/Items/General/FlowerHarvestbells.png',
Mat1Qty = 3,
Mat1Name = 'Harvestbells',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryPaleBlue.png',
Mat2Qty = 1,
Mat2Name = 'Pale Blue Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/EmptyJug.png',
Mat3Qty = 1,
Mat3Name = 'Empty Jug',
LvlReq = 10,
Exp = 175,
SellValue = 950
},
}
function p.get_recipes_by_material(frame)
local material = frame.args[1] or ''
local pageName = mw.title.getCurrentTitle().text -- Get the current page name
local result = ''
-- If the page is "Brewing Recipes", show all recipes
local showAll = (pageName == "Brewing Recipes")
for _, recipe in ipairs(p.recipes) do
local match = showAll
if not match then
-- Check if the page is a product
if pageName == recipe.Prod1Name or (recipe.Prod2Name and pageName == recipe.Prod2Name) then
match = true
end
-- Check if the page is a material
if not match then
for i = 1, 4 do
local matName = recipe["Mat" .. i .. "Name"]
if matName then
if matName:match(':Category:') then
local categoryName = matName:match(':Category:([^|]+)')
if categories[categoryName] then
for _, categoryItem in ipairs(categories[categoryName]) do
if material == categoryItem then
match = true
break
end
end
end
elseif material == matName then
match = true
end
end
if match then break end
end
end
-- Check if the page is a recipe name
if not match and recipe.Recipe and pageName == recipe.Recipe then
match = true
end
end
if match then
result = result .. '<tr>'
result = result .. '<td style="width: 50px;">' .. recipe.Prod1Img ..
(recipe.Prod2Img and '<br>' .. recipe.Prod2Img .. '' or '') .. '</td>'
result = result .. '<td>' .. recipe.Prod1Qty .. ' x [[' .. recipe.Prod1Name .. ']]' ..
(recipe.Prod2Name and '<br>' .. recipe.Prod2Qty .. ' x [[' .. recipe.Prod2Name .. ']]' or '') .. '</td>'
result = result .. '<td>'
for i = 1, 4 do
if recipe["Mat" .. i .. "Name"] then
result = result .. recipe["Mat" .. i .. "Qty"] .. ' x ' .. recipe["Mat" .. i .. "Img"] ..
' [[' .. recipe["Mat" .. i .. "Name"] .. ']]' .. '<br>'
end
end
result = result .. '</td>'
result = result .. '<td>' .. recipe.LvlReq .. '</td>'
result = result .. '<td>' .. recipe.Exp .. '</td>'
-- Recipe Requirement Column
result = result .. '<td style="text-align: center;">'
if recipe.Recipe then
result = result .. 'https://runetails.com/Images/Items/General/Recipe.png<br>[[' .. recipe.Recipe .. ']]'
end
result = result .. '</td>'
result = result .. '<td>' .. recipe.SellValue .. '</td>'
result = result .. '</tr>'
end
end
return result
end
return p