View Single Post
02/18/16, 11:27 AM   #6
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,579
Lua Code:
  1. [13] =
  2.     {
  3.         ["name"] = "Rufous Mudcrab",
  4.         ["description"] = "A perky crab buddy whose rust-colored shell covers a cheerful, inquisitive demeanor.",
  5.         ["purchasable"] = false,
  6.         ["categoryType"] = 3,
  7.     },
  8.     [91] =
  9.     {
  10.         ["name"] = "Striated Pony Guar",
  11.         ["description"] = "A favorite household pet in Morrowind, the Striated Pony Guar is a glutton for affection.",
  12.         ["purchasable"] = true,
  13.         ["categoryType"] = 3,
  14.     },
  15.     [56] =
  16.     {
  17.         ["name"] = "Dapple Gray Palfrey",
  18.         ["description"] = "Elegant and intelligent, this breed of horse is a favorite among the nobles of Cyrodiil.",
  19.         ["purchasable"] = true,
  20.         ["categoryType"] = 2,
  21.     },
  22.     [58] =
  23.     {
  24.         ["name"] = "Gray Yokudan Charger",
  25.         ["description"] = "These chargers are descended from the great gray war-horses of the Ra Gada.",
  26.         ["purchasable"] = true,
  27.         ["categoryType"] = 2,
  28.     },
  Reply With Quote