Advertisement
Elvarion

gamestore.lua

Jul 19th, 2020
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 164.02 KB | None | 0 0
  1. --[[
  2.   Items have been updated so that if the offer type is not one of the types: OFFER_TYPE_OUTFIT, OFFER_TYPE_OUTFIT_ADDON,
  3.   OFFER_TYPE_MOUNT, OFFER_TYPE_NAMECHANGE, OFFER_TYPE_SEXCHANGE, OFFER_TYPE_PROMOTION, OFFER_TYPE_EXPBOOST,
  4.   OFFER_TYPE_PREYSLOT, OFFER_TYPE_PREYBONUS, OFFER_TYPE_TEMPLE, OFFER_TYPE_BLESSINGS, OFFER_TYPE_PREMIUM,
  5.   OFFER_TYPE_ALLBLESSINGS (it was not a non-item) then:
  6.   1) If the offer's name didn't exist in items.xml then the offer has been removed.
  7.     These items were removed from the shop because the name didn't exist in items.xml
  8.     [ "Alchemistic Scales", "Alchemist Table", "Pile of Alchemist Books", "Alchemist Cup Board", "Torch of Change", "Ferumbras Bust", "Queen Eloise Bust", "Arrival At Thais Painting", "Tibia Street Painting", "Ferumbras Portrait", "SupremeHealth Potion", "Health Keg", "Strong Health Keg", "Great Health Keg", "Ultimate Health Keg", "Supreme Health Keg", "Mana Keg", "Strong Mana Keg", "Great Mana Keg", "Ultimate Mana Keg", "Ultimate Spirit Keg", "Disintegrate Rune", "Paralyse Rune", "Alchemistic Scales", "Alchemist Table", "Pile of Alchemist Books", "Alchemist Cup Board", "Torch of Change", "Ferumbras Bust", "Queen Eloise Bust", "Arrival At Thais Painting", "Tibia Street Painting", "Ferumbras Portrait", "Demon Pit", "Venoream Table Clock", "StoneTiles", "Bath Tube", "Daily Reward Shrine", "Health Cask", "Strong Health Cask", "Great Health Cask", "Ultimate Health Cask", "Supreme Health Cask", "Mana Cask", "Strong Mana Cask", "Great Mana Cask", "Ultimate Mana Cask", "Great Spirit Cask", "Ultimate Spirit Cask", "Skull Lamp", "Fish Tank", "Lit Protectress Lamp", "Lit Predator Lamp", "LordlyTapestry", "All-Seeing Tapestry", "Gold Pouch" ]
  9.   2) If the offer's name did exist in items.xml then the thingId of the offer has been updated
  10.      so that it matches the item id in items.xml.
  11. ]]
  12.  
  13. -- Parser
  14. dofile('data/modules/scripts/gamestore/init.lua')
  15. -- Config
  16. GameStore.Categories = {
  17.   {
  18.     description = "Check out this category for the latest additions to the Store!",
  19.     icons = { "Category_NewProducts.png" },
  20.     name = "New Products",
  21.       offers = {            
  22.             {
  23.             icons = { "Exercise_Sword.png" },
  24.             name = "Exercise Sword",
  25.             price = 25,
  26.             id = 32384,
  27.             count = 500,
  28.             number = 1,
  29.             description = "Use it to train your sword fighting skill on an exercise dummy!\n\n\n- only usable by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- use it on an exercise dummy to train your sword fighting skill\n- usable 500 times a piece",
  30.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  31.             },
  32.             {
  33.             count = 500,
  34.             number = 1,
  35.             description = "Use it to train your axe fighting skill on an exercise dummy!\n\n\n- only usable by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- use it on an exercise dummy to train your axe fighting skill\n- usable 500 times a piece",
  36.             icons = { "Exercise_Axe.png" },
  37.             name = "Exercise Axe",
  38.             price = 25,
  39.             id = 32385,
  40.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  41.             },
  42.             {
  43.             count = 500,
  44.             number = 1,
  45.             description = "Use it to train your club fighting skill on an exercise dummy!\n\n\n- only usable by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- use it on an exercise dummy to train your club fighting skill\n- usable 500 times a piece",
  46.             icons = { "Exercise_Club.png" },
  47.             name = "Exercise Club",
  48.             price = 25,
  49.             id = 32386,
  50.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  51.             },
  52.             {
  53.             count = 500,
  54.             number = 1,
  55.             description = "Use it to train your magic level on an exercise dummy!\n\n\n- only usable by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- use it on an exercise dummy to train your magic level\n- usable 500 times a piece",
  56.             icons = { "Exercise_Rod.png" },
  57.             name = "Exercise Rod",
  58.             price = 25,
  59.             id = 32388,
  60.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  61.             },
  62.             {
  63.             count = 500,
  64.             number = 1,
  65.             description = "Use it to train your magic level on an exercise dummy!\n\n\n- only usable by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- use it on an exercise dummy to train your magic level\n- usable 500 times a piece",
  66.             icons = { "Exercise_Wand.png" },
  67.             name = "Exercise Wand",
  68.             price = 25,
  69.             id = 32389,
  70.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  71.             },
  72.             {
  73.             count = 500,
  74.             number = 1,
  75.             description = "Use it to train your distance fighting skill on an exercise dummy!\n\n\n- only usable by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- use it on an exercise dummy to train your distance fighting skill\n- usable 500 times a piece",
  76.             icons = { "Exercise_Bow.png" },
  77.             name = "Exercise Bow",
  78.             price = 25,
  79.             id = 32387,
  80.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  81.             },
  82.             {
  83.                 count = 1,
  84.                 icons = { "Ferumbras_Exercise_Dummy.png" },
  85.                 name = "Ferumbras Exercise Dummy",
  86.                 price = 900,
  87.                 id = 32143,
  88.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  89.               },
  90.             {
  91.                 count = 1,
  92.                 icons = { "Demon_Exercise_Dummy.png" },
  93.                 name = "Demon Exercise Dummy",
  94.                 price = 900,
  95.                 id = 32145,
  96.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  97.               },
  98.             {
  99.                 count = 1,
  100.                 icons = { "Monk_Exercise_Dummy.png" },
  101.                 name = "Monk Exercise Dummy",
  102.                 price = 900,
  103.                 id = 32147,
  104.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  105.               },
  106.             {
  107.               count = 500,
  108.               number = 1,
  109.               description = "Changes automatically either a stack of 100 gold pieces into 1 platinum coin, or a stack of 100 platinum coins into 1 crystal coin!\n\n\n- only usable by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- use it to activate or deactivate the automatic conversion\n- converts all stacks of 100 gold or platinum in the inventory whenever it is activated\n- deactivated upon purchase\n- usable for 500 conversions a piece",
  110.               icons = { "Magic_Gold_Converter.png" }, -- não tenho certeza do nome do arquivo
  111.               name = "Magic Gold Converter",
  112.               price = 15,
  113.               id = 32109,
  114.               type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  115.               }
  116.           },
  117.     rookgaard = true,
  118.     state = GameStore.States.STATE_NONE,
  119.   },
  120.   {
  121.     icons = { "Category_PremiumTime.png" },
  122.     name = "Premium Time",
  123.       offers = {
  124.             {
  125.             icons = { "Product_PremiumTime30.png" },
  126.             name = "30 Days of Premium Time",
  127.             price = 100,
  128.             state = GameStore.States.STATE_SALE,
  129.             id = 30,
  130.             type = GameStore.OfferTypes.OFFER_TYPE_PREMIUM,
  131.             validUntil = 30,
  132.             description = "Enhance your gaming experience by gaining additional abilities and advantages:\n\n\n- access to Premium areas\n- use Tibia's transport system (ships, carpet)\n- more spells\n- rent houses\n- found guilds\n- offline training\n- larger depots\n- and many more\n\n- valid for all characters on this account\n- activated at purchase",
  133.             },
  134.             {
  135.             icons = { "Product_PremiumTime90.png" },
  136.             name = "90 Days of Premium Time",
  137.             price = 300,
  138.             state = GameStore.States.STATE_SALE,
  139.             id = 90,
  140.             type = GameStore.OfferTypes.OFFER_TYPE_PREMIUM,
  141.             validUntil = 30,
  142.             description = "Enhance your gaming experience by gaining additional abilities and advantages:\n\n\n- access to Premium areas\n- use Tibia's transport system (ships, carpet)\n- more spells\n- rent houses\n- found guilds\n- offline training\n- larger depots\n- and many more\n\n- valid for all characters on this account\n- activated at purchase",
  143.             },
  144.             {
  145.             icons = { "Product_PremiumTime180.png" },
  146.             name = "180 Days of Premium Time",
  147.             price = 500,
  148.             state = GameStore.States.STATE_SALE,
  149.             id = 180,
  150.             type = GameStore.OfferTypes.OFFER_TYPE_PREMIUM,
  151.             validUntil = 30,
  152.             description = "Enhance your gaming experience by gaining additional abilities and advantages:\n\n\n- access to Premium areas\n- use Tibia's transport system (ships, carpet)\n- more spells\n- rent houses\n- found guilds\n- offline training\n- larger depots\n- and many more\n\n- valid for all characters on this account\n- activated at purchase",
  153.             },
  154.             {
  155.             icons = { "Product_PremiumTime360.png" },
  156.             name = "360 Days of Premium Time",
  157.             price = 1000,
  158.             state = GameStore.States.STATE_SALE,
  159.             id = 360,
  160.             type = GameStore.OfferTypes.OFFER_TYPE_PREMIUM,
  161.             validUntil = 30,
  162.             description = "Enhance your gaming experience by gaining additional abilities and advantages:\n\n\n- access to Premium areas\n- use Tibia's transport system (ships, carpet)\n- more spells\n- rent houses\n- found guilds\n- offline training\n- larger depots\n- and many more\n\n- valid for all characters on this account\n- activated at purchase",
  163.             }
  164.           },
  165.       rookgaard = true,
  166.       state = GameStore.States.STATE_SALVE,
  167.   },
  168.   {
  169.       description = "Buy an Extra Services.",
  170.       icons = { "Category_ExtraServices.png" },
  171.       name = "Extra Services",
  172.       offers = {
  173.             {
  174.             icons = { "namechanger.png" },
  175.             name = "Name Change",
  176.             price = 250,
  177.             id = 65542,
  178.             description = "Tired of your current character name? Purchase a new one!\n\n\n- only usable by purchasing character\n- relog required after purchase to finalise the name change",
  179.             type = GameStore.OfferTypes.OFFER_TYPE_NAMECHANGE,
  180.             },
  181.             {
  182.             icons = { "sexchanger.png" },
  183.             name = "Sex Change",
  184.             price = 120,
  185.             id = 65543,
  186.             description = "Turns your female character into a male one - or vice versa.\n\n\n- only usable by purchasing character\n- activated at purchase\n- you will keep all outfits you have purchased or earned in quest",
  187.             type = GameStore.OfferTypes.OFFER_TYPE_SEXCHANGE,
  188.             }
  189.           },
  190.     rookgaard = true,
  191.     state = GameStore.States.STATE_NONE,
  192.    },
  193.    {
  194.       icons = { "Category_Blessings.png" },
  195.     name = "Blessings",
  196.       offers = {
  197.             {
  198.             icons = { "Product_Blessing_AllPvE.png" },
  199.             name = "All Regular Blessings",
  200.             description = "Reduces your character's chance to lose any items as well as the amount of your character's experience and skill loss upon death:\n\n\n- 1 blessing = 8.00% less Skill / XP loss, 30% equipment protection\n- 2 blessing = 16.00% less Skill / XP loss, 55% equipment protection\n- 3 blessing = 24.00% less Skill / XP loss, 75% equipment protection\n- 4 blessing = 32.00% less Skill / XP loss, 90% equipment protection\n- 5 blessing = 40.00% less Skill / XP loss, 100% equipment protection\n- 6 blessing = 48.00% less Skill / XP loss, 100% equipment protection\n- 7 blessing = 56.00% less Skill / XP loss, 100% equipment protection\n\n\nonly usable by purchasing character \nmaximum amount that can be owned by character: 5 \nadded directly to the Record of Blessings \ncharacters with a red or black skull will always lose all equipment upon death",
  201.             price = 130,
  202.             id = 9,
  203.             type = GameStore.OfferTypes.OFFER_TYPE_ALLBLESSINGS,
  204.             },
  205.             {
  206.             icons = { "Product_Blessing_Fate.png" },
  207.             name = "Twist of Fate",
  208.             description = "Protects your character's regular blessings or an Amulet of Loss if you are unfortunate enough to die in a PvP fight.\n\n- only usable by purchasing character\n- maximum amount that can be owned by character: 5\n- added directly to the Record of Blessings\n- does not work for characters with a red or black skull",
  209.             price = 8,
  210.             id = 1,
  211.             type = GameStore.OfferTypes.OFFER_TYPE_BLESSINGS,
  212.             },
  213.             {
  214.             icons = { "Product_Blessing_Solitude.png" },
  215.             name = "The Wisdom of Solitude",
  216.             description = "Reduces your character's chance to lose any items as well as the amount of your character's experience and skill loss upon death:\n\n\n- 1 blessing = 8.00% less Skill / XP loss, 30% equipment protection\n- 2 blessing = 16.00% less Skill / XP loss, 55% equipment protection\n- 3 blessing = 24.00% less Skill / XP loss, 75% equipment protection\n- 4 blessing = 32.00% less Skill / XP loss, 90% equipment protection\n- 5 blessing = 40.00% less Skill / XP loss, 100% equipment protection\n- 6 blessing = 48.00% less Skill / XP loss, 100% equipment protection\n- 7 blessing = 56.00% less Skill / XP loss, 100% equipment protection\n\n\nonly usable by purchasing character \nmaximum amount that can be owned by character: 5 \nadded directly to the Record of Blessings \ncharacters with a red or black skull will always lose all equipment upon death",
  217.             price = 15,
  218.             id = 2,
  219.             type = GameStore.OfferTypes.OFFER_TYPE_BLESSINGS,
  220.             },
  221.             {
  222.             icons = { "Product_Blessing_Phoenix.png" },
  223.             name = "The Spark of the Phoenix",
  224.             description = "Reduces your character's chance to lose any items as well as the amount of your character's experience and skill loss upon death:\n\n\n- 1 blessing = 8.00% less Skill / XP loss, 30% equipment protection\n- 2 blessing = 16.00% less Skill / XP loss, 55% equipment protection\n- 3 blessing = 24.00% less Skill / XP loss, 75% equipment protection\n- 4 blessing = 32.00% less Skill / XP loss, 90% equipment protection\n- 5 blessing = 40.00% less Skill / XP loss, 100% equipment protection\n- 6 blessing = 48.00% less Skill / XP loss, 100% equipment protection\n- 7 blessing = 56.00% less Skill / XP loss, 100% equipment protection\n\n\nonly usable by purchasing character \nmaximum amount that can be owned by character: 5 \nadded directly to the Record of Blessings \ncharacters with a red or black skull will always lose all equipment upon death",
  225.             price = 15,
  226.             id = 3,
  227.             type = GameStore.OfferTypes.OFFER_TYPE_BLESSINGS,
  228.             },
  229.             {
  230.             icons = { "Product_Blessing_Suns.png" },
  231.             name = "The Fire of the Suns",
  232.             description = "Reduces your character's chance to lose any items as well as the amount of your character's experience and skill loss upon death:\n\n\n- 1 blessing = 8.00% less Skill / XP loss, 30% equipment protection\n- 2 blessing = 16.00% less Skill / XP loss, 55% equipment protection\n- 3 blessing = 24.00% less Skill / XP loss, 75% equipment protection\n- 4 blessing = 32.00% less Skill / XP loss, 90% equipment protection\n- 5 blessing = 40.00% less Skill / XP loss, 100% equipment protection\n- 6 blessing = 48.00% less Skill / XP loss, 100% equipment protection\n- 7 blessing = 56.00% less Skill / XP loss, 100% equipment protection\n\n\nonly usable by purchasing character \nmaximum amount that can be owned by character: 5 \nadded directly to the Record of Blessings \ncharacters with a red or black skull will always lose all equipment upon death",
  233.             price = 15,
  234.             id = 4,
  235.             type = GameStore.OfferTypes.OFFER_TYPE_BLESSINGS,
  236.             },
  237.             {
  238.             icons = { "Product_Blessing_Shielding.png" },
  239.             name = "The Spiritual Shielding",
  240.             description = "Reduces your character's chance to lose any items as well as the amount of your character's experience and skill loss upon death:\n\n\n- 1 blessing = 8.00% less Skill / XP loss, 30% equipment protection\n- 2 blessing = 16.00% less Skill / XP loss, 55% equipment protection\n- 3 blessing = 24.00% less Skill / XP loss, 75% equipment protection\n- 4 blessing = 32.00% less Skill / XP loss, 90% equipment protection\n- 5 blessing = 40.00% less Skill / XP loss, 100% equipment protection\n- 6 blessing = 48.00% less Skill / XP loss, 100% equipment protection\n- 7 blessing = 56.00% less Skill / XP loss, 100% equipment protection\n\n\nonly usable by purchasing character \nmaximum amount that can be owned by character: 5 \nadded directly to the Record of Blessings \ncharacters with a red or black skull will always lose all equipment upon death",
  241.             price = 15,
  242.             id = 5,
  243.             type = GameStore.OfferTypes.OFFER_TYPE_BLESSINGS,
  244.             },
  245.             {
  246.             icons = { "Product_Blessing_Tibia.png" },
  247.             name = "The Embrace of Tibia",
  248.             description = "Reduces your character's chance to lose any items as well as the amount of your character's experience and skill loss upon death:\n\n\n- 1 blessing = 8.00% less Skill / XP loss, 30% equipment protection\n- 2 blessing = 16.00% less Skill / XP loss, 55% equipment protection\n- 3 blessing = 24.00% less Skill / XP loss, 75% equipment protection\n- 4 blessing = 32.00% less Skill / XP loss, 90% equipment protection\n- 5 blessing = 40.00% less Skill / XP loss, 100% equipment protection\n- 6 blessing = 48.00% less Skill / XP loss, 100% equipment protection\n- 7 blessing = 56.00% less Skill / XP loss, 100% equipment protection\n\n\nonly usable by purchasing character \nmaximum amount that can be owned by character: 5 \nadded directly to the Record of Blessings \ncharacters with a red or black skull will always lose all equipment upon death",
  249.             price = 15,
  250.             id = 6,
  251.             type = GameStore.OfferTypes.OFFER_TYPE_BLESSINGS,
  252.             },
  253.             {
  254.             icons = { "Product_Blessing_HeartOfTheMountain.png" },
  255.             name = "Heart of the Mountain",
  256.             description = "Reduces your character's chance to lose any items as well as the amount of your character's experience and skill loss upon death:\n\n\n- 1 blessing = 8.00% less Skill / XP loss, 30% equipment protection\n- 2 blessing = 16.00% less Skill / XP loss, 55% equipment protection\n- 3 blessing = 24.00% less Skill / XP loss, 75% equipment protection\n- 4 blessing = 32.00% less Skill / XP loss, 90% equipment protection\n- 5 blessing = 40.00% less Skill / XP loss, 100% equipment protection\n- 6 blessing = 48.00% less Skill / XP loss, 100% equipment protection\n- 7 blessing = 56.00% less Skill / XP loss, 100% equipment protection\n\n\nonly usable by purchasing character \nmaximum amount that can be owned by character: 5 \nadded directly to the Record of Blessings \ncharacters with a red or black skull will always lose all equipment upon death",
  257.             price = 25,
  258.             id = 7,
  259.             type = GameStore.OfferTypes.OFFER_TYPE_BLESSINGS,
  260.             },
  261.             {
  262.             icons = { "Product_Blessing_BloodOfTheMountain.png" },
  263.             name = "Blood of the Mountain",
  264.             description = "Reduces your character's chance to lose any items as well as the amount of your character's experience and skill loss upon death:\n\n\n- 1 blessing = 8.00% less Skill / XP loss, 30% equipment protection\n- 2 blessing = 16.00% less Skill / XP loss, 55% equipment protection\n- 3 blessing = 24.00% less Skill / XP loss, 75% equipment protection\n- 4 blessing = 32.00% less Skill / XP loss, 90% equipment protection\n- 5 blessing = 40.00% less Skill / XP loss, 100% equipment protection\n- 6 blessing = 48.00% less Skill / XP loss, 100% equipment protection\n- 7 blessing = 56.00% less Skill / XP loss, 100% equipment protection\n\n\nonly usable by purchasing character \nmaximum amount that can be owned by character: 5 \nadded directly to the Record of Blessings \ncharacters with a red or black skull will always lose all equipment upon death",
  265.             price = 25,
  266.             id = 8,
  267.             type = GameStore.OfferTypes.OFFER_TYPE_BLESSINGS,
  268.             }
  269.           },
  270.     rookgaard = true,
  271.     state = GameStore.States.STATE_NONE,
  272.   },
  273.   {
  274.     icons = { "Category_Potions.png" },
  275.     name = "Potions",
  276.       offers = {
  277.             {
  278.             icons = { "Product_Potion_Health_potion.png" },
  279.             name = "Health Potion",
  280.             price = 6,
  281.             id = 7618,
  282.             count = 50,
  283.             number = 50,
  284.             description = "Restores your character's hit points.\n\n\n- only usable by purchasing character\n- only buyable if fitting vocation and level of purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- cannot be purchased by characters with protection zone block or battle sign\n- cannot be purchased if capacity is exceeded",
  285.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  286.             },
  287.             {
  288.             count = 50,
  289.             number = 50,
  290.             icons = { "Product_Potion_Mana_Potion.png" },
  291.             name = "Mana Potion",
  292.             price = 6,
  293.             id = 7620,
  294.             description = "Refills your character's mana.\n\n\n- only usable by purchasing character\n- only buyable if fitting vocation and level of purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- cannot be purchased by characters with protection zone block or battle sign\n- cannot be purchased if capacity is exceeded",
  295.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  296.             }            
  297.           },
  298.     rookgaard = true,
  299.     state = GameStore.States.STATE_NONE,
  300.   },
  301.   {
  302.     icons = { "Category_Potions.png" },
  303.     name = "Kegs",
  304.       offers = {
  305.             {
  306.             icons = { "Mana_Keg.png" },
  307.             name = "Mana Keg",
  308.             price = 26,
  309.             id = 28584,
  310.             count = 500,
  311.             number = 1,
  312.             description = "Fill up potions to refill your mana no matter where you are!\n\n\n- only usable by purchasing character\n- only buyable if fitting vocation and level of purchasing character\n- potions created from this keg will be sent to your Store inbox and can only be stored there and in depot box\n- usable 500 times a piece\n- saves capacity because it's constant weight equals only 250 potions",
  313.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  314.             },
  315.             {
  316.             icons = { "Strong_Mana_Keg.png" },
  317.             name = "Strong Mana Keg",
  318.             price = 43,
  319.             id = 28585,
  320.             count = 500,
  321.             number = 1,
  322.             description = "Fill up potions to refill your mana no matter where you are!\n\n\n- only usable by purchasing character\n- only buyable if fitting vocation and level of purchasing character\n- potions created from this keg will be sent to your Store inbox and can only be stored there and in depot box\n- usable 500 times a piece\n- saves capacity because it's constant weight equals only 250 potions",
  323.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  324.             },
  325.             {
  326.             icons = { "Great_Mana_Keg.png" },
  327.             name = "Great Mana Keg",
  328.             price = 66,
  329.             id = 28586,
  330.             count = 500,
  331.             number = 1,
  332.             description = "Fill up potions to refill your mana no matter where you are!\n\n\n- only usable by purchasing character\n- only buyable if fitting vocation and level of purchasing character\n- potions created from this keg will be sent to your Store inbox and can only be stored there and in depot box\n- usable 500 times a piece\n- saves capacity because it's constant weight equals only 250 potions",
  333.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  334.             },
  335.             {
  336.             icons = { "Ultimate_Mana_Keg.png" },
  337.             name = "Ultimate Mana Keg",
  338.             price = 202,
  339.             id = 28587,
  340.             count = 500,
  341.             number = 1,
  342.             description = "Fill up potions to refill your mana no matter where you are!\n\n\n- only usable by purchasing character\n- only buyable if fitting vocation and level of purchasing character\n- potions created from this keg will be sent to your Store inbox and can only be stored there and in depot box\n- usable 500 times a piece\n- saves capacity because it's constant weight equals only 250 potions",
  343.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  344.             },
  345.             {
  346.             icons = { "Health_Keg.png" },
  347.             name = "Health Keg",
  348.             price = 26,
  349.             id = 28579,
  350.             count = 500,
  351.             number = 1,
  352.             description = "Fill up potions to restore your hit points no matter where you are!\n\n\n- only usable by purchasing character\n- only buyable if fitting vocation and level of purchasing character\n- potions created from this keg will be sent to your Store inbox and can only be stored there and in depot box\n- usable 500 times a piece\n- saves capacity because it's constant weight equals only 250 potions",
  353.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  354.             },
  355.             {
  356.             icons = { "Strong_Health_Keg.png" },
  357.             name = "Strong Health Keg",
  358.             price = 53,
  359.             id = 28580,
  360.             count = 500,
  361.             number = 1,
  362.             description = "Fill up potions to restore your hit points no matter where you are!\n\n\n- only usable by purchasing character\n- only buyable if fitting vocation and level of purchasing character\n- potions created from this keg will be sent to your Store inbox and can only be stored there and in depot box\n- usable 500 times a piece\n- saves capacity because it's constant weight equals only 250 potions",
  363.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  364.             },
  365.             {
  366.             icons = { "Great_Health_Keg.png" },
  367.             name = "Great Health Keg",
  368.             price = 103,
  369.             id = 28581,
  370.             count = 500,
  371.             number = 1,
  372.             description = "Fill up potions to restore your hit points no matter where you are!\n\n\n- only usable by purchasing character\n- only buyable if fitting vocation and level of purchasing character\n- potions created from this keg will be sent to your Store inbox and can only be stored there and in depot box\n- usable 500 times a piece\n- saves capacity because it's constant weight equals only 250 potions",
  373.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  374.             },
  375.             {
  376.             icons = { "Ultimate_Health_Keg.png" },
  377.             name = "Ultimate Health Keg",
  378.             price = 175,
  379.             id = 28582,
  380.             count = 500,
  381.             number = 1,
  382.             description = "Fill up potions to restore your hit points no matter where you are!\n\n\n- only usable by purchasing character\n- only buyable if fitting vocation and level of purchasing character\n- potions created from this keg will be sent to your Store inbox and can only be stored there and in depot box\n- usable 500 times a piece\n- saves capacity because it's constant weight equals only 250 potions",
  383.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  384.             },
  385.             {
  386.             icons = { "Supreme_Health_Keg.png" },
  387.             name = "Supreme Health Keg",
  388.             price = 288,
  389.             id = 28583,
  390.             count = 500,
  391.             number = 1,
  392.             description = "Fill up potions to restore your hit points no matter where you are!\n\n\n- only usable by purchasing character\n- only buyable if fitting vocation and level of purchasing character\n- potions created from this keg will be sent to your Store inbox and can only be stored there and in depot box\n- usable 500 times a piece\n- saves capacity because it's constant weight equals only 250 potions",
  393.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  394.             },
  395.             {
  396.             icons = { "Great_Spirit_Cask.png" },
  397.             name = "Supreme Health Keg",
  398.             price = 105,
  399.             id = 28589,
  400.             count = 500,
  401.             number = 1,
  402.             description = "Fill up potions to restore your hit points and mana no matter where you are!\n\n\n- only usable by purchasing character\n- only buyable if fitting vocation and level of purchasing character\n- potions created from this keg will be sent to your Store inbox and can only be stored there and in depot box\n- usable 500 times a piece\n- saves capacity because it's constant weight equals only 250 potions",
  403.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  404.             },
  405.             {
  406.             icons = { "Ultimate_Ultimate_Spirit_Keg.png" },
  407.             name = "Ultimate Spirit Keg",
  408.             price = 202,
  409.             id = 28590,
  410.             count = 500,
  411.             number = 1,
  412.             description = "Fill up potions to restore your hit points and mana no matter where you are!\n\n\n- only usable by purchasing character\n- only buyable if fitting vocation and level of purchasing character\n- potions created from this keg will be sent to your Store inbox and can only be stored there and in depot box\n- usable 500 times a piece\n- saves capacity because it's constant weight equals only 250 potions",
  413.             type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  414.             }
  415.           },
  416.     rookgaard = true,
  417.     state = GameStore.States.STATE_NONE,
  418.   },
  419.   {
  420.     icons = { "Category_Potions.png" },
  421.     name = "Casks",
  422.       offers = {
  423.             {
  424.                 icons = { "Mana_Cask.png" },
  425.                 name = "Mana Cask",
  426.                 price = 26,
  427.                 id = 28565,
  428.                 count = 1000,
  429.                 number = 1,
  430.                 description = "Place it in your house and fill up potions to refill your mana!\n\n\n- can only be unwrapped in a house owned by the purchasing character\n- comes in a box which can only be unwrapped by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- can be used to fill up potions by all characters that have access to the house\n- potions created from this cask will be sent to your Store inbox and can only be stored there and in depot box\n- will be wrapped back and sent to inbox if the purchasing character is no longer the house owner\n- usable 1000 times a piece\n- can only be purchased with transferable Tibia Coins",
  431.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  432.             },
  433.             {
  434.                 icons = { "Strong_Mana_Cask.png" },
  435.                 name = "Strong Mana Cask",
  436.                 price = 43,
  437.                 id = 28566,
  438.                 count = 1000,
  439.                 number = 1,
  440.                 description = "Place it in your house and fill up potions to refill your mana!\n\n\n- can only be unwrapped in a house owned by the purchasing character\n- comes in a box which can only be unwrapped by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- can be used to fill up potions by all characters that have access to the house\n- potions created from this cask will be sent to your Store inbox and can only be stored there and in depot box\n- will be wrapped back and sent to inbox if the purchasing character is no longer the house owner\n- usable 1000 times a piece\n- can only be purchased with transferable Tibia Coins",
  441.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  442.             },
  443.             {
  444.                 icons = { "Great_Mana_Cask.png" },
  445.                 name = "Great Mana Cask",
  446.                 price = 66,
  447.                 id = 28567,
  448.                 count = 1000,
  449.                 number = 1,
  450.                 description = "Place it in your house and fill up potions to refill your mana!\n\n\n- can only be unwrapped in a house owned by the purchasing character\n- comes in a box which can only be unwrapped by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- can be used to fill up potions by all characters that have access to the house\n- potions created from this cask will be sent to your Store inbox and can only be stored there and in depot box\n- will be wrapped back and sent to inbox if the purchasing character is no longer the house owner\n- usable 1000 times a piece\n- can only be purchased with transferable Tibia Coins",
  451.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  452.             },
  453.             {
  454.                 icons = { "Ultimate_Mana_Cask.png" },
  455.                 name = "Ultimate Mana Cask",
  456.                 price = 202,
  457.                 id = 28568,
  458.                 count = 1000,
  459.                 number = 1,
  460.                 description = "Place it in your house and fill up potions to refill your mana!\n\n\n- can only be unwrapped in a house owned by the purchasing character\n- comes in a box which can only be unwrapped by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- can be used to fill up potions by all characters that have access to the house\n- potions created from this cask will be sent to your Store inbox and can only be stored there and in depot box\n- will be wrapped back and sent to inbox if the purchasing character is no longer the house owner\n- usable 1000 times a piece\n- can only be purchased with transferable Tibia Coins",
  461.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  462.             },
  463.             {
  464.                 icons = { "Health_Cask.png" },
  465.                 name = "Health Cask",
  466.                 price = 26,
  467.                 id = 28555,
  468.                 count = 1000,
  469.                 number = 1,
  470.                 description = "Place it in your house and fill up potions to restore your hit points!\n\n\n- can only be unwrapped in a house owned by the purchasing character\n- comes in a box which can only be unwrapped by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- can be used to fill up potions by all characters that have access to the house\n- potions created from this cask will be sent to your Store inbox and can only be stored there and in depot box\n- will be wrapped back and sent to inbox if the purchasing character is no longer the house owner\n- usable 1000 times a piece\n- can only be purchased with transferable Tibia Coins",
  471.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  472.             },
  473.             {
  474.                 icons = { "Strong_Health_Cask.png" },
  475.                 name = "Strong Health Cask",
  476.                 price = 53,
  477.                 id = 28555,
  478.                 count = 1000,
  479.                 number = 1,
  480.                 description = "Place it in your house and fill up potions to restore your hit points!\n\n\n- can only be unwrapped in a house owned by the purchasing character\n- comes in a box which can only be unwrapped by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- can be used to fill up potions by all characters that have access to the house\n- potions created from this cask will be sent to your Store inbox and can only be stored there and in depot box\n- will be wrapped back and sent to inbox if the purchasing character is no longer the house owner\n- usable 1000 times a piece\n- can only be purchased with transferable Tibia Coins",
  481.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  482.             },
  483.             {
  484.                 icons = { "Great_Health_Cask.png" },
  485.                 name = "Great Health Cask",
  486.                 price = 103,
  487.                 id = 28557,
  488.                 count = 1000,
  489.                 number = 1,
  490.                 description = "Place it in your house and fill up potions to restore your hit points!\n\n\n- can only be unwrapped in a house owned by the purchasing character\n- comes in a box which can only be unwrapped by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- can be used to fill up potions by all characters that have access to the house\n- potions created from this cask will be sent to your Store inbox and can only be stored there and in depot box\n- will be wrapped back and sent to inbox if the purchasing character is no longer the house owner\n- usable 1000 times a piece\n- can only be purchased with transferable Tibia Coins",
  491.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  492.             },
  493.             {
  494.                 icons = { "Ultimate_Health_Cask.png" },
  495.                 name = "Ultimate Health Cask",
  496.                 price = 175,
  497.                 id = 28558,
  498.                 count = 1000,
  499.                 number = 1,
  500.                 description = "Place it in your house and fill up potions to restore your hit points!\n\n\n- can only be unwrapped in a house owned by the purchasing character\n- comes in a box which can only be unwrapped by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- can be used to fill up potions by all characters that have access to the house\n- potions created from this cask will be sent to your Store inbox and can only be stored there and in depot box\n- will be wrapped back and sent to inbox if the purchasing character is no longer the house owner\n- usable 1000 times a piece\n- can only be purchased with transferable Tibia Coins",
  501.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  502.             },
  503.             {
  504.                 icons = { "Supreme_Health_Cask.png" },
  505.                 name = "Supreme Health Cask",
  506.                 price = 288,
  507.                 id = 28559,
  508.                 count = 1000,
  509.                 number = 1,
  510.                 description = "Place it in your house and fill up potions to restore your hit points!\n\n\n- can only be unwrapped in a house owned by the purchasing character\n- comes in a box which can only be unwrapped by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- can be used to fill up potions by all characters that have access to the house\n- potions created from this cask will be sent to your Store inbox and can only be stored there and in depot box\n- will be wrapped back and sent to inbox if the purchasing character is no longer the house owner\n- usable 1000 times a piece\n- can only be purchased with transferable Tibia Coins",
  511.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  512.             },
  513.             {
  514.                 icons = { "Great_Spirit_Cask.png" },
  515.                 name = "Great Spirit Cask",
  516.                 price = 105,
  517.                 id = 28575,
  518.                 count = 1000,
  519.                 number = 1,
  520.                 description = "Place it in your house and fill up potions to restore your hit points and mana!\n\n\n- can only be unwrapped in a house owned by the purchasing character\n- comes in a box which can only be unwrapped by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- can be used to fill up potions by all characters that have access to the house\n- potions created from this cask will be sent to your Store inbox and can only be stored there and in depot box\n- will be wrapped back and sent to inbox if the purchasing character is no longer the house owner\n- usable 1000 times a piece\n- can only be purchased with transferable Tibia Coins",
  521.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  522.             },
  523.             {
  524.                 icons = { "Ultimate_Ultimate_Spirit_Cask.png" },
  525.                 name = "Ultimate Spirit Cask",
  526.                 price = 202,
  527.                 id = 28576,
  528.                 count = 1000,
  529.                 number = 1,
  530.                 description = "Place it in your house and fill up potions to restore your hit points and mana!\n\n\n- can only be unwrapped in a house owned by the purchasing character\n- comes in a box which can only be unwrapped by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- can be used to fill up potions by all characters that have access to the house\n- potions created from this cask will be sent to your Store inbox and can only be stored there and in depot box\n- will be wrapped back and sent to inbox if the purchasing character is no longer the house owner\n- usable 1000 times a piece\n- can only be purchased with transferable Tibia Coins",
  531.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  532.             }
  533.         },
  534.         rookgaard = true,
  535.         state = GameStore.States.STATE_NONE,
  536.     },
  537.     {
  538.         description = "Buy magically filled runes to unleash their energy when in need of it.",
  539.         icons = { "Category_Runes.png" },
  540.         name = "Runes",
  541.         offers = {
  542.             {
  543.                 count = 100,
  544.                 number = 100,
  545.                 description = "Here you can purchase a stack of '100 Avalanche Runes'. Use them to unleash their magical energy when in need of it.Note, characters with a protection zone blockor a battle sign cannot purchase runes. Also, characters cannot buy runes that exceed their capacity. Finally, runes bought in the Store can only be used by the character that makes the purchase. For this reason, the purchased runes need to fit the character's level and magic level.",
  546.                 icons = { "Product_Rune_AvalancheRune.png" },
  547.                 name = "Avalanche Rune",
  548.                 price = 9,
  549.                 id = 2274,
  550.                 type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  551.             },
  552.             {
  553.                 count = 100,
  554.                 number = 100,
  555.                 description = "Here youcan purchase a stack of '100 Explosion Runes'. Use them to unleash their magical energy when in need of it.Note, characters with a protection zone block or a battle sign cannot purchase runes. Also, characters cannot buy runes that exceed their capacity. Finally, runes bought in the Store can only be used by the character that makes the purchase. For this reason, the purchased runes need to fit the character's level and magic level.",
  556.                 icons = { "Product_Rune_ExplosionRune.png" },
  557.                 name = "Explosion Rune",
  558.                 price = 6,
  559.                 id = 2313,
  560.                 type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  561.             },
  562.             {
  563.                 count = 100,
  564.                 number = 100,
  565.                 description = "Here you can purchase a stack of 'Great Fireball Runes'. Use them to unleash their magical energy when in need of it.Note, characters with a protection zone block or a battle sign cannot purchase runes. Also, characters cannot buy runes that exceed their capacity. Finally, runes bought in the Store can only be used by the character that makes the purchase. For this reason, the purchased runes need to fit the character's level and magic level.",
  566.                 icons = { "Product_Rune_GreatFireBallRune.png" },
  567.                 name = "Great Fireball Rune",
  568.                 price = 9,
  569.                 id = 2304,
  570.                 type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  571.             },
  572.             {
  573.                 count = 100,
  574.                 number = 100,
  575.                 description = "Here you can purchase a stack of '100 Icicle Runes'. Use them to unleash their magical energy when in need of it.Note, characters with a protection zoneblock or a battle sign cannot purchase runes. Also, characters cannot buy runes that exceed their capacity. Finally, runes bought in the Store can only be used by the character that makes the purchase. For this reason, the purchased runes need to fit the character's level and magic level.",
  576.                 icons = { "Product_Rune_IcicleRune.png" },
  577.                 name = "Icicle Rune",
  578.                 price = 6,
  579.                 id = 2271,
  580.                 type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  581.             },
  582.             {
  583.                 count = 100,
  584.                 number = 100,
  585.                 description = "Here you can purchase a stack of '100 Sudden Death Runes'. Use them to unleash their magical energy when in need of it.Note, characters with a protection zone block or a battle sign cannot purchase runes. Also, characters cannot buy runes that exceed their capacity. Finally, runes bought in the Store can only be used by the character that makes the purchase. For this reason, the purchased runes need to fit the character's level and magic level.",
  586.                 icons = { "Product_Rune_SuddenDeathRune.png" },
  587.                 name = "Sudden Death Rune",
  588.                 price = 22,
  589.                 id = 2268,
  590.                 type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  591.               }, {
  592.                 count = 100,
  593.                 number = 100,
  594.                 description = "Here you can purchase a stack of '100 Thunderstorm Runes'. Use them to unleash their magical energy when in need of it.Note, characters with a protection zone block or a battle sign cannot purchase runes. Also, characters cannot buy runes that exceed their capacity. Finally, runes bought in the Store can only be used by the character that makes the purchase. For this reason, the purchased runes need to fit the character's level and magic level.",
  595.                 icons = { "Product_Rune_ThunderstormRune.png" },
  596.                 name = "Thunderstorm Rune",
  597.                 price = 7,
  598.                 id = 2315,
  599.                 type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  600.               }, {
  601.                 count = 100,
  602.                 number = 100,
  603.                 description = "Here you can purchase a stack of '100 Ultimate Healing Runes'. Use them to unleash their magical energy when in need of it.Note, characters with a protection zone block or a battle sign cannot purchase runes. Also, characters cannotbuy runes that exceed their capacity. Finally, runes bought in the Store can only be used by the character that makes the purchase. For this reason, the purchased runes need to fit the character's level and magic level.",
  604.                 icons = { "Product_Rune_UltimateHealingRune.png" },
  605.                 name = "Ultimate Healing Rune",
  606.                 price = 35,
  607.                 id = 2273,
  608.                 type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  609.               },  },
  610.    rookgaard = true,
  611.    state = GameStore.States.STATE_NONE,
  612.  }, {
  613.    description = "Buy your character one or more of the fabolous Mountsoffered here.",
  614.    icons = { "Category_Mounts.png" },
  615.    name = "Mounts",
  616.    offers = { {
  617.                 description = "Here you can purchase the Mount 'Cranium Spider' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  618.                 icons = { "Product_Mount_SkullSpider_v1.png" },
  619.                 name = "Cranium Spider",
  620.                 price = 690,
  621.                 id = 116,
  622.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  623.               },
  624.         {
  625.                 description = "Here you can purchase the Mount 'Cave Tarantula' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  626.                 icons = { "Product_Mount_SkullSpider_v2.png" },
  627.                 name = "Cave Tarantula",
  628.                 price = 690,
  629.                 id = 117,
  630.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  631.               },
  632.         {
  633.                 description = "Here you can purchase the Mount 'Snow Pelt' for your character. Riding on a mount isnot only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  634.                 icons = { "Product_Mount_SkullSpider_v3.png" },
  635.                 name = "Gloom Widow",
  636.                 price = 690,
  637.                 id = 118,
  638.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  639.               },
  640.         {
  641.                 description = "Here you can purchase the Mount 'Gloom Widow' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  642.                 icons = { "Product_Mount_UnicornFire.png" },
  643.                 name = "Blazing Unicorn",
  644.                 price = 870,
  645.                 id = 113,
  646.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  647.               },
  648.         {
  649.                 description = "Here you can purchase the Mount 'Artic Unicorn' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  650.                 icons = { "Product_Mount_UnicornRainbow.png" },
  651.                 name = "Artic Unicorn",
  652.                 price = 870,
  653.                 id = 114,
  654.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  655.               },
  656.         {
  657.                 description = "Here you can purchase the Mount 'Prismatic Unicorn' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  658.                 icons = { "Product_Mount_UnicornIce.png" },
  659.                 name = "Prismatic Unicorn",
  660.                 price = 870,
  661.                 id = 115,
  662.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  663.               },
  664.         {
  665.                 description = "Here you can purchase the Mount 'Armoured War Horse' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  666.                 icons = { "Product_Mount_ArmouredWarHorse.png" },
  667.                 name = "Armoured War Horse",
  668.                 price = 870,
  669.                 id = 23,
  670.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  671.               },
  672.         {
  673.                 description = "Here you can purchase the Mount 'Shadow Draptor' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  674.                 icons = { "Product_Mount_shadowdraptor.png" },
  675.                 name = "Shadow Draptor",
  676.                 price = 870,
  677.                 id = 24,
  678.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  679.               },
  680.         {
  681.                 description = "Here you can purchase the Mount 'Steelbeak' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  682.                 icons = { "Product_Mount_steelbeak.png" },
  683.                 name = "Steelbeak",
  684.                 price = 870,
  685.                 id = 34,
  686.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  687.               },
  688.         {
  689.                 description = "Here you canpurchase the Mount 'Crimson Ray' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  690.                 icons = { "Product_Mount_crimsonray.png" },
  691.                 name = "CrimsonRay",
  692.                 price = 870,
  693.                 id = 33,
  694.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  695.               },
  696.         {
  697.                 description = "Here you can purchase the Mount 'Jungle Saurian' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  698.                 icons = { "Product_Mount_Saurian_v1.png" },
  699.                 name = "Jungle Saurian",
  700.                 price = 750,
  701.                 id = 110,
  702.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  703.               },
  704.         {
  705.                 description = "Here you can purchase the Mount 'Ember Saurian' for your character. Riding on a mount is not only cool, but also gives yourcharacter a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  706.                 icons = { "Product_Mount_Saurian_v2.png" },
  707.                 name = "Ember Saurian",
  708.                 price = 750,
  709.                 id = 111,
  710.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  711.               },
  712.         {
  713.                 description = "Here you can purchase the Mount 'Lagoon Saurian' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  714.                 icons = { "Product_Mount_Saurian_v3.png" },
  715.                 name = "Lagoon Saurian",
  716.                 price = 750,
  717.                 id = 112,
  718.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  719.               },
  720.         {
  721.                 description = "Here you can purchase the Mount 'GoldSphinx' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  722.                 icons = { "Product_Mount_Sphinx_v1.png" },
  723.                 name = "Gold Sphinx",
  724.                 price = 750,
  725.                 id = 107,
  726.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  727.               },
  728.         {
  729.                 description = "Here you can purchase the Mount 'Emerald Sphinx' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  730.                 icons = { "Product_Mount_Sphinx_v2.png" },
  731.                 name = "Emerald Sphinx",
  732.                 price = 750,
  733.                 id = 108,
  734.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  735.               },
  736.         {
  737.                 description = "Here you can purchase the Mount 'Shadow Sphinx' foryour character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  738.                 icons = { "Product_Mount_Sphinx_v3.png" },
  739.                 name = "Shadow Sphinx",
  740.                 price = 750,
  741.                 id = 109,
  742.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  743.               },
  744.         {
  745.                 description = "Here you can purchase the Mount 'Jackalope' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  746.                 icons = { "Product_Mount_AntleredRabbit_v1.png" },
  747.                 name = "Jackalope",
  748.                 price = 870,
  749.                 id = 103,
  750.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  751.               },
  752.         {
  753.                 description = "Here you can purchase the Mount 'Dreadhare' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mountwill only be received by the character who purchased it in the Store.",
  754.                 icons = { "Product_Mount_AntleredRabbit_v2.png" },
  755.                 name = "Dreadhare",
  756.                 price = 870,
  757.                 id = 104,
  758.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  759.               },
  760.         {
  761.                 description = "Here you can purchase the Mount 'Wolpertinger' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  762.                 icons = { "Product_Mount_AntleredRabbit_v3.png" },
  763.                 name = "Wolpertinger",
  764.                 price = 870,
  765.                 id = 105,
  766.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  767.               },
  768.         {
  769.                 description = "Here you can purchase the Mount 'Ivory Fang' for your character. Riding on amount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  770.                 icons = { "Product_Mount_ivoryfang.png" },
  771.                 name = "Ivory Fang",
  772.                 price = 750,
  773.                 id = 100,
  774.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  775.               },
  776.         {
  777.                 description = "Here you can purchase the Mount 'Shadow Claw' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  778.                 icons = { "Product_Mount_ShadowClaw.png" },
  779.                 name = "Shadow Claw",
  780.                 price = 750,
  781.                 id = 101,
  782.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  783.               },
  784.         {
  785.                 description = "Here you can purchase the Mount 'Snow Pelt' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  786.                 icons = { "Product_Mount_SnowPelt.png" },
  787.                 name = "Snow Pelt",
  788.                 price = 750,
  789.                 id = 102,
  790.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  791.               },
  792.         {
  793.                 description = "Here you can purchase the Mount 'Swamp Snapper' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  794.                 icons = { "Product_Mount_SwampSnapper.png" },
  795.                 name = "Swamp Snapper",
  796.                 price = 690,
  797.                 id = 95,
  798.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  799.               },
  800.         {
  801.                 description = "Here you can purchase the Mount 'Mould Shell' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased itin the Store.",
  802.                 icons = { "Product_Mount_MouldShell.png" },
  803.                 name = "Mould Shell",
  804.                 price = 690,
  805.                 id = 96,
  806.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  807.               },
  808.         {
  809.                 description = "Here you can purchase the Mount'Reed Lurker' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  810.                 icons = { "Product_Mount_ReedLurker.png" },
  811.                 name = "Reed Lurker",
  812.                 price = 690,
  813.                 id = 97,
  814.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  815.               },
  816.         {
  817.                 description = "Here you can purchase the Mount 'Bloodcurl' for your character. Riding on a mount is not only cool, but also gives your character a speed boost.Note: The Mount will only be received by the character who purchased it in the Store.",
  818.                 icons = { "Product_Mount_Bloodcurl.png" },
  819.                 name = "Bloodcurl",
  820.                 price = 720,
  821.                 id = 92,
  822.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  823.               },
  824.         {
  825.                 description = "Here you can purchase the Mount 'Leafscuttler' for yourcharacter. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  826.                 icons = { "Product_Mount_Leafscuttler.png" },
  827.                 name = "Leafscuttler",
  828.                 price = 750,
  829.                 id = 93,
  830.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  831.               },
  832.         {
  833.                 description = "Here you can purchase the Mount 'Mouldpincer' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  834.                 icons = { "Product_Mount_Mouldpincer.png" },
  835.                 name = "Mouldpincer",
  836.                 price = 750,
  837.                 id = 91,
  838.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  839.               },
  840.         {
  841.                 description = "Here you can purchase the Mount 'Nightdweller' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  842.                 icons = { "Product_Mount_Nightdweller.png" },
  843.                 name = "Nightdweller",
  844.                 price = 870,
  845.                 id = 88,
  846.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  847.               },
  848.         {
  849.                 description = "Here you can purchase the Mount 'Frostflare' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  850.                 icons = { "Product_Mount_Frostflare.png" },
  851.                 name = "Frostflare",
  852.                 price = 870,
  853.                 id = 89,
  854.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  855.               },
  856.         {
  857.                 description = "Here you can purchase the Mount 'Cinderhoof' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  858.                 icons = { "Product_Mount_Cinderhoof.png" },
  859.                 name = "Cinderhoof",
  860.                 price = 870,
  861.                 id = 90,
  862.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  863.               },
  864.         {
  865.                 description = "Here you canpurchase the Mount 'Slagsnare' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  866.                 icons = { "Product_Mount_Slagsnare.png" },
  867.                 name = "Slagsnare",
  868.                 price = 780,
  869.                 id = 84,
  870.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  871.               },
  872.         {
  873.                 description = "Here you can purchase the Mount 'Nightstinger' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  874.                 icons = { "Product_Mount_Nightstinger.png" },
  875.                 name = "Nightstinger",
  876.                 price = 780,
  877.                 id = 85,
  878.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  879.               },
  880.         {
  881.                 description = "Here you can purchase the Mount 'Razorcreep' for your character. Riding on a mount is not only cool, but also gives your character aspeed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  882.                 icons = { "Product_Mount_Razorcreep.png" },
  883.                 name = "Razorcreep",
  884.                 price = 780,
  885.                 id = 86,
  886.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  887.               },
  888.         {
  889.                 description = "Here you can purchase the Mount 'Gorongra' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note:The Mount will only be received by the character who purchased it in the Store.",
  890.                 icons = { "Product_Mount_Gorongra.png" },
  891.                 name = "Gorongra",
  892.                 price = 720,
  893.                 id = 81,
  894.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  895.               },
  896.         {
  897.                 description = "Here you can purchase the Mount 'Noctungra' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  898.                 icons = { "Product_Mount_Noctungra.png" },
  899.                 name = "Noctungra",
  900.                 price = 720,
  901.                 id = 82,
  902.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  903.               },
  904.         {
  905.                 description = "Here you can purchase the Mount 'Silverneck' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  906.                 icons = { "Product_Mount_Silverneck.png" },
  907.                 name = "Silverneck",
  908.                 price = 720,
  909.                 id = 83,
  910.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  911.               },
  912.         {
  913.                 description = "Here you can purchase the Mount 'Sea Devil' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  914.                 icons = { "Product_Mount_SeaDevil.png" },
  915.                 name = "Sea Devil",
  916.                 price = 570,
  917.                 id = 78,
  918.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  919.               },
  920.         {
  921.                 description = "Here you can purchase the Mount 'Coralripper' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  922.                 icons = { "Product_Mount_Coralripper.png" },
  923.                 name = "Coralripper",
  924.                 price = 570,
  925.                 id = 79,
  926.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  927.               },
  928.         {
  929.                 description = "Here you can purchase the Mount 'Plumfish' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  930.                 icons = { "Product_Mount_Plumfish.png" },
  931.                 name = "Plumfish",
  932.                 price = 570,
  933.                 id = 80,
  934.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  935.               },
  936.         {
  937.                 description = "Here you can purchase the Mount 'Flitterkatzen' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  938.                 icons = { "Product_Mount_Flitterkatzen.png" },
  939.                 name = "Flitterkatzen",
  940.                 price = 870,
  941.                 id = 75,
  942.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  943.               },
  944.         {
  945.                 description = "Here you can purchase the Mount 'Venompaw' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  946.                 icons = { "Product_Mount_Venompaw.png" },
  947.                 name = "Venompaw",
  948.                 price = 870,
  949.                 id = 76,
  950.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  951.               },
  952.         {
  953.                 description = "Here you can purchase the Mount 'Batcat' for your character. Riding on amount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  954.                 icons = { "Product_Mount_BatCat.png" },
  955.                 name = "Batcat",
  956.                 price = 870,
  957.                 id = 77,
  958.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  959.               },
  960.         {
  961.                 description = "Here you can purchase the Mount 'Ringtail Waccoon' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will onlybe received by the character who purchased it in the Store.",
  962.                 icons = { "Product_Mount_RingtailWaccoon.png" },
  963.                 name = "Ringtail Waccoon",
  964.                 price = 750,
  965.                 id = 68,
  966.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  967.               },
  968.         {
  969.                 description = "Here you can purchase the Mount 'Night Waccoon' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  970.                 icons = { "Product_Mount_NightWaccoon.png" },
  971.                 name = "Night Waccoon",
  972.                 price = 750,
  973.                 id = 69,
  974.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  975.               },
  976.         {
  977.                 description = "Here you can purchase the Mount 'Emerald Waccoon' for your character. Riding on amount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  978.                 icons = { "Product_Mount_EmeraldWaccoon.png" },
  979.                 name = "Emerald Waccoon",
  980.                 price = 750,
  981.                 id = 70,
  982.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  983.               },
  984.         {
  985.                 description = "Here you can purchase the Mount 'Flying Divan' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be receivedby the character who purchased it in the Store.",
  986.                 icons = { "Product_Mount_FlyingDivan.png" },
  987.                 name = "Flying Divan",
  988.                 price = 900,
  989.                 id = 65,
  990.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  991.               },
  992.         {
  993.                 description = "Here you can purchase the Mount 'Magic Carpet' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  994.                 icons = { "Product_Mount_MagicCarpet.png" },
  995.                 name = "Magic Carpet",
  996.                 price = 900,
  997.                 id = 66,
  998.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  999.               },
  1000.         {
  1001.                 description = "Here you can purchase the Mount 'Floating Kashmir' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1002.                 icons = { "Product_Mount_FloatingKashmir.png" },
  1003.                 name = "Floating Kashmir",
  1004.                 price = 900,
  1005.                 id = 67,
  1006.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1007.               },
  1008.         {
  1009.                 description = "Here you can purchase the Mount 'Shadow Hart' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1010.                 icons = { "Product_Mount_ShadowHart.png" },
  1011.                 name = "Shadow Hart",
  1012.                 price = 660,
  1013.                 id = 72,
  1014.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1015.               },
  1016.         {
  1017.                 description = "Here you can purchase the Mount 'Black Stag' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1018.                 icons = { "Product_Mount_BlackStag.png" },
  1019.                 name = "Black Stag",
  1020.                 price = 660,
  1021.                 id = 73,
  1022.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1023.               },
  1024.         {
  1025.                 description = "Here you can purchase the Mount 'Emperor Deer' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it inthe Store.",
  1026.                 icons = { "Product_Mount_EmperorDeer.png" },
  1027.                 name = "Emperor Deer",
  1028.                 price = 660,
  1029.                 id = 74,
  1030.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1031.               },
  1032.         {
  1033.                 description = "Here you can purchase the Mount 'Tundra Rambler' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1034.                 icons = { "Product_Mount_TundraRambler.png" },
  1035.                 name = "Tundra Rambler",
  1036.                 price = 750,
  1037.                 id = 62,
  1038.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1039.               },
  1040.         {
  1041.                 description = "Here you can purchase the Mount 'Highland Yak' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1042.                 icons = { "Product_Mount_HighlandYak.png" },
  1043.                 name = "Highland Yak",
  1044.                 price = 750,
  1045.                 id = 63,
  1046.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1047.               },
  1048.         {
  1049.                 description = "Here you can purchase the Mount 'Glacier Vagabond' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1050.                 icons = { "Product_Mount_GlacierVagabond.png" },
  1051.                 name = "Glacier Vagabond",
  1052.                 price = 750,
  1053.                 id = 64,
  1054.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1055.               },
  1056.         {
  1057.                 description = "Here you can purchase the Mount 'Golden Dragonfly' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1058.                 icons = { "Product_Mount_GoldenDragonfly.png" },
  1059.                 name = "Golden Dragonfly",
  1060.                 price = 600,
  1061.                 id = 59,
  1062.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1063.               },
  1064.         {
  1065.                 description = "Here you can purchase the Mount 'Steel Bee' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1066.                 icons = { "Product_Mount_SteelBee.png" },
  1067.                 name = "Steel Bee",
  1068.                 price = 600,
  1069.                 id = 60,
  1070.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1071.               },
  1072.         {
  1073.                 description = "Here you can purchase the Mount 'Copper Fly' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1074.                 icons = { "Product_Mount_CopperFly.png" },
  1075.                 name = "Copper Fly",
  1076.                 price = 600,
  1077.                 id = 61,
  1078.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1079.               },
  1080.         {
  1081.                 description = "Here you can purchase the Mount 'Doombringer' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1082.                 icons = { "Product_Mount_Doombringer.png" },
  1083.                 name = "Doombringer",
  1084.                 price = 780,
  1085.                 id = 53,
  1086.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1087.               },
  1088.         {
  1089.                 description = "Here you can purchase the Mount 'Woodland Prince' for your character.Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1090.                 icons = { "Product_Mount_WoodlandPrince.png" },
  1091.                 name = "Woodland Prince",
  1092.                 price = 780,
  1093.                 id = 54,
  1094.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1095.               },
  1096.         {
  1097.                 description = "Here you can purchase the Mount 'Hailtorm Fury' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1098.                 icons = { "Product_Mount_HailstormFury.png" },
  1099.                 name = "Hailtorm Fury",
  1100.                 price = 780,
  1101.                 id = 55,
  1102.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1103.               },
  1104.         {
  1105.                 description = "Here you can purchase the Mount 'Siegebreaker' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only bereceived by the character who purchased it in the Store.",
  1106.                 icons = { "Product_Mount_Siegebreaker.png" },
  1107.                 name = "Siegebreaker",
  1108.                 price = 690,
  1109.                 id = 56,
  1110.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1111.               },
  1112.         {
  1113.                 description = "Here you can purchase the Mount 'Poisonbane' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1114.                 icons = { "Product_Mount_Poisonbane.png" },
  1115.                 name = "Poisonbane",
  1116.                 price = 690,
  1117.                 id = 57,
  1118.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1119.               },
  1120.         {
  1121.                 description = "Hereyou can purchase the Mount 'Blackpelt' for your character. Riding on a mount is not only cool, butalso gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1122.                 icons = { "Product_Mount_Blackpelt.png" },
  1123.                 name = "Blackpelt",
  1124.                 price = 690,
  1125.                 id = 58,
  1126.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1127.               },
  1128.         {
  1129.                 description = "Here you can purchase the Mount 'Nethersteed' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1130.                 icons = { "Product_Mount_Nethersteed.png" },
  1131.                 name = "Nethersteed",
  1132.                 price = 900,
  1133.                 id = 50,
  1134.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1135.               },
  1136.         {
  1137.                 description = "Here you can purchase the Mount 'Tempest' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1138.                 icons = { "Product_Mount_Tempest.png" },
  1139.                 name = "Tempest",
  1140.                 price = 900,
  1141.                 id = 51,
  1142.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1143.               },
  1144.         {
  1145.                 description = "Here you can purchase the Mount 'Flamesteed' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1146.                 icons = { "Product_Mount_Flamesteed.png" },
  1147.                 name = "Flamesteed",
  1148.                 price = 900,
  1149.                 id = 47,
  1150.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1151.               },
  1152.         {
  1153.                 description = "Here you can purchase the Mount 'Tombstinger' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1154.                 icons = { "Product_Mount_Tombstinger.png" },
  1155.                 name = "Tombstinger",
  1156.                 price = 600,
  1157.                 id = 36,
  1158.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1159.               },
  1160.         {
  1161.                 description = "Here you can purchase the Mount 'Death Crawler' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1162.                 icons = { "Product_Mount_DeathCrawler.png" },
  1163.                 name = "Death Crawler",
  1164.                 price = 600,
  1165.                 id = 46,
  1166.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1167.               },
  1168.         {
  1169.                 description = "Here you can purchase the Mount 'Jade Pincer' for your character. Riding on amount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1170.                 icons = { "Product_Mount_JadePincer.png" },
  1171.                 name = "Jade Pincer",
  1172.                 price = 600,
  1173.                 id = 49,
  1174.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1175.               },
  1176.         {
  1177.                 description = "Here you can purchase the Mount 'Desert King' for your character. Riding on a mount is not only cool, but also gives your character a speed boost. Note: The Mount will only be received bythe character who purchased it in the Store.",
  1178.                 icons = { "Product_Mount_DesertKing.png" },
  1179.                 name = "Desert King",
  1180.                 price = 450,
  1181.                 id = 41,
  1182.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1183.               },
  1184.         {
  1185.                 description = "Hereyou can purchase the Mount 'Jade Lion' for your character. Riding on a mount is not only cool, butalso gives your character a speed boost. Note: The Mount will only be received by the character who purchased it in the Store.",
  1186.                 icons = { "Product_Mount_JadeLion.png" },
  1187.                 name = "Jade Lion",
  1188.                 price = 450,
  1189.                 id = 48,
  1190.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1191.               },
  1192.         {
  1193.                 description = "Here you can purchase the Mount 'Winter king' for your character. Riding on a mount is not only cool, but also givesyour character a speed boost. Note: The Mount will only be received by the character who purchasedit in the Store.",
  1194.                 icons = { "Product_Mount_WinterKing.png" },
  1195.                 name = "Winter King",
  1196.                 price = 450,
  1197.                 id = 52,
  1198.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1199.               },
  1200.               -- Nuevos
  1201.               {
  1202.                 description = "Here you can purchase the Mount 'Platesaurian' for your character.",
  1203.                 icons = { "Product_Mount_Platesaurian.png" },
  1204.                 name = "Platesaurian",
  1205.                 price = 450,
  1206.                 id = 37,
  1207.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1208.               },
  1209.              
  1210.               {
  1211.                 description = "Here you can purchase the Mount 'Azudocus' for your character.",
  1212.                 icons = { "Product_Mount_Azudocus.png" },
  1213.                 name = "Azudocus",
  1214.                 price = 450,
  1215.                 id = 44,
  1216.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1217.               },
  1218.              
  1219.               {
  1220.                 description = "Here you can purchase the Mount 'Carpacosaurus' for your character.",
  1221.                 icons = { "Product_Mount_Carpacosaurus.png" },
  1222.                 name = "Carpacosaurus",
  1223.                 price = 450,
  1224.                 id = 45,
  1225.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1226.               },
  1227.               {
  1228.                 description = "Here you can purchase the Mount 'Glooth Glider' for your character.",
  1229.                 icons = { "Product_Mount_Glooth Glider.png" },
  1230.                 name = "Glooth Glider",
  1231.                 price = 450,
  1232.                 id = 71,
  1233.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1234.               },
  1235.              
  1236.               {
  1237.                 description = "Here you can purchase the Mount 'Rift Runner' for your character.",
  1238.                 icons = { "Product_Mount_Rift Runner.png" },
  1239.                 name = "Rift Runner",
  1240.                 price = 450,
  1241.                 id = 87,
  1242.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1243.               },
  1244.               {
  1245.                 description = "Here you can purchase the Mount 'Marsh Toad' for your character.",
  1246.                 icons = { "Product_Mount_Marsh Toad.png" },
  1247.                 name = "Marsh Toad",
  1248.                 price = 450,
  1249.                 id = 120,
  1250.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1251.               },
  1252.               {
  1253.                 description = "Here you can purchase the Mount 'Sanguine Frog' for your character.",
  1254.                 icons = { "Product_Mount_Sanguine Frog.png" },
  1255.                 name = "Sanguine Frog",
  1256.                 price = 450,
  1257.                 id = 121,
  1258.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1259.               },
  1260.               {
  1261.                 description = "Here you can purchase the Mount 'Sanguine Frog' for your character.",
  1262.                 icons = { "Product_Mount_Sanguine Frog.png" },
  1263.                 name = "Sanguine Frog",
  1264.                 price = 450,
  1265.                 id = 121,
  1266.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1267.               },
  1268.               {
  1269.                 description = "Here you can purchase the Mount 'Toxic Toad' for your character.",
  1270.                 icons = { "Product_Mount_Toxic Toad.png" },
  1271.                 name = "Toxic Toad",
  1272.                 price = 450,
  1273.                 id = 122,
  1274.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1275.                 },
  1276.              -- Fin nuevos
  1277.         {
  1278.                 description = "- only usable by purchasing character\n- provides character with a speed boost\n\n\n Badgers have been a staple of the Tibian fauna for a long time, and finally some daring souls have braved the challenge to tame some exceptional specimens - and succeeded! While the common badger you can encounter during your travels might seem like a rather unassuming creature, the Battle Badger, the Ether Badger, and the Zaoan Badger are fierce and mighty beasts, which are at your beck and call.",
  1279.                 icons = { "Product_Mount_Zaoan Badger.png" },
  1280.                 name = "Zaoan Badger",
  1281.                 price = 690,
  1282.                 id = 149,
  1283.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1284.               }  
  1285.       },
  1286.    rookgaard = true,
  1287.    state = GameStore.States.STATE_NONE,
  1288.  },
  1289.  
  1290.  {
  1291.    description = "Buy your character one or more of the fabolous Mountsoffered here.",
  1292.    icons = { "Category_Mounts.png" },
  1293.    name = "Mounts 2",
  1294.    offers = {
  1295.    {
  1296.                 description = "Here you can purchase the Mount 'Ebony Tiger' for your character.",
  1297.                 icons = { "Product_Mount_Ebony Tiger.png" },
  1298.                 name = "Ebony Tiger",
  1299.                 price = 450,
  1300.                 id = 123,
  1301.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1302.                 },
  1303.                 {
  1304.                 description = "Here you can purchase the Mount 'Feral Tiger' for your character.",
  1305.                 icons = { "Product_Mount_Feral Tiger.png" },
  1306.                 name = "Feral Tiger",
  1307.                 price = 450,
  1308.                 id = 124,
  1309.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1310.                 },
  1311.                 {
  1312.                 description = "Here you can purchase the Mount 'Jungle Tiger' for your character.",
  1313.                 icons = { "Product_Mount_Jungle Tiger.png" },
  1314.                 name = "Jungle Tiger",
  1315.                 price = 450,
  1316.                 id = 125,
  1317.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1318.                 },
  1319.                 {
  1320.                 description = "Here you can purchase the Mount 'Fleeting Knowledge' for your character.",
  1321.                 icons = { "Product_Mount_Fleeting Knowledge.png" },
  1322.                 name = "Fleeting Knowledge",
  1323.                 price = 450,
  1324.                 id = 126,
  1325.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1326.                 },
  1327.                 {
  1328.                 description = "Here you can purchase the Mount 'Tawny Owl' for your character.",
  1329.                 icons = { "Product_Mount_Tawny Owl.png" },
  1330.                 name = "Tawny Owl",
  1331.                 price = 450,
  1332.                 id = 127,
  1333.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1334.                 },
  1335.                 {
  1336.                 description = "Here you can purchase the Mount 'Snowy Owl' for your character.",
  1337.                 icons = { "Product_Mount_Snowy Owl.png" },
  1338.                 name = "Snowy Owl",
  1339.                 price = 450,
  1340.                 id = 128,
  1341.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1342.                 },
  1343.                 {
  1344.                 description = "Here you can purchase the Mount 'Boreal Owl' for your character.",
  1345.                 icons = { "Product_Mount_Boreal Owl.png" },
  1346.                 name = "Boreal Owl",
  1347.                 price = 450,
  1348.                 id = 129,
  1349.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1350.                 },
  1351.                 {
  1352.                 description = "Here you can purchase the Mount 'Cold Percht Sleigh' for your character.",
  1353.                 icons = { "Product_Mount_Cold Percht Sleigh.png" },
  1354.                 name = "Cold Percht Sleigh",
  1355.                 price = 450,
  1356.                 id = 132,
  1357.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1358.                 },
  1359.                 {
  1360.                 description = "Here you can purchase the Mount 'Bright Percht Sleigh' for your character.",
  1361.                 icons = { "Product_Mount_Bright Percht Sleigh.png" },
  1362.                 name = "Bright Percht Sleigh",
  1363.                 price = 450,
  1364.                 id = 133,
  1365.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1366.                 },
  1367.                 {
  1368.                 description = "Here you can purchase the Mount 'Dark Percht Sleigh' for your character.",
  1369.                 icons = { "Product_Mount_Dark Percht Sleigh.png" },
  1370.                 name = "Dark Percht Sleigh",
  1371.                 price = 450,
  1372.                 id = 134,
  1373.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1374.                 },
  1375.                 {
  1376.                 description = "Here you can purchase the Mount 'Festive Snowman' for your character.",
  1377.                 icons = { "Product_Mount_Festive Snowman.png" },
  1378.                 name = "Festive Snowman",
  1379.                 price = 450,
  1380.                 id = 135,
  1381.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1382.                 },
  1383.                 {
  1384.                 description = "Here you can purchase the Mount 'Muffled Snowman' for your character.",
  1385.                 icons = { "Product_Mount_Muffled Snowman.png" },
  1386.                 name = "Muffled Snowman",
  1387.                 price = 450,
  1388.                 id = 136,
  1389.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1390.                 },
  1391.                 {
  1392.                 description = "Here you can purchase the Mount 'Caped Snowman' for your character.",
  1393.                 icons = { "Product_Mount_Caped Snowman.png" },
  1394.                 name = "Caped Snowman",
  1395.                 price = 450,
  1396.                 id = 137,
  1397.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1398.                 },
  1399.                 {
  1400.                 description = "Here you can purchase the Mount 'Rabbit Rickshaw' for your character.",
  1401.                 icons = { "Product_Mount_Rabbit Rickshaw.png" },
  1402.                 name = "Rabbit Rickshaw",
  1403.                 price = 450,
  1404.                 id = 138,
  1405.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1406.                 },
  1407.                 {
  1408.                 description = "Here you can purchase the Mount 'Bunny Dray' for your character.",
  1409.                 icons = { "Product_Mount_Bunny Dray.png" },
  1410.                 name = "Bunny Dray",
  1411.                 price = 450,
  1412.                 id = 139,
  1413.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1414.                 },
  1415.                 {
  1416.                 description = "Here you can purchase the Mount 'Cony Cart' for your character.",
  1417.                 icons = { "Product_Mount_Cony Cart.png" },
  1418.                 name = "Cony Cart",
  1419.                 price = 450,
  1420.                 id = 140,
  1421.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1422.                 },
  1423.                 {
  1424.                 description = "Here you can purchase the Mount 'River Crocovile' for your character.",
  1425.                 icons = { "Product_Mount_River Crocovile.png" },
  1426.                 name = "River Crocovile",
  1427.                 price = 450,
  1428.                 id = 141,
  1429.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1430.                 },
  1431.                 {
  1432.                 description = "Here you can purchase the Mount 'Swamp Crocovile' for your character.",
  1433.                 icons = { "Product_Mount_Swamp Crocovile.png" },
  1434.                 name = "Swamp Crocovile",
  1435.                 price = 450,
  1436.                 id = 142,
  1437.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1438.                 },
  1439.                 {
  1440.                 description = "Here you can purchase the Mount 'Nightmarish Crocovile' for your character.",
  1441.                 icons = { "Product_Mount_Nightmarish Crocovile.png" },
  1442.                 name = "Nightmarish Crocovile",
  1443.                 price = 450,
  1444.                 id = 143,
  1445.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1446.                 },
  1447.                 {
  1448.                 description = "Here you can purchase the Mount 'Jousting Eagle' for your character.",
  1449.                 icons = { "Product_Mount_Jousting Eagle.png" },
  1450.                 name = "Jousting Eagle",
  1451.                 price = 450,
  1452.                 id = 145,
  1453.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1454.                 },
  1455.                 {
  1456.                 description = "Here you can purchase the Mount 'Cerberus Champion' for your character.",
  1457.                 icons = { "Product_Mount_Cerberus Champion.png" },
  1458.                 name = "Cerberus Champion",
  1459.                 price = 450,
  1460.                 id = 146,
  1461.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1462.                 },
  1463.                 {
  1464.                 description = "Here you can purchase the Mount 'Battle Badger' for your character.",
  1465.                 icons = { "Product_Mount_Battle Badger.png" },
  1466.                 name = "Battle Badger",
  1467.                 price = 450,
  1468.                 id = 147,
  1469.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1470.                 },
  1471.                 {
  1472.                 description = "Here you can purchase the Mount 'Ether Badger' for your character.",
  1473.                 icons = { "Product_Mount_Ether Badger.png" },
  1474.                 name = "Ether Badger",
  1475.                 price = 450,
  1476.                 id = 148,
  1477.                 type = GameStore.OfferTypes.OFFER_TYPE_MOUNT,
  1478.                 }
  1479.       },
  1480.    rookgaard = true,
  1481.    state = GameStore.States.STATE_NONE,
  1482.  },
  1483.  {
  1484.    -- Base outfit has addon = 0 or no defined addon. By default addon is set to 0.
  1485.    description = "Buy your character one more of the classy outfits offered here.",
  1486.    icons = { "Category_Outfits.png" },
  1487.    name = "Outfits",
  1488.    offers = { {
  1489.                 addon = 3,
  1490.                 icons = { "Product_Outfit_SunPriest_Male_Full.png", "Product_Outfit_SunPriest_Female_Full.png" },
  1491.                 name = "Full Sun Priest Outfit",
  1492.                 price = 750,
  1493.                 sexId = {
  1494.                   female = 1024,
  1495.                   male = 1023
  1496.                 },
  1497.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1498.               }, {
  1499.                 icons = { "Product_Outfit_SunPriest_Male_Base.png", "Product_Outfit_SunPriest_Female_Base.png" },
  1500.                 name = "Sun Priest Outfit",
  1501.                 price = 570,
  1502.                 sexId = {
  1503.                   female = 1024,
  1504.                   male = 1023
  1505.                 },
  1506.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1507.               }, {
  1508.                 addon = 1,
  1509.                 icons = { "Product_Outfit_SunPriest_Male_Addon1.png", "Product_Outfit_SunPriest_Female_Addon1.png" },
  1510.                 name = "Sun Priest Addon 1",
  1511.                 price = 120,
  1512.                 sexId = {
  1513.                   female = 1024,
  1514.                   male = 1023
  1515.                 },
  1516.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1517.               }, {
  1518.                 addon = 2,
  1519.                 icons = { "Product_Outfit_SunPriest_Male_Addon2.png", "Product_Outfit_SunPriest_Female_Addon2.png" },
  1520.                 name = "Sun Priest Addon 2",
  1521.                 price = 120,
  1522.                 sexId = {
  1523.                   female = 1024,
  1524.                   male = 1023
  1525.                 },
  1526.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1527.               }, {
  1528.                 addon = 3,
  1529.                 icons = { "Product_Outfit_Herbalist_Male_Full.png", "Product_Outfit_Herbalist_Female_Full.png" },
  1530.                 name = "Full Herbalist Outfit",
  1531.                 price = 750,
  1532.                 sexId = {
  1533.                   female = 1020,
  1534.                   male = 1021
  1535.                 },
  1536.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1537.               }, {
  1538.                 icons = { "Product_Outfit_Herbalist_Male_Base.png", "Product_Outfit_Herbalist_Female_Base.png" },
  1539.                 name = "Herbalist Outfit",
  1540.                 price = 570,
  1541.                 sexId = {
  1542.                   female = 1020,
  1543.                   male = 1021
  1544.                 },
  1545.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1546.               }, {
  1547.                 addon = 1,
  1548.                 icons = { "Product_Outfit_Herbalist_Male_Addon1.png", "Product_Outfit_Herbalist_Female_Addon1.png" },
  1549.                 name = "Herbalist Addon 1",
  1550.                 price = 120,
  1551.                 sexId = {
  1552.                   female = 1020,
  1553.                   male = 1021
  1554.                 },
  1555.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1556.               }, {
  1557.                 addon = 2,
  1558.                 icons = { "Product_Outfit_Herbalist_Male_Addon2.png", "Product_Outfit_Herbalist_Female_Addon2.png" },
  1559.                 name = "Herbalist Addon 2",
  1560.                 price = 120,
  1561.                 sexId = {
  1562.                   female = 1020,
  1563.                   male = 1021
  1564.                 },
  1565.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1566.               }, {
  1567.                 addon = 3,
  1568.                 icons = { "Product_Outfit_Entrepreneur_Male_Full.png", "Product_Outfit_Entrepreneur_Female_Full.png" },
  1569.                 name = "Full Entrepreneur Outfit",
  1570.                 price = 750,
  1571.                 sexId = {
  1572.                   female = 471,
  1573.                   male = 472
  1574.                 },
  1575.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1576.               }, {
  1577.                 icons = { "Product_Outfit_Entrepreneur_Male_Base.png", "Product_Outfit_Entrepreneur_Female_Base.png" },
  1578.                 name = "Entrepreneur Outfit",
  1579.                 price = 570,
  1580.                 sexId = {
  1581.                   female = 471,
  1582.                   male = 472
  1583.                 },
  1584.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1585.               }, {
  1586.                 addon = 1,
  1587.                 icons = { "Product_Outfit_Entrepreneur_Male_Addon1.png", "Product_Outfit_Entrepreneur_Female_Addon1.png" },
  1588.                 name = "Entrepreneur Addon 1",
  1589.                 price = 120,
  1590.                 sexId = {
  1591.                   female = 471,
  1592.                   male = 472
  1593.                 },
  1594.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1595.               }, {
  1596.                 addon = 2,
  1597.                 icons = { "Product_Outfit_Entrepreneur_Male_Addon2.png", "Product_Outfit_Entrepreneur_Female_Addon2.png" },
  1598.                 name = "Entrepreneur Addon 2",
  1599.                 price = 120,
  1600.                 sexId = {
  1601.                   female = 471,
  1602.                   male = 472
  1603.                 },
  1604.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1605.               }, {
  1606.                 addon = 3,
  1607.                 icons = { "Product_Outfit_TrophyHunter_Male_Full.png", "Product_Outfit_TrophyHunter_Female_Full.png" },
  1608.                 name = "Full Trophy Hunter Outfit",
  1609.                 price = 870,
  1610.                 sexId = {
  1611.                   female = 900,
  1612.                   male = 899
  1613.                 },
  1614.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1615.               }, {
  1616.                 icons = { "Product_Outfit_TrophyHunter_Male_Base.png", "Product_Outfit_TrophyHunter_Female_Base.png" },
  1617.                 name = "Trophy Hunter Outfit",
  1618.                 price = 690,
  1619.                 sexId = {
  1620.                   female = 900,
  1621.                   male = 899
  1622.                 },
  1623.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1624.               }, {
  1625.                 addon = 1,
  1626.                 icons = { "Product_Outfit_TrophyHunter_Male_Addon1.png", "Product_Outfit_TrophyHunter_Female_Addon1.png" },
  1627.                 name = "Trophy Hunter Addon 1",
  1628.                 price = 120,
  1629.                 sexId = {
  1630.                   female = 900,
  1631.                   male = 899
  1632.                 },
  1633.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1634.               }, {
  1635.                 addon = 2,
  1636.                 icons = { "Product_Outfit_TrophyHunter_Male_Addon2.png", "Product_Outfit_TrophyHunter_Female_Addon2.png" },
  1637.                 name = "Trophy Hunter Addon 2",
  1638.                 price = 120,
  1639.                 sexId = {
  1640.                   female = 900,
  1641.                   male = 899
  1642.                 },
  1643.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1644.               }, {
  1645.                 icons = { "Product_Outfit_RetroCitizen_Male_Base.png", "Product_Outfit_RetroCitizen_Female_Base.png" },
  1646.                 name = "Retro Citizen",
  1647.                 price = 870,
  1648.                 sexId = {
  1649.                   female = 975,
  1650.                   male = 974
  1651.                 },
  1652.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1653.               }, {
  1654.                 icons = { "Product_Outfit_RetroHunter_Male_Base.png", "Product_Outfit_RetroHunter_Female_Base.png" },
  1655.                 name = "Retro Hunter",
  1656.                 price = 870,
  1657.                 sexId = {
  1658.                   female = 973,
  1659.                   male = 972
  1660.                 },
  1661.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1662.               }, {
  1663.                 icons = { "Product_Outfit_RetroKnight_Male_Base.png", "Product_Outfit_RetroKnight_FemaleFix_Base.png" },
  1664.                 name = "Retro Knight",
  1665.                 price = 870,
  1666.                 sexId = {
  1667.                   female = 971,
  1668.                   male = 970
  1669.                 },
  1670.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1671.               }, {
  1672.                 icons = { "Product_Outfit_RetroMage_Male_Base.png", "Product_Outfit_RetroMage_Female_Base.png" },
  1673.                 name = "Retro Wizzard",
  1674.                 price = 870,
  1675.                 sexId = {
  1676.                   female = 969,
  1677.                   male = 968
  1678.                 },
  1679.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1680.               }, {
  1681.                 icons = { "Product_Outfit_RetroNobleman_Male_Base.png", "Product_Outfit_RetroNobleman_Female_Base.png" },
  1682.                 name = "Retro Noblewoman",
  1683.                 price = 870,
  1684.                 sexId = {
  1685.                   female = 967,
  1686.                   male = 966
  1687.                 },
  1688.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1689.               }, {
  1690.                 icons = { "Product_Outfit_RetroSummoner_Male_Base.png", "Product_Outfit_RetroSummoner_Female_Base.png" },
  1691.                 name = "Retro Summoner",
  1692.                 price = 870,
  1693.                 sexId = {
  1694.                   female = 965,
  1695.                   male = 964
  1696.                 },
  1697.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1698.               }, {
  1699.                 icons = { "Product_Outfit_RetroWarrior_Male_Base.png", "Product_Outfit_RetroWarrior_Female_Base.png" },
  1700.                 name = "Retro Warrior",
  1701.                 price = 870,
  1702.                 sexId = {
  1703.                   female = 963,
  1704.                   male = 962
  1705.                 },
  1706.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1707.               }, {
  1708.                 addon = 3,
  1709.                 icons = { "Product_Outfit_Pharaoh_male_Full.png", "Product_Outfit_Pharaoh_female_Full.png" },
  1710.                 name = "Full Pharaoh Outfit",
  1711.                 price = 570,
  1712.                 sexId = {
  1713.                   female = 956,
  1714.                   male = 955
  1715.                 },
  1716.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1717.               }, {
  1718.                 icons = { "Product_Outfit_Pharaoh_male_Base.png", "Product_Outfit_Pharaoh_female_Base.png" },
  1719.                 name = "Pharaoh Outfit",
  1720.                 price = 390,
  1721.                 sexId = {
  1722.                   female = 956,
  1723.                   male = 955
  1724.                 },
  1725.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1726.               }, {
  1727.                 addon = 1,
  1728.                 icons = { "Product_Outfit_Pharaoh_male_Addon1.png", "Product_Outfit_Pharaoh_female_Addon1.png" },
  1729.                 name = "Pharaoh Outfit Addon 1",
  1730.                 price = 120,
  1731.                 sexId = {
  1732.                   female = 956,
  1733.                   male = 955
  1734.                 },
  1735.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1736.               }, {
  1737.                 addon = 2,
  1738.                 icons = { "Product_Outfit_Pharaoh_male_Addon2.png", "Product_Outfit_Pharaoh_female_Addon2.png" },
  1739.                 name = "Pharaoh Outfit Addon 2",
  1740.                 price = 120,
  1741.                 sexId = {
  1742.                   female = 956,
  1743.                   male = 955
  1744.                 },
  1745.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1746.               }, {
  1747.                 addon = 3,
  1748.                 icons = { "Product_Outfit_AntlerDruid_male_Full.png", "Product_Outfit_AntlerDruid_female_Full.png" },
  1749.                 name = "Full Groove Keeper Outfit",
  1750.                 price = 870,
  1751.                 sexId = {
  1752.                   female = 909,
  1753.                   male = 908
  1754.                 },
  1755.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1756.               }, {
  1757.                 icons = { "Product_Outfit_AntlerDruid_male_Base.png", "Product_Outfit_AntlerDruid_female_Base.png" },
  1758.                 name = "Groove Keeper Outfit",
  1759.                 price = 690,
  1760.                 sexId = {
  1761.                   female = 900,
  1762.                   male = 899
  1763.                 },
  1764.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1765.               }, {
  1766.                 addon = 1,
  1767.                 icons = { "Product_Outfit_AntlerDruid_male_Addon1.png", "Product_Outfit_AntlerDruid_female_Addon1.png" },
  1768.                 name = "Groove Keeper Addon 1",
  1769.                 price = 120,
  1770.                 sexId = {
  1771.                   female = 900,
  1772.                   male = 899
  1773.                 },
  1774.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1775.               }, {
  1776.                 addon = 2,
  1777.                 icons = { "Product_Outfit_AntlerDruid_male_Addon2.png", "Product_Outfit_AntlerDruid_female_Addon2.png" },
  1778.                 name = "Groove Keeper Addon 2",
  1779.                 price = 120,
  1780.                 sexId = {
  1781.                   female = 900,
  1782.                   male = 899
  1783.                 },
  1784.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1785.               }, {
  1786.                 addon = 3,
  1787.                 icons = { "Product_Outfit_LupinWarden_male_Full.png", "Product_Outfit_LupinWarden_female_Full.png" },
  1788.                 name = "Full Lupine Wardem Outfit",
  1789.                 price = 840,
  1790.                 sexId = {
  1791.                   female = 900,
  1792.                   male = 899
  1793.                 },
  1794.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1795.               }, {
  1796.                 addon = 3,
  1797.                 icons = { "Product_Outfit_LupinWarden_male_Base.png", "Product_Outfit_LupinWarden_female_Base.png" },
  1798.                 name = "Lupine Wardem Outfit",
  1799.                 price = 660,
  1800.                 sexId = {
  1801.                   female = 900,
  1802.                   male = 899
  1803.                 },
  1804.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1805.               }, {
  1806.                 addon = 1,
  1807.                 icons = { "Product_Outfit_LupinWarden_male_Addon1.png", "Product_Outfit_LupinWarden_female_Addon1.png" },
  1808.                 name = "Lupine Wardem Addon 1",
  1809.                 price = 120,
  1810.                 sexId = {
  1811.                   female = 900,
  1812.                   male = 899
  1813.                 },
  1814.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1815.               }, {
  1816.                 addon = 2,
  1817.                 icons = { "Product_Outfit_LupinWarden_male_Addon2.png", "Product_Outfit_LupinWarden_female_Addon2.png" },
  1818.                 name = "Lupine WardemAddon 2",
  1819.                 price = 120,
  1820.                 sexId = {
  1821.                   female = 900,
  1822.                   male = 899
  1823.                 },
  1824.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1825.               }, {
  1826.                 addon = 3,
  1827.                 icons = { "Product_Outfit_ArenaChampion_Male_Full.png", "Product_Outfit_ArenaChampion_Female_Full.png" },
  1828.                 name = "Full Arena Champion Outfit",
  1829.                 price = 870,
  1830.                 sexId = {
  1831.                   female = 885,
  1832.                   male = 884
  1833.                 },
  1834.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1835.               }, {
  1836.                 icons = { "Product_Outfit_ArenaChampion_Male_Base.png", "Product_Outfit_ArenaChampion_Female_Base.png" },
  1837.                 name = "Arena Champion Outfit",
  1838.                 price = 690,
  1839.                 sexId = {
  1840.                   female = 885,
  1841.                   male = 884
  1842.                 },
  1843.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1844.               }, {
  1845.                 addon = 2,
  1846.                 icons = { "Product_Outfit_Beastmaster_Male_Addon2.png", "Product_Outfit_Beastmaster_Female_Addon2.png" },
  1847.                 name = "Arena Champion Outfit Addon 1",
  1848.                 price = 120,
  1849.                 sexId = {
  1850.                   female = 885,
  1851.                   male = 884
  1852.                 },
  1853.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1854.               }, {
  1855.                 addon = 1,
  1856.                 icons = { "Product_Outfit_Beastmaster_Male_Addon1.png", "Product_Outfit_Beastmaster_Female_Addon1.png" },
  1857.                 name = "Arena Champion Outfit Addon 2",
  1858.                 price = 120,
  1859.                 sexId = {
  1860.                   female = 885,
  1861.                   male = 884
  1862.                 },
  1863.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1864.               }, {
  1865.                 addon = 3,
  1866.                 icons = { "Product_Outfit_Professor_Male_Full.png", "Product_Outfit_Professor_Female_Full.png" },
  1867.                 name = "Full Philosopher Outfit",
  1868.                 price = 750,
  1869.                 sexId = {
  1870.                   female = 874,
  1871.                   male = 873
  1872.                 },
  1873.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1874.               }, {
  1875.                 icons = { "Product_Outfit_Professor_Male_Base.png", "Product_Outfit_Professor_Female_Base.png" },
  1876.                 name = "Philosopher Outfit",
  1877.                 price = 570,
  1878.                 sexId = {
  1879.                   female = 874,
  1880.                   male = 873
  1881.                 },
  1882.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1883.               }, {
  1884.                 addon = 1,
  1885.                 icons = { "Product_Outfit_Professor_Male_Addon1.png", "Product_Outfit_Professor_Female_Addon1.png" },
  1886.                 name = "Philosopher Outfit Addon 1",
  1887.                 price = 120,
  1888.                 sexId = {
  1889.                   female = 874,
  1890.                   male = 873
  1891.                 },
  1892.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1893.               }, {
  1894.                 addon = 2,
  1895.                 icons = { "Product_Outfit_Professor_Male_Addon2.png", "Product_Outfit_Professor_Female_Addon2.png" },
  1896.                 name = "Philosopher Outfit Addon 2",
  1897.                 price = 120,
  1898.                 sexId = {
  1899.                   female = 874,
  1900.                   male = 873
  1901.                 },
  1902.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1903.               }, {
  1904.                 addon = 3,
  1905.                 icons = { "Product_Outfit_WinterWarden_Male_Full.png", "Product_Outfit_WinterWarden_Female_Full.png" },
  1906.                 name = "Full Winter Warden Outfit",
  1907.                 price = 870,
  1908.                 sexId = {
  1909.                   female = 852,
  1910.                   male = 853
  1911.                 },
  1912.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1913.               }, {
  1914.                 icons = { "Product_Outfit_WinterWarden_Male_Base.png", "Product_Outfit_WinterWarden_Female_Base.png" },
  1915.                 name = "Winter Warden Outfit",
  1916.                 price = 690,
  1917.                 sexId = {
  1918.                   female = 852,
  1919.                   male = 853
  1920.                 },
  1921.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1922.               }, {
  1923.                 addon = 1,
  1924.                 icons = { "Product_Outfit_WinterWarden_Male_Addon1.png", "Product_Outfit_WinterWarden_Female_Addon1.png" },
  1925.                 name = "Winter Warden Outfit Addon 1",
  1926.                 price = 120,
  1927.                 sexId = {
  1928.                   female = 852,
  1929.                   male = 853
  1930.                 },
  1931.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1932.               }, {
  1933.                 addon = 2,
  1934.                 icons = { "Product_Outfit_WinterWarden_Male_Addon2.png", "Product_Outfit_WinterWarden_Female_Addon2.png" },
  1935.                 name = "Winter Warden Outfit Addon 2",
  1936.                 price = 120,
  1937.                 sexId = {
  1938.                   female = 852,
  1939.                   male = 853
  1940.                 },
  1941.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1942.               }, {
  1943.                 addon = 3,
  1944.                 icons = { "Product_Outfit_RoyalPumpkin_Male_Full.png", "Product_Outfit_RoyalPumpkin_Female_Full.png" },
  1945.                 name = "Full Royal Pumpkin Outfit",
  1946.                 price = 640,
  1947.                 sexId = {
  1948.                   female = 759,
  1949.                   male = 760
  1950.                 },
  1951.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1952.               }, {
  1953.                 icons = { "Product_Outfit_RoyalPumpkin_Male_Base.png", "Product_Outfit_RoyalPumpkin_Female_Base.png" },
  1954.                 name = "Royal Pumpkin Outfit",
  1955.                 price = 660,
  1956.                 sexId = {
  1957.                   female = 759,
  1958.                   male = 760
  1959.                 },
  1960.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1961.               }, {
  1962.                 addon = 1,
  1963.                 icons = { "Product_Outfit_RoyalPumpkin_Male_Addon1.png", "Product_Outfit_RoyalPumpkin_Female_Addon1.png" },
  1964.                 name = "Royal Pumpkin Outfit Addon 1",
  1965.                 price = 120,
  1966.                 sexId = {
  1967.                   female = 759,
  1968.                   male = 760
  1969.                 },
  1970.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1971.               }, {
  1972.                 addon = 2,
  1973.                 icons = { "Product_Outfit_RoyalPumpkin_Male_Addon2.png", "Product_Outfit_RoyalPumpkin_Female_Addon2.png" },
  1974.                 name = "Royal Pumpkin Outfit Addon 2",
  1975.                 price = 120,
  1976.                 sexId = {
  1977.                   female = 759,
  1978.                   male = 760
  1979.                 },
  1980.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  1981.               }, {
  1982.                 addon = 3,
  1983.                 icons = { "Product_Outfit_SeaDog_Male_Full.png", "Product_Outfit_SeaDog_Female_Full.png" },
  1984.                 name = "Full Sea Dog Outfit",
  1985.                 price = 600,
  1986.                 sexId = {
  1987.                   female = 749,
  1988.                   male = 750
  1989.                 },
  1990.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  1991.               }, {
  1992.                 icons = { "Product_Outfit_SeaDog_Male_Base.png", "Product_Outfit_SeaDog_Female_Base.png" },
  1993.                 name = "Sea Dog Outfit",
  1994.                 price = 420,
  1995.                 sexId = {
  1996.                   female = 749,
  1997.                   male = 750
  1998.                 },
  1999.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2000.               }, {
  2001.                 addon = 1,
  2002.                 icons = { "Product_Outfit_SeaDog_Male_Addon1.png", "Product_Outfit_SeaDog_Female_Addon1.png" },
  2003.                 name = "Sea Dog Outfit Addon 1",
  2004.                 price = 120,
  2005.                 sexId = {
  2006.                   female = 749,
  2007.                   male = 750
  2008.                 },
  2009.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2010.               }, {
  2011.                 addon = 2,
  2012.                 icons = { "Product_Outfit_SeaDog_Male_Addon2.png", "Product_Outfit_SeaDog_Female_Addon2.png" },
  2013.                 name = "Sea Dog Outfit Addon 2",
  2014.                 price = 120,
  2015.                 sexId = {
  2016.                   female = 749,
  2017.                   male = 750
  2018.                 },
  2019.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2020.               }, {
  2021.                 addon = 3,
  2022.                 icons = { "Product_Outfit_Champion_Male_Full.png", "Product_Outfit_Champion_Female_Full.png" },
  2023.                 name = "Full Champion Outfit",
  2024.                 price = 570,
  2025.                 sexId = {
  2026.                   female = 632,
  2027.                   male = 633
  2028.                 },
  2029.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2030.               }, {
  2031.                 icons = { "Product_Outfit_Champion_Male_Base.png", "Product_Outfit_Champion_Female_Base.png" },
  2032.                 name = "Champion Outfit",
  2033.                 price = 390,
  2034.                 sexId = {
  2035.                   female = 632,
  2036.                   male = 633
  2037.                 },
  2038.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2039.               }, {
  2040.                 addon = 2,
  2041.                 icons = { "Product_Outfit_Champion_Male_Addon2.png", "Product_Outfit_Champion_Female_Addon2.png" },
  2042.                 name = "Champion Outfit Addon 1",
  2043.                 price = 120,
  2044.                 sexId = {
  2045.                   female = 632,
  2046.                   male = 633
  2047.                 },
  2048.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2049.               }, {
  2050.                 addon = 1,
  2051.                 icons = { "Product_Outfit_Champion_Male_Addon1.png", "Product_Outfit_Champion_Female_Addon1.png" },
  2052.                 name = "Champion Outfit Addon 2",
  2053.                 price = 120,
  2054.                 sexId = {
  2055.                   female = 632,
  2056.                   male = 633
  2057.                 },
  2058.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2059.               }, {
  2060.                 addon = 3,
  2061.                 icons = { "Product_Outfit_Conjurer_Male_Full.png", "Product_Outfit_Conjurer_Female_Full.png" },
  2062.                 name = "Full Conjurer Outfit",
  2063.                 price = 720,
  2064.                 sexId = {
  2065.                   female = 635,
  2066.                   male = 634
  2067.                 },
  2068.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2069.               }, {
  2070.                 icons = { "Product_Outfit_Conjurer_Male_Base.png", "Product_Outfit_Conjurer_Female_Base.png" },
  2071.                 name = "Conjurer Outfit",
  2072.                 price = 540,
  2073.                 sexId = {
  2074.                   female = 635,
  2075.                   male = 634
  2076.                 },
  2077.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2078.               }, {
  2079.                 addon = 1,
  2080.                 icons = { "Product_Outfit_Conjurer_Male_Addon1.png", "Product_Outfit_Conjurer_Female_Addon1.png" },
  2081.                 name = "Conjurer Outfit Addon 1",
  2082.                 price = 120,
  2083.                 sexId = {
  2084.                   female = 635,
  2085.                   male = 634
  2086.                 },
  2087.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2088.               }, {
  2089.                 addon = 2,
  2090.                 icons = { "Product_Outfit_Conjurer_Male_Addon2.png", "Product_Outfit_Conjurer_Female_Addon2.png" },
  2091.                 name = "Conjurer Outfit Addon 2",
  2092.                 price = 120,
  2093.                 sexId = {
  2094.                   female = 635,
  2095.                   male = 634
  2096.                 },
  2097.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2098.               }, {
  2099.                 addon = 3,
  2100.                 icons = { "Product_Outfit_Beastmaster_Male_Full.png", "Product_Outfit_Beastmaster_Female_Full.png" },
  2101.                 name = "Full Beastmaster Outfit",
  2102.                 price = 870,
  2103.                 sexId = {
  2104.                   female = 636,
  2105.                   male = 637
  2106.                 },
  2107.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2108.               }, {
  2109.                 icons = { "Product_Outfit_Beastmaster_Male_Base.png", "Product_Outfit_Beastmaster_Female_Base.png" },
  2110.                 name = "Beastmaster Outfit",
  2111.                 price = 690,
  2112.                 sexId = {
  2113.                   female = 636,
  2114.                   male = 637
  2115.                 },
  2116.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2117.               }, {
  2118.                 addon = 1,
  2119.                 icons = { "Product_Outfit_Beastmaster_Male_Addon1.png", "Product_Outfit_Beastmaster_Female_Addon1.png" },
  2120.                 name = "Beastmaster Outfit Addon 1",
  2121.                 price = 120,
  2122.                 sexId = {
  2123.                   female = 636,
  2124.                   male = 637
  2125.                 },
  2126.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2127.               }, {
  2128.                 addon = 2,
  2129.                 icons = { "Product_Outfit_Beastmaster_Male_Addon2.png", "Product_Outfit_Beastmaster_Female_Addon2.png" },
  2130.                 name = "Beastmaster Outfit Addon 2",
  2131.                 price = 120,
  2132.                 sexId = {
  2133.                   female = 637,
  2134.                   male = 637
  2135.                 },
  2136.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2137.               }, {
  2138.                 addon = 3,
  2139.                 icons = { "Product_Outfit_ChaosAcolyte_Male_Full.png", "Product_Outfit_ChaosAcolyte_Female_Full.png" },
  2140.                 name = "Full Chaos Acolyte Outfit",
  2141.                 price = 600,
  2142.                 sexId = {
  2143.                   female = 664,
  2144.                   male = 665
  2145.                 },
  2146.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2147.               }, {
  2148.                 icons = { "Product_Outfit_ChaosAcolyte_Male_Base.png", "Product_Outfit_ChaosAcolyte_Female_Base.png" },
  2149.                 name = "Chaos Acolyte Outfit",
  2150.                 price = 420,
  2151.                 sexId = {
  2152.                   female = 664,
  2153.                   male = 665
  2154.                 },
  2155.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2156.               }, {
  2157.                 addon = 1,
  2158.                 icons = { "Product_Outfit_ChaosAcolyte_Male_Addon1.png", "Product_Outfit_ChaosAcolyte_Female_Addon1.png" },
  2159.                 name = "Chaos Acolyte Outfit Addon 1",
  2160.                 price = 120,
  2161.                 sexId = {
  2162.                   female = 664,
  2163.                   male = 665
  2164.                 },
  2165.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2166.               }, {
  2167.                 addon = 2,
  2168.                 icons = { "Product_Outfit_ChaosAcolyte_Male_Addon2.png", "Product_Outfit_ChaosAcolyte_Female_Addon2.png" },
  2169.                 name = "Chaos Acolyte Outfit Addon 2",
  2170.                 price = 120,
  2171.                 sexId = {
  2172.                   female = 664,
  2173.                   male = 665
  2174.                 },
  2175.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2176.               }, {
  2177.                 addon = 3,
  2178.                 icons = { "Product_Outfit_DeathHerald_Male_Full.png", "Product_Outfit_DeathHerald_Female_Full.png" },
  2179.                 name = "Full Death Herald Outfit",
  2180.                 price = 600,
  2181.                 sexId = {
  2182.                   female = 666,
  2183.                   male = 667
  2184.                 },
  2185.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2186.               }, {
  2187.                 icons = { "Product_Outfit_DeathHerald_Male_Base.png", "Product_Outfit_DeathHerald_Female_Base.png" },
  2188.                 name = "Death Herald Outfit",
  2189.                 price = 420,
  2190.                 sexId = {
  2191.                   female = 666,
  2192.                   male = 667
  2193.                 },
  2194.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2195.               }, {
  2196.                 addon = 1,
  2197.                 icons = { "Product_Outfit_DeathHerald_Male_Addon1.png", "Product_Outfit_DeathHerald_Female_Addon1.png" },
  2198.                 name = "Death Herald Outfit Addon 1",
  2199.                 price = 120,
  2200.                 sexId = {
  2201.                   female = 666,
  2202.                   male = 667
  2203.                 },
  2204.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2205.               }, {
  2206.                 addon = 2,
  2207.                 icons = { "Product_Outfit_DeathHerald_Male_Addon2.png", "Product_Outfit_DeathHerald_Female_Addon2.png" },
  2208.                 name = "Death Herald Outfit Addon 2",
  2209.                 price = 120,
  2210.                 sexId = {
  2211.                   female = 666,
  2212.                   male = 667
  2213.                 },
  2214.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2215.               }, {
  2216.                 addon = 3,
  2217.                 icons = { "Product_Outfit_Ranger_Male_Full.png", "Product_Outfit_Ranger_Female_Full.png" },
  2218.                 name = "Full Ranger Outfit",
  2219.                 price = 750,
  2220.                 sexId = {
  2221.                   female = 683,
  2222.                   male = 684
  2223.                 },
  2224.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2225.               }, {
  2226.                 icons = { "Product_Outfit_Ranger_Male_Base.png", "Product_Outfit_Ranger_Female_Base.png" },
  2227.                 name = "Ranger Outfit",
  2228.                 price = 570,
  2229.                 sexId = {
  2230.                   female = 683,
  2231.                   male = 684
  2232.                 },
  2233.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2234.               }, {
  2235.                 addon = 1,
  2236.                 icons = { "Product_Outfit_Ranger_Male_Addon1.png", "Product_Outfit_Ranger_Female_Addon1.png" },
  2237.                 name = "Ranger Outfit Addon 1",
  2238.                 price = 120,
  2239.                 sexId = {
  2240.                   female = 683,
  2241.                   male = 684
  2242.                 },
  2243.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2244.               }, {
  2245.                 addon = 2,
  2246.                 icons = { "Product_Outfit_Ranger_Male_Addon2.png", "Product_Outfit_Ranger_Female_Addon2.png" },
  2247.                 name = "Ranger Outfit Addon 2",
  2248.                 price = 120,
  2249.                 sexId = {
  2250.                   female = 683,
  2251.                   male = 684
  2252.                 },
  2253.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2254.               }, {
  2255.                 addon = 3,
  2256.                 icons = { "Product_Outfit_CeremonialGarb_Male_Full.png", "Product_Outfit_CeremonialGarb_Female_Full.png" },
  2257.                 name = "Full Ceremonial Garb Outfit",
  2258.                 price = 750,
  2259.                 sexId = {
  2260.                   female = 694,
  2261.                   male = 695
  2262.                 },
  2263.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2264.               }, {
  2265.                 icons = { "Product_Outfit_CeremonialGarb_Male_Base.png", "Product_Outfit_CeremonialGarb_Female_Base.png" },
  2266.                 name = "Ceremonial Garb Outfit",
  2267.                 price = 570,
  2268.                 sexId = {
  2269.                   female = 694,
  2270.                   male = 695
  2271.                 },
  2272.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2273.               }, {
  2274.                 addon = 1,
  2275.                 icons = { "Product_Outfit_CeremonialGarb_Male_Addon1.png", "Product_Outfit_CeremonialGarb_Female_Addon1.png" },
  2276.                 name = "Ceremonial Garb Outfit Addon 1",
  2277.                 price = 120,
  2278.                 sexId = {
  2279.                   female = 694,
  2280.                   male = 695
  2281.                 },
  2282.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2283.               }, {
  2284.                 addon = 2,
  2285.                 icons = { "Product_Outfit_CeremonialGarb_Male_Addon2.png", "Product_Outfit_CeremonialGarb_Female_Addon2.png" },
  2286.                 name = "Ceremonial Garb Outfit Addon 2",
  2287.                 price = 120,
  2288.                 sexId = {
  2289.                   female = 694,
  2290.                   male = 695
  2291.                 },
  2292.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2293.               }, {
  2294.                 addon = 3,
  2295.                 icons = { "Product_Outfit_Puppeteer_Male_Full.png", "Product_Outfit_Puppeteer_Female_Full.png" },
  2296.                 name = "Full Puppeteer Outfit",
  2297.                 price = 870,
  2298.                 sexId = {
  2299.                   female = 696,
  2300.                   male = 697
  2301.                 },
  2302.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2303.               }, {
  2304.                 icons = { "Product_Outfit_Puppeteer_Male_Base.png", "Product_Outfit_Puppeteer_Female_Base.png" },
  2305.                 name = "Puppeteer Outfit",
  2306.                 price = 690,
  2307.                 sexId = {
  2308.                   female = 696,
  2309.                   male = 697
  2310.                 },
  2311.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2312.               }, {
  2313.                 addon = 1,
  2314.                 icons = { "Product_Outfit_Puppeteer_Male_Addon1.png", "Product_Outfit_Puppeteer_Female_Addon1.png" },
  2315.                 name = "Puppeteer Outfit Addon 1",
  2316.                 price = 120,
  2317.                 sexId = {
  2318.                   female = 696,
  2319.                   male = 697
  2320.                 },
  2321.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2322.               }, {
  2323.                 addon = 2,
  2324.                 icons = { "Product_Outfit_Puppeteer_Male_Addon2.png", "Product_Outfit_Puppeteer_Female_Addon2.png" },
  2325.                 name = "Puppeteer Outfit Addon 2",
  2326.                 price = 120,
  2327.                 sexId = {
  2328.                   female = 696,
  2329.                   male = 697
  2330.                 },
  2331.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2332.               }, {
  2333.                 addon = 3,
  2334.                 icons = { "Product_Outfit_SpiritCaller_Male_Full.png", "Product_Outfit_SpiritCaller_Female_Full.png" },
  2335.                 name = "Full Spirit Caller Outfit",
  2336.                 price = 600,
  2337.                 sexId = {
  2338.                   female = 698,
  2339.                   male = 699
  2340.                 },
  2341.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2342.               }, {
  2343.                 icons = { "Product_Outfit_SpiritCaller_Male_Base.png", "Product_Outfit_SpiritCaller_Female_Base.png" },
  2344.                 name = "Spirit Caller Outfit",
  2345.                 price = 420,
  2346.                 sexId = {
  2347.                   female = 698,
  2348.                   male = 699
  2349.                 },
  2350.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2351.               }, {
  2352.                 addon = 1,
  2353.                 icons = { "Product_Outfit_SpiritCaller_Male_Addon1.png", "Product_Outfit_SpiritCaller_Female_Addon1.png" },
  2354.                 name = "Spirit Caller Outfit Addon 1",
  2355.                 price = 120,
  2356.                 sexId = {
  2357.                   female = 698,
  2358.                   male = 699
  2359.                 },
  2360.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2361.               }, {
  2362.                 addon = 2,
  2363.                 icons = { "Product_Outfit_SpiritCaller_Male_Addon2.png", "Product_Outfit_SpiritCaller_Female_Addon2.png" },
  2364.                 name = "Spirit Caller Outfit Addon 2",
  2365.                 price = 120,
  2366.                 sexId = {
  2367.                   female = 698,
  2368.                   male = 699
  2369.                 },
  2370.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2371.               }, {
  2372.                 addon = 3,
  2373.                 icons = { "Product_Outfit_Evoker_Male_Full.png", "Product_Outfit_Evoker_Female_Full.png" },
  2374.                 name = "Full Evoker Outfit",
  2375.                 price = 840,
  2376.                 sexId = {
  2377.                   female = 724,
  2378.                   male = 725
  2379.                 },
  2380.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2381.               }, {
  2382.                 icons = { "Product_Outfit_Evoker_Male_Base.png", "Product_Outfit_Evoker_Female_Base.png" },
  2383.                 name = "Evoker Outfit",
  2384.                 price = 660,
  2385.                 sexId = {
  2386.                   female = 724,
  2387.                   male = 725
  2388.                 },
  2389.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2390.               }, {
  2391.                 addon = 1,
  2392.                 icons = { "Product_Outfit_Evoker_Male_Addon1.png", "Product_Outfit_Evoker_Female_Addon1.png" },
  2393.                 name = "Evoker Outfit Addon 1",
  2394.                 price = 120,
  2395.                 sexId = {
  2396.                   female = 724,
  2397.                   male = 725
  2398.                 },
  2399.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2400.               }, {
  2401.                 addon = 2,
  2402.                 icons = { "Product_Outfit_Evoker_Male_Addon2.png", "Product_Outfit_Evoker_Female_Addon2.png" },
  2403.                 name = "Evoker OutfitAddon 2",
  2404.                 price = 120,
  2405.                 sexId = {
  2406.                   female = 724,
  2407.                   male = 725
  2408.                 },
  2409.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT_ADDON,
  2410.               }, {
  2411.                 addon = 3,
  2412.                 icons = { "Product_Outfit_SeaWeaver_Male_Full.png", "Product_Outfit_SeaWeaver_Female_Full.png" },
  2413.                 name = "Full Seaweaver Outfit",
  2414.                 price = 570,
  2415.                 sexId = {
  2416.                   female = 732,
  2417.                   male = 733
  2418.                 },
  2419.                 type = GameStore.OfferTypes.OFFER_TYPE_OUTFIT,
  2420.               }},
  2421.    rookgaard =
  2422.  
  2423.    true,
  2424.    state = GameStore.States.STATE_NONE,
  2425.  }, {
  2426.    description = "Buy exceptional equipment to upgrade your Tibia House",
  2427.    icons = { "Category_HouseEquipment.png" },
  2428.    name = "House Equipment",
  2429.    offers = { {
  2430.                 count = 1,
  2431.                 icons = { "Product_HouseEquipment_alchemisticcabinet.png" },
  2432.                 name = "Alchemistic Cabinet",
  2433.                 price = 100,
  2434.                 id = 32020,
  2435.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2436.               }, {
  2437.                 count = 1,
  2438.                 icons = { "Product_HouseEquipment_alchemisticbookstand.png" },
  2439.                 name = "Alchemistic Bookstand",
  2440.                 price = 100,
  2441.                 id = 32031,
  2442.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2443.               }, {
  2444.                 count = 1,
  2445.                 icons = { "Product_HouseEquipment_alchemisticchair.png" },
  2446.                 name = "Alchemistic Chair",
  2447.                 price = 50,
  2448.                 id = 32018,
  2449.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2450.               }, {
  2451.                 count = 1,
  2452.                 icons = { "Product_HouseEquipment_lightofchange.png" },
  2453.                 name = "Light of Change",
  2454.                 price = 120,
  2455.                 id = 33174,
  2456.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2457.               }, {
  2458.                 count = 1,
  2459.                 icons = { "Product_HouseEquipment_kingtibianusbust.png" },
  2460.                 name = "King Tibianus Bust",
  2461.                 price = 50,
  2462.                 id = 32050,
  2463.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2464.               }, {
  2465.                 count = 1,
  2466.                 icons = { "Product_HouseEquipment_Carpet23.png" },
  2467.                 name = "Wheat Carpet",
  2468.                 price = 30,
  2469.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2470.               }, {
  2471.                 count = 1,
  2472.                 icons = { "Product_HouseEquipment_Carpet24.png" },
  2473.                 name = "Crested Carpet",
  2474.                 price = 25,
  2475.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2476.               }, {
  2477.                 count = 1,
  2478.                 icons = { "Product_HouseEquipment_Carpet25.png" },
  2479.                 name = "Decorated Carpet",
  2480.                 price = 35,
  2481.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2482.               }, {
  2483.                 count = 1,
  2484.                 icons = { "Product_HouseEquipment_EgyptianFurniture_Table.png" },
  2485.                 name = "Ornate Table",
  2486.                 price = 50,
  2487.                 id = 29397,
  2488.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2489.               }, {
  2490.                 count = 1,
  2491.                 icons = { "Product_HouseEquipment_EgyptianFurniture_Chair.png" },
  2492.                 name = "Ornate Chair",
  2493.                 price = 50,
  2494.                 id = 29395,
  2495.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2496.               }, {
  2497.                 count = 1,
  2498.                 icons = { "Product_HouseEquipment_EgyptianFurniture_Chest.png" },
  2499.                 name = "Ornate Chest",
  2500.                 price = 80,
  2501.                 id = 29403,
  2502.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2503.               }, {
  2504.                 count = 1,
  2505.                 icons = { "Product_HouseEquipment_EgyptianFurniture_Cupboard.png" },
  2506.                 name = "Ornate Cabinet",
  2507.                 price = 100,
  2508.                 id = 29399,
  2509.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2510.               }, {
  2511.                 count = 1,
  2512.                 icons = { "Product_HouseEquipment_Housepet_Snake.png" },
  2513.                 name = "Terrarium Snake",
  2514.                 price = 180,
  2515.                 id = 29408,
  2516.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2517.               }, {
  2518.                 count = 1,
  2519.                 icons = { "Product_HouseEquipment_NaturalFurniture_Chair.png" },
  2520.                 name = "Verdant Chair",
  2521.                 price = 50,
  2522.                 id = 29340,
  2523.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2524.               }, {
  2525.                 count = 1,
  2526.                 icons = { "Product_HouseEquipment_NaturalFurniture_Cabinet.png" },
  2527.                 name = "Verdant Cabinet",
  2528.                 price = 100,
  2529.                 id = 29342,
  2530.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2531.               }, {
  2532.                 count = 1,
  2533.                 icons = { "Product_HouseEquipment_NaturalFurniture_Chest.png" },
  2534.                 name = "Verdant Trunk",
  2535.                 price = 50,
  2536.                 id = 29346,
  2537.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2538.               }, {
  2539.                 count = 1,
  2540.                 icons = { "Product_HouseEquipment_NaturalFurniture_Table.png" },
  2541.                 name = "Verdant Table",
  2542.                 price = 80,
  2543.                 id = 29347,
  2544.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2545.               }, {
  2546.                 count = 1,
  2547.                 icons = { "Product_HouseEquipment_Carpet_18.png" },
  2548.                 name = "Verdant Carpet",
  2549.                 price = 30,
  2550.                 id = 29351,
  2551.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2552.               }, {
  2553.                 count = 1,
  2554.                 icons = { "Product_HouseEquipment_Carpet_19.png" },
  2555.                 name = "Shaggy Carpet",
  2556.                 price = 30,
  2557.                 id = 29353,
  2558.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2559.               }, {
  2560.                 count = 1,
  2561.                 icons = { "Product_HouseEquipment_Carpet_20.png" },
  2562.                 name = "Mystic Carpet",
  2563.                 price = 35,
  2564.                 id = 29355,
  2565.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2566.               }, {
  2567.                 count = 1,
  2568.                 icons = { "Product_HouseEquipment_Carpet_22.png" },
  2569.                 name = "Wooden Planks",
  2570.                 price = 25,
  2571.                 id = 29359,
  2572.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2573.               }, {
  2574.                 count = 1,
  2575.                 icons = { "Product_HouseEquipment_HrodmirianWeaponRack.png" },
  2576.                 name = "Hrodmiran Weapons Rack",
  2577.                 price = 90,
  2578.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2579.               }, {
  2580.                 count = 1,
  2581.                 icons = { "Product_HouseEquipment_BabyGiantSpider.png" },
  2582.                 name = "Terrarium Spider",
  2583.                 price = 180,
  2584.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2585.               }, {
  2586.                 count = 1,
  2587.                 icons = { "Product_HouseEquipment_ShinyDailyRewardShrine.png" },
  2588.                 name = "Shiny Daily Reward Shrine",
  2589.                 price = 150,
  2590.                 id = 29024,
  2591.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2592.               }, {
  2593.                 count = 1,
  2594.                 description = "Buy an incredible Vengothic Chair to decorate your home.",
  2595.                 icons = { "Product_HouseEquipment_VengothicFurniture_Chair.png" },
  2596.                 name = "Vengothic Chair",
  2597.                 price = 50,
  2598.                 id = 27900,
  2599.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2600.               }, {
  2601.                 count = 1,
  2602.                 description = "Buy an incredible Vengothic Chest to decorate your home.",
  2603.                 icons = { "Product_HouseEquipment_VengothicFurniture_Chest.png" },
  2604.                 name = "Vengothic Chest",
  2605.                 price = 80,
  2606.                 id = 27908,
  2607.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2608.               }, {
  2609.                 count = 1,
  2610.                 description = "Buy an incredible Vengothic Cabinet to decorate your home.",
  2611.                 icons = { "Product_HouseEquipment_VengothicFurniture_Cupboard.png" },
  2612.                 name = "Vengothic Cabinet",
  2613.                 price = 100,
  2614.                 id = 27904,
  2615.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2616.               }, {
  2617.                 count = 1,
  2618.                 description = "Buy an incredible Vengothic Table to decorate your home.",
  2619.                 icons = { "Product_HouseEquipment_VengothicFurniture_Table.png" },
  2620.                 name = "Vengothic Table",
  2621.                 price = 50,
  2622.                 id = 27902,
  2623.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2624.               }, {
  2625.                 count = 1,
  2626.                 description = "Buy an incredible Vengothic Lamp to decorate your home.",
  2627.                 icons = { "Product_HouseEquipment_VengothicLamp.png" },
  2628.                 name = "Vengothic Lamp",
  2629.                 price = 180,
  2630.                 id = 27909,
  2631.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2632.               }, {
  2633.                 count = 1,
  2634.                 description = "Buy an incredible Chamaleon to decorate your home.",
  2635.                 icons = { "Product_HouseEquipment_Chameleon.png" },
  2636.                 name = "Chamaleon",
  2637.                 price = 250,
  2638.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2639.               }, {
  2640.                 count = 1,
  2641.                 description = "Buy an incredible Blooming Cactus to decorate your home.",
  2642.                 icons = { "Product_HouseEquipment_BloomingCactus.png" },
  2643.                 name = "Blooming Cactus",
  2644.                 price = 50,
  2645.                 id = 27892,
  2646.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2647.               }, {
  2648.                 count = 1,
  2649.                 description = "Buy an incredible Bitter-Smack Leaf to decorate your home.",
  2650.                 icons = { "Product_HouseEquipment_BitterSmackLeaf.png" },
  2651.                 name = "Bitter-Smack Leaf",
  2652.                 price = 50,
  2653.                 id = 27893,
  2654.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2655.               }, {
  2656.                 count = 1,
  2657.                 description = "Buy an incredible Pink Roses to decorate your home.",
  2658.                 icons = { "Product_HouseEquipment_PinkRoses.png" },
  2659.                 name = "Pink Roses",
  2660.                 price = 50,
  2661.                 id = 27894,
  2662.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2663.               }, {
  2664.                 count = 1,
  2665.                 description = "Buy an incredible Red Roses to decorate your home.",
  2666.                 icons = { "Product_HouseEquipment_RedRoses.png" },
  2667.                 name = "Red Roses",
  2668.                 price = 50,
  2669.                 id = 27895,
  2670.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2671.               }, {
  2672.                 count = 1,
  2673.                 description = "Buy an incredible Yellow Roses to decorate your home.",
  2674.                 icons = { "Product_HouseEquipment_YellowRoses.png" },
  2675.                 name = "Yellow Roses",
  2676.                 price = 50,
  2677.                 id = 27896,
  2678.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2679.               }, {
  2680.                 count = 1,
  2681.                 description = "Buy an incredible Parrot to decorate your home.",
  2682.                 icons = { "Product_HouseEquipment_Housepet_Parrot.png" },
  2683.                 name = "Parrot",
  2684.                 price = 180,
  2685.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2686.               }, {
  2687.                 count = 1,
  2688.                 description = "Buy an incredible Flowery Carpet to decorate your home.",
  2689.                 icons = { "Product_HouseEquipment_Carpet_10.png" },
  2690.                 name = "Flowery Carpet",
  2691.                 price = 35,
  2692.                 id = 27092,
  2693.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2694.               }, {
  2695.                 count = 1,
  2696.                 description = "Buy an incredible Colourful Carpet to decorate your home.",
  2697.                 icons = { "Product_HouseEquipment_Carpet_11.png" },
  2698.                 name = "Colourful Carpet",
  2699.                 price = 35,
  2700.                 id = 27093,
  2701.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2702.               }, {
  2703.                 count = 1,
  2704.                 description = "Buy an incredible Striped Carpet to decorate your home.",
  2705.                 icons = { "Product_HouseEquipment_Carpet_12.png" },
  2706.                 name = "Striped Carpet",
  2707.                 price = 35,
  2708.                 id = 27094,
  2709.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2710.               }, {
  2711.                 count = 1,
  2712.                 description = "Buy an incredible Patterned Carpet to decorate your home.",
  2713.                 icons = { "Product_HouseEquipment_Carpet_15.png" },
  2714.                 name = "Patterned Carpet",
  2715.                 price = 30,
  2716.                 id = 27097,
  2717.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2718.               }, {
  2719.                 count = 1,
  2720.                 description = "Buy an incredible Fur Carpet to decorate your home.",
  2721.                 icons = { "Product_HouseEquipment_Carpet_13.png" },
  2722.                 name = "Fur Carpet",
  2723.                 price = 30,
  2724.                 id = 27095,
  2725.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2726.               }, {
  2727.                 count = 1,
  2728.                 description = "Buy an incredible Diamond Carpet to decorate your home.",
  2729.                 icons = { "Product_HouseEquipment_Carpet_14.png" },
  2730.                 name = "Diamond Carpet",
  2731.                 price = 30,
  2732.                 id = 27096,
  2733.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2734.               }, {
  2735.                 count = 1,
  2736.                 description = "Buy an Night Sky Carpet Carpet to decorate your home.",
  2737.                 icons = { "Product_HouseEquipment_Carpet_16.png" },
  2738.                 name = "Night Sky Carpet",
  2739.                 price = 30,
  2740.                 id = 27098,
  2741.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2742.               }, {
  2743.                 count = 1,
  2744.                 description = "Buy an incredible Star Carpet to decorate your home.",
  2745.                 icons = { "Product_HouseEquipment_Carpet_17.png" },
  2746.                 name = "Star Carpet",
  2747.                 price = 30,
  2748.                 id = 27099,
  2749.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2750.               }, {
  2751.                 count = 1,
  2752.                 description = "Buy an incredible Gilded Imbuing Shrine to decorate your home.",
  2753.                 icons = { "Product_HouseEquipment_GildedImbuingShrine.png" },
  2754.                 name = "Gilded Imbuing Shrine",
  2755.                 price = 200,
  2756.                 id = 27851,
  2757.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2758.               }, {
  2759.                 count = 1,
  2760.                 description = "Buy an incredible Imbuing Shrine to decorate your home.",
  2761.                 icons = { "Product_HouseEquipment_ImbuingShrine.png" },
  2762.                 name = "Imbuing Shrine",
  2763.                 price = 150,
  2764.                 id = 27729,
  2765.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2766.               }, {
  2767.                 count = 1,
  2768.                 description = "Buy an incredible Dog House to decorate your home.",
  2769.                 icons = { "Product_HouseEquipment_Housepet_DogHouse.png" },
  2770.                 name = "Dog House",
  2771.                 price = 150,
  2772.                 id = 26365,
  2773.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2774.               }, {
  2775.                 count = 1,
  2776.                 description = "Buy an incredible Golden Dragon Tapestry to decorate your home.",
  2777.                 icons = { "Product_HouseEquipment_Tapestry_04.png" },
  2778.                 name = "Golden Dragon Tapestry",
  2779.                 price = 70,
  2780.                 id = 26379,
  2781.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2782.               }, {
  2783.                 count = 1,
  2784.                 description = "Buy an incredible Sword Tapestry to decorate your home.",
  2785.                 icons = { "Product_HouseEquipment_Tapestry_05.png" },
  2786.                 name = "Sword Tapestry",
  2787.                 price = 60,
  2788.                 id = 26380,
  2789.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2790.               }, {
  2791.                 count = 1,
  2792.                 description = "Buy an incredible Brocade Tapestry to decorate your home.",
  2793.                 icons = { "Product_HouseEquipment_Tapestry_06.png" },
  2794.                 name = "Brocade Tapestry",
  2795.                 price = 50,
  2796.                 id = 26381,
  2797.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2798.               }, {
  2799.                 count = 1,
  2800.                 description = "Buy an incredible Rustic Cabinet to decorate your home.",
  2801.                 icons = { "Product_HouseEquipment_RusticFurniture_Cabinet.png" },
  2802.                 name = "Rustic Cabinet",
  2803.                 price = 100,
  2804.                 id = 26357,
  2805.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2806.               }, {
  2807.                 count = 1,
  2808.                 description = "Buy an incredible Rustic Chair to decorate your home.",
  2809.                 icons = { "Product_HouseEquipment_RusticFurniture_Chair.png" },
  2810.                 name = "Rustic Chair",
  2811.                 price = 50,
  2812.                 id = 26352,
  2813.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2814.               }, {
  2815.                 count = 1,
  2816.                 description = "Buy an incredible Rustic Trunk to decorate your home.",
  2817.                 icons = { "Product_HouseEquipment_RusticFurniture_Chest.png" },
  2818.                 name = "Rustic Trunk",
  2819.                 price = 80,
  2820.                 id = 26362,
  2821.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2822.               }, {
  2823.                 count = 1,
  2824.                 description = "Buy an incredible Rustic Table to decorate your home.",
  2825.                 icons = { "Product_HouseEquipment_RusticFurniture_Table.png" },
  2826.                 name = "Rustic Table",
  2827.                 price = 50,
  2828.                 id = 26355,
  2829.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2830.               }, {
  2831.                 count = 1,
  2832.                 description = "Buy an incredible Crimson Carpet to decorate your home.",
  2833.                 icons = { "Product_HouseEquipment_Carpet_04.png" },
  2834.                 name = "Crimson Carpet",
  2835.                 price = 35,
  2836.                 id = 26371,
  2837.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2838.               }, {
  2839.                 count = 1,
  2840.                 description = "Buy an incredible Azure Carpet to decorate your home.",
  2841.                 icons = { "Product_HouseEquipment_Carpet_05.png" },
  2842.                 name = "Azure Carpet",
  2843.                 price = 35,
  2844.                 id = 26372,
  2845.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2846.               }, {
  2847.                 count = 1,
  2848.                 description = "Buy an incredible Emerald Carpet to decorate your home.",
  2849.                 icons = { "Product_HouseEquipment_Carpet_06.png" },
  2850.                 name = "Emerald Carpet",
  2851.                 price = 30,
  2852.                 id = 26373,
  2853.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2854.               }, {
  2855.                 count = 1,
  2856.                 description = "Buy an incredible Light Parquet to decorate your home.",
  2857.                 icons = { "Product_HouseEquipment_Carpet_07.png" },
  2858.                 name = "Light Parquet",
  2859.                 price = 30,
  2860.                 id = 26374,
  2861.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2862.               }, {
  2863.                 count = 1,
  2864.                 description = "Buy an incredible Dark Parquet to decorate your home.",
  2865.                 icons = { "Product_HouseEquipment_Carpet_08.png" },
  2866.                 name = "Dark Parquet",
  2867.                 price = 30,
  2868.                 id = 26375,
  2869.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2870.               }, {
  2871.                 count = 1,
  2872.                 description = "Buy an incredible Marble Floor to decorate your home.",
  2873.                 icons = { "Product_HouseEquipment_Carpet_09.png" },
  2874.                 name = "Marble Floor",
  2875.                 price = 30,
  2876.                 id = 23259,
  2877.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2878.               }, {
  2879.                 count = 1,
  2880.                 description = "Buy an incredible Baby Dragon to decorate your home.",
  2881.                 icons = { "Product_HouseEquipment_Housepet_BabyDragon.png" },
  2882.                 name = "Baby Dragon",
  2883.                 price = 250,
  2884.                 id = 26099,
  2885.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2886.               }, {
  2887.                 count = 1,
  2888.                 description = "Buy an incredible Cat in a Basket to decorate your home.",
  2889.                 icons = { "Product_HouseEquipment_Housepet_Cat.png" },
  2890.                 name = "Cat in a Basket",
  2891.                 price = 150,
  2892.                 id = 26108,
  2893.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2894.               },
  2895.         {
  2896.                 count = 1,
  2897.                 description = "Buy an incredible Hamster in a Wheel to decorate your home.",
  2898.                 icons = { "Product_HouseEquipment_Housepet_Hamster.png" },
  2899.                 name = "Hamster in a Wheel",
  2900.                 price = 180,
  2901.                 id = 26101,
  2902.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2903.               },
  2904.         {
  2905.                 count = 1,
  2906.                 description = "Buy an incredible Magnificent Cabinet to decorate your home.",
  2907.                 icons = { "Product_HouseEquipment_BaroqueFurniture_Cabinet.png" },
  2908.                 name = "Magnificent Cabinet",
  2909.                 price = 100,
  2910.                 id = 26076,
  2911.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2912.               },
  2913.         {
  2914.                 count = 1,
  2915.                 description = "Buy an incredible Magnificent chair to decorate your home.",
  2916.                 icons = { "Product_HouseEquipment_BaroqueFurniture_Chair.png" },
  2917.                 name = "Magnificent Chair",
  2918.                 price = 60,
  2919.                 id = 26062,
  2920.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2921.               },
  2922.         {
  2923.                 count = 1,
  2924.                 description = "Buy an incredible Magnificent Trunk to decorate your home.",
  2925.                 icons = { "Product_HouseEquipment_BaroqueFurniture_Chest.png" },
  2926.                 name = "Magnificent Trunk",
  2927.                 price = 70,
  2928.                 id = 26086,
  2929.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2930.               },
  2931.         {
  2932.                 count = 1,
  2933.                 description = "Buy an incredible Magnificent Table to decorate your home.",
  2934.                 icons = { "Product_HouseEquipment_BaroqueFurniture_Table.png" },
  2935.                 name = "Magnificent Table",
  2936.                 price = 60,
  2937.                 id = 26074,
  2938.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2939.               },
  2940.         {
  2941.                 count = 1,
  2942.                 description = "Buy an incredible Ferocious Cabinet to decorate your home.",
  2943.                 icons = { "Product_HouseEquipment_TortureChamberFurniture_Cabinet.png" },
  2944.                 name = "Ferocious Cabinet",
  2945.                 price = 110,
  2946.                 id = 26078,
  2947.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2948.               },
  2949.         {
  2950.                 count = 1,
  2951.                 description = "Buy an incredible Ferocious Chair to decorate your home.",
  2952.                 icons = { "Product_HouseEquipment_TortureChamberFurniture_Chair.png" },
  2953.                 name = "Ferocious Chair",
  2954.                 price = 50,
  2955.                 id = 26066,
  2956.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2957.               },
  2958.         {
  2959.                 count = 1,
  2960.                 description = "Buy an incredible Ferocious Trunk to decorate your home.",
  2961.                 icons = { "Product_HouseEquipment_TortureChamberFurniture_Chest.png" },
  2962.                 name = "Ferocious Trunk",
  2963.                 price = 80,
  2964.                 id = 26082,
  2965.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2966.               },
  2967.         {
  2968.                 count = 1,
  2969.                 description = "Buy an incredible Ferocious Table to decorate your home.",
  2970.                 icons = { "Product_HouseEquipment_TortureChamberFurniture_Table.png" },
  2971.                 name = "Ferocious Table",
  2972.                 price = 50,
  2973.                 id = 26070,
  2974.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2975.               },
  2976.         {
  2977.                 count = 1,
  2978.                 description = "Buy an incredible Yalaharian Carpet to decorateyour home.",
  2979.                 icons = { "Product_HouseEquipment_Carpet1.png" },
  2980.                 name = "Yalaharian Carpet",
  2981.                 price = 35,
  2982.                 id = 26109,
  2983.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2984.               },
  2985.         {
  2986.                 count = 1,
  2987.                 description = "Buy an incredible White Fur Carpet to decorate your home.",
  2988.                 icons = { "Product_HouseEquipment_Carpet2.png" },
  2989.                 name = "White Fur Carpet",
  2990.                 price = 30,
  2991.                 id = 26110,
  2992.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  2993.             },
  2994.             {
  2995.                 count = 26111,
  2996.                 description = "Buy an incredible Bamboo Mat to decorate your home.",
  2997.                 icons = { "Product_HouseEquipment_Carpet3.png" },
  2998.                 name = "Bamboo Mat",
  2999.                 price = 25,
  3000.                 id = 26111,
  3001.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  3002.             },
  3003.             {
  3004.                 count = 1,
  3005.                 description = "Buy an incredible Royal Mailbox to decorate your home.",
  3006.                 icons = { "Product_HouseEquipment_Mailbox_Golden.png" },
  3007.                 name = "Royal Mailbox",
  3008.                 price = 150,
  3009.                 id = 26056,
  3010.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  3011.             },
  3012.             {
  3013.                 count = 1,
  3014.                 description = "Buy an incredible Ornate Mailbox to decorate your home.",
  3015.                 icons = { "Product_HouseEquipment_Mailbox_Standard.png" },
  3016.                 name = "Ornate Mailbox",
  3017.                 price = 200,
  3018.                 id = 26058,
  3019.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  3020.             },
  3021.             {
  3022.                 count = 1,
  3023.                 description = "Buy an incredible Menacing Tapestry to decorate your home.",
  3024.                 icons = { "Product_HouseEquipment_Tapestry_02.png" },
  3025.                 name = "Menacing Tapestry",
  3026.                 price = 70,
  3027.                 id = 26105,
  3028.                 type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,
  3029.             }
  3030.         },
  3031.         rookgaard = true,
  3032.         state = GameStore.States.STATE_NONE,
  3033.     },
  3034.     {
  3035.         description = "Buy your character one or more of the helpful items offered here.",
  3036.         icons = { "Category_Convenience.png" },
  3037.         name = "Useful Things",
  3038.         offers = {
  3039. --          {
  3040. --              icons = { "Product_UsefulThings_PreyBonusReroll.png" },
  3041. --              name = "5x Prey Willcard", 
  3042. --              id = 65540,
  3043. --              count = 5, 
  3044. --              type = GameStore.OfferTypes.OFFER_TYPE_PREYBONUS,
  3045. --              price = 50,
  3046. --              description = "Use Prey Wildcards to reroll the bonus of an active prey, to lock your active prey or to select a prey of your choice.\n\n- only usable by purchasing character\n- added directly to Prey dialog\n- maximum amount that can be owned by character: 50",
  3047. --          },
  3048. --          {
  3049. --              icons = { "Product_UsefulThings_PreyBonusReroll.png" },
  3050. --              name = "20x Prey Willcard",
  3051. --              id = 65539,
  3052. --              count = 20,
  3053. --              type = GameStore.OfferTypes.OFFER_TYPE_PREYBONUS,
  3054. --              price = 200,
  3055. --              description = "Use Prey Wildcards to reroll the bonus of an active prey, to lock your active prey or to select a prey of your choice.\n\n- only usable by purchasing character\n- added directly to Prey dialog\n- maximum amount that can be owned by character: 50",
  3056. --          },
  3057. --          {
  3058. --              icons = { "Product_UsefulThings_PermanentPreySlot.png" },
  3059. --              name = "Permanent Prey Slot",
  3060. --              id = 65538,
  3061. --              type = GameStore.OfferTypes.OFFER_TYPE_PREYSLOT,
  3062. --              price = 900,
  3063. --              description = "Get an additional prey slot to activate additional prey!\n\n- only usable by purchasing character\n- maximum amount that can be owned by character: 3\n- added directly to Prey dialog",
  3064. --          },
  3065.             {
  3066.                 icons = { "Product_Transportation_TempleTeleport.png" },
  3067.                 name = "Temple Teleport",
  3068.                 id = 29019,
  3069.                 count = 1,
  3070.                 type = GameStore.OfferTypes.OFFER_TYPE_ITEM,
  3071.                 price = 15,
  3072.                 description = "Teleports you instantly to your home temple.\n\n- only usable by purchasing character\n- use it to teleport you to your home temple\n- cannot be used while having a battle sign or a protection zone block\n- does not work in no-logout zones or close to a character's home temple",
  3073.             },
  3074. --          {
  3075. --              icons = { "Rope.png" },
  3076. --              name = "Rope",
  3077. --              id = 2120,
  3078. --              count = 1,
  3079. --              type = GameStore.OfferTypes.OFFER_TYPE_ITEM,
  3080. --              price = 2,
  3081. --              description = "Simple Rope",
  3082. --          },
  3083. --          {
  3084. --              icons = { "Shovel.png" },
  3085. --              name = "Shovel",
  3086. --              id = 2554,
  3087. --              count = 1,
  3088. --              type = GameStore.OfferTypes.OFFER_TYPE_ITEM,
  3089. --              price = 2,
  3090. --              description = "Simple Shovel",
  3091. --          },
  3092. --          {
  3093. --              icons = { "Magic_Gold_Converter.png" },
  3094. --              name = "Gold Converter",
  3095. --              id = 29020,
  3096. --              count = 500,
  3097. --              number = 1,
  3098. --              type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  3099. --              price = 5,
  3100. --              icons = { "Product_UsefulThings_MagicConverter.png" },
  3101. --              description = "Changes either a stack of 100 gold pieces into 1 platinum coin, or a stack of 100 platinum coins into 1 crystal coin!\n\n\n- only usable by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- use it on a stack of 100 to change it to the superior currency\n- usable 500 times a piece"
  3102. --          },
  3103. --          {
  3104. --              icons = { "Magic_Gold_Converter.png" },
  3105. --              name = "5 Tibia Coins",
  3106. --              id = 24774,
  3107. --              count = 5, 
  3108. --              number = 1,
  3109. --              type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  3110. --              price = 5, 
  3111. --              icons = { "Product_UsefulThings_MagicConverter. png" },
  3112. --              description = "5 Tibia Coins"
  3113. --          },
  3114. --          {
  3115. --              icons = { "Magic_Gold_Converter.png" },
  3116. --              name = "Magical Gold Converter",
  3117. --              id = 29020,
  3118. --              count = 500,
  3119. --              number = 1,
  3120. --              type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  3121. --              price = 15,
  3122. --              icons = { "Product_UsefulThings_MagicConverter.png" },
  3123. --              description = "Changes automatically either a stack of 100 gold pieces into 1 platinum coin, or a stack of 100 platinum coins into 1 crystal coin!\n\n\n- only usable by purchasing character\n- will be sent to your Store inbox and can only be stored there and in depot box\n- use it to activate or deactivate the automatic conversion\n- converts all stacks of 100 gold or platinum in the inventory whenever it is activated\n- deactivated upon purchase\n- usable for 500 conversions a piece"
  3124. --          },
  3125. --          {
  3126. --              icons = { "Charm_Expansion.png" },
  3127. --              name = "Charm Expansion",
  3128. --              id = 29020,
  3129. --              count = 500,
  3130. --              number = 1,
  3131. --              type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  3132. --              price = 450,
  3133. --              icons = { "Assign as many of your unlocked Charms as you like and get a 25% discount whenever you are removing a Charm from a creature!\n\n\n- only usable by purchasing character\n- can only be purchased once"
  3134. --          },
  3135. --          {
  3136. --              name = "Gold Pouch",
  3137. --              id = 26377,
  3138. --              count = 1,
  3139. --              type = GameStore.OfferTypes.OFFER_TYPE_POUCH,
  3140. --              price = 900,
  3141. --              icons = { "Product_MagicCoinPurse.png" },
  3142. --              description = "With Gold Pouch you can carry the amount of gold without having to keep many knapsacks in the backpack, this product allows you to be charged as much gold as your ability allows."
  3143. --          },
  3144. --          {
  3145. --              icons = { "Instant_Reward_Access.png" },
  3146. --              name = "Instant Reward Access",
  3147. --              id = 29020,
  3148. --              count = 30,
  3149. --              number = 1,
  3150. --              type = GameStore.OfferTypes.OFFER_TYPE_STACKABLE,
  3151. --              price = 100,
  3152. --              icons = { "No matter where you are in Tibia, claim your daily reward on the spot!\n\n\n- only usable by purchasing character\n- added to your reward wall\n- maximum amount that can be owned by character: 90"
  3153. --          },
  3154.         },
  3155.         rookgaard = true,
  3156.         state = GameStore.States.STATE_NONE,
  3157.     },
  3158. }
  3159. -- Each outfit must be uniquely identified to distinguish between addons.
  3160. -- Here we dynamically assign ids for outfits. These ids must be unique.
  3161. local runningId = 45000
  3162. for k, category in ipairs(GameStore.Categories) do
  3163.   if category.name == "Outfits" and category.offers then
  3164.     for m, offer in ipairs(category.offers) do
  3165.       offer.id = runningId
  3166.       runningId = runningId + 1
  3167.  
  3168.       if not offer.type then
  3169.         offer.type = GameStore.OfferTypes.OFFER_TYPE_NONE
  3170.       end
  3171.     end
  3172.   end
  3173. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement