RuneScape Wiki
Advertisement

Documentation for this module may be created at Module:Skill calc/Hunter/data/doc

--[=[
     Notations found in this Module:
        * name:     Name of target
        * icon:      Alternate image location
        * level:    Level required to complete
        * xp:       Experience gained
        * Product:  Main reward from capturing target
        * title:    Alternative name of object
            - Used to clarify the difference from a similar object or offer a cleaner name
        * trade:    Indicates whether the product can be found in the GE
        * currency: Indicates an alternative currency being used
        * value:    Specifies the products value in alternative currency
        * members:  Indicates whether an item is members-only content
--]=]
local skillData = {}
 
return function(trainMethod)
    -- Tracking & Falconry
    if trainMethod == "Tracking and Falconry" then
        local methods = 
        {
            {
                name        = "Polar kebbit",
                level       = 1,
                xp          = 30,
                product     = "Polar kebbit fur"
            }, {
                name        = "Common kebbit",
                level       = 3,
                xp          = 36,
                product     = "Common kebbit fur",
                members     = 0
            }, {
                name        = "Feldip weasel",
                level       = 7,
                xp          = 48,
                product     = "Feldip weasel fur",
                members     = 0
            }, {
                name        = "Desert devil",
                level       = 13,
                xp          = 66,
                product     = "Desert devil fur",
                members     = 0
            }, {
                name        = "Spotted kebbit",
                level       = 43,
                xp          = 104,
                product     = "Spotted kebbit fur",
                members     = 0
            }, {
                name        = "Penguin (Hunter)",
                title       = "Penguin",
                icon        = "Penguin (item)",
                level       = 45,
                xp          = 250,
                members     = 0
            }, {
                name        = "Razor-backed kebbit",
                icon        = "Razorbacked kebbit",
                level       = 49,
                xp          = 348,
                product     = "Long kebbit spike",
                members     = 0
            }, {
                name        = "Dark kebbit",
                level       = 57,
                xp          = 132,
                product     = "Dark kebbit fur",
                members     = 0
            }, {
                name        = "Dashing kebbit",
                level       = 69,
                xp          = 156,
                product     = "Dashing kebbit fur",
                members     = 0
            }
        }
        return methods
    end

    -- Snaring
    if trainMethod == "Snaring" then
        local methods = 
        {
            {
                name        = "Crimson swift",
                icon        = "Crimson swift icon",
                level       = 1,
                xp          = 34,
                product     = "Red feather"
            }, {
                name        = "Golden warbler",
                icon        = "Golden warbler icon",
                level       = 5,
                xp          = 48,
                product     = "Yellow feather",
                members     = 0
            }, {
                name        = "Copper longtail",
                icon        = "Copper longtail icon",
                level       = 9,
                xp          = 61,
                product     = "Orange feather",
                members     = 0
            }, {
                name        = "Cerulean twitch",
                icon        = "Cerulean twitch icon",
                level       = 11,
                xp          = 64.67,
                product     = "Blue feather",
                members     = 0
            }, {
                name        = "Tropical wagtail",
                icon        = "Tropical wagtail icon",
                level       = 19,
                xp          = 95.2,
                product     = "Stripy feather",
                members     = 0
            }, {
                name        = "White Rabbit",
                level       = 27,
                xp          = 144,
                product     = "Rabbit foot",
                members     = 0
            }, {
                name        = "Wimpy bird",
                icon        = "Wimpy bird icon",
                level       = 39,
                xp          = 167,
                product     = "Wimpy feather",
                members     = 0
            }
        }
        return methods
    end

    -- Nets & Sprites
    if trainMethod == "Nets and Sprites" then
        local methods = 
        {
            {
                name        = "Ruby harvest",
                icon        = "Ruby harvest icon",
                level       = 15,
                xp          = 25,
                product     = "Ruby harvest",
                members     = 0
            }, {
                name        = "Sapphire glacialis",
                icon        = "Sapphire glacialis icon",
                level       = 25,
                xp          = 34,
                product     = "Sapphire glacialis",
                members     = 0
            }, {
                name        = "Orange salamander (Hunter)",
                title       = "Orange salamander",
                level       = 29,
                xp          = 152,
                bait        = "Marrentill tar",
                product     = "Orange salamander",
                members     = 0
            }, {
                name        = "Squirrel",
                icon        = "Baby squirrel (light grey)",
                level       = 29.1,
                xp          = 152,
                bait        = "Nuts",
                product     = "Baby squirrel (light grey), Baby squirrel",
                trade       = 0,
                members     = 0
            }, {
                name        = "Swamp lizard (Hunter)",
                title       = "Swamp lizard",
                level       = 29.2,
                xp          = 152,
                bait        = "Guam tar",
                product     = "Swamp lizard",
                members     = 0
            }, {
                name        = "Snowy knight",
                icon        = "Snowy knight icon",
                level       = 35,
                xp          = 44,
                product     = "Snowy knight",
                members     = 0
            }, {
                name        = "Black warlock",
                icon        = "Black warlock icon",
                level       = 45,
                xp          = 54,
                product     = "Black warlock",
                members     = 0
            }, {
                name        = "Penguin (Hunter)",
                title       = "Penguin",
                icon        = "Penguin (item)",
                level       = 50,
                xp          = 250,
                bait        = "Cod",
                product     = "Penguin (item), Penguin",
                trade       = 0,
                members     = 0
            }, {
                name        = "Red salamander (Hunter)",
                title       = "Red salamander",
                level       = 59,
                xp          = 272,
                bait        = "Tarromin tar",
                product     = "Red salamander",
                members     = 0
            }, {
                name        = "Black salamander (Hunter)",
                title       = "Black salamander",
                level       = 67,
                xp          = 304,
                bait        = "Harralander tar",
                product     = "Black salamander",
                members     = 0
            }, {
                name        = "Gleaelg",
                icon        = "Sprite lure",
                level       = 72,
                xp          = 130,
                members     = 0
            }, {
                name        = "Slithtils",
                icon        = "Sprite lure",
                level       = 72.1,
                xp          = 400,
                product     = "Snowy knight",
                members     = 0
            }, {
                name        = "Tranart",
                icon        = "Sprite lure",
                level       = 72.2,
                xp          = 200,
                members     = 0
            }, {
                name        = "Ruby harvest",
                title       = "Ruby harvest (Barehanded)",
                icon        = "Ruby harvest icon",
                level       = 80,
                xp          = 300,
                members     = 0
            }, {
                name        = "Sapphire glacialis",
                title       = "Sapphire glacialis (Barehanded)",
                icon        = "Sapphire glacialis icon",
                level       = 85,
                xp          = 400,
                members     = 0
            }, {
                name        = "Charming moth",
                icon        = "Charming moth icon",
                level       = 88,
                xp          = 650,
                product     = "Blue charm",
                trade       = 0,
                members     = 0
            }, {
                name        = "Snowy knight",
                title       = "Snowy knight (Barehanded)",
                icon        = "Snowy knight icon",
                level       = 90,
                xp          = 500,
                members     = 0
            }, {
                name        = "Black warlock",
                title       = "Black warlock (Barehanded)",
                icon        = "Black warlock icon",
                level       = 95,
                xp          = 650,
                members     = 0
            }
        }
        return methods
    end

    -- Impling Netting - Puro-puro
    if trainMethod == "Impling Netting (Puro-Puro)" then
        local methods = 
        {
            {
                name        = "Baby impling",
                icon        = "Baby impling jar",
                level       = 17,
                xp          = 20,
                product     = "Baby impling jar",
                members     = 0
            }, {
                name        = "Young impling",
                icon        = "Young impling jar",
                level       = 22,
                xp          = 48,
                product     = "Young impling jar",
                members     = 0
            }, {
                name        = "Gourmet impling",
                icon        = "Gourmet impling jar",
                level       = 28,
                xp          = 82,
                product     = "Gourmet impling jar",
                members     = 0
            }, {
                name        = "Earth impling",
                icon        = "Earth impling jar",
                level       = 36,
                xp          = 126,
                product     = "Earth impling jar",
                members     = 0
            }, {
                name        = "Essence impling",
                icon        = "Essence impling jar",
                level       = 42,
                xp          = 160,
                product     = "Essence impling jar",
                members     = 0
            }, {
                name        = "Eclectic impling",
                icon        = "Eclectic impling jar",
                level       = 50,
                xp          = 205,
                product     = "Eclectic impling jar",
                members     = 0
            }, {
                name        = "Spirit impling",
                icon        = "Spirit impling jar",
                level       = 54,
                xp          = 227,
                product     = "Spirit impling jar",
                members     = 0
            }, {
                name        = "Nature impling",
                icon        = "Nature impling jar",
                level       = 58,
                xp          = 250,
                product     = "Nature impling jar",
                members     = 0
            }, {
                name        = "Magpie impling",
                icon        = "Magpie impling jar",
                level       = 65,
                xp          = 289,
                product     = "Magpie impling jar",
                members     = 0
            }, {
                name        = "Ninja impling",
                icon        = "Ninja impling jar",
                level       = 74,
                xp          = 339,
                product     = "Ninja impling jar",
                members     = 0
            }, {
                name        = "Pirate impling",
                icon        = "Pirate impling jar",
                level       = 76,
                xp          = 350,
                product     = "Pirate impling jar",
                members     = 0
            }, {
                name        = "Divine impling",
                icon        = "Divine impling jar",
                level       = 79,
                xp          = 375,
                product     = "Divine impling jar",
                members     = 0
            }, {
                name        = "Dragon impling",
                icon        = "Dragon impling jar",
                level       = 83,
                xp          = 390,
                product     = "Dragon impling jar",
                members     = 0
            }, {
                name        = "Zombie impling",
                icon        = "Zombie impling jar",
                level       = 87,
                xp          = 412,
                product     = "Zombie impling jar",
                members     = 0
            }, {
                name        = "Kingly impling",
                icon        = "Kingly impling jar",
                level       = 91,
                xp          = 434,
                product     = "Kingly impling jar",
                members     = 0
            }, {
                name        = "Crystal impling",
                icon        = "Crystal impling jar",
                level       = 95,
                xp          = 525,
                product     = "Crystal impling jar",
                members     = 0
            }
        }
        return methods
    end

    -- Impling Netting - Gielinor
    if trainMethod == "Impling Netting (Gielinor)" then
        local methods = 
        {
            {
                name        = "Baby impling",
                icon        = "Baby impling jar",
                level       = 17,
                xp          = 25,
                product     = "Baby impling jar",
                members     = 0
            }, {
                name        = "Young impling",
                icon        = "Young impling jar",
                level       = 22,
                xp          = 65,
                product     = "Young impling jar",
                members     = 0
            }, {
                name        = "Gourmet impling",
                icon        = "Gourmet impling jar",
                level       = 28,
                xp          = 113,
                product     = "Gourmet impling jar",
                members     = 0
            }, {
                name        = "Earth impling",
                icon        = "Earth impling jar",
                level       = 36,
                xp          = 177,
                product     = "Earth impling jar",
                members     = 0
            }, {
                name        = "Essence impling",
                icon        = "Essence impling jar",
                level       = 42,
                xp          = 225,
                product     = "Essence impling jar",
                members     = 0
            }, {
                name        = "Eclectic impling",
                icon        = "Eclectic impling jar",
                level       = 50,
                xp          = 289,
                product     = "Eclectic impling jar",
                members     = 0
            }, {
                name        = "Spirit impling",
                icon        = "Spirit impling jar",
                level       = 54,
                xp          = 321,
                product     = "Spirit impling jar",
                members     = 0
            }, {
                name        = "Nature impling",
                icon        = "Nature impling jar",
                level       = 58,
                xp          = 353,
                product     = "Nature impling jar",
                members     = 0
            }, {
                name        = "Magpie impling",
                icon        = "Magpie impling jar",
                level       = 65,
                xp          = 409,
                product     = "Magpie impling jar",
                members     = 0
            }, {
                name        = "Ninja impling",
                icon        = "Ninja impling jar",
                level       = 74,
                xp          = 481,
                product     = "Ninja impling jar",
                members     = 0
            }, {
                name        = "Pirate impling",
                icon        = "Pirate impling jar",
                level       = 76,
                xp          = 497,
                product     = "Pirate impling jar",
                members     = 0
            }, {
                name        = "Divine impling",
                icon        = "Divine impling jar",
                level       = 79,
                xp          = 520,
                product     = "Divine impling jar",
                members     = 0
            }, {
                name        = "Dragon impling",
                icon        = "Gourmet impling jar",
                level       = 83,
                xp          = 553,
                product     = "Dragon impling jar",
                members     = 0
            }, {
                name        = "Zombie impling",
                icon        = "Zombie impling jar",
                level       = 87,
                xp          = 585,
                product     = "Zombie impling jar",
                members     = 0
            }, {
                name        = "Kingly impling",
                icon        = "Kingly impling jar",
                level       = 91,
                xp          = 617,
                product     = "Kingly impling jar",
                members     = 0
            }, {
                name        = "Crystal impling",
                icon        = "Crystal impling jar",
                level       = 95,
                xp          = 820,
                product     = "Crystal impling jar",
                members     = 0
            }
        }
        return methods
    end

    -- Deadfall & Pitfall
    if trainMethod == "Deadfall and Pitfall" then
        local methods = 
        {
            {
                name        = "Wild kebbit",
                level       = 23,
                xp          = 128,
                bait        = "Raw beef",
                product     = "Kebbit claws",
                members     = 0
            }, {
                name        = "Spined larupia",
                level       = 31,
                xp          = 180,
                product     = "Larupia fur",
                members     = 0
            }, {
                name        = "Barb-tailed kebbit",
                icon        = "Barbtailed kebbit",
                level       = 33,
                xp          = 168,
                bait        = "Raw rainbow fish",
                product     = "Barb-tail harpoon",
                members     = 0
            }, {
                name        = "Prickly kebbit",
                level       = 37,
                xp          = 204,
                bait        = "Barley",
                product     = "Kebbit spike",
                members     = 0
            }, {
                name        = "Horned graahk",
                level       = 41,
                xp          = 240,
                product     = "Graahk fur",
                members     = 0
            }, {
                name        = "Diseased kebbit",
                level       = 44,
                xp          = 200,
                bait        = "Fever grass",
                product     = "Diseased kebbit fur",
                members     = 0
            }, {
                name        = "Penguin (Hunter)",
                title       = "Penguin",
                icon        = "Penguin (item)",
                level       = 51,
                xp          = 210,
                bait        = "Raw cod",
                members     = 0
            }, {
                name        = "Sabre-toothed kebbit",
                icon        = "Sabretooth kebbit",
                level       = 51.1,
                xp          = 200,
                bait        = "Raw beef",
                product     = "Kebbit teeth",
                members     = 0
            }, {
                name        = "Sabre-toothed kyatt",
                icon        = "Sabretooth kyatt",
                level       = 55,
                xp          = 300,
                product     = "Kyatt fur",
                members     = 0
            }, {
                name        = "Wild broav",
                icon        = "Unconscious broav",
                level       = 55.1,
                xp          = 19.2,
                product     = "Unconscious broav",
                trade       = 0,
                members     = 0
            }, {
                name        = "Plover bird",
                level       = 73,
                xp          = 509.5,
                product     = "Plover bird",
                trade       = 0,
                members     = 0
            }
        }
        return methods
    end

    -- Box Trapping
    if trainMethod == "Box Trapping" then
        local methods = 
        {
            {
                name        = "Cobalt skillchompa (Hunter)",
                title       = "Cobalt skillchompa",
                level       = 27,
                xp          = 80.7,
                bait        = "Spicy tomato",
                product     = "Cobalt skillchompa",
                members     = 0
            }, {
                name        = "Ferret",
                level       = 27.1,
                xp          = 115,
                product     = "Ferret",
                trade       = 0,
                members     = 0
            }, {
                name        = "Gecko",
                icon        = "Gecko (red)",
                level       = 27.2,
                xp          = 100,
                product     = "Gecko (red), Gecko",
                trade       = 0,
                members     = 0
            }, {
                name        = "Monkey",
                icon        = "Monkey (brown and beige)",
                level       = 27.3,
                xp          = 100,
                product     = "Monkey (brown and beige), Monkey",
                trade       = 0,
                members     = 0
            }, {
                name        = "Raccoon",
                icon        = "Raccoon hunter",
                level       = 27.4,
                xp          = 100,
                product     = "Raccoon hunter, Raccoon",
                trade       = 0,
                members     = 0
            }, {
                name        = "Viridian skillchompa (Hunter)",
                title       = "Viridian skillchompa",
                level       = 46,
                xp          = 119,
                bait        = "Spicy tomato",
                product     = "Viridian skillchompa",
                members     = 0
            }, {
                name        = "Chinchompa (Hunter)",
                title       = "Chinchompa",
                level       = 53,
                xp          = 198,
                bait        = "Spicy tomato",
                product     = "Chinchompa",
                members     = 0
            }, {
                name        = "Penguin (Hunter)",
                title       = "Penguin",
                icon        = "Penguin (item)",
                level       = 56,
                xp          = 150,
                bait        = "Raw cod",
                product     = "Penguin (item), Penguin",
                trade       = 0,
                members     = 0
            }, {
                name        = "Carnivorous chinchompa",
                icon        = "Red chinchompa",
                level       = 63,
                xp          = 265,
                bait        = "Spicy minced meat",
                product     = "Red chinchompa",
                members     = 0
            }, {
                name        = "Pawya",
                icon        = "Pawya icon",
                level       = 66,
                xp          = 400,
                bait        = "Papaya",
                product     = "Raw pawya meat",
                members     = 0
            }, {
                name        = "Azure skillchompa (Hunter)",
                title       = "Azure skillchompa",
                level       = 68,
                xp          = 178,
                bait        = "Spicy tomato",
                product     = "Azure skillchompa",
                members     = 0
            }, {
                name        = "Imp-in-a-box",
                icon        = "Imp-in-a-box (2)",
                level       = 71,
                xp          = 450,
                product     = "Imp-in-a-box (2)",
                trade       = 0,
                members     = 0
            }, {
                name        = "Grenwall",
                icon        = "Grenwall icon",
                level       = 77,
                xp          = 1100,
                bait        = "Raw pawya meat",
                product     = "Grenwall spikes",
                members     = 0
            }, {
                name        = "Crimson skillchompa (Hunter)",
                title       = "Crimson skillchompa",
                level       = 89,
                xp          = 382,
                bait        = "Spicy tomato",
                product     = "Crimson skillchompa",
                members     = 0
            }, {
                name        = "Crystal skillchompa (Hunter)",
                title       = "Crystal skillchompa",
                level       = 97,
                xp          = 476,
                bait        = "",
                product     = "Crystal skillchompa",
                members     = 0
            },
        }
        return methods
    end

    -- Herblore Habitat
    if trainMethod == "Herblore Habitat" then
        local methods = 
        {
            {
                name        = "Common jadinko",
                icon        = "Common jadinko icon",
                level       = 70,
                xp          = 350,
                product     = "Withered vine",
                trade       = 0,
                members     = 0
            }, {
                name        = "Draconic jadinko",
                icon        = "Draconic jadinko icon",
                level       = 71,
                xp          = 475,
                product     = "Draconic vine",
                trade       = 0,
                members     = 0
            }, {
                name        = "Shadow jadinko",
                icon        = "Shadow jadinko icon",
                level       = 71.1,
                xp          = 475,
                product     = "Shadow vine",
                trade       = 0,
                members     = 0
            }, {
                name        = "Igneous jadinko",
                icon        = "Igneous jadinko icon",
                level       = 74,
                xp          = 465,
                product     = "Marble vine",
                trade       = 0,
                members     = 0
            }, {
                name        = "Cannibal jadinko",
                icon        = "Cannibal jadinko icon",
                level       = 75,
                xp          = 475,
                product     = "Plant teeth",
                trade       = 0,
                members     = 0
            }, {
                name        = "Aquatic jadinko",
                icon        = "Aquatic jadinko icon",
                level       = 76,
                xp          = 475,
                product     = "Aquatic vine",
                trade       = 0,
                members     = 0
            }, {
                name        = "Amphibious jadinko",
                icon        = "Amphibious jadinko icon",
                level       = 77,
                xp          = 485,
                product     = "Oily vine",
                trade       = 0,
                members     = 0
            }, {
                name        = "Carrion jadinko",
                icon        = "Carrion jadinko icon",
                level       = 78,
                xp          = 505,
                product     = "Pungent vine",
                trade       = 0,
                members     = 0
            }, {
                name        = "Diseased jadinko",
                icon        = "Diseased jadinko icon",
                level       = 78.1,
                xp          = 580.5,
                product     = "Corrupt vine",
                trade       = 0,
                members     = 0
            }, {
                name        = "Camouflaged jadinko",
                icon        = "Camouflaged jadinko icon",
                level       = 79,
                xp          = 600,
                product     = "Striped vine",
                trade       = 0,
                members     = 0
            }, {
                name        = "Guthix jadinko",
                icon        = "Saradomin jadinko icon",
                level       = 81,
                xp          = 600,
                product     = "Guthix vine",
                trade       = 0,
                members     = 0
            }, {
                name        = "Saradomin jadinko",
                icon        = "Saradomin jadinko icon",
                level       = 81.1,
                xp          = 600,
                product     = "Saradomin vine",
                trade       = 0,
                members     = 0
            }, {
                name        = "Zamorak jadinko",
                icon        = "Saradomin jadinko icon",
                level       = 81.2,
                xp          = 600,
                product     = "Zamorak vine",
                trade       = 0,
                members     = 0
            }
        }
        return methods
    end

    -- The Arc
    if trainMethod == "The Arc" then
        local methods = 
        {
            {
                name        = "Ancestral bakami",
                icon        = "Ancestral bakami jar",
                level       = 90.01,
                xp          = 625,
                product     = "Ancestral bakami jar",
                currency    = "Chimes",
                value       = 150,
                trade       = 0,
                members     = 0
            }, {
                name        = "Bundling bakami",
                icon        = "Bundling bakami jar",
                level       = 90.02,
                xp          = 525,
                product     = "Bundling bakami jar",
                currency    = "Chimes",
                value       = 110,
                trade       = 0,
                members     = 0
            }, {
                name        = "Foraging bakami",
                icon        = "Foraging bakami jar",
                level       = 90.03,
                xp          = 600,
                product     = "Foraging bakami jar",
                currency    = "Chimes",
                value       = 140,
                trade       = 0,
                members     = 0
            }, {
                name        = "Fortunate bakami",
                icon        = "Fortunate bakami jar",
                level       = 90.04,
                xp          = 675,
                product     = "Fortunate bakami jar",
                currency    = "Chimes",
                value       = 200,
                trade       = 0,
                members     = 0
            }, {
                name        = "Murderous bakami",
                icon        = "Murderous bakami jar",
                level       = 90.05,
                xp          = 650,
                product     = "Murderous bakami jar",
                currency    = "Chimes",
                value       = 160,
                trade       = 0,
                members     = 0
            }, {
                name        = "Oily bakami",
                icon        = "Oily bakami jar",
                level       = 90.06,
                xp          = 500,
                product     = "Oily bakami jar",
                currency    = "Chimes",
                value       = 100,
                trade       = 0,
                members     = 0
            }, {
                name        = "Salty bakami",
                icon        = "Salty bakami jar",
                level       = 90.07,
                xp          = 550,
                product     = "Salty bakami jar",
                currency    = "Chimes",
                value       = 120,
                trade       = 0,
                members     = 0
            }, {
                name        = "Stalking bakami",
                icon        = "Stalking bakami jar",
                level       = 90.08,
                xp          = 575,
                product     = "Stalking bakami jar",
                currency    = "Chimes",
                value       = 130,
                trade       = 0,
                members     = 0
            }, {
                name        = "Tortle",
                icon        = "Shell chippings",
                level       = 90,
                xp          = 575.5,
                product     = "Shell chippings",
                currency    = "Chimes",
                value       = 1,
                trade       = 0,
                members     = 0
            }, {
                name        = "Ancestral orokami",
                icon        = "Ancestral orokami jar",
                level       = 95,
                xp          = 1250,
                product     = "Ancestral orokami jar",
                currency    = "Chimes",
                value       = 320,
                trade       = 0,
                members     = 0
            }, {
                name        = "Bundling orokami",
                icon        = "Bundling orokami jar",
                level       = 95.01,
                xp          = 1050,
                product     = "Bundling orokami jar",
                currency    = "Chimes",
                value       = 240,
                trade       = 0,
                members     = 0
            }, {
                name        = "Foraging orokami",
                icon        = "Foraging orokami jar",
                level       = 95.02,
                xp          = 1200,
                product     = "Foraging orokami jar",
                currency    = "Chimes",
                value       = 300,
                trade       = 0,
                members     = 0
            }, {
                name        = "Fortunate orokami",
                icon        = "Fortunate orokami jar",
                level       = 95.03,
                xp          = 1350,
                product     = "Fortunate orokami jar",
                currency    = "Chimes",
                value       = 400,
                trade       = 0,
                members     = 0
            }, {
                name        = "Murderous orokami",
                icon        = "Murderous orokami jar",
                level       = 95.04,
                xp          = 1300,
                product     = "Murderous orokami jar",
                currency    = "Chimes",
                value       = 340,
                trade       = 0,
                members     = 0
            }, {
                name        = "Oily orokami",
                icon        = "Oily orokami jar",
                level       = 95.05,
                xp          = 1000,
                product     = "Oily orokami jar",
                currency    = "Chimes",
                value       = 220,
                trade       = 0,
                members     = 0
            }, {
                name        = "Salty orokami",
                icon        = "Salty orokami jar",
                level       = 95.06,
                xp          = 1100,
                product     = "Salty orokami jar",
                currency    = "Chimes",
                value       = 260,
                trade       = 0,
                members     = 0
            }, {
                name        = "Stalking orokami",
                icon        = "Stalking orokami jar",
                level       = 95,
                xp          = 1150,
                product     = "Stalking orokami jar",
                currency    = "Chimes",
                value       = 280,
                trade       = 0,
                members     = 0
            }, {
                name        = "Ornate tortle",
                icon        = "Shiny shell chippings",
                level       = 96,
                xp          = 1585,
                product     = "Shiny shell chippings",
                currency    = "Chimes",
                value       = 2,
                trade       = 0,
                members     = 0
            }
        }
        return methods
    end

    -- Dungeoneering
    if trainMethod == "Dungeoneering - Trapping" then
        local methods = 
        {
            {
                name        = "Protomastyx",
                icon        = "Protomastyx hide",
                level       = 1,
                xp          = 55,
                product     = "Protomastyx hide",
                trade       = 0,
                members     = 0
            }, {
                name        = "Submastyx",
                icon        = "Submastyx hide",
                level       = 10,
                xp          = 94.5,
                product     = "Submastyx hide",
                trade       = 0,
                members     = 0
            }, {
                name        = "Paramastyx",
                icon        = "Paramastyx hide",
                level       = 20,
                xp          = 164,
                product     = "Paramastyx hide",
                trade       = 0,
                members     = 0
            }, {
                name        = "Archaemastyx",
                icon        = "Archaemastyx hide",
                level       = 30,
                xp          = 247,
                product     = "Archaemastyx hide",
                trade       = 0,
                members     = 0
            }, {
                name        = "Dromomastyx",
                icon        = "Dromomastyx hide",
                level       = 40,
                xp          = 330,
                product     = "Dromomastyx hide",
                trade       = 0,
                members     = 0
            }, {
                name        = "Spinomastyx",
                icon        = "Spinomastyx hide",
                level       = 50,
                xp          = 435.5,
                product     = "Spinomastyx hide",
                trade       = 0,
                members     = 0
            }, {
                name        = "Gallimastyx",
                icon        = "Gallimastyx hide",
                level       = 60,
                xp          = 519,
                product     = "Gallimastyx hide",
                trade       = 0,
                members     = 0
            }, {
                name        = "Stegomastyx",
                icon        = "Stegomastyx hide",
                level       = 70,
                xp          = 599.5,
                product     = "Stegomastyx hide",
                trade       = 0,
                members     = 0
            }, {
                name        = "Megamastyx",
                icon        = "Megamastyx hide",
                level       = 80,
                xp          = 673,
                product     = "Megamastyx hide",
                trade       = 0,
                members     = 0
            }, {
                name        = "Tyrannomastyx",
                icon        = "Tyrannomastyx hide",
                level       = 90,
                xp          = 745.5,
                product     = "Tyrannomastyx hide",
                trade       = 0,
                members     = 0
            }
        }
        return methods
    end

    if trainMethod == "Soporith Moths" then
        local methods = 
        {
            {
                name        = "Red soporith moth",
                icon        = "Red soporith moth detail",
                iconSize    = 27,
                level       = 1,
                xp          = 15,
                members     = 0
            }, {
                name        = "Orange soporith moth",
                icon        = "Orange soporith moth detail",
                iconSize    = 27,
                level       = 13,
                xp          = 50,
                members     = 0
            }, {
                name        = "Yellow soporith moth",
                icon        = "Yellow soporith moth detail",
                iconSize    = 27,
                level       = 26,
                xp          = 150,
                members     = 0
            }, {
                name        = "Green soporith moth",
                icon        = "Green soporith moth detail",
                iconSize    = 27,
                level       = 39,
                xp          = 250,
                members     = 0
            }, {
                name        = "Blue soporith moth",
                icon        = "Blue soporith moth detail",
                iconSize    = 27,
                level       = 52,
                xp          = 300,
                members     = 0
            }, {
                name        = "Purple soporith moth",
                icon        = "Purple soporith moth detail",
                iconSize    = 27,
                level       = 65,
                xp          = 320,
                members     = 0
            }, {
                name        = "Grey soporith moth",
                icon        = "Grey soporith moth detail",
                iconSize    = 27,
                level       = 78,
                xp          = 400,
                members     = 0
            }, {
                name        = "Black soporith moth",
                icon        = "Black soporith moth detail",
                iconSize    = 27,
                level       = 91,
                xp          = 450,
                members     = 0
            }
        }
        return methods
    end
end
Advertisement