View Single Post
02/22/16, 04:13 AM   #8
Noobanidus
 
Noobanidus's Avatar
AddOn Author - Click to view addons
Join Date: May 2015
Posts: 23
Here's what I've got that isn't on the main list. Crony Scrib is from the Fighter's Guild figurine. The rest are all crown-store, I think.

Code:
[10] = 
    {
        ["name"] = "Crony Scrib",
        ["categoryType"] = 3,
        ["description"] = "The caramel scrib crony is a quiet companion, devoted and easily housebroken.",
        ["purchasable"] = false,
    },
    [18] = 
    {
        ["name"] = "Green Narsis Guar",
        ["categoryType"] = 2,
        ["description"] = "The robust Green Narsis is the standard mount and dray-beast of central Morrowind.",
        ["purchasable"] = true,
    },
    [20] = 
    {
        ["name"] = "Banded Guar Charger",
        ["categoryType"] = 2,
        ["description"] = "A breed of guar bred for cavalry use, able to carry an armored warrior into battle.",
        ["purchasable"] = true,
    },
    [23] = 
    {
        ["name"] = "Clouded Senche-Leopard Mount",
        ["categoryType"] = 2,
        ["description"] = "A strong yet nimble mount, bred for hunting in the Tenmar forest.",
        ["purchasable"] = true,
    },
    [24] = 
    {
        ["name"] = "Black Senche-Panther",
        ["categoryType"] = 2,
        ["description"] = "A mount said to have been bred by Baandari Pedlars, for ease in leaving town after dark.",
        ["purchasable"] = true,
    },
    [33] = 
    {
        ["name"] = "Housecat",
        ["categoryType"] = 3,
        ["description"] = "This green-eyed feline is a distant relative of the Alfiq Khajiit.",
        ["purchasable"] = true,
    },
    [192] = 
    {
        ["name"] = "Psijic Domino Pig",
        ["categoryType"] = 3,
        ["description"] = "Originally bred on the Isle of Artaeum, the black-and-white Domino Pig is so smart it can count to five and learn to recognize its name.",
        ["purchasable"] = true,
    },
    [193] = 
    {
        ["name"] = "Snow Bear Cub",
        ["categoryType"] = 3,
        ["description"] = "The Snow Bear is known for its fierceness, but its cub is as cute as a bug. Maybe even two bugs.",
        ["purchasable"] = true,
    },
    [136] = 
    {
        ["name"] = "Markarth Bear-Dog",
        ["categoryType"] = 3,
        ["description"] = "Fierce and courageous fighters, the hunters of Eastern Skyrim use small packs of these dogs to pursue bears. The bear-dogs track, corner, and harry the bears until the hunters can arrive with their spears.",
        ["purchasable"] = true,
    },
    [139] = 
    {
        ["name"] = "Nord Hero Armor",
        ["categoryType"] = 4,
        ["description"] = "This costume pays tribute to a legendary Nord hero of the Ebonheart Pact. Now you can honor this nameless warrior by adopting his savage appearance.",
        ["purchasable"] = true,
    },
    [143] = 
    {
        ["name"] = "Baby Netch",
        ["categoryType"] = 3,
        ["description"] = "Once this young Netch calf imprints on a master, it will follow him or her anywhere, floating along and tootling happily.",
        ["purchasable"] = true,
    },
    [93] = 
    {
        ["name"] = "Frost Mare",
        ["categoryType"] = 2,
        ["description"] = "With its icy gaze and steaming breath, the frigid Frost Mare seems carved from the very glaciers of Skyrim.",
        ["purchasable"] = true,
    },
    [167] = 
    {
        ["name"] = "Scarecrow Spectre Polymorph",
        ["categoryType"] = 4,
        ["description"] = "The dark magic that makes a spectre animate a scarecrow is thought to be related to those spells that create lurchers from spriggans. Wherever they come from, this costume enables the wearer to appear to be one of these Scarecrow Spectres.",
        ["purchasable"] = true,
    },
    [168] = 
    {
        ["name"] = "Pumpkin Spectre Polymorph",
        ["categoryType"] = 4,
        ["description"] = "A Pumpkin Spectre is like a horrific figure from a skooma-induced nightmare! And with this costume, the wearer can take on the semblance of these dread monsters.",
        ["purchasable"] = true,
    },
    [177] = 
    {
        ["name"] = "Snow Bear Mount",
        ["categoryType"] = 2,
        ["description"] = "The Snow Bear makes a superior mount for northern climes, as it's undaunted by even the fiercest winter weather.",
        ["purchasable"] = true,
    },
    [155] = 
    {
        ["name"] = "Fiendroth",
        ["categoryType"] = 3,
        ["description"] = "Who doesn't want to be followed around by a hulking, armored Daedric bug with steel mandibles and a venomous stinger? It eats nothing but the cries and lamentations of your enemies, so it's an easy keeper. Friendly, too—in its way.",
        ["purchasable"] = true,
    },
  Reply With Quote