Module:CookingRecipes
From RuneTails
Documentation for this module may be created at Module:CookingRecipes/doc
local p = {}
local categories = {
Fish = {
'Bass', 'Carp', 'Flounder', 'Flying Fish', 'Shad', 'Swordfish', 'Trout', 'Prism Fish'
},
["Fish (Gold)"] = {
'Bass (Gold)', 'Carp (Gold)', 'Flounder (Gold)', 'Flying Fish (Gold)',
'Shad (Gold)', 'Swordfish (Gold)', 'Trout (Gold)'
},
["Fish (Ruby)"] = {
'Bass (Ruby)', 'Carp (Ruby)', 'Flounder (Ruby)', 'Flying Fish (Ruby)',
'Shad (Ruby)', 'Swordfish (Ruby)', 'Trout (Ruby)'
},
["Fish (Jade)"] = {
'Bass (Jade)', 'Carp (Jade)', 'Flounder (Jade)', 'Flying Fish (Jade)',
'Shad (Jade)', 'Swordfish (Jade)', 'Trout (Jade)'
},
["Fish (Diamond)"] = {
'Bass (Diamond)', 'Carp (Diamond)', 'Flounder (Diamond)', 'Flying Fish (Diamond)',
'Shad (Diamond)', 'Swordfish (Diamond)', 'Trout (Diamond)'
},
Vegetable = {
'Beetroot', 'Carrot', 'Cave Beetroot', 'Cave Carrot', 'Cave Daikon',
'Cave Horseradish', 'Cave Onion', 'Cave Potato', 'Cave Raddish',
'Cave Root', 'Cave Sweet Potato', 'Daikon', 'Horseradish', 'Turnip'
},
["Small Vegetable"] = {
'Raddish', 'Spring Onion', 'Cave Garlic'
},
Berry = {
'Abyss Berry', 'Black Berry', 'Bliss Berry', 'Blue Berry', 'Brown Berry',
'Bumpy Berry', 'Cave Berry', 'Chunky Berry', 'Droopy Berry', 'Dull Berry',
'Green Berry', 'Grey Berry', 'Lake Berry', 'Lumpy Berry', 'Murk Berry',
'Ochre Berry', 'Orange Berry', 'Pale Blue Berry', 'Pithy Berry', 'Pointy Berry',
'Porple Berry', 'Red Berry', 'Starry Berry', 'Twisty Berry', 'White Berry',
'Yellow Berry'
},
Mushroom = {
'Amber Peak', 'Aqua Polka-Dot Delight', 'Azure Whisper', 'Cloudy Pink Puff',
'Cratered Cocoa Cap', 'Emerald Twin-Tip', 'Fairytale Flycap', 'Lime Lollipop',
'Modest Mocha Cap', 'Mystic Mauve Rootshroom', 'Noirbrella Spore', 'Rosy Snowglobe',
'Sunset Slimstalk', 'Wizard\'s Starry Hat'
},
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 = {
-- LEVEL 1 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Essence/BugEssence.png',
Prod1Qty = 1,
Prod1Name = 'Buggy Essence',
Mat1Img = 'https://runetails.com/Images/Items/General/WildOats.png',
Mat1Qty = 1,
Mat1Name = 'Wild Oats',
Mat2Img = 'https://runetails.com/Images/Items/General/EctoStew.png',
Mat2Qty = 1,
Mat2Name = 'Ecto Stew',
Mat3Img = 'https://runetails.com/Images/Items/General/Runesap.png',
Mat3Qty = 1,
Mat3Name = 'Runesap',
Mat4Img = 'https://runetails.com/Images/Items/Food/GlowWorm.png',
Mat4Qty = 1,
Mat4Name = 'Glow Worm',
LvlReq = 1,
Exp = 0,
SellValue = 2000
},
{
Prod1Img = 'https://runetails.com/Images/Items/Essence/CookingEssence.png',
Prod1Qty = 1,
Prod1Name = 'Cooking Essence',
Mat1Img = 'https://runetails.com/Images/Items/General/RockSalt.png',
Mat1Qty = 1,
Mat1Name = 'Rock Salt',
Mat2Img = 'https://runetails.com/Images/Items/General/MonsterMeat.png',
Mat2Qty = 1,
Mat2Name = 'Monster Meat',
Mat3Img = 'https://runetails.com/Images/Items/General/Runesap.png',
Mat3Qty = 1,
Mat3Name = 'Runesap',
LvlReq = 1,
Exp = 0,
SellValue = 2000
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/PrismFish_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Prism Fish (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/PrismScales.png',
Prod2Qty = 1,
Prod2Name = 'Prism Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/PrismFish.png',
Mat1Qty = 1,
Mat1Name = 'Prism Fish',
LvlReq = 1,
Exp = 0,
SellValue = 1250
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Shad_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Shad (Cooked)',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad.png',
Mat1Qty = 1,
Mat1Name = 'Shad',
LvlReq = 1,
Exp = 15,
SellValue = 4
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Shad_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Shad (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 1,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Gold.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Gold)',
LvlReq = 1,
Exp = 16,
SellValue = 24
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Shad_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Shad (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 1,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Ruby.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Ruby)',
LvlReq = 1,
Exp = 17,
SellValue = 64
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Shad_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Shad (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 1,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Jade.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Jade)',
LvlReq = 1,
Exp = 20,
SellValue = 104
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Shad_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Shad (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 1,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Diamond.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Diamond)',
LvlReq = 1,
Exp = 25,
SellValue = 154
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FishStewSmall.png',
Prod1Qty = 1,
Prod1Name = 'Small Fish Stew',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad.png',
Mat1Qty = 1,
Mat1Name = 'Shad',
Mat2Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat2Qty = 1,
Mat2Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 1,
Exp = 25,
SellValue = 35
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FishStewSmall.png',
Prod1Qty = 1,
Prod1Name = 'Small Fish Stew',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 1,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Gold.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Gold)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat2Qty = 1,
Mat2Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 1,
Exp = 30,
SellValue = 55
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FishStewSmall.png',
Prod1Qty = 1,
Prod1Name = 'Small Fish Stew',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 1,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Ruby.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Ruby)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat2Qty = 1,
Mat2Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 1,
Exp = 37,
SellValue = 95
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FishStewSmall.png',
Prod1Qty = 1,
Prod1Name = 'Small Fish Stew',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 1,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Jade.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Jade)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat2Qty = 1,
Mat2Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 1,
Exp = 45,
SellValue = 135
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FishStewSmall.png',
Prod1Qty = 1,
Prod1Name = 'Small Fish Stew',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 1,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Diamond.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Diamond)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat2Qty = 1,
Mat2Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 1,
Exp = 50,
SellValue = 185
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/SpringSideUp.png',
Prod1Qty = 1,
Prod1Name = 'Spring Side Up',
Mat1Img = 'https://runetails.com/Images/Items/Food/SpringOnion.png',
Mat1Qty = 1,
Mat1Name = 'Spring Onion',
Mat2Img = 'https://runetails.com/Images/Items/Food/ForestEgg.png',
Mat2Qty = 1,
Mat2Name = 'Forest Egg',
LvlReq = 1,
Exp = 20,
SellValue = 15
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/LichenSalad.png',
Prod1Qty = 1,
Prod1Name = 'Lichen Salad',
Mat1Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat1Qty = 1,
Mat1Name = 'Carrot',
Mat2Img = 'https://runetails.com/Images/Items/General/Lichen.png',
Mat2Qty = 1,
Mat2Name = 'Lichen',
Mat3Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat3Qty = 1,
Mat3Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 1,
Exp = 70,
Recipe = 'Lichen Salad Recipe',
SellValue = 100
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/LichenSalad.png',
Prod1Qty = 1,
Prod1Name = 'Lichen Salad',
Mat1Img = 'https://runetails.com/Images/Items/Food/CaveCarrot.png',
Mat1Qty = 1,
Mat1Name = 'Cave Carrot',
Mat2Img = 'https://runetails.com/Images/Items/General/Lichen.png',
Mat2Qty = 1,
Mat2Name = 'Lichen',
Mat3Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat3Qty = 1,
Mat3Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 1,
Exp = 70,
Recipe = 'Lichen Salad Recipe',
SellValue = 100
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/ScrapStew.png',
Prod1Qty = 1,
Prod1Name = 'Scrap Stew',
Mat1Img = 'https://runetails.com/Images/Items/General/BrokenGlass.png',
Mat1Qty = 3,
Mat1Name = ':Category:Nonconsumable|Any Nonconsumable Item',
LvlReq = 1,
Exp = 125,
Recipe = 'Scrap Stew Recipe',
SellValue = 55
},
-- LEVEL 2 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Food/ShadSurprise.png',
Prod1Qty = 1,
Prod1Name = 'Shad Surprise',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad.png',
Mat1Qty = 1,
Mat1Name = 'Shad',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBlue.png',
Mat2Qty = 2,
Mat2Name = ':Category:Berry|Any Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png',
Mat3Qty = 1,
Mat3Name = ':Category:Flower|Any Flower',
LvlReq = 2,
Exp = 35,
Recipe = 'Shad Surprise Recipe',
SellValue = 50
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/ShadSurprise.png',
Prod1Qty = 1,
Prod1Name = 'Shad Surprise',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 2,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Gold.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Gold)',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBlue.png',
Mat2Qty = 2,
Mat2Name = ':Category:Berry|Any Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png',
Mat3Qty = 1,
Mat3Name = ':Category:Flower|Any Flower',
LvlReq = 2,
Exp = 37,
Recipe = 'Shad Surprise Recipe',
SellValue = 90
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/ShadSurprise.png',
Prod1Qty = 1,
Prod1Name = 'Shad Surprise',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 2,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Ruby.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Ruby)',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBlue.png',
Mat2Qty = 2,
Mat2Name = ':Category:Berry|Any Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png',
Mat3Qty = 1,
Mat3Name = ':Category:Flower|Any Flower',
LvlReq = 2,
Exp = 40,
Recipe = 'Shad Surprise Recipe',
SellValue = 170
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/ShadSurprise.png',
Prod1Qty = 1,
Prod1Name = 'Shad Surprise',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 2,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Jade.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Jade)',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBlue.png',
Mat2Qty = 2,
Mat2Name = ':Category:Berry|Any Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png',
Mat3Qty = 1,
Mat3Name = ':Category:Flower|Any Flower',
LvlReq = 2,
Exp = 45,
Recipe = 'Shad Surprise Recipe',
SellValue = 250
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/ShadSurprise.png',
Prod1Qty = 1,
Prod1Name = 'Shad Surprise',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 1,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Diamond.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Diamond)',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBlue.png',
Mat2Qty = 2,
Mat2Name = ':Category:Berry|Any Berry',
Mat3Img = 'https://runetails.com/Images/Items/General/FlowerDaylilly.png',
Mat3Qty = 1,
Mat3Name = ':Category:Flower|Any Flower',
LvlReq = 2,
Exp = 50,
Recipe = 'Shad Surprise Recipe',
SellValue = 200
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/CrossroadSkewer.png',
Prod1Qty = 1,
Prod1Name = 'Crossroad Skewer',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad.png',
Mat1Qty = 2,
Mat1Name = 'Shad',
Mat2Img = 'https://runetails.com/Images/Items/Food/Mushroom10.png',
Mat2Qty = 2,
Mat2Name = ':Category:Mushroom|Any Mushroom',
Mat3Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat3Qty = 1,
Mat3Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 2,
Exp = 45,
Recipe = 'Crossroad Skewer Recipe',
SellValue = 50
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/CrossroadSkewer.png',
Prod1Qty = 1,
Prod1Name = 'Crossroad Skewer',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 1,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad.png',
Mat1Qty = 1,
Mat1Name = 'Shad',
Mat2Img = 'https://runetails.com/Images/Items/Food/Shad_Gold.png',
Mat2Qty = 1,
Mat2Name = 'Shad (Gold)',
Mat3Img = 'https://runetails.com/Images/Items/Food/Mushroom10.png',
Mat3Qty = 2,
Mat3Name = ':Category:Mushroom|Any Mushroom',
Mat4Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat4Qty = 1,
Mat4Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 2,
Exp = 47,
Recipe = 'Crossroad Skewer Recipe',
SellValue = 70
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/CrossroadSkewer.png',
Prod1Qty = 1,
Prod1Name = 'Crossroad Skewer',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 2,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Gold.png',
Mat1Qty = 2,
Mat1Name = 'Shad (Gold)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Mushroom10.png',
Mat2Qty = 2,
Mat2Name = ':Category:Mushroom|Any Mushroom',
Mat3Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat3Qty = 1,
Mat3Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 2,
Exp = 55,
Recipe = 'Crossroad Skewer Recipe',
SellValue = 90
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/CrossroadSkewer.png',
Prod1Qty = 1,
Prod1Name = 'Crossroad Skewer',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 1,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad.png',
Mat1Qty = 1,
Mat1Name = 'Shad',
Mat2Img = 'https://runetails.com/Images/Items/Food/Shad_Ruby.png',
Mat2Qty = 1,
Mat2Name = 'Shad (Ruby)',
Mat3Img = 'https://runetails.com/Images/Items/Food/Mushroom10.png',
Mat3Qty = 2,
Mat3Name = ':Category:Mushroom|Any Mushroom',
Mat4Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat4Qty = 1,
Mat4Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 2,
Exp = 50,
Recipe = 'Crossroad Skewer Recipe',
SellValue = 110
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/CrossroadSkewer.png',
Prod1Qty = 1,
Prod1Name = 'Crossroad Skewer',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 2,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Ruby.png',
Mat1Qty = 2,
Mat1Name = 'Shad (Ruby)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Mushroom10.png',
Mat2Qty = 2,
Mat2Name = ':Category:Mushroom|Any Mushroom',
Mat3Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat3Qty = 1,
Mat3Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 2,
Exp = 60,
Recipe = 'Crossroad Skewer Recipe',
SellValue = 170
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/CrossroadSkewer.png',
Prod1Qty = 1,
Prod1Name = 'Crossroad Skewer',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 1,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad.png',
Mat1Qty = 1,
Mat1Name = 'Shad',
Mat2Img = 'https://runetails.com/Images/Items/Food/Shad_Jade.png',
Mat2Qty = 1,
Mat2Name = 'Shad (Jade)',
Mat3Img = 'https://runetails.com/Images/Items/Food/Mushroom10.png',
Mat3Qty = 2,
Mat3Name = ':Category:Mushroom|Any Mushroom',
Mat4Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat4Qty = 1,
Mat4Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 2,
Exp = 53,
Recipe = 'Crossroad Skewer Recipe',
SellValue = 150
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/CrossroadSkewer.png',
Prod1Qty = 1,
Prod1Name = 'Crossroad Skewer',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 2,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Jade.png',
Mat1Qty = 2,
Mat1Name = 'Shad (Jade)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Mushroom10.png',
Mat2Qty = 2,
Mat2Name = ':Category:Mushroom|Any Mushroom',
Mat3Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat3Qty = 1,
Mat3Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 2,
Exp = 65,
Recipe = 'Crossroad Skewer Recipe',
SellValue = 250
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/CrossroadSkewer.png',
Prod1Qty = 1,
Prod1Name = 'Crossroad Skewer',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 1,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad.png',
Mat1Qty = 1,
Mat1Name = 'Shad',
Mat2Img = 'https://runetails.com/Images/Items/Food/Shad_Diamond.png',
Mat2Qty = 1,
Mat2Name = 'Shad (Diamond)',
Mat3Img = 'https://runetails.com/Images/Items/Food/Mushroom10.png',
Mat3Qty = 2,
Mat3Name = ':Category:Mushroom|Any Mushroom',
Mat4Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat4Qty = 1,
Mat4Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 2,
Exp = 55,
Recipe = 'Crossroad Skewer Recipe',
SellValue = 200
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/CrossroadSkewer.png',
Prod1Qty = 1,
Prod1Name = 'Crossroad Skewer',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 2,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Diamond.png',
Mat1Qty = 2,
Mat1Name = 'Shad (Diamond)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Mushroom10.png',
Mat2Qty = 2,
Mat2Name = ':Category:Mushroom|Any Mushroom',
Mat3Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat3Qty = 1,
Mat3Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 2,
Exp = 70,
Recipe = 'Crossroad Skewer Recipe',
SellValue = 350
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/SpringStew.png',
Prod1Qty = 1,
Prod1Name = 'Spring Stew',
Mat1Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat1Qty = 1,
Mat1Name = 'Carrot',
Mat2Img = 'https://runetails.com/Images/Items/Food/SpringOnion.png',
Mat2Qty = 1,
Mat2Name = 'Spring Onion',
Mat3Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat3Qty = 1,
Mat3Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 2,
Exp = 32,
SellValue = 30
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Bass_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Bass (Cooked)',
Mat1Img = 'https://runetails.com/Images/Items/Food/Bass.png',
Mat1Qty = 1,
Mat1Name = 'Bass',
LvlReq = 2,
Exp = 40,
SellValue = 28
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Bass_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Bass (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 1,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Bass_Gold.png',
Mat1Qty = 1,
Mat1Name = 'Bass (Gold)',
LvlReq = 2,
Exp = 42,
SellValue = 48
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Bass_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Bass (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 1,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Bass_Ruby.png',
Mat1Qty = 1,
Mat1Name = 'Bass (Ruby)',
LvlReq = 2,
Exp = 47,
SellValue = 88
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Bass_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Bass (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 1,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Bass_Jade.png',
Mat1Qty = 1,
Mat1Name = 'Bass (Jade)',
LvlReq = 2,
Exp = 50,
SellValue = 128
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Bass_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Bass (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 1,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Bass_Diamond.png',
Mat1Qty = 1,
Mat1Name = 'Bass (Diamond)',
LvlReq = 2,
Exp = 60,
SellValue = 178
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/HotGrubs.png',
Prod1Qty = 1,
Prod1Name = 'Hot Grubs',
Mat1Img = 'https://runetails.com/Images/Items/Food/Raddish.png',
Mat1Qty = 1,
Mat1Name = ':Category:Small Vegetable|Any Small Vegetable',
Mat2Img = 'https://runetails.com/Images/Items/Food/Grub.png',
Mat2Qty = 5,
Mat2Name = 'Grub',
LvlReq = 2,
Exp = 50,
SellValue = 50
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/CinnamonBerry.png',
Prod1Qty = 1,
Prod1Name = 'Cinnamon Berry',
Mat1Img = 'https://runetails.com/Images/Items/General/Cinnamon.png',
Mat1Qty = 1,
Mat1Name = 'Cinnamon',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBlue.png',
Mat2Qty = 1,
Mat2Name = ':Category:Berry|Any Berry',
LvlReq = 2,
Exp = 50,
Recipe = 'Cinnamon Berry Recipe',
SellValue = 100
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/HoneyBerry.png',
Prod1Qty = 1,
Prod1Name = 'Honey Berry',
Mat1Img = 'https://runetails.com/Images/Items/Food/BerryBlue.png',
Mat1Qty = 1,
Mat1Name = ':Category:Berry|Any Berry',
Mat2Img = 'https://runetails.com/Images/Items/Food/Honey.png',
Mat2Qty = 1,
Mat2Name = 'Honey',
LvlReq = 2,
Exp = '60',
Recipe = 'Honey Berry Recipe',
SellValue = 350
},
-- LEVEL 3 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Food/SeafloorSurprise.png',
Prod1Qty = 1,
Prod1Name = 'Seafloor Surprise',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad.png',
Mat1Qty = 1,
Mat1Name = 'Shad',
Mat2Img = 'https://runetails.com/Images/Items/Food/Mussels.png',
Mat2Qty = 1,
Mat2Name = 'Mussel',
Mat3Img = 'https://runetails.com/Images/Items/General/CaveFlower.png',
Mat3Qty = 1,
Mat3Name = 'Cave Flower',
LvlReq = 3,
Exp = 100,
Recipe = 'Seafloor Surprise Recipe',
SellValue = 100
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/SeafloorSurprise.png',
Prod1Qty = 1,
Prod1Name = 'Seafloor Surprise',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 1,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Gold.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Gold)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Mussels.png',
Mat2Qty = 1,
Mat2Name = 'Mussel',
Mat3Img = 'https://runetails.com/Images/Items/General/CaveFlower.png',
Mat3Qty = 1,
Mat3Name = 'Cave Flower',
LvlReq = 3,
Exp = 105,
Recipe = 'Seafloor Surprise Recipe',
SellValue = 120
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/SeafloorSurprise.png',
Prod1Qty = 1,
Prod1Name = 'Seafloor Surprise',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 1,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Ruby.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Ruby)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Mussels.png',
Mat2Qty = 1,
Mat2Name = 'Mussel',
Mat3Img = 'https://runetails.com/Images/Items/General/CaveFlower.png',
Mat3Qty = 1,
Mat3Name = 'Cave Flower',
LvlReq = 3,
Exp = 110,
Recipe = 'Seafloor Surprise Recipe',
SellValue = 160
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/SeafloorSurprise.png',
Prod1Qty = 1,
Prod1Name = 'Seafloor Surprise',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 1,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Jade.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Jade)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Mussels.png',
Mat2Qty = 1,
Mat2Name = 'Mussel',
Mat3Img = 'https://runetails.com/Images/Items/General/CaveFlower.png',
Mat3Qty = 1,
Mat3Name = 'Cave Flower',
LvlReq = 3,
Exp = 120,
Recipe = 'Seafloor Surprise Recipe',
SellValue = 200
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/SeafloorSurprise.png',
Prod1Qty = 1,
Prod1Name = 'Seafloor Surprise',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 1,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Shad_Diamond.png',
Mat1Qty = 1,
Mat1Name = 'Shad (Diamond)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Mussels.png',
Mat2Qty = 1,
Mat2Name = 'Mussel',
Mat3Img = 'https://runetails.com/Images/Items/General/CaveFlower.png',
Mat3Qty = 1,
Mat3Name = 'Cave Flower',
LvlReq = 3,
Exp = 130,
Recipe = 'Seafloor Surprise Recipe',
SellValue = 250
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/MushroomBreadBowl.png',
Prod1Qty = 1,
Prod1Name = 'Mushroom Bread Bowl',
Mat1Img = 'https://runetails.com/Images/Items/Food/GrainBread.png',
Mat1Qty = 1,
Mat1Name = 'Grain Bread',
Mat2Img = 'https://runetails.com/Images/Items/Food/Mushroom10.png',
Mat2Qty = 1,
Mat2Name = ':Category:Mushroom|Any Mushroom',
LvlReq = 3,
Exp = 20,
SellValue = 55
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/BugBonanza.png',
Prod1Qty = 1,
Prod1Name = 'Bug Bonanza',
Mat1Img = 'https://runetails.com/Images/Items/Food/ForestEgg.png',
Mat1Qty = 1,
Mat1Name = 'Forest Egg',
Mat2Img = 'https://runetails.com/Images/Items/Food/Caterpillar.png',
Mat2Qty = 1,
Mat2Name = ':Category:Bug|Any Bug',
Mat3Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat3Qty = 1,
Mat3Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 3,
Exp = 40,
SellValue = 50
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/MushroomStew.png',
Prod1Qty = 1,
Prod1Name = 'Mushroom Stew',
Mat1Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat1Qty = 1,
Mat1Name = ':Category:Vegetable|Any Vegetable',
Mat2Img = 'https://runetails.com/Images/Items/Food/Mushroom10.png',
Mat2Qty = 2,
Mat2Name = ':Category:Mushroom|Any Mushroom',
LvlReq = 3,
Exp = 55,
SellValue = 45
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/BugBits.png',
Prod1Qty = 1,
Prod1Name = 'Bug Bites',
Mat1Img = 'https://runetails.com/Images/Items/Food/Caterpillar.png',
Mat1Qty = 3,
Mat1Name = ':Category:Bug|Any Bug',
LvlReq = 3,
Exp = 75,
Recipe = 'Bug Bites Recipe',
SellValue = 85
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Escargot.png',
Prod1Qty = 1,
Prod1Name = 'Escargot',
Mat1Img = 'https://runetails.com/Images/Items/General/CaveFlower.png',
Mat1Qty = 1,
Mat1Name = 'Cave Flower',
Mat2Img = 'https://runetails.com/Images/Items/Food/Snail.png',
Mat2Qty = 1,
Mat2Name = 'Snail',
LvlReq = 3,
Exp = 235,
SellValue = 40
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/AcornBread.png',
Prod1Qty = 1,
Prod1Name = 'Acorn Bread',
Mat1Img = 'https://runetails.com/Images/Items/General/AcornFlour.png',
Mat1Qty = 1,
Mat1Name = 'Acorn Flour',
Mat2Img = 'https://runetails.com/Images/Items/Food/ForestEgg.png',
Mat2Qty = 1,
Mat2Name = 'Forest Egg',
LvlReq = 3,
Exp = 100,
Recipe = 'Acorn Bread Recipe',
SellValue = 200
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/BerryWhip.png',
Prod1Qty = 1,
Prod1Name = 'Berry Whip',
Mat1Img = 'https://runetails.com/Images/Items/General/FancyCup.png',
Mat1Qty = 1,
Mat1Name = 'Fancy Cup',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBlue.png',
Mat2Qty = 1,
Mat2Name = ':Category:Berry|Any Berry',
Mat3Img = 'https://runetails.com/Images/Items/Food/ForestEgg.png',
Mat3Qty = 1,
Mat3Name = 'Forest Egg',
LvlReq = 3,
Exp = 150,
Recipe = 'Berry Whip Recipe',
SellValue = 500
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/SpringAcornSoup.png',
Prod1Qty = 1,
Prod1Name = 'Spring Acorn Soup',
Mat1Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat1Qty = 1,
Mat1Name = ':Category:Vegetable|Any Vegetable',
Mat2Img = 'https://runetails.com/Images/Items/General/SpringAcorns.png',
Mat2Qty = 1,
Mat2Name = 'Spring Acorns',
LvlReq = 3,
Exp = 100,
Recipe = 'Spring Acorn Recipe',
SellValue = 100
},
-- LEVEL 4 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Trout_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Trout (Cooked)',
Mat1Img = 'https://runetails.com/Images/Items/Food/Trout.png',
Mat1Qty = 1,
Mat1Name = 'Trout',
LvlReq = 4,
Exp = 80,
SellValue = 75
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Trout_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Trout (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 1,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Trout_Gold.png',
Mat1Qty = 1,
Mat1Name = 'Trout (Gold)',
LvlReq = 4,
Exp = 85,
SellValue = 95
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Trout_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Trout (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 1,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Trout_Ruby.png',
Mat1Qty = 1,
Mat1Name = 'Trout (Ruby)',
LvlReq = 4,
Exp = 90,
SellValue = 135
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Trout_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Trout (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 1,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Trout_Jade.png',
Mat1Qty = 1,
Mat1Name = 'Trout (Jade)',
LvlReq = 4,
Exp = 95,
SellValue = 175
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Trout_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Trout (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 1,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Trout_Diamond.png',
Mat1Qty = 1,
Mat1Name = 'Trout (Diamond)',
LvlReq = 4,
Exp = 100,
SellValue = 225
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/CaveTaterSalad.png',
Prod1Qty = 1,
Prod1Name = 'Cave Tater Salad',
Mat1Img = 'https://runetails.com/Images/Items/Food/CaveSweetPotato.png',
Mat1Qty = 1,
Mat1Name = 'Cave Sweet Potato',
Mat2Img = 'https://runetails.com/Images/Items/Food/CavePotato.png',
Mat2Qty = 1,
Mat2Name = 'Cave Potato',
Mat3Img = 'https://runetails.com/Images/Items/Food/Raddish.png',
Mat3Qty = 1,
Mat3Name = ':Category:Small Vegetable|Any Small Vegetable',
LvlReq = 4,
Exp = 130,
SellValue = 85
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/CaterpillarStirfry.png',
Prod1Qty = 1,
Prod1Name = 'Caterpillar Stirfry',
Mat1Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat1Qty = 1,
Mat1Name = 'Carrot',
Mat2Img = 'https://runetails.com/Images/Items/Food/SpringOnion.png',
Mat2Qty = 1,
Mat2Name = 'Spring Onion',
Mat3Img = 'https://runetails.com/Images/Items/Food/Caterpillar.png',
Mat3Qty = 1,
Mat3Name = 'Caterpillar',
LvlReq = 4,
Exp = 170,
SellValue = 100
},
-- LEVEL 5 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FishVegetableSoup.png',
Prod1Qty = 1,
Prod1Name = 'Fish Vegetable Soup',
Mat1Img = 'https://runetails.com/Images/Items/Food/Bass.png',
Mat1Qty = 1,
Mat1Name = ':Category:Fish|Any Fish',
Mat2Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat2Qty = 1,
Mat2Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 5,
Exp = 120,
SellValue = 155
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FishVegetableSoup.png',
Prod1Qty = 1,
Prod1Name = 'Fish Vegetable Soup',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 1,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Bass_Gold.png',
Mat1Qty = 1,
Mat1Name = ':Category:Fish (Gold)|Any Fish (Gold)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat2Qty = 1,
Mat2Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 5,
Exp = 130,
SellValue = 175
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FishVegetableSoup.png',
Prod1Qty = 1,
Prod1Name = 'Fish Vegetable Soup',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 1,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Bass_Ruby.png',
Mat1Qty = 1,
Mat1Name = ':Category:Fish (Ruby)|Any Fish (Ruby)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat2Qty = 1,
Mat2Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 5,
Exp = 140,
SellValue = 215
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FishVegetableSoup.png',
Prod1Qty = 1,
Prod1Name = 'Fish Vegetable Soup',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 1,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Bass_Jade.png',
Mat1Qty = 1,
Mat1Name = ':Category:Fish (Jade)|Any Fish (Jade)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat2Qty = 1,
Mat2Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 5,
Exp = 150,
SellValue = 255
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FishVegetableSoup.png',
Prod1Qty = 1,
Prod1Name = 'Fish Vegetable Soup',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 1,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Bass_Diamond.png',
Mat1Qty = 1,
Mat1Name = ':Category:Fish (Diamond)|Any Fish (Diamond)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat2Qty = 1,
Mat2Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 5,
Exp = 160,
SellValue = 305
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/BerryCobbler.png',
Prod1Qty = 1,
Prod1Name = 'Berry Cobbler',
Mat2Img = 'https://runetails.com/Images/Items/Food/BerryBlue.png',
Mat2Qty = 3,
Mat2Name = ':Category:Berry|Any Berry',
LvlReq = 5,
Exp = 110,
SellValue = 120
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FlyingFish_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Flying Fish (Cooked)',
Mat1Img = 'https://runetails.com/Images/Items/Food/FlyingFish.png',
Mat1Qty = 1,
Mat1Name = 'Flying Fish',
LvlReq = 5,
Exp = 145,
SellValue = 138
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FlyingFish_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Flying Fish (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 1,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/FlyingFish_Gold.png',
Mat1Qty = 1,
Mat1Name = 'Flying Fish (Gold)',
LvlReq = 5,
Exp = 160,
SellValue = 158
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FlyingFish_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Flying Fish (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 1,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/FlyingFish_Ruby.png',
Mat1Qty = 1,
Mat1Name = 'Flying Fish (Ruby)',
LvlReq = 5,
Exp = 170,
SellValue = 198
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FlyingFish_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Flying Fish (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 1,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/FlyingFish_Jade.png',
Mat1Qty = 1,
Mat1Name = 'Flying Fish (Jade)',
LvlReq = 5,
Exp = 190,
SellValue = 238
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FlyingFish_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Flying Fish (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 1,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/FlyingFish_Diamond.png',
Mat1Qty = 1,
Mat1Name = 'Flying Fish (Diamond)',
LvlReq = 5,
Exp = 200,
SellValue = 288
},
-- LEVEL 6 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FlyingFishStew.png',
Prod1Qty = 1,
Prod1Name = 'Flying Fish Stew',
Mat1Img = 'https://runetails.com/Images/Items/Food/FlyingFish.png',
Mat1Qty = 1,
Mat1Name = 'Flying Fish',
Mat2Img = 'https://runetails.com/Images/Items/Food/Raddish.png',
Mat2Qty = 1,
Mat2Name = ':Category:Small Vegetable|Any Small Vegetable',
LvlReq = 6,
Exp = 165,
SellValue = 310
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FlyingFishStew.png',
Prod1Qty = 1,
Prod1Name = 'Flying Fish Stew',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 1,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/FlyingFish_Gold.png',
Mat1Qty = 1,
Mat1Name = 'Flying Fish (Gold)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Raddish.png',
Mat2Qty = 1,
Mat2Name = ':Category:Small Vegetable|Any Small Vegetable',
LvlReq = 6,
Exp = 180,
SellValue = 330
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FlyingFishStew.png',
Prod1Qty = 1,
Prod1Name = 'Flying Fish Stew',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 1,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/FlyingFish_Ruby.png',
Mat1Qty = 1,
Mat1Name = 'Flying Fish (Ruby)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Raddish.png',
Mat2Qty = 1,
Mat2Name = ':Category:Small Vegetable|Any Small Vegetable',
LvlReq = 6,
Exp = 190,
SellValue = 370
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FlyingFishStew.png',
Prod1Qty = 1,
Prod1Name = 'Flying Fish Stew',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 1,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/FlyingFish_Jade.png',
Mat1Qty = 1,
Mat1Name = 'Flying Fish (Jade)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Raddish.png',
Mat2Qty = 1,
Mat2Name = ':Category:Small Vegetable|Any Small Vegetable',
LvlReq = 6,
Exp = 200,
SellValue = 410
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/FlyingFishStew.png',
Prod1Qty = 1,
Prod1Name = 'Flying Fish Stew',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 1,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/FlyingFish_Diamond.png',
Mat1Qty = 1,
Mat1Name = 'Flying Fish (Diamond)',
Mat2Img = 'https://runetails.com/Images/Items/Food/Raddish.png',
Mat2Qty = 1,
Mat2Name = ':Category:Small Vegetable|Any Small Vegetable',
LvlReq = 6,
Exp = 210,
SellValue = 460
},
-- LEVEL 7 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Carp_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Carp (Cooked)',
Mat1Img = 'https://runetails.com/Images/Items/Food/Carp.png',
Mat1Qty = 1,
Mat1Name = 'Carp',
LvlReq = 7,
Exp = 205,
SellValue = 208
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Carp_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Carp (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 1,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Carp_Gold.png',
Mat1Qty = 1,
Mat1Name = 'Carp (Gold)',
LvlReq = 7,
Exp = 220,
SellValue = 228
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Carp_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Carp (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 1,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Carp_Ruby.png',
Mat1Qty = 1,
Mat1Name = 'Carp (Ruby)',
LvlReq = 7,
Exp = 230,
SellValue = 268
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Carp_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Carp (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 1,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Carp_Jade.png',
Mat1Qty = 1,
Mat1Name = 'Carp (Jade)',
LvlReq = 7,
Exp = 240,
SellValue = 308
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Carp_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Carp (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 1,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Carp_Diamond.png',
Mat1Qty = 1,
Mat1Name = 'Carp (Diamond)',
LvlReq = 7,
Exp = 250,
SellValue = 358
},
-- LEVEL 8 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Flounder_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Flounder (Cooked)',
Mat1Img = 'https://runetails.com/Images/Items/Food/Flounder.png',
Mat1Qty = 1,
Mat1Name = 'Flounder',
LvlReq = 8,
Exp = 260,
SellValue = 240
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Flounder_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Flounder (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 1,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Flounder_Gold.png',
Mat1Qty = 1,
Mat1Name = 'Flounder (Gold)',
LvlReq = 8,
Exp = 270,
SellValue = 260
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Flounder_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Flounder (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 1,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Flounder_Ruby.png',
Mat1Qty = 1,
Mat1Name = 'Flounder (Ruby)',
LvlReq = 8,
Exp = 280,
SellValue = 300
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Flounder_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Flounder (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 1,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Flounder_Jade.png',
Mat1Qty = 1,
Mat1Name = 'Flounder (Jade)',
LvlReq = 8,
Exp = 300,
SellValue = 340
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Flounder_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Flounder (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 1,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Flounder_Diamond.png',
Mat1Qty = 1,
Mat1Name = 'Flounder (Diamond)',
LvlReq = 8,
Exp = 320,
SellValue = 390
},
-- LEVEL 9 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Squid_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Squid (Cooked)',
Mat1Img = 'https://runetails.com/Images/Items/Food/Squid.png',
Mat1Qty = 1,
Mat1Name = 'Squid',
LvlReq = 9,
Exp = 285,
SellValue = 288
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Squid_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Squid (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 1,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Squid_Gold.png',
Mat1Qty = 1,
Mat1Name = 'Squid (Gold)',
LvlReq = 9,
Exp = 295,
SellValue = 308
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Squid_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Squid (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 1,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Squid_Ruby.png',
Mat1Qty = 1,
Mat1Name = 'Squid (Ruby)',
LvlReq = 9,
Exp = 310,
SellValue = 348
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Squid_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Squid (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 1,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Squid_Jade.png',
Mat1Qty = 1,
Mat1Name = 'Squid (Jade)',
LvlReq = 9,
Exp = 320,
SellValue = 388
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Squid_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Squid (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 1,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Squid_Diamond.png',
Mat1Qty = 1,
Mat1Name = 'Squid (Diamond)',
LvlReq = 9,
Exp = 330,
SellValue = 438
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/EldritchSandwich.png',
Prod1Qty = 1,
Prod1Name = 'Eldritch Sandwich',
Mat1Img = 'https://runetails.com/Images/Items/Food/LargeBread.png',
Mat1Qty = 1,
Mat1Name = 'Large Bread',
Mat2Img = 'https://runetails.com/Images/Items/Food/Squid.png',
Mat2Qty = 1,
Mat2Name = 'Squid',
Mat3Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat3Qty = 1,
Mat3Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 9,
Exp = 350,
SellValue = 700
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/EldritchSandwich.png',
Prod1Qty = 1,
Prod1Name = 'Eldritch Sandwich',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 1,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/LargeBread.png',
Mat1Qty = 1,
Mat1Name = 'Large Bread',
Mat2Img = 'https://runetails.com/Images/Items/Food/Squid_Gold.png',
Mat2Qty = 1,
Mat2Name = 'Squid (Gold)',
Mat3Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat3Qty = 1,
Mat3Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 9,
Exp = 375,
SellValue = 720
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/EldritchSandwich.png',
Prod1Qty = 1,
Prod1Name = 'Eldritch Sandwich',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 1,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/LargeBread.png',
Mat1Qty = 1,
Mat1Name = 'Large Bread',
Mat2Img = 'https://runetails.com/Images/Items/Food/Squid_Ruby.png',
Mat2Qty = 1,
Mat2Name = 'Squid (Ruby)',
Mat3Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat3Qty = 1,
Mat3Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 9,
Exp = 400,
SellValue = 760
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/EldritchSandwich.png',
Prod1Qty = 1,
Prod1Name = 'Eldritch Sandwich',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 1,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/LargeBread.png',
Mat1Qty = 1,
Mat1Name = 'Large Bread',
Mat2Img = 'https://runetails.com/Images/Items/Food/Squid_Jade.png',
Mat2Qty = 1,
Mat2Name = 'Squid (Jade)',
Mat3Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat3Qty = 1,
Mat3Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 9,
Exp = 450,
SellValue = 800
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/EldritchSandwich.png',
Prod1Qty = 1,
Prod1Name = 'Eldritch Sandwich',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 1,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/LargeBread.png',
Mat1Qty = 1,
Mat1Name = 'Large Bread',
Mat2Img = 'https://runetails.com/Images/Items/Food/Squid_Diamond.png',
Mat2Qty = 1,
Mat2Name = 'Squid (Diamond)',
Mat3Img = 'https://runetails.com/Images/Items/Food/Carrot.png',
Mat3Qty = 1,
Mat3Name = ':Category:Vegetable|Any Vegetable',
LvlReq = 9,
Exp = 500,
SellValue = 850
},
-- LEVEL 10 RECIPES
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Swordfish_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Swordfish (Cooked)',
Mat1Img = 'https://runetails.com/Images/Items/Food/Swordfish.png',
Mat1Qty = 1,
Mat1Name = 'Swordfish',
LvlReq = 10,
Exp = 350,
SellValue = 325
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Swordfish_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Swordfish (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesGold.png',
Prod2Qty = 1,
Prod2Name = 'Gold Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Swordfish_Gold.png',
Mat1Qty = 1,
Mat1Name = 'Swordfish (Gold)',
LvlReq = 10,
Exp = 370,
SellValue = 345
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Swordfish_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Swordfish (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesRuby.png',
Prod2Qty = 1,
Prod2Name = 'Ruby Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Swordfish_Ruby.png',
Mat1Qty = 1,
Mat1Name = 'Swordfish (Ruby)',
LvlReq = 10,
Exp = 390,
SellValue = 385
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Swordfish_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Swordfish (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesJade.png',
Prod2Qty = 1,
Prod2Name = 'Jade Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Swordfish_Jade.png',
Mat1Qty = 1,
Mat1Name = 'Swordfish (Jade)',
LvlReq = 10,
Exp = 410,
SellValue = 425
},
{
Prod1Img = 'https://runetails.com/Images/Items/Food/Swordfish_Cooked.png',
Prod1Qty = 1,
Prod1Name = 'Swordfish (Cooked)',
Prod2Img = 'https://runetails.com/Images/Items/General/ScalesDiamond.png',
Prod2Qty = 1,
Prod2Name = 'Diamond Scales',
Mat1Img = 'https://runetails.com/Images/Items/Food/Swordfish_Diamond.png',
Mat1Qty = 1,
Mat1Name = 'Swordfish (Diamond)',
LvlReq = 10,
Exp = 450,
SellValue = 475
},
}
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 "Cooking Recipes", show all recipes
local showAll = (pageName == "Cooking 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