Module:Sandbox/User:Jakesterwars/Skill calc/Herblore

From RuneRealm Wiki

This is the current revision of this page, as edited by Alex (talk | contribs) at 00:13, 17 October 2024 (Created page with "return { { name = 'Guam leaf', level = 3, xp = 2.5, materials = { { name = 'Grimy guam leaf', quantity = 1 } }, members = 'Yes', type = 'Cleaning grimy herbs' }, { name = 'Attack potion(3)', title = 'Attack potion', level = 3, xp = 25, materials = { { name = 'Guam potion (unf)', quantity = 1 }, { name = 'Eye of newt', quantity = 1 } }..."). The present address (URL) is a permanent link to this version.

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Module documentation
This documentation is transcluded from Template:Module sandbox/doc. [edit] [history] [purge]

This module is a sandbox for Jakesterwars. It can be used to test changes to existing modules, prototype new modules, or just experimenting with lua features.

Invocations of this sandbox should be kept in userspace; if the module is intended for use in other namespaces, it should be moved out of the sandbox into a normal module and template.

This default documentation can be overridden by creating the /doc subpage of this module, as normal.

return {
    {   
    	name = 'Guam leaf',
        level = 3,
        xp = 2.5,
        materials = {
        	{ name = 'Grimy guam leaf', quantity = 1 }
        },
        members = 'Yes',
        type = 'Cleaning grimy herbs'
    }, {
        name = 'Attack potion(3)',
        title = 'Attack potion',
        level = 3,
        xp = 25,
        materials = {
        	{ name = 'Guam potion (unf)', quantity = 1 },
        	{ name = 'Eye of newt', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Attack mix(2)',
    	title = 'Attack mix',
        level = 4,
        xp = 8,
        materials = {
        	{ name = 'Attack potion(2)', quantity = 1 },
        	{ name = 'Roe', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
        name = 'Marrentill',
        level = 5,
        xp = 3.8,
        materials = {
        	{ name = 'Grimy marrentill', quantity = 1 }
        },
        members = 'Yes',
        type = 'Cleaning grimy herbs'
    }, {
    	name = 'Antipoison(3)',
    	title = 'Antipoison',
        level = 5,
        xp = 37.5,
        materials = {
        	{ name = 'Marrentill potion (unf)', quantity = 1 },
        	{ name = 'Unicorn horn dust', quantity = 1}
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Antipoison mix(2)',
    	title = 'Antipoison mix',
        level = 6,
        xp = 12,
        materials = {
        	{ name = 'Antipoison(2)', quantity = 1},
        	{ name = 'Roe', quantity = 1}
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Relicym\'s balm(3)',
    	title = 'Relicym\'s balm',
        level = 8,
        xp = 40,
        materials = {
        	{ name = 'Unfinished potion (Rogue\'s Purse)', title = 'Rogue\'s purse (unf)', quantity = 1 },
        	{ name = 'Snake weed', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Relicym\'s mix(2)',
    	title = 'Relicym\'s mix',
        level = 9,
        xp = 14,
        materials = {
        	{ name = 'Relicym\'s balm(2)', quantity = 1 },
        	{ name = 'Roe', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Tarromin',
        level = 11,
        xp = 5,
        materials = {
        	{ name = 'Grimy tarromin', quantity = 1}
        },
        members = 'Yes',
        type = 'Cleaning grimy herbs'
    }, {
    	name = 'Strength potion(3)',
    	title = 'Strength potion',
        level = 12,
        xp = 50,
        materials = {
        	{ name = 'Tarromin potion (unf)', quantity = 1 },
        	{ name = 'Limpwurt root', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Strength mix(2)',
    	title = 'Strength mix',
        level = 14,
        xp = 17,
        materials = {
        	{ name = 'Strength potion(2)', quantity = 1 },
        	{ name = 'Roe', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Serum 207 (3)',
    	title = 'Serum 207',
        level = 15,
        xp = 50,
        materials = {
        	{ name = 'Tarromin potion (unf)', quantity = 1 },
        	{ name = 'Ashes', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Guthix rest(3)',
    	title = 'Guthix rest',
        level = 18,
        xp = 59.5,
        materials = {
        	{ name = 'Harralander', quantity = 1 },
        	{ name = 'Guam leaf', quantity = 2 },
        	{ name = 'Marrentill', quantity = 1 },
        	{ name = 'Cup of hot water', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Guam tar',
        level = 19,
        xp = 30,
        outputQuantity = 15,
        materials = {
        	{ name = 'Guam leaf', quantity = 1 },
        	{ name = 'Swamp tar', quantity = 15 }
        },
        members = 'Yes',
        type = 'Swamp tars'
    }, {
        name  = 'Harralander',
        level = 20,
        xp = 6.3,
        materials = {
        	{ name = 'Grimy harralander', quantity = 1 }
        },
        members = 'Yes',
        type = 'Cleaning grimy herbs'
    }, {
    	name = 'Compost potion(3)',
    	title = 'Compost potion',
        level = 22,
        xp = 60,
        materials = {
        	{ name = 'Harralander potion (unf)', quantity = 1 },
        	{ name = 'Volcanic ash', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Guthix balance(3)',
    	title = 'Guthix balance',
        level = 22,
        xp = 50,
        materials = {
        	{ name = 'Restore potion(3)', quantity = 1 },
        	{ name = 'Garlic', quantity = 1 },
        	{ name = 'Silver dust', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Restore potion(3)',
    	title = 'Restore potion',
        level = 22,
        xp = 62.5,
        materials = {
        	{ name = 'Harralander potion (unf)', quantity = 1 },
        	{ name = 'Red spiders\' eggs', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Restore mix(2)',
    	title = 'Restore mix',
        level = 24,
        xp = 21,
        materials = {
        	{ name = 'Restore potion(2)', quantity = 1 },
        	{ name = 'Roe', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
        name = 'Ranarr weed',
        level = 25,
        xp = 7.5,
        materials = {
        	{ name = 'Grimy ranarr weed', quantity = 1 }
        },
        members = 'Yes',
        type = 'Cleaning grimy herbs'
    }, {
    	name = 'Blamish oil',
        level = 25,
        xp = 80,
        materials = {
        	{ name = 'Harralander potion (unf)', quantity = 1 },
        	{ name = 'Blamish snail slime', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Energy potion(3)',
    	title = 'Energy potion',
        level = 26,
        xp = 67.5,
        materials = {
        	{ name = 'Harralander potion (unf)', quantity = 1 },
        	{ name = 'Chocolate dust', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Energy mix(2)',
    	title = 'Energy mix',
        level = 29,
        xp = 23,
        materials = {
        	{ name = 'Energy potion(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
        name = 'Toadflax',
        level = 30,
        xp = 8,
        materials = {
        	{ name = 'Grimy toadflax', quantity = 1 }
        },
        members = 'Yes',
        type = 'Cleaning grimy herbs'
    }, {
    	name = 'Defence potion(3)',
    	title = 'Defence potion',
        level = 30,
        xp = 75,
        materials = {
        	{ name = 'Ranarr potion (unf)', quantity = 1 },
        	{ name = 'White berries', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Marrentill tar',
        level = 31,
        xp = 42.5,
        outputQuantity = 15,
        materials = {
        	{ name = 'Marrentill', quantity = 1 },
        	{ name = 'Swamp tar', quantity = 15 }
        },
        members = 'Yes',
        type = 'Swamp tars'
    }, {
    	name = 'Defence mix(2)',
    	title = 'Defence mix',
        level = 33,
        xp = 25,
        materials = {
        	{ name = 'Defence potion(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Agility potion(3)',
    	title = 'Agility potion',
        level = 34,
        xp = 80,
        materials = {
        	{ name = 'Toadflax potion (unf)', quantity = 1 },
        	{ name = 'Toad\'s legs', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Combat potion(3)',
    	title = 'Combat potion',
        level = 36,
        xp = 84,
        materials = {
        	{ name = 'Harralander potion (unf)', quantity = 1 },
        	{ name = 'Goat horn dust', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Agility mix(2)',
    	title = 'Agility mix',
        level = 37,
        xp = 27,
        materials = {
        	{ name = 'Agility potion(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Prayer potion(3)',
    	title = 'Prayer potion',
        level = 38,
        xp = 87.5,
        materials = {
        	{ name = 'Ranarr potion (unf)', quantity = 1 },
        	{ name = 'Snape grass', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions, Popular'
    }, {
    	name = 'Tarromin tar',
        level = 39,
        xp = 55,
        outputQuantity = 15,
        materials = {
        	{ name = 'Tarromin', quantity = 1 },
        	{ name = 'Swamp tar', quantity = 15 }
        },
        members = 'Yes',
        type = 'Swamp tars'
    }, {
        name = 'Irit leaf',
        level = 40,
        xp = 8.8,
        materials = {
        	{ name = 'Grimy irit leaf', quantity = 1 }
        },
        members = 'Yes',
        type = 'Cleaning grimy herbs'
    }, {
    	name = 'Combat mix(2)',
    	title = 'Combat mix',
        level = 40,
        xp = 28,
        materials = {
        	{ name = 'Combat potion(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Prayer mix(2)',
    	title = 'Prayer mix',
        level = 42,
        xp = 29,
        materials = {
        	{ name = 'Prayer potion(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Harralander tar',
        level = 44,
        xp = 72.5,
        outputQuantity = 15,
        materials = {
        	{ name = 'Harralander', quantity = 1 },
        	{ name = 'Swamp tar', quantity = 15 }
        },
        members = 'Yes',
        type = 'Swamp tars'
    }, {
    	name = 'Super attack(3)',
    	title = 'Super attack',
        level = 45,
        xp = 100,
        materials = {
        	{ name = 'Irit potion (unf)', quantity = 1 },
        	{ name = 'Eye of newt', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Superattack mix(2)',
    	title = 'Superattack mix',
        level = 47,
        xp = 33,
        materials = {
        	{ name = 'Super attack(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
        name = 'Avantoe',
        level = 48,
        xp = 10,
        materials = {
        	{ name = 'Grimy avantoe', quantity = 1 }
        },
        members = 'Yes',
        type = 'Cleaning grimy herbs'
    }, {
    	name = 'Superantipoison(3)',
    	title = 'Superantipoison',
        level = 48,
        xp = 106.3,
        materials = {
        	{ name = 'Irit potion (unf)', quantity = 1 },
        	{ name = 'Unicorn horn dust', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Fishing potion(3)',
    	title = 'Fishing potion',
        level = 50,
        xp = 112.5,
        materials = {
        	{ name = 'Avantoe potion (unf)', quantity = 1 },
        	{ name = 'Snape grass', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Anti-poison supermix(2)',
    	title = 'Anti-poison supermix',
        level = 51,
        xp = 35,
        materials = {
        	{ name = 'Superantipoison(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Shrink-me-quick',
        level = 52,
        xp = 6,
        materials = {
        	{ name = 'Tarromin potion (unf)', quantity = 1 },
        	{ name = 'Shrunk ogleroot', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Super energy(3)',
    	title = 'Super energy',
        level = 52,
        xp = 117.5,
        materials = {
        	{ name = 'Avantoe potion (unf)', quantity = 1 },
        	{ name = 'Mort myre fungus', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions, Popular'
    }, {
    	name = 'Fishing mix(2)',
    	title = 'Fishing mix',
        level = 53,
        xp = 38,
        materials = {
        	{ name = 'Fishing potion(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Hunter potion(3)',
    	title = 'Hunter potion',
        level = 53,
        xp = 120,
        materials = {
        	{ name = 'Avantoe potion (unf)', quantity = 1 },
        	{ name = 'Kebbit teeth dust', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
        name = 'Kwuarm',
        level = 54,
        xp = 11.3,
        materials = {
        	{ name = 'Grimy kwuarm', quantity = 1 }
        },
        members = 'Yes',
        type = 'Cleaning grimy herbs'
    }, {
    	name = 'Goading potion(3)',
    	title = 'Goading potion',
        level = 54,
        xp = 132,
        materials = {
        	{ name = 'Harralander potion (unf)', quantity = 1 },
        	{ name = 'Aldarium', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Super strength(3)',
    	title = 'Super strength',
        level = 55,
        xp = 125,
        materials = {
        	{ name = 'Kwuarm potion (unf)', quantity = 1 },
        	{ name = 'Limpwurt root', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Super energy mix(2)',
    	title = 'Super energy mix',
        level = 56,
        xp = 39,
        materials = {
        	{ name = 'Super energy(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Magic essence(3)',
    	title = 'Magic essence',
        level = 57,
        xp = 130,
        materials = {
        	{ name = 'Star flower', quantity = 1 },
        	{ name = 'Gorak claw powder', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Hunting mix(2)',
    	title = 'Hunting mix',
        level = 58,
        xp = 40,
        materials = {
        	{ name = 'Hunter potion(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
        name = 'Huasca',
        level = 58,
        xp = 11.8,
        materials = {
        	{ name = 'Grimy huasca', quantity = 1 }
        },
        members = 'Yes',
        type = 'Cleaning grimy herbs'
    }, {
    	name = 'Prayer regeneration potion(3)',
    	title = 'Prayer regeneration potion',
        level = 58,
        xp = 132,
        materials = {
        	{ name = 'Huasca potion (unf)', quantity = 1 },
        	{ name = 'Aldarium', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
        name = 'Snapdragon',
        level = 59,
        xp = 11.8,
        materials = {
        	{ name = 'Grimy snapdragon', quantity = 1 }
        },
        members = 'Yes',
        type = 'Cleaning grimy herbs'
    }, {
    	name = 'Super str. mix(2)',
    	title = 'Super str. mix',
        level = 59,
        xp = 42,
        materials = {
        	{ name = 'Super strength(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Weapon poison',
        level = 60,
        xp = 137.5,
        materials = {
        	{ name = 'Kwuarm potion (unf)', quantity = 1 },
        	{ name = 'Dragon scale dust', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Magic essence mix(2)',
    	title = 'Magic essence mix',
        level = 61,
        xp = 43,
        materials = {
        	{ name = 'Magic essence(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Super restore(3)',
    	title = 'Super restore',
        level = 63,
        xp = 142.5,
        materials = {
        	{ name = 'Snapdragon potion (unf)', quantity = 1 },
        	{ name = 'Red spiders\' eggs', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
        name = 'Cadantine',
        level = 65,
        xp = 12.5,
        materials = {
        	{ name = 'Grimy cadantine', quantity = 1 }
        },
        members = 'Yes',
        type = 'Cleaning grimy herbs'
    }, {
    	name = 'Sanfew serum(4)',
    	title = 'Sanfew serum',
        level = 65,
        xp = 192,
        materials = {
        	{ name = 'Super restore(4)', quantity = 1 },
        	{ name = 'Unicorn horn dust', quantity = 1 },
        	{ name = 'Snake weed', quantity = 1 },
        	{ name = 'Nail beast nails', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Super defence(3)',
    	title = 'Super defence',
        level = 66,
        xp = 150,
        materials = {
        	{ name = 'Cadantine potion (unf)', quantity = 1 },
        	{ name = 'White berries', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
        name = 'Lantadyme',
        level = 67,
        xp = 13.1,
        materials = {
        	{ name = 'Grimy lantadyme', quantity = 1 }
        },
        members = 'Yes',
        type = 'Cleaning grimy herbs'
    }, {
    	name = 'Super restore mix(2)',
    	title = 'Super restore mix',
        level = 67,
        xp = 48,
        materials = {
        	{ name = 'Super restore(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Antidote+(3)',
    	title = 'Antidote+',
        level = 68,
        xp = 155,
        materials = {
        	{ name = 'Toadflax potion (unf)', quantity = 1 },
        	{ name = 'Coconut milk', quantity = 1 },
        	{ name = 'Yew roots', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Antifire potion(3)',
    	title = 'Antifire potion',
        level = 69,
        xp = 157.5,
        materials = {
        	{ name = 'Lantadyme potion (unf)', quantity = 1 },
        	{ name = 'Dragon scale dust', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
        name = 'Dwarf weed',
        level = 70,
        xp = 13.8,
        materials = {
        	{ name = 'Grimy dwarf weed', quantity = 1 }
        },
        members = 'Yes',
        type = 'Cleaning grimy herbs'
    }, {
    	name = 'Divine super attack potion(4)',
    	title = 'Divine super attack potion',
        level = 70,
        xp = 2,
        materials = {
        	{ name = 'Super attack(4)', quantity = 1 },
        	{ name = 'Crystal dust', quantity = 4 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Divine super defence potion(4)',
    	title = 'Divine super defence potion',
        level = 70,
        xp = 2,
        materials = {
        	{ name = 'Super defence(4)', quantity = 1 },
        	{ name = 'Crystal dust', quantity = 4 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Divine super strength potion(4)',
    	title = 'Divine super strength potion',
        level = 70,
        xp = 2,
        materials = {
        	{ name = 'Super strength(4)', quantity = 1 },
        	{ name = 'Crystal dust', quantity = 4 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Super def. mix(2)',
    	title = 'Super def. mix',
        level = 71,
        xp = 50,
        materials = {
        	{ name = 'Super defence(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Ranging potion(3)',
    	title = 'Ranging potion',
        level = 72,
        xp = 162.5,
        materials = {
        	{ name = 'Dwarf weed potion (unf)', quantity = 1 },
        	{ name = 'Wine of zamorak', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions, Popular'
    }, {
    	name = 'Weapon poison(+)',
        level = 73,
        xp = 190,
        materials = {
        	{ name = 'Coconut milk', quantity = 1 },
        	{ name = 'Cactus spine', quantity = 1 },
        	{ name = 'Red spiders\' eggs', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Antidote+ mix(2)',
    	title = 'Antidote+ mix',
        level = 74,
        xp = 52,
        materials = {
        	{ name = 'Antidote+(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Divine ranging potion(4)',
    	title = 'Divine ranging potion',
        level = 74,
        xp = 2,
        materials = {
        	{ name = 'Ranging potion(4)', quantity = 1 },
        	{ name = 'Crystal dust', quantity = 4 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
        name = 'Torstol',
        level = 75,
        xp = 15,
        materials = {
        	{ name = 'Grimy torstol', quantity = 1 }
        },
        members = 'Yes',
        type = 'Cleaning grimy herbs'
    }, {
    	name = 'Antifire mix(2)',
    	title = 'Antifire mix',
        level = 75,
        xp = 53,
        materials = {
        	{ name = 'Antifire potion(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Magic potion(3)',
    	title = 'Magic potion',
        level = 76,
        xp = 172.5,
        materials = {
        	{ name = 'Lantadyme potion (unf)', quantity = 1 },
        	{ name = 'Potato cactus', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Stamina potion(4)',
    	title = 'Stamina potion',
        level = 77,
        xp = 102,
        materials = {
        	{ name = 'Super energy(4)', quantity = 1 },
        	{ name = 'Amylase crystal', quantity = 4 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Divine magic potion(4)',
    	title = 'Divine magic potion',
        level = 78,
        xp = 2,
        materials = {
        	{ name = 'Magic potion(4)', quantity = 1 },
        	{ name = 'Crystal dust', quantity = 4 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Zamorak brew(3)',
    	title = 'Zamorak brew',
        level = 78,
        xp = 175,
        materials = {
        	{ name = 'Torstol potion (unf)', quantity = 1 },
        	{ name = 'Jangerberries', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Antidote++(3)',
    	title = 'Antidote++',
        level = 79,
        xp = 177.5,
        materials = {
        	{ name = 'Irit leaf', quantity = 1 },
        	{ name = 'Coconut milk', quantity = 1 },
        	{ name = 'Magic roots', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Bastion potion(3)',
    	title = 'Bastion potion',
        level = 80,
        xp = 155,
        materials = {
        	{ name = 'Cadantine', quantity = 1 },
        	{ name = 'Vial of blood', quantity = 1 },
        	{ name = 'Wine of zamorak', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Battlemage potion(3)',
    	title = 'Battlemage potion',
        level = 80,
        xp = 155,
        materials = {
        	{ name = 'Cadantine', quantity = 1 },
        	{ name = 'Vial of blood', quantity = 1 },
        	{ name = 'Potato cactus', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Ranging mix(2)',
    	title = 'Ranging mix',
        level = 80,
        xp = 54,
        materials = {
        	{ name = 'Ranging potion(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Saradomin brew(3)',
    	title = 'Saradomin brew',
        level = 81,
        xp = 180,
        materials = {
        	{ name = 'Toadflax potion (unf)', quantity = 1 },
        	{ name = 'Crushed nest', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Weapon poison(++)',
        level = 82,
        xp = 190,
        materials = {
        	{ name = 'Coconut milk', quantity = 1 },
        	{ name = 'Cave nightshade', quantity = 1 },
        	{ name = 'Poison ivy berries', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Magic mix(2)',
    	title = 'Magic mix',
        level = 83,
        xp = 57,
        materials = {
        	{ name = 'Magic potion(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Extended antifire(4)',
    	title = 'Extended antifire',
        level = 84,
        xp = 110,
        materials = {
        	{ name = 'Antifire potion(4)', quantity = 1 },
        	{ name = 'Lava scale shard', quantity = 4 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Ancient brew(3)',
    	title = 'Ancient brew',
        level = 85,
        xp = 190,
        materials = {
        	{ name = 'Dwarf weed potion (unf)', quantity = 1 },
        	{ name = 'Nihil dust', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Zamorak mix(2)',
    	title = 'Zamorak mix',
        level = 85,
        xp = 58,
        materials = {
        	{ name = 'Zamorak brew(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Stamina mix(2)',
    	title = 'Stamina mix',
        level = 86,
        xp = 60,
        materials = {
        	{ name = 'Stamina potion(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Divine bastion potion(4)',
    	title = 'Divine bastion potion',
        level = 86,
        xp = 2,
        materials = {
        	{ name = 'Bastion potion(4)', quantity = 1 },
        	{ name = 'Crystal dust', quantity = 4 }
        },
        members = 'Yes',
        type = 'Regular potions'
    },  {
    	name = 'Divine battlemage potion(4)',
    	title = 'Divine battlemage  potion',
        level = 86,
        xp = 2,
        materials = {
        	{ name = 'Battlemage potion(4)', quantity = 1 },
        	{ name = 'Crystal dust', quantity = 4 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Anti-venom(4)',
    	title = 'Anti-venom',
        level = 87,
        xp = 120,
        materials = {
        	{ name = 'Antidote++(4)', quantity = 1 },
        	{ name = 'Zulrah\'s scales', quantity = 20 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Menaphite remedy(3)',
    	title = 'Menaphite remedy',
        level = 88,
        xp = 200,
        materials = {
        	{ name = 'Dwarf weed potion (unf)', quantity = 1 },
        	{ name = 'Lily of the sands', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Super combat potion(4)',
    	title = 'Super combat potion',
        level = 90,
        xp = 150,
        materials = {
        	{ name = 'Torstol', quantity = 1 },
        	{ name = 'Super attack(4)', quantity = 1 },
        	{ name = 'Super defence(4)', quantity = 1 },
        	{ name = 'Super strength(4)', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Extended antifire mix(2)',
    	title = 'Extended antifire mix',
        level = 91,
        xp = 61,
        materials = {
        	{ name = 'Extended antifire(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Super antifire potion(4)',
    	title = 'Super antifire potion',
        level = 92,
        xp = 130,
        materials = {
        	{ name = 'Antifire potion(4)', quantity = 1 },
        	{ name = 'Crushed superior dragon bones', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Anti-venom+(4)',
    	title = 'Anti-venom+',
        level = 94,
        xp = 125,
        materials = {
        	{ name = 'Torstol', quantity = 1 },
        	{ name = 'Anti-venom(4)', quantity = 1 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Extended anti-venom+(4)',
    	title = 'Extended anti-venom+',
        level = 94,
        xp = 80,
        materials = {
        	{ name = 'Anti-venom+(4)', quantity = 1 },
        	{ name = 'Araxyte venom sack', quantity = 4 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Divine super combat potion(4)',
    	title = 'Divine super combat potion',
        level = 97,
        xp = 2,
        materials = {
        	{ name = 'Super combat potion(4)', quantity = 1 },
        	{ name = 'Crystal dust', quantity = 4 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Extended super antifire(4)',
    	title = 'Extended super antifire',
        level = 98,
        xp = 160,
        materials = {
        	{ name = 'Super antifire potion(4)', quantity = 1 },
        	{ name = 'Lava scale shard', quantity = 4 }
        },
        members = 'Yes',
        type = 'Regular potions'
    }, {
    	name = 'Super antifire mix(2)',
    	title = 'Super antifire mix',
        level = 98,
        xp = 70,
        materials = {
        	{ name = 'Super antifire potion(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }, {
    	name = 'Extended super antifire mix(2)',
    	title = 'Extended super antifire mix',
        level = 99,
        xp = 78,
        materials = {
        	{ name = 'Extended super antifire(2)', quantity = 1 },
        	{ name = 'Caviar', quantity = 1 }
        },
        members = 'Yes',
        type = 'Barbarian potions'
    }
}