Module:Questreq/data

From RuneRealm Wiki
Jump to navigation Jump to search
Module documentation
This documentation is transcluded from Template:No documentation/doc. [edit] [history] [purge]
This module does not have any documentation. Please consider adding documentation at Module:Questreq/data/doc. [edit]
Module:Questreq/data is loaded by Module:Questreq.
Module:Questreq/data is loaded by Module:Required for completing.

--
-- Part of [[Template:Questreq]]'s implementation
--[[
To add a new quest to this database, please copy and paste the template below.
Replace Name_of_quest, skill_name, and skill_level with appropriate parameters.
'ironman' and 'boostable' are optional arguments for skill requirements.

Please try to maintain alphabetical order ('The' is ignored in quest name similar to
how it is in the in-game quest list).
Pay close attention to formatting of commas.
Double check that all quest requisites are defined, otherwise a script error will occur
Look at other quest formatting for help.

------------------QUEST TEMPLATE-----------------------
    ['Name_of_quest'] = {
        ['quests'] = {
            'subquest',
            'subquest',
            'subquest'
        },
        ['skills'] = {
            {'skill_name', skill_level},
            {'skill_name', skill_level, 'ironman'},
            {'skill_name', skill_level, 'boostable'},
            {'skill_name', skill_level, 'ironman', 'boostable'}
        }
    },
-------------------------------------------------------
--]]

local questReqs = {
    ['Animal Magnetism'] = {
        ['quests'] = {
            'Ernest the Chicken',
            'Priest in Peril',
            'The Restless Ghost'
        },
        ['skills'] = {
            {'Crafting', 19},
            {'Prayer', 31, 'ironman'},
            {'Ranged', 30},
            {'Slayer', 18},
            {'Woodcutting', 35}
        }
    },
    ['Another Slice of H.A.M.'] = {
        ['quests'] = {
            'Death to the Dorgeshuun',
            'The Dig Site',
            'The Giant Dwarf'
        },
        ['skills'] = {
            {'Attack', 15},
            {'Prayer', 25}
        }
    },
    ['The Ascent of Arceuus'] = {
        ['quests'] = {
            'Client of Kourend'
        },
        ['skills'] = {
            {'Hunter', 12},
        }
    },
    ['Below Ice Mountain'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Quest point', 16}
        }
    },
    ['Between a Rock...'] = {
        ['quests'] = {
            'Dwarf Cannon',
            'Fishing Contest'
        },
        ['skills'] = {
            {'Defence', 30},
            {'Mining', 40, 'boostable'},
            {'Smithing', 50, 'boostable'}
        }
    },
    ['Big Chompy Bird Hunting'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Cooking', 30, 'boostable'},
            {'Fletching', 5, 'boostable'},
            {'Ranged', 30}
        }
    },
    ['Biohazard'] = {
        ['quests'] = {
            'Plague City'
        },
        ['skills'] = {}
    },
    ['Black Knights\' Fortress'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Quest point', 12}
        }
    },
    ['Bone Voyage'] = {
        ['quests'] = {
            'The Dig Site'
        },
        ['skills'] = {
            {'Kudos', 100}
        }
    },
    ['Cabin Fever'] = {
        ['quests'] = {
            'Pirate\'s Treasure', 
            'Rum Deal'
        },
        ['skills'] = {
            {'Agility', 42},
            {'Crafting', 45},
            {'Smithing', 50},
            {'Ranged', 40}
        }
    },
    ['Client of Kourend'] = {
        ['quests'] = {
            'X Marks the Spot'
        },
        ['skills'] = {}
    },
    ['Clock Tower'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Cold War'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Agility', 30, 'boostable'},
            {'Construction', 34, 'boostable'},
            {'Crafting', 30},
            {'Hunter', 10, 'boostable'},
            {'Thieving', 15},
            {'Woodcutting', 50, 'ironman', 'boostable'}
        }
    },
    ['Contact!'] = {
        ['quests'] = {
            'Prince Ali Rescue', 
            'Icthlarin\'s Little Helper'
        },
        ['skills'] = {}
    },
    ['Cook\'s Assistant'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['The Corsair Curse'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Creature of Fenkenstrain'] = {
        ['quests'] = {
            'Priest in Peril', 
            'The Restless Ghost'
        },
        ['skills'] = {
            {'Crafting', 20, 'boostable'},
            {'Smithing', 4, 'ironman', 'boostable'},
            {'Thieving', 25, 'boostable'}
        }
    },
    ['Darkness of Hallowvale'] = {
        ['quests'] = {
            'In Aid of the Myreque'
        },
        ['skills'] = {
            {'Agility', 26, 'boostable'},
            {'Construction', 5},
            {'Crafting', 32},
            {'Magic', 33, 'boostable'},
            {'Mining', 20},
            {'Strength', 40, 'boostable'},
            {'Thieving', 22}
        }
    },
    ['Death Plateau'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Death to the Dorgeshuun'] = {
        ['quests'] = {
            'The Lost Tribe'
        },
        ['skills'] = {
            {'Agility', 23, 'boostable'},
            {'Thieving', 23, 'boostable'}
        }
    },
    ['Demon Slayer'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['The Depths of Despair'] = {
        ['quests'] = {
            'Client of Kourend'
        },
        ['skills'] = {
            {'Agility', 18},
        }
    },
    ['Desert Treasure I'] = {
        ['quests'] = {
            'The Dig Site', 
            'Temple of Ikov', 
            'The Tourist Trap', 
            'Troll Stronghold', 
            'Priest in Peril', 
            'Waterfall Quest'
        },
        ['skills'] = {
            {'Firemaking', 50, 'boostable'},
            {'Magic', 50},
            {'Slayer', 10},
            {'Thieving', 53}
        }
    },
    ['Desert Treasure II'] = {
        ['quests'] = {
            'Desert Treasure I', 
            'Secrets of the North', 
            'Enakhra\'s Lament', 
            'Temple of the Eye', 
            'The Garden of Death', 
            'Below Ice Mountain',
            'His Faithful Servants'
        },
        ['skills'] = {
            {'Firemaking', 75},
            {'Magic', 75},
            {'Herblore', 62},
            {'Thieving', 70},
            {'Runecraft', 60},
            {'Construction', 60}
        }
    },
    ['Devious Minds'] = {
        ['quests'] = {
            'Doric\'s Quest',
            'Enter the Abyss',
            'Troll Stronghold', 
            'Wanted!'
        },
        ['skills'] = {
            {'Fletching', 50, 'boostable'},
            {'Runecraft', 50},
            {'Smithing', 65, 'boostable'}
        }
    },
    ['The Dig Site'] = {
        ['quests'] = {
            'Druidic Ritual'
        },
        ['skills'] = {
            {'Agility', 10, 'boostable'},
            {'Herblore', 10, 'boostable'},
            {'Thieving', 25}
        }
    },
    ['Doric\'s Quest'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Mining', 15, 'ironman', 'boostable'},
        }
    },
    ['Dragon Slayer I'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Quest point', 32},
            {'Crafting', 8, 'ironman'}
        }
    },
    ['Dragon Slayer II'] = {
        ['quests'] = {
            'Animal Magnetism',
            'Barbarian Firemaking',
            'Bone Voyage',
            'Client of Kourend',
            'Dream Mentor',
            'Ghosts Ahoy',
            'Legends\' Quest',
            'A Tail of Two Cats'
        },
        ['skills'] = {
            {'Quest point', 200},
            {'Agility', 60},
            {'Construction', 50},
            {'Crafting', 62},
            {'Hitpoints', 50},
            {'Magic', 75},
            {'Mining', 68},
            {'Smithing', 70},
            {'Thieving', 60}
        }
    },
    ['Dream Mentor'] = {
        ['quests'] = {
            'Eadgar\'s Ruse',
            'Lunar Diplomacy'
        },
        ['skills'] = {
            {'Combat', 85}
        }
    },
    ['Druidic Ritual'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Dwarf Cannon'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Eadgar\'s Ruse'] = {
        ['quests'] = {
            'Druidic Ritual', 
            'Troll Stronghold'
        },
        ['skills'] = {
            {'Herblore', 31, 'boostable'}
        }
    },
    ['Eagles\' Peak'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Hunter', 27, 'boostable'}
        }
    },
    ['Elemental Workshop I'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Crafting', 20, 'boostable'},
            {'Mining', 20, 'boostable'},
            {'Mining', 30, 'ironman', 'boostable'},
            {'Smithing', 20, 'boostable'}
        }
    },
    ['Elemental Workshop II'] = {
        ['quests'] = {
            'Elemental Workshop I'
        },
        ['skills'] = {
            {'Magic', 20, 'boostable'},
            {'Smithing', 30, 'boostable'}
        }
    },
    ['Enakhra\'s Lament'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Crafting', 50},
            {'Firemaking', 45, 'boostable'},
            {'Magic', 39},
            {'Mining', 45, 'ironman', 'boostable'},
            {'Prayer', 43}
        }
    },
    ['Enlightened Journey'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Quest point', 20},
            {'Firemaking', 20, 'boostable'},
            {'Farming', 30, 'boostable'},
            {'Crafting', 36, 'boostable'}
        }
    },
    ['Ernest the Chicken'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['The Eyes of Glouphrie'] = {
        ['quests'] = {
            'The Grand Tree'
        },
        ['skills'] = {
            {'Construction', 5},
            {'Magic', 46},
            {'Runecraft', 13, 'ironman'}
        }
    },
    ['Fairytale I - Growing Pains'] = {
        ['quests'] = {
            'Lost City',
            'Nature Spirit'
        },
        ['skills'] = {}
    },
    ['Fairytale II - Cure a Queen'] = {
        ['quests'] = {
            'Druidic Ritual',
            'Fairytale I - Growing Pains'
        },
        ['skills'] = {
            {'Farming', 49, 'boostable'},
            {'Herblore', 57, 'boostable'},
            {'Thieving', 40}
        }
    },
    ['Family Crest'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Crafting', 40, 'boostable'},
            {'Magic', 59, 'boostable'},
            {'Mining', 40, 'boostable'},
            {'Smithing', 40, 'boostable'}
        }
    },
    ['The Feud'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Thieving', 30}
        }
    },
    ['Fight Arena'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Fishing Contest'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Fishing', 10}
        }
    },
    ['Forgettable Tale...'] = {
        ['quests'] = {
            'The Giant Dwarf',
            'Fishing Contest'
        },
        ['skills'] = {
            {'Cooking', 22, 'boostable'},
            {'Farming', 17, 'boostable'}
        }
    },
    ['The Forsaken Tower'] = {
        ['quests'] = {
        	'Client of Kourend'
        },
        ['skills'] = {
        }
    },
    ['The Fremennik Exiles'] = {
        ['quests'] = {
        	'The Fremennik Isles',
        	'Lunar Diplomacy',
        	'Mountain Daughter',
        	'Heroes\' Quest'
        },
        ['skills'] = {
        	{'Crafting', 65},
        	{'Fishing', 60},
        	{'Runecraft', 55},
        	{'Slayer', 60},
        	{'Smithing', 60}
        }
    },
    ['The Fremennik Isles'] = {
        ['quests'] = {
            'The Fremennik Trials'
        },
        ['skills'] = {
            {'Construction', 20, 'boostable'},
            {'Crafting', 46, 'ironman', 'boostable'},
            {'Woodcutting', 56, 'ironman', 'boostable'}
        }
    },
    ['The Fremennik Trials'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['The Garden of Death'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Farming', 20}
        }
    },
    ['Garden of Tranquillity'] = {
        ['quests'] = {
            'Creature of Fenkenstrain'
        },
        ['skills'] = {
            {'Farming', 25}
        }
    },
    ['Gertrude\'s Cat'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Getting Ahead'] = {
        ['quests'] = {},
        ['skills'] = {
        	{'Construction', 26},
        	{'Crafting', 30}
        }
    },
    ['Ghosts Ahoy'] = {
        ['quests'] = {
            'Priest in Peril',
            'The Restless Ghost'
        },
        ['skills'] = {
            {'Agility', 25, 'boostable'},
            {'Cooking', 20, 'boostable'}
        }
    },
    ['The Giant Dwarf'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Crafting', 12},
            {'Firemaking', 16, 'boostable'},
            {'Magic', 33, 'boostable'},
            {'Thieving', 14, 'boostable'}
        }
    },
    ['Goblin Diplomacy'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['The Golem'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Crafting', 20, 'boostable'},
            {'Thieving', 25, 'boostable'}
        }
    },
    ['The Grand Tree'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Agility', 25, 'boostable'}
        }
    },
    ['The Great Brain Robbery'] = {
        ['quests'] = { 
            'Cabin Fever',
            'Creature of Fenkenstrain',
            'Recipe for Disaster/Freeing Pirate Pete'
        },
        ['skills'] = {
            {'Crafting', 16},
            {'Construction', 30},
            {'Prayer', 50}
        }
    },
    ['Grim Tales'] = {
        ['quests'] = {
            'Druidic Ritual',
            'Witch\'s House'
        },
        ['skills'] = {
            {'Agility', 59, 'boostable'},
            {'Farming', 45, 'boostable'},
            {'Herblore', 52, 'boostable'},
            {'Thieving', 58, 'boostable'},
            {'Woodcutting', 71, 'boostable'}
        }
    },
    ['The Hand in the Sand'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Crafting', 49},
            {'Thieving', 17}
        }
    },
    ['Haunted Mine'] = {
        ['quests'] = {
            'Priest in Peril'
        },
        ['skills'] = {
            {'Crafting', 35, 'boostable'}
        }
    },
    ['Hazeel Cult'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Heroes\' Quest'] = {
        ['quests'] = {
            'Dragon Slayer I', 
            'Druidic Ritual', 
            'Lost City',
            'Merlin\'s Crystal',
            'Shield of Arrav'
        },
        ['skills'] = {
            {'Quest point', 55},
            {'Cooking', 53, 'boostable'},
            {'Fishing', 53, 'boostable'},
            {'Herblore', 25, 'boostable'},
            {'Mining', 50, 'boostable'}
        }
    },
    ['His Faithful Servants'] = {
        ['quests'] = {
            'Priest in Peril'
        },
        ['skills'] = {}
    },
    ['Holy Grail'] = {
        ['quests'] = {
            'Merlin\'s Crystal'
        },
        ['skills'] = {
            {'Attack', 20}
        }
    },
    ['Horror from the Deep'] = {
        ['quests'] = {
            'Alfred Grimhand\'s Barcrawl'
        },
        ['skills'] = {
            {'Agility', 35, 'boostable'}
        }
    },
    ['Icthlarin\'s Little Helper'] = {
        ['quests'] = {
            'Gertrude\'s Cat'
        },
        ['skills'] = {}
    },
    ['Imp Catcher'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['In Aid of the Myreque'] = {
        ['quests'] = {
            'In Search of the Myreque'
        },
        ['skills'] = {
            {'Agility', 25, 'boostable'},
            {'Crafting', 25},
			{'Fishing', 16, 'ironman', 'boostable'},
            {'Magic', 7, 'boostable'},
            {'Mining', 15},
			{'Smithing', 50, 'ironman', 'boostable'}
        }
    },
    ['In Search of the Myreque'] = {
        ['quests'] = {
            'Nature Spirit'
        },
        ['skills'] = {
            {'Agility', 25, 'boostable'}
        }
    },
    ['Jungle Potion'] = {
        ['quests'] = {
            'Druidic Ritual'
        },
        ['skills'] = {
            {'Herblore', 3}
        }
    },
    ['King\'s Ransom'] = {
        ['quests'] = {
            'Black Knights\' Fortress',
            'Holy Grail',
            'Murder Mystery',
            'One Small Favour',
        },
        ['skills'] = {
            {'Defence', 65},
            {'Magic', 45}
        }
    },
    ['A Kingdom Divided'] = {
        ['quests'] = {
        	'Architectural Alliance',
            'The Ascent of Arceuus',
            'The Depths of Despair',
            'Druidic Ritual',
            'The Forsaken Tower',
            'The Queen of Thieves',
            'Tale of the Righteous'
        },
        ['skills'] = {
            {'Agility', 54},
            {'Crafting', 38},
            {'Herblore', 50},
            {'Magic', 35},
            {'Mining', 42},
            {'Thieving', 52},
            {'Woodcutting', 52}
        }
    },
    ['The Knight\'s Sword'] = {
        ['quests'] = {},
        ['skills'] = {
			{'Cooking', 10, 'ironman', 'boostable'},
            {'Mining', 10, 'boostable'},
			{'Mining', 15, 'ironman', 'boostable'},
			{'Smithing', 15, 'ironman', 'boostable'},
        }
    },
    ['Legends\' Quest'] = {
        ['quests'] = {
            'Family Crest', 
            'Heroes\' Quest', 
            'Shilo Village',
            'Underground Pass',
            'Waterfall Quest'
        },
        ['skills'] = {
            {'Quest point', 107},
            {'Agility', 50, 'boostable'},
            {'Crafting', 50, 'boostable'},
            {'Herblore', 45, 'boostable'},
            {'Magic', 56, 'boostable'},
            {'Mining', 52, 'boostable'},
            {'Prayer', 42, 'boostable'},
            {'Smithing', 50, 'boostable'},
            {'Strength', 50, 'boostable'},
            {'Thieving', 50, 'boostable'},
            {'Woodcutting', 50, 'boostable'}
        }
    },
    ['Lost City'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Crafting', 31, 'boostable'},
            {'Woodcutting', 36, 'boostable'}
        }
    },
    ['The Lost Tribe'] = {
        ['quests'] = {
            'Goblin Diplomacy',
            'Rune Mysteries'
        },
        ['skills'] = {
            {'Agility', 13, 'boostable'},
            {'Mining', 17, 'boostable'},
            {'Thieving', 13, 'boostable'}
        }
    },
    ['Lunar Diplomacy'] = {
        ['quests'] = {
            'The Fremennik Trials', 
            'Lost City',
            'Rune Mysteries', 
            'Shilo Village'
        },
        ['skills'] = {
            {'Crafting', 61},
            {'Defence', 40},
            {'Firemaking', 49},
            {'Herblore', 5},
            {'Magic', 65},
            {'Mining', 60},
            {'Woodcutting', 55}
        }
    },
    ['Making Friends with My Arm'] = {
        ['quests'] = {
            'Cold War',
            'My Arm\'s Big Adventure',
            'Romeo & Juliet',
            'Swan Song'
        },
        ['skills'] = {
            {'Agility', 68, 'boostable'},
            {'Construction', 35, 'boostable'},
            {'Firemaking', 66},
            {'Mining', 72, 'boostable'}
        }
    },
    ['Making History'] = {
        ['quests'] = {
            'Priest in Peril',
            'The Restless Ghost'
        },
        ['skills'] = {}
    },
    ['Merlin\'s Crystal'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Misthalin Mystery'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Monk\'s Friend'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Monkey Madness I'] = {
        ['quests'] = {
            'The Grand Tree',
            'Tree Gnome Village'
        },
        ['skills'] = {}
    },
    ['Monkey Madness II'] = {
        ['quests'] = {
            'Enlightened Journey',
            'The Eyes of Glouphrie',
            'Recipe for Disaster/Freeing King Awowogei',
            'Troll Stronghold',
            'Watchtower'
        },
        ['skills'] = {
            {'Agility', 55},
            {'Crafting', 70},
            {'Firemaking', 60},
            {'Hunter', 60},
            {'Slayer', 69},
            {'Thieving', 55}
        }
    },
    ['Mountain Daughter'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Agility', 20, 'boostable'}
        }
    },
    ['Mourning\'s End Part I'] = {
        ['quests'] = {
            'Big Chompy Bird Hunting',
            'Roving Elves',
            'Sheep Herder'
        },
        ['skills'] = {
            {'Ranged', 60},
            {'Thieving', 50, 'boostable'}
        }
    },
    ['Mourning\'s End Part II'] = {
        ['quests'] = {
            'Mourning\'s End Part I'
        },
        ['skills'] = {}
    },
    ['Murder Mystery'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['My Arm\'s Big Adventure'] = {
        ['quests'] = {
            'Eadgar\'s Ruse',
            'The Feud',
            'Jungle Potion'
        },
        ['skills'] = {
            {'Farming', 29, 'boostable'},
            {'Woodcutting', 10}
        }
    },
    ['Nature Spirit'] = {
        ['quests'] = {
            'Priest in Peril',
            'The Restless Ghost'
        },
        ['skills'] = {
            {'Crafting', 18, 'ironman', 'boostable'}
        }
    },
    ['A Night at the Theatre'] = {
        ['quests'] = {
            'A Taste of Hope'
        },
        ['skills'] = {}
    },
    ['Observatory Quest'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Olaf\'s Quest'] = {
        ['quests'] = {
            'The Fremennik Trials'
        },
        ['skills'] = {
            {'Firemaking', 40, 'boostable'},
            {'Woodcutting', 50, 'boostable'}
        }
    },
    ['One Small Favour'] = {
        ['quests'] = {
            'Rune Mysteries',
            'Shilo Village'
        },
        ['skills'] = {
            {'Agility', 36, 'boosted'},
            {'Crafting', 25, 'boostable'},
            {'Herblore', 18, 'boostable'},
            {'Smithing', 30, 'boostable'}
        }
    },
    ['Pirate\'s Treasure'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Plague City'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['A Porcine of Interest'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Priest in Peril'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Prince Ali Rescue'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['The Queen of Thieves'] = {
        ['quests'] = {
            'Client of Kourend'
        },
        ['skills'] = {
            {'Thieving', 20},
        }
    },
    ['Rag and Bone Man I'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Rag and Bone Man II'] = {
        ['quests'] = {
            'The Fremennik Trials',
            'Horror from the Deep',
            'Rag and Bone Man I',
            'Skippy and the Mogres',
            'Started:Creature of Fenkenstrain',
            'Started:Waterfall Quest',
            'Started:Zogre Flesh Eaters'
        },
        ['skills'] = {
            {'Defence', 20},
            {'Slayer', 40, 'boostable'}
        }
    },
    ['Ratcatchers'] = {
        ['quests'] = {
            'Icthlarin\'s Little Helper',
            'Started:The Giant Dwarf'
        },
        ['skills'] = {}
    },
    ['Recipe for Disaster'] = {
        ['quests'] = {
            'Recipe for Disaster/Defeating the Culinaromancer'
        },
        ['skills'] = {}
    },
    ['Recipe for Disaster/Another Cook\'s Quest'] = {
        ['quests'] = {
            'Cook\'s Assistant'
        },
        ['skills'] = {
            {'Cooking', 10}
        }
    },
    ['Recipe for Disaster/Freeing the Mountain Dwarf'] = {
        ['quests'] = {
            'Fishing Contest',
            'Recipe for Disaster/Another Cook\'s Quest'
        },
        ['skills'] = {}
    },
    ['Recipe for Disaster/Freeing the Goblin generals'] = {
        ['quests'] = {
            'Goblin Diplomacy',
            'Recipe for Disaster/Another Cook\'s Quest'
        },
        ['skills'] = {}
    },
    ['Recipe for Disaster/Freeing Pirate Pete'] = {
        ['quests'] = {
            'Recipe for Disaster/Another Cook\'s Quest'
        },
        ['skills'] = {
            {'Cooking', 31},
            {'Crafting', 42, 'ironman', 'boostable'},
            {'Smithing', 31, 'ironman', 'boostable'}
        }
    },
    ['Recipe for Disaster/Freeing the Lumbridge Guide'] = {
        ['quests'] = {
            'Big Chompy Bird Hunting',
            'Biohazard',
            'Demon Slayer',
            'Murder Mystery',
            'Nature Spirit',
            'Recipe for Disaster/Another Cook\'s Quest',
            'Witch\'s House'
        },
        ['skills'] = {
            {'Cooking', 40, 'boostable'}
        }
    },
    ['Recipe for Disaster/Freeing Evil Dave'] = {
        ['quests'] = {
            'Gertrude\'s Cat',
            'Recipe for Disaster/Another Cook\'s Quest',
            'Shadow of the Storm'
        },
        ['skills'] = {
            {'Cooking', 25}
        }
    },
    ['Recipe for Disaster/Freeing Skrach Uglogwee'] = {
        ['quests'] = {
            'Big Chompy Bird Hunting',
            'Recipe for Disaster/Another Cook\'s Quest'
        },
        ['skills'] = {
            {'Cooking', 41},
            {'Firemaking', 20}
        }
    },
    ['Recipe for Disaster/Freeing Sir Amik Varze'] = {
        ['quests'] = {
            'Recipe for Disaster/Another Cook\'s Quest',
            'Started:Legends\' Quest'
        },
        ['skills'] = {
			{'Farming', 20, 'ironman', 'boostable'}
        }
    },
    ['Recipe for Disaster/Freeing King Awowogei'] = {
        ['quests'] = {
            'Monkey Madness I',
            'Recipe for Disaster/Another Cook\'s Quest'
        },
        ['skills'] = {
            {'Agility', 48},
            {'Cooking', 70, 'boostable'}
        }
    },
    ['Recipe for Disaster/Defeating the Culinaromancer'] = {
        ['quests'] = {
            'Desert Treasure I',
            'Horror from the Deep',
            'Recipe for Disaster/Freeing the Mountain Dwarf',
            'Recipe for Disaster/Freeing the Goblin generals',
            'Recipe for Disaster/Freeing Pirate Pete',
            'Recipe for Disaster/Freeing the Lumbridge Guide',
            'Recipe for Disaster/Freeing Evil Dave',
            'Recipe for Disaster/Freeing Skrach Uglogwee',
            'Recipe for Disaster/Freeing Sir Amik Varze',
            'Recipe for Disaster/Freeing King Awowogei'
        },
        ['skills'] = {
            {'Quest point', 175}
        }
    },
    ['Recruitment Drive'] = {
        ['quests'] = {
            'Black Knights\' Fortress',
            'Druidic Ritual'
        },
        ['skills'] = {}
    },
    ['Regicide'] = {
        ['quests'] = {
            'Underground Pass'
        },
        ['skills'] = {
            {'Agility', 56, 'boostable'},
            {'Crafting', 10}
        }
    },
    ['The Restless Ghost'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Romeo & Juliet'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Roving Elves'] = {
        ['quests'] = {
            'Regicide',
            'Waterfall Quest'
        },
        ['skills'] = {
            {'Agility', 56, 'boostable'}
        }
    },
    ['Royal Trouble'] = {
        ['quests'] = {
            'Throne of Miscellania'
        },
        ['skills'] = {
            {'Agility', 40, 'boostable'},
            {'Slayer', 40, 'boostable'}
        }
    },
    ['Rum Deal'] = {
        ['quests'] = {
            'Priest in Peril',
            'Zogre Flesh Eaters'
        },
        ['skills'] = {
            {'Crafting', 42, 'boostable'},
            {'Farming', 40, 'boostable'},
            {'Fishing', 50, 'boostable'},
            {'Prayer', 47, 'boostable'},
            {'Slayer', 42}
        }
    },
    ['Rune Mysteries'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Scorpion Catcher'] = {
        ['quests'] = {
            'Alfred Grimhand\'s Barcrawl'
        },
        ['skills'] = {
            {'Prayer', 31}
        }
    },
    ['Sea Slug'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Firemaking', 30, 'boostable'}
        }
    },
    ['Secrets of the North'] = {
        ['quests'] = {
        	'Making Friends with My Arm',
        	'The General\'s Shadow',
        	'Devious Minds',
        	'Hazeel Cult'
        },
        ['skills'] = {
            {'Agility', 69},
            {'Thieving', 64},
            {'Hunter', 56}
        }
    },
    ['Shades of Mort\'ton'] = {
        ['quests'] = {
            'Druidic Ritual',
            'Priest in Peril'
        },
        ['skills'] = {
            {'Crafting', 20},
            {'Firemaking', 5, 'boostable'},
            {'Herblore', 15, 'boostable'}
        }
    },
    ['Shadow of the Storm'] = {
        ['quests'] = {
            'Demon Slayer',
            'The Golem'
        },
        ['skills'] = {
            {'Crafting', 30, 'boostable'}
        }
    },
    ['Sheep Herder'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Sheep Shearer'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Shield of Arrav'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Shilo Village'] = {
        ['quests'] = {
            'Jungle Potion'
        },
        ['skills'] = {
            {'Agility', 32, 'boostable'},
            {'Crafting', 20},
            {'Smithing', 4, 'ironman'}
        }
    },
    ['Sins of the Father'] = {
        ['quests'] = {
        	'A Taste of Hope',
        	'Vampyre Slayer'
        },
        ['skills'] = {
        	{'Agility', 52},
        	{'Attack', 50},
        	{'Crafting', 56},
        	{'Fletching', 60},
        	{'Magic', 49},
        	{'Slayer', 50},
        	{'Woodcutting', 62}
        }
    },
    ['The Slug Menace'] = {
        ['quests'] = {
            'Sea Slug',
            'Wanted!'
        },
        ['skills'] = {
            {'Crafting', 30},
            {'Runecraft', 30},
            {'Slayer', 30},
            {'Thieving', 30}
        }
    },
    ['Song of the Elves'] = {
        ['quests'] = {
            'Druidic Ritual',
        	'Making History',
        	'Mourning\'s End Part II'
        },
        ['skills'] = {
        	{'Agility', 70},
        	{'Construction', 70},
        	{'Farming', 70},
        	{'Herblore', 70},
        	{'Hunter', 70},
        	{'Mining', 70},
        	{'Smithing', 70},
        	{'Woodcutting', 70}
        }
    },
    ['A Soul\'s Bane'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Spirits of the Elid'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Magic', 33, 'boostable'},
            {'Mining', 37, 'boostable'},
            {'Ranged', 37, 'boostable'},
            {'Thieving', 37, 'boostable'}
        }
    },
    ['Swan Song'] = {
        ['quests'] = {
            'Garden of Tranquillity',
            'One Small Favour'
        },
        ['skills'] = {
            {'Quest point', 100},
            {'Cooking', 62, 'boostable'},
            {'Crafting', 40, 'boostable'},
            {'Firemaking', 42, 'boostable'},
            {'Fishing', 62, 'boostable'},
            {'Magic', 66, 'boostable'},
            {'Smithing', 45, 'boostable'}
        }
    },
    ['Tai Bwo Wannai Trio'] = {
        ['quests'] = {
            'Jungle Potion'
        },
        ['skills'] = {
            {'Agility', 15, 'boostable'},
            {'Cooking', 30},
            {'Fishing', 5, 'boostable'},
            {'Fishing', 65, 'ironman', 'boostable'},
            {'Herblore', 34, 'ironman', 'boostable'}
        }
    },
    ['A Tail of Two Cats'] = {
        ['quests'] = {
            'Icthlarin\'s Little Helper'
        },
        ['skills'] = {}
    },
    ['Tale of the Righteous'] = {
        ['quests'] = {
            'Client of Kourend'
        },
        ['skills'] = {
            {'Mining', 10},
            {'Strength', 16},
        }
    },
    ['A Taste of Hope'] = {
        ['quests'] = {
            'Darkness of Hallowvale',
            'Druidic Ritual'
        },
        ['skills'] = {
            {'Agility', 45},
            {'Attack', 40},
            {'Crafting', 48},
            {'Herblore', 40},
            {'Slayer', 38}
        }
    },
    ['Tears of Guthix'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Quest point', 43},
            {'Crafting', 20},
            {'Firemaking', 49, 'boostable'},
            {'Mining', 20}
        }
    },
    ['Temple of Ikov'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Ranged', 40},
            {'Thieving', 42, 'boostable'}
        }
    },
    ['Temple of the Eye'] = {
        ['quests'] = {
        	'Enter the Abyss'
        },
        ['skills'] = {
            {'Runecraft', 10}
        }
    },
    ['Throne of Miscellania'] = {
        ['quests'] = {
            'The Fremennik Trials',
            'Heroes\' Quest'
        },
        ['skills'] = {}
    },
    ['The Tourist Trap'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Fletching', 10, 'boostable'},
            {'Smithing', 20, 'boostable'}
        }
    },
    ['Tower of Life'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Construction', 10}
        }
    },
    ['Tree Gnome Village'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Tribal Totem'] = {
        ['quests'] = {},
        ['skills'] = {
            {'Thieving', 21, 'boostable'}
        }
    },
    ['Troll Romance'] = {
        ['quests'] = {
            'Troll Stronghold'
        },
        ['skills'] = {
            {'Agility', 28, 'boostable'},
            {'Woodcutting', 45, 'ironman', 'boostable'}
        }
    },
    ['Troll Stronghold'] = {
        ['quests'] = {
            'Death Plateau'
        },
        ['skills'] = {
            {'Agility', 15, 'boostable'}
        }
    },
    ['Underground Pass'] = {
        ['quests'] = {
            'Biohazard'
        },
        ['skills'] = {
            {'Ranged', 25}
        }
    },
    ['Vampyre Slayer'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Wanted!'] = {
        ['quests'] = {
            'The Lost Tribe',
            'Priest in Peril',
            'Recruitment Drive',
            'Started:Enter the Abyss'
        },
        ['skills'] = {
            {'Quest point', 32}
        }
    },
    ['Watchtower'] = {
        ['quests'] = {
            'Druidic Ritual'
        },
        ['skills'] = {
            {'Agility', 25, 'boostable'},
            {'Herblore', 14, 'boostable'},
            {'Magic', 15, 'boostable'},
            {'Mining', 40, 'boostable'},
            {'Thieving', 15, 'boostable'}
        }
    },
    ['Waterfall Quest'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['What Lies Below'] = {
        ['quests'] = {
            'Rune Mysteries'
        },
        ['skills'] = {
            {'Runecraft', 35}
        }
    },
    ['Witch\'s Potion'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Witch\'s House'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['X Marks the Spot'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Zogre Flesh Eaters'] = {
        ['quests'] = {
            'Big Chompy Bird Hunting',
            'Jungle Potion'
        },
        ['skills'] = {
            {'Herblore', 8},
            {'Ranged', 30},
            {'Smithing', 4}
        }
    },
-----------------------Insert Miniquests below here-----------------------------
	['Alfred Grimhand\'s Barcrawl'] = {
		['quests'] = {},
		['skills'] = {}
	},
    ['Bear Your Soul'] = {
        ['quests'] = {},
        ['skills'] = {}
    },
    ['Curse of the Empty Lord'] = {
		['quests'] = {
			'Desert Treasure I', 
			'The Restless Ghost'
		},
		['skills'] = {
			{'Prayer', 31},
			{'Thieving', 53}
		}
	},
	['Daddy\'s Home'] = {
		['quests'] = {},
		['skills'] = {}
	},
	['The Enchanted Key'] = {
		['quests'] = {
			'Making History'
		},
		['skills'] = {}
	},
	['Enter the Abyss'] = {
		['quests'] = {
			'Rune Mysteries'
		},
		['skills'] = {}
	},
	['Family Pest'] = {
		['quests'] = {
			'Family Crest'
		},
		['skills'] = {}
	},
	['The Frozen Door'] = {
		['quests'] = {
			'Desert Treasure I'
		},
		['skills'] = {
			{'Agility', 70},
			{'Hitpoints', 70},
			{'Ranged', 70},
			{'Strength', 70}
		}
	},
	['The General\'s Shadow'] = {
		['quests'] = {
			'Curse of the Empty Lord', 
			'Fight Arena'
		},
		['skills'] = {}
	},
	['In Search of Knowledge'] = {
		['quests'] = {},
		['skills'] = {}
	},
	['Lair of Tarn Razorlor'] = {
		['quests'] = {
			'Haunted Mine'
		},
		['skills'] = {
			{'Slayer', 40}
		}
	},
	['Mage Arena I'] = {
		['quests'] = {},
		['skills'] = {
			{'Magic', 60}
		}
	},
	['Mage Arena II'] = {
		['quests'] = {
			'Mage Arena I'
		},
		['skills'] = {
			{'Magic', 75}
		}
	},
	['Skippy and the Mogres'] = {
		['quests'] = {},
		['skills'] = {
			{'Cooking', 20, 'boostable'}
		}
	},
-----------------------Insert Unofficial Miniquests below here-----------------------------
	['Barbarian Training'] = {
		['quests'] = {
			'Barbarian Firemaking',
			'Barbarian Fishing',
			'Barbarian Herblore',
			'Barbarian Smithing'
		},
		['skills'] = {}
	},
	['Barbarian Firemaking'] = {
		['quests'] = {},
		['skills'] = {
			{'Crafting', 11},
			{'Firemaking', 35}
		}
	},
	['Barbarian Fishing'] = {
		['quests'] = {},
		['skills'] = {
			{'Agility', 15},
			{'Fishing', 55},
			{'Strength', 35}
		}
	},
	['Barbarian Herblore'] = {
		['quests'] = {
			'Druidic Ritual'
		},
		['skills'] = {
			{'Herblore', 4}
		}
	},
	['Barbarian Smithing'] = {
		['quests'] = {
			'Tai Bwo Wannai Trio', 
			'Barbarian Firemaking', 
			'Barbarian Fishing'
		},
		['skills'] = {
			{'Smithing', 5}
		}
	},
	['Knight Waves Training Grounds'] = {
		['quests'] = {
			'King\'s Ransom'
		},
		['skills'] = {}
	},
	['Natural History Quiz'] = {
		['quests'] = {},
		['skills'] = {}
	},
	['Sacred Bone Burner restoration'] = {
		['quests'] = {},
		['skills'] = {}
	},
	['Tutorial Island'] = {
		['quests'] = {},
		['skills'] = {}
	},
-----------------------Insert Achievement Diaries below here-----------------------------
	['Easy Kandarin Diary'] = {
		['quests'] = {
			'Started:Elemental Workshop I'
		},
		['skills'] = {
			{'Agility', 20, 'boostable'},
			{'Crafting', 42, 'ironman', 'boostable'},
			{'Farming', 13, 'boostable'},
			{'Fishing', 16, 'boostable'}
		}
	},
	['Medium Kandarin Diary'] = {
		['quests'] = {
			'Easy Kandarin Diary',
			'Alfred Grimhand\'s Barcrawl',
			'Elemental Workshop II',
			'Started:Fairytale II - Cure a Queen',
			'Started:Waterfall Quest'
		},
		['skills'] = {
			{'Agility', 36, 'boostable'},
			{'Cooking', 43, 'boostable'},
			{'Farming', 26, 'boostable'},
			{'Fishing', 46, 'boostable'},
			{'Fletching', 50, 'boostable'},
			{'Fletching', 59, 'ironman', 'boostable'},
			{'Herblore', 48, 'boostable'},
			{'Magic', 45, 'boostable'},
			{'Mining', 30, 'boostable'},
			{'Ranged', 40},
			{'Smithing', 59, 'ironman', 'boostable'},
			{'Strength', 22, 'boostable'},
			{'Thieving', 47, 'boostable'}
		}
	},
	['Hard Kandarin Diary'] = {
		['quests'] = {
			'Medium Kandarin Diary',
			'Barbarian Firemaking',
			'Barbarian Fishing',
			'Barbarian Smithing',
			'Knight Waves Training Grounds',
			'Tai Bwo Wannai Trio',
			'Started:Desert Treasure I'
		},
		['skills'] = {
			{'Agility', 60, 'boostable'},
			{'Construction', 50},
			{'Crafting', 10, 'boostable'},
			{'Defence', 70},
			{'Firemaking', 65, 'boostable'},
			{'Fishing', 70, 'boostable'},
			{'Fletching', 70, 'boostable'},
			{'Magic', 56, 'boostable'},
			{'Prayer', 70},
			{'Smithing', 75, 'boostable'},
			{'Strength', 50},
			{'Thieving', 53, 'boostable'},
			{'Woodcutting', 60, 'boostable'}
		}
	},
	['Elite Kandarin Diary'] = {
		['quests'] = {
			'Hard Kandarin Diary',
			'Barbarian Training',
			'Family Crest',
			'Lunar Diplomacy',
			'Tai Bwo Wannai Trio'
		},
		['skills'] = {
			{'Agility', 60, 'boostable'},
			{'Cooking', 80, 'boostable'},
			{'Crafting', 85, 'boostable'},
			{'Farming', 79, 'boostable'},
			{'Firemaking', 85, 'boostable'},
			{'Fishing', 76, 'boostable'},
			{'Herblore', 86, 'boostable'},
			{'Magic', 87, 'boostable'},
			{'Smithing', 90, 'boostable'},
			{'Barbarian Assault: Attacker', 5},
			{'Barbarian Assault: Collector', 5},
			{'Barbarian Assault: Defender', 5},
			{'Barbarian Assault: Healer', 5}
		}
	},
}

return questReqs