From 181cdfd22dac342fb7a5b6c247d5d48c9e67e26b Mon Sep 17 00:00:00 2001 From: Kirmmin <32724086+kirmmin@users.noreply.github.com> Date: Thu, 11 Jul 2024 08:05:48 -0700 Subject: [PATCH] [Store/Catalog] Store Catalog dump --- {Alizar => Maps/Alizar}/Algoroc.sql | 0 {Alizar => Maps/Alizar}/Celestion.sql | 0 {Alizar => Maps/Alizar}/EverstarGrove.sql | 0 {Alizar => Maps/Alizar}/Galeras.sql | 0 {Alizar => Maps/Alizar}/NorthernWilds.sql | 0 {Alizar => Maps/Alizar}/Thayd.sql | 0 {Alizar => Maps/Alizar}/Whitevale.sql | 0 {Isigrol => Maps/Isigrol}/Blighthaven.sql | 0 {Isigrol => Maps/Isigrol}/Malgrave.sql | 0 .../Isigrol}/SouthernGrimvault.sql | 0 {Isigrol => Maps/Isigrol}/TheDefile.sql | 0 .../Isigrol}/WesternGrimvault.sql | 0 {Olyssia => Maps/Olyssia}/Auroria.sql | 0 {Olyssia => Maps/Olyssia}/CrimsonIsle.sql | 0 {Olyssia => Maps/Olyssia}/Deradune.sql | 0 {Olyssia => Maps/Olyssia}/Ellevar.sql | 0 {Olyssia => Maps/Olyssia}/Illium.sql | 0 {Olyssia => Maps/Olyssia}/LevianBay.sql | 0 {Olyssia => Maps/Olyssia}/Wilderrun.sql | 0 Store/StoreCatalog.sql | 3967 +++++++++++++++++ 20 files changed, 3967 insertions(+) rename {Alizar => Maps/Alizar}/Algoroc.sql (100%) rename {Alizar => Maps/Alizar}/Celestion.sql (100%) rename {Alizar => Maps/Alizar}/EverstarGrove.sql (100%) rename {Alizar => Maps/Alizar}/Galeras.sql (100%) rename {Alizar => Maps/Alizar}/NorthernWilds.sql (100%) rename {Alizar => Maps/Alizar}/Thayd.sql (100%) rename {Alizar => Maps/Alizar}/Whitevale.sql (100%) rename {Isigrol => Maps/Isigrol}/Blighthaven.sql (100%) rename {Isigrol => Maps/Isigrol}/Malgrave.sql (100%) rename {Isigrol => Maps/Isigrol}/SouthernGrimvault.sql (100%) rename {Isigrol => Maps/Isigrol}/TheDefile.sql (100%) rename {Isigrol => Maps/Isigrol}/WesternGrimvault.sql (100%) rename {Olyssia => Maps/Olyssia}/Auroria.sql (100%) rename {Olyssia => Maps/Olyssia}/CrimsonIsle.sql (100%) rename {Olyssia => Maps/Olyssia}/Deradune.sql (100%) rename {Olyssia => Maps/Olyssia}/Ellevar.sql (100%) rename {Olyssia => Maps/Olyssia}/Illium.sql (100%) rename {Olyssia => Maps/Olyssia}/LevianBay.sql (100%) rename {Olyssia => Maps/Olyssia}/Wilderrun.sql (100%) create mode 100644 Store/StoreCatalog.sql diff --git a/Alizar/Algoroc.sql b/Maps/Alizar/Algoroc.sql similarity index 100% rename from Alizar/Algoroc.sql rename to Maps/Alizar/Algoroc.sql diff --git a/Alizar/Celestion.sql b/Maps/Alizar/Celestion.sql similarity index 100% rename from Alizar/Celestion.sql rename to Maps/Alizar/Celestion.sql diff --git a/Alizar/EverstarGrove.sql b/Maps/Alizar/EverstarGrove.sql similarity index 100% rename from Alizar/EverstarGrove.sql rename to Maps/Alizar/EverstarGrove.sql diff --git a/Alizar/Galeras.sql b/Maps/Alizar/Galeras.sql similarity index 100% rename from Alizar/Galeras.sql rename to Maps/Alizar/Galeras.sql diff --git a/Alizar/NorthernWilds.sql b/Maps/Alizar/NorthernWilds.sql similarity index 100% rename from Alizar/NorthernWilds.sql rename to Maps/Alizar/NorthernWilds.sql diff --git a/Alizar/Thayd.sql b/Maps/Alizar/Thayd.sql similarity index 100% rename from Alizar/Thayd.sql rename to Maps/Alizar/Thayd.sql diff --git a/Alizar/Whitevale.sql b/Maps/Alizar/Whitevale.sql similarity index 100% rename from Alizar/Whitevale.sql rename to Maps/Alizar/Whitevale.sql diff --git a/Isigrol/Blighthaven.sql b/Maps/Isigrol/Blighthaven.sql similarity index 100% rename from Isigrol/Blighthaven.sql rename to Maps/Isigrol/Blighthaven.sql diff --git a/Isigrol/Malgrave.sql b/Maps/Isigrol/Malgrave.sql similarity index 100% rename from Isigrol/Malgrave.sql rename to Maps/Isigrol/Malgrave.sql diff --git a/Isigrol/SouthernGrimvault.sql b/Maps/Isigrol/SouthernGrimvault.sql similarity index 100% rename from Isigrol/SouthernGrimvault.sql rename to Maps/Isigrol/SouthernGrimvault.sql diff --git a/Isigrol/TheDefile.sql b/Maps/Isigrol/TheDefile.sql similarity index 100% rename from Isigrol/TheDefile.sql rename to Maps/Isigrol/TheDefile.sql diff --git a/Isigrol/WesternGrimvault.sql b/Maps/Isigrol/WesternGrimvault.sql similarity index 100% rename from Isigrol/WesternGrimvault.sql rename to Maps/Isigrol/WesternGrimvault.sql diff --git a/Olyssia/Auroria.sql b/Maps/Olyssia/Auroria.sql similarity index 100% rename from Olyssia/Auroria.sql rename to Maps/Olyssia/Auroria.sql diff --git a/Olyssia/CrimsonIsle.sql b/Maps/Olyssia/CrimsonIsle.sql similarity index 100% rename from Olyssia/CrimsonIsle.sql rename to Maps/Olyssia/CrimsonIsle.sql diff --git a/Olyssia/Deradune.sql b/Maps/Olyssia/Deradune.sql similarity index 100% rename from Olyssia/Deradune.sql rename to Maps/Olyssia/Deradune.sql diff --git a/Olyssia/Ellevar.sql b/Maps/Olyssia/Ellevar.sql similarity index 100% rename from Olyssia/Ellevar.sql rename to Maps/Olyssia/Ellevar.sql diff --git a/Olyssia/Illium.sql b/Maps/Olyssia/Illium.sql similarity index 100% rename from Olyssia/Illium.sql rename to Maps/Olyssia/Illium.sql diff --git a/Olyssia/LevianBay.sql b/Maps/Olyssia/LevianBay.sql similarity index 100% rename from Olyssia/LevianBay.sql rename to Maps/Olyssia/LevianBay.sql diff --git a/Olyssia/Wilderrun.sql b/Maps/Olyssia/Wilderrun.sql similarity index 100% rename from Olyssia/Wilderrun.sql rename to Maps/Olyssia/Wilderrun.sql diff --git a/Store/StoreCatalog.sql b/Store/StoreCatalog.sql new file mode 100644 index 0000000..0b80ed7 --- /dev/null +++ b/Store/StoreCatalog.sql @@ -0,0 +1,3967 @@ +-- Dumping structure for table store_category +CREATE TABLE IF NOT EXISTS `store_category` ( + `id` int unsigned NOT NULL DEFAULT '0', + `parentId` int unsigned NOT NULL DEFAULT '26', + `name` varchar(50) NOT NULL DEFAULT '', + `description` varchar(150) NOT NULL DEFAULT '', + `index` int unsigned NOT NULL DEFAULT '1', + `visible` tinyint unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `parentId` (`parentId`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- Dumping data for table store_category: ~35 rows (approximately) +REPLACE INTO `store_category` (`id`, `parentId`, `name`, `description`, `index`, `visible`) VALUES + (26, 0, 'TOP LEVEL', 'DO NOT DELETE', 0, 0), + (27, 26, 'Holo-Wardrobe', 'Costumes, weapons, and dyes keep you safe and looking sharp.', 7, 1), + (28, 27, 'Costumes', 'Look like a quadrillion space-bucks when you update your style with new costume pieces.', 1, 1), + (29, 27, 'Weapons', 'Need a new weapon? Find deadly tools of combat to suit every class here.', 3, 1), + (31, 26, 'Mounts', 'Because walking everywhere is for suckers.', 9, 1), + (32, 31, 'Hoverboards', 'Go anywhere and shred everywhere with gravity-defying hoverboards.', 2, 1), + (33, 31, 'Ground Mounts', 'From sleek beasts to overpowered hoverbikes, you\'ll cover more ground than ever with these mounts.', 1, 1), + (34, 26, 'Consumables', 'Eat, drink, and be merry with these premium consumables.', 12, 1), + (35, 26, 'Unlocks', 'Expand your horizons (and your options) with character and account unlocks.', 13, 1), + (36, 35, 'Account Unlocks', 'Get new character slots, increase your décor limit, access additional costumes, and more.', 1, 1), + (37, 35, 'Character Unlocks', 'Enhance a character\'s personal life with options like extra bank slots and improved riding skills.', 2, 1), + (39, 27, 'Dyes', 'Color-coordinate or dress in every color of the rainbow. The choice is yours.', 4, 1), + (41, 31, 'Flair', 'Customize your rides with a variety of interchangeable mount flairs.', 3, 1), + (43, 34, 'Flasks', 'Need a boost to your XP, reputation, harvesting, or monetary gain? Get a tall, cool drink of awesome here.', 1, 1), + (44, 34, 'Services', 'Need to craft a rune or visit the bank in a hurry? Consumable services are the answer.', 2, 1), + (46, 26, 'Crafting', 'Become a master of tradeskills and runecrafting with these bundles.', 14, 1), + (47, 46, 'Convenience', 'All the tools you need to get the most out of your tradeskills.', 1, 1), + (48, 46, 'Rune Services', 'Effortlessly improve your runecrafting with handy rune services items. ', 2, 1), + (49, 26, 'Keys and Currencies', 'Buy things that let you get other things, including Fortune Coins, Lockbox Keys, and service tokens.', 15, 1), + (50, 26, 'Bundles', 'Score an intergalactic deal with WildStar bundles!', 4, 1), + (76, 26, 'Featured', 'Featured', 1, 1), + (78, 26, 'Pets', 'Who says you can\'t buy friendship? Pets will keep you company during your Nexus adventures.', 11, 1), + (79, 26, 'Housing', 'Make your housing plot your own with new décor, remodel options, and FABkits.', 8, 1), + (80, 79, 'Décor', 'Become a decorated hero of the housing community with exclusive décor bundles.', 1, 1), + (81, 79, 'Remodel', 'The sky\'s no limit with these premium housing customization options.', 2, 1), + (82, 79, 'FABkits', 'Functional, flashy, and fully automated, FABkits provide new gameplay options for your housing plot.', 3, 1), + (130, 26, 'Toys', 'For fun, bragging rights, and just plain showing off.', 10, 1), + (132, 26, 'Limited Time', 'Get \'em before they\'re gone!', 5, 1), + (206, 50, 'Signature Packs', 'Purchase signature time with NCoin!', 1, 0), + (207, 50, 'Special Offers', 'Check out the shop\'s latest bargain bundles!', 2, 1), + (212, 26, 'Beginner Basics', 'New to WildStar? Check out our shiny new deals for bright beginnings!', 6, 1), + (214, 26, 'Signature Station', 'Special offers for Signature players', 2, 0), + (215, 27, 'Costume Pieces', '', 2, 1), + (216, 26, 'Protobucks Conversion', '', 17, 0), + (242, 26, 'Black Friday', 'Celebrate Black Friday with these deals (and steals)!', 3, 0); + +-- Dumping structure for table store_offer_group +CREATE TABLE IF NOT EXISTS `store_offer_group` ( + `id` int unsigned NOT NULL DEFAULT '0', + `displayFlags` int unsigned NOT NULL DEFAULT '0', + `name` varchar(50) NOT NULL DEFAULT '', + `description` varchar(500) NOT NULL DEFAULT '', + `displayInfoOverride` smallint unsigned NOT NULL DEFAULT '0', + `visible` tinyint unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- Dumping data for table store_offer_group: ~350 rows (approximately) +REPLACE INTO `store_offer_group` (`id`, `displayFlags`, `name`, `description`, `displayInfoOverride`, `visible`) VALUES + (0, 0, 'PLACEHOLDER', '', 0, 0), + (1533, 4, 'Fortune Coins', 'Use a Fortune Coin in Madame Fay\'s Fortunes to acquire treasures and have a chance to receive rare and unique items. To spend your Coins, click on the Fortunes icon on the bottom bar of the main UI. This purchase can be spent by any character on your account when claimed.', 0, 1), + (1537, 4, 'Service Tokens', 'Use Service Tokens to recustomize at the Chop Shop, manage rune slots (reroll and unlock), recover runes, bypass timers for wake here, recall, or rapid transport, and more. This purchase can be spent by any character on your account when claimed.', 0, 1), + (1541, 4, 'Lockbox Keys', 'Used to open Lockboxes found at the end of Veteran Adventures, Dungeons, and Expeditions, as well as World Bosses and Discovery public events. Lockboxes contain a variety of gear from the instance in which they are found, and exclusive bonus items. This purchase can only be claimed by a single character.', 0, 1), + (1545, 4, 'Character Slot Unlock', 'Adds an additional character slot to your account. This may be applied to an account twelve (12) times, allowing you to have a total of fourteen (14) total character slots unlocked. ', 0, 1), + (1546, 0, 'Auctions and Bids Limit (+50)', 'Unlocks an additional 50 Auction House Auctions and 50 Auction House Bids for your account. This may be applied up to three (3) times, allowing you to have a total of 190 Auctions and 190 Bids unlocked. ', 0, 1), + (1547, 0, 'Personal Bank Slot Unlock', 'Add an additional slot to your character\'s personal bank. This purchase can only be claimed by a single character and may be applied up to eight (8) times, allowing your character to have a total of ten (10) bank slots unlocked.', 0, 1), + (1548, 0, 'Commodity Order Limit (+50)', 'Unlocks an additional 50 Commodity Buy Orders and 50 Commodity Sell Orders for your account. This may be applied up to three (3) times, allowing you to have a total of 190 Buy Orders and 190 Sell Orders unlocked.', 0, 1), + (1549, 2, 'Holo-Wardrobe Display Limit (+100)', 'Unlocks an additional +100 Holo-Wardrobe Display slots for your account. This may be applied to an account twenty (20) times, allowing you to have a total of 2350 display slots unlocked. ', 0, 1), + (1550, 0, 'Costume Slot Unlock', 'Unlocks an additional costume slot for your account. This may be applied to an account eight (8) times, allowing you to have a total of twelve (12) total costume slots unlocked. ', 0, 1), + (1551, 2, 'Décor Limit (+500)', 'Increases the decor limit for your home by 500 outside and 500 inside. This license can be applied multiple times, to a maximum of 5000 (2500 inside and outside). This purchase applies to all characters on your account when claimed. ', 0, 1), + (1552, 4, 'Expert Riding License', 'Increases mounted speed by 35% of the base riding skill. This purchase can only be claimed by a single character.', 0, 1), + (1553, 4, 'Deluxe Upgrade Bundle', 'Missed out on the deluxe edition of WildStar? Here\'s your second chance! This bundle contains all rewards from the WildStar Deluxe edition. The items in this purchase are multi-redeem items which can be claimed by all characters on your account.', 16, 1), + (1557, 2, 'Fringer Weapon Set', 'Equip the bold, roan-rustlin\' style of the Nexus frontier. This vanity weapon set contains six weapons - one for each class. These items can be imported into the Holo-Wardrobe for all characters on your account. ', 197, 1), + (1558, 0, 'Chrome Costume Set', 'Showcase your shiny, brilliant self with this six-piece costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1559, 0, 'Mirrored Costume Set', 'Dazzle your friends and stun your enemies with this blindingly reflective six-piece costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1560, 0, 'Shimmering Costume Set', 'A full set of heavy metal polished to the finest sheen. This costume set contains six pieces. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1561, 0, 'Neapolitan Dye', 'A shaded metallic dye with tones of green and burnished copper. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (1562, 0, 'Topographical Dye', 'A bright blue and green metallic dye. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, 1), + (1563, 2, 'Sky Remodel - Falling into the Sun', 'Everyone loves a beautiful sunset, and it\'s even prettier when your home is actually plummeting into a star. This purchase can only be claimed by a single character.', 0, 1), + (1564, 0, 'Ground Remodel - Eldan Tech', 'A floor pattern designed with the lost architects of the universe in mind. This purchase can only be claimed by a single character.', 0, 1), + (1565, 0, 'Aurin Décor Pack', 'A full set of Aurin-designed furniture and lighting solutions for your home. This decor pack includes one (1) of all decor items shown below and can only be claimed by a single character.', 20, 1), + (1611, 4, 'Flask of R&R', 'One (1) Flask. Fills your rest xp bar, up to your maximum amount of available rest experience for your current level. This purchase can only be claimed by a single character.', 0, 1), + (1612, 2, 'Quantum Harvester', 'This multi-function item can be used for all harvesting tradeskills. This purchase can only be claimed by a single character.', 0, 1), + (1613, 0, 'Personal Banking Terminal', 'Summons a mobile banking unit, visible only to your character. Duration: 3 minutes. This purchase can only be claimed by a single character.', 0, 1), + (1614, 0, 'Personal Runecrafting Station', 'Summons a portable runecrafting station, visible only to your character. Duration: 3 minutes. This purchase can only be claimed by a single character.', 0, 1), + (1615, 0, 'Character Rename Token', 'One (1) Token. To rename your character, bind the purchase to your account via the Account Inventory UI. At the character selection screen, click on Rename Character in the Account Services UI.', 0, 1), + (1622, 0, 'Lawman Costume Set', 'Maintain order around Nexus with this enforcing six-piece costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1623, 0, 'Outlaw Costume Set', 'On the run from the law? No problem! Get this six-piece set before you make your getaway. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1624, 4, 'Gunfighter Costume Set', 'This six-piece costume set is perfect for duels in dusty abandoned streets. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1625, 0, 'Exile Décor Pack ', 'A full set of Exile-built furniture and lighting solutions for your home. This decor pack includes one (1) of all decor items shown below and can only be claimed by a single character.', 27, 1), + (1626, 0, 'Granok Décor Pack ', 'A full set of Granok-style furniture and lighting solutions for your home. This decor pack includes one (1) of all decor items shown below and can only be claimed by a single character.', 34, 1), + (1627, 0, 'Chua Décor Pack', 'A full set of Chua-approved furniture and lighting solutions for your home. This decor pack includes one (1) of all decor items shown below and can only be claimed by a single character.', 41, 1), + (1628, 0, 'Dominion Décor Pack', 'A full set of Dominion-legal furniture and lighting solutions for your home. This decor pack includes one (1) of all decor items shown below and can only be claimed by a single character.', 48, 1), + (1629, 0, 'Draken Décor Pack', 'A full set of Draken-forged furniture and lighting solutions for your home. This decor pack includes one (1) of all decor items shown below and can only be claimed by a single character.', 55, 1), + (1630, 0, 'Sky Remodel - Fantastic Voyage', 'Move your home to the primal logic hyperlanes with this mind-bending sky option. This purchase can only be claimed by a single character.', 0, 1), + (1631, 0, 'Sky Remodel - Proto-Pixtamatic', 'A stunning, bright, and peaceful white and blue sky for your home. Clouds not included. This purchase can only be claimed by a single character.', 0, 1), + (1632, 0, 'Ground Remodel - Asteroid ', 'Your housing plot will look like a stunning hunk of space rock when you choose this asteroid ground option. This purchase can only be claimed by a single character.', 0, 1), + (1633, 0, 'Ground Remodel - Osun Plates', 'Perfect for indoor, industrial, or mechanical plot designs while planning a blood feud against your creators. This purchase can only be claimed by a single character.', 0, 1), + (1634, 0, 'Primitech Costume Set', 'A complete Primitech costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1635, 0, 'Tribaltech Costume Set', 'A complete Tribaltech costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1636, 0, 'Witch Doctor Costume Set', 'A complete Witch Doctor costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1637, 0, 'Rich and Famous Dye', 'Strut your stuff in this classy metallic hue that reeks of money and power. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (1638, 0, 'Electron Microscope Dye', 'Your style will be scrutinized when you use this bright green shade. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (1639, 2, 'Li\'l Scratches', 'Snuggle up with this purrfect baby pumera. Adopt Li\'l Scratches today! This purchase can only be claimed by a single character.', 0, 1), + (1672, 8, 'Equivar (Midnight)', 'The epitome of cool. This hip equivar can match with the moodiest of costumes. This purchase can only be claimed by a single character.', 0, 1), + (1673, 8, 'Equivar (Purple)', 'Ready to gallop across Nexus in royal style, it\'s an equivar of a different color! In this case, purple. This purchase can only be claimed by a single character.', 0, 1), + (1674, 0, 'Sky Remodel - Tropical', 'Give your housing plot a perfect blue horizon to match your summer vacation holos. This purchase can only be claimed by a single character.', 0, 1), + (1675, 0, 'Sky Remodel - Vortex of Chaos', 'A swirling sky-whirlpool of madness and confusion and insanity and madness. The essence of chaos. This purchase can only be claimed by a single character.', 0, 1), + (1678, 8, 'Battlesworn Costume Set', 'You\'ll swear you\'re ready for battle with the Battlesworn costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1679, 0, 'Triton Costume Set', 'There\'s something fishy about this Ikthian-style costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1680, 8, 'Freelancer Costume Set', 'Declare your independence with the Freelancer costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1683, 0, 'Veteran Costume Set', 'War never changes. That\'s where you come in, provided you\'re dressing the part with the Veteran costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1684, 0, 'Dragoon Costume Set', 'Fight like one of the elite with the Dragoon costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1685, 0, 'Triton Weapon Set', 'Ikthian-flavored vanity weapons for every class. These items can be imported into the Holo-Wardrobe for all characters on your account.', 200, 1), + (1686, 0, 'Freelancer Weapon Set', 'Freelancer-style vanity weapons for every class. These items can be imported into the Holo-Wardrobe for all characters on your account. ', 207, 1), + (1687, 0, 'Bloodforged Weapon Set', 'Mighty Osun-made vanity weapons for every class. These items can be imported into the Holo-Wardrobe for all characters on your account.', 213, 1), + (1688, 4, 'Flame Dye', 'A yellow and orange hue that will light your fire. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (1689, 0, 'Verdigris Dye', 'Make heads turn with this vibrant gold and blue shade. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (1690, 0, 'Trask Tenderling', 'How can you resist that expression? He just looks so happy! Take home this adorable Trask Tenderling today! This purchase can only be claimed by a single character.', 0, 1), + (1724, 8, 'Jack Shade Costume', 'Strike a frightful pose when you dress up as everyone\'s favorite holiday creep, Jack Shade. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1726, 8, 'Dye Pack: Shade\'s Eve Collection', 'The haunting hues of Shade\'s Eve in one convenient pack. Includes black, purple, and orange dyes. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (1727, 8, 'Ghastly Skeletal Warpig', 'This Warpig mount radiates spooky and generates horror. Get one today to haunt and torment your friends. This purchase can only be claimed by a single character.', 0, 1), + (1823, 8, 'Beaksy', 'The only thing bigger than this baby ravenok\'s beak is her heart. Adopt Beaksy today!', 0, 1), + (1827, 0, 'Li\'l Snuggles', 'It\'s a well known fact that baby pumeras make the best snugglers. Adopt Li\'l Snuggles today! ', 0, 1), + (1831, 0, 'Little Hoof', 'This baby roan has the teensiest, tiniest hooves in all of recorded history. Adopt Little Hoof today!', 0, 1), + (1833, 8, 'Rexling', 'If its arms weren\'t so stubby, this baby saurian would give you so many hugs. SO many. Adopt Rexling today!', 0, 1), + (1839, 8, 'Papa Phineas Costume', 'Show your dedication to consumerism with this official Papa Phineas replica costume. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (1841, 8, 'Sky Remodel - Winterfest Snowfall ', 'A light snowfall is just the thing to make your housing plot feel festive. This purchase can only be claimed by a single character.', 0, 1), + (1882, 8, 'Ikthian Bobberbot', 'It may not be cuddly, but it\'s definitely cute! Adopt the Ikthian Bobberbot today!', 0, 1), + (1888, 8, 'Equivar (Floral)', 'If a regular equivar just isn\'t fabulous enough for you, this stylish mount may be exactly what you\'re looking for.', 0, 1), + (1899, 8, 'Orbitron (Snow-Sphere) ', 'Fulfill your not-at-all-weird dream of traveling in a sno-globe with this exceedingly impractical vehicle.', 0, 1), + (1909, 8, 'Sniffles', 'This chilly little ice heynar will melt your troubles away. Adopt Sniffles today!', 0, 1), + (2074, 8, 'Décor Pack - Merry Merchandise', 'Don\'t forget the true reason for the season - Papa Phineas. Show him your appreciation with this lovely collection. This décor pack includes one of all décor items shown below and can only be claimed by a single character.', 323, 1), + (2076, 8, 'Protostar Holiday White Dye', 'A snowy white dye. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, 1), + (2077, 8, 'Protostar Holiday Red Dye', 'A festive red dye. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, 1), + (2080, 0, 'Velocirex (Ascendant)', 'The noble Ascendant Velocirex has been bred for generations to elicit shock, awe, and - most importantly - jealousy.', 0, 1), + (2083, 8, 'Orbitron (Freelancer)', 'For those who like to live dangerously, but not too dangerously.', 0, 1), + (2085, 8, 'Crate of Fireworks', 'Create your own fireworks show with this mostly legal box of explosives! This purchase can only be claimed by a single character.', 0, 1), + (2089, 4, 'Décor Pack - Cuddly Collection', 'These adorable items will drastically increase the cuddly factor in your home and slightly increase the snuggle factor. This décor pack includes one of all décor items shown below and can only be claimed by a single character.', 271, 1), + (2091, 8, 'Protostar Mini-House FABkit', 'This FABkit produces a cozy yet spacious Winterfest home, just the right size to hold all your fabulous gifts. This item allows multiple houses on your plot and you can continue your holiday decorations in the house interior. Once claimed, use this item in the Landscape menu of your housing lot. This purchase is for a single character only.', 0, 1), + (2093, 8, 'Haunted House FABkit', 'Produces a haunted house suited for spooky housing plots, that allows an additional house on your plot that can be decorated inside and out. Once claimed, use this item to permanently unlock the Haunted House option in the Landscape menu of your housing plot. This purchase is for a single character only.', 0, 1), + (2100, 8, 'Angel Costume', 'Honor the legendary Angel who saved the ancient Cassians from the Shades plague with these ethereal threads. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2140, 0, 'Law Enforcement Bundle', 'You\'ll be a savvy shopper and a lethal lawbringer all at once with this bundle that contains the Lawman Costume, Topographical Dye, Blue Road Render, 9 Fortune Coins, and 30 Service Tokens. This Costume and Dye can be imported into the Holo-Wardrobe and used for all characters on your account.', 15, 1), + (2141, 0, 'Speed Freak Bundle', 'Those freaky Dreg may not know much about math, or science, or hygiene - but they know a good deal when they see it! Get a speedy Red Dreg Racer, an Expert Riding License to permanently boost your mount speed, and 3 Fortune Coins. This purchase can only be claimed by a single character.', 13, 1), + (2144, 0, 'Fateful Fortune Bundle', 'Face your fate and find a fortune (or three) with this mystically magnificent bundle containing the Witch Doctor\'s Costume, Neapolitan Dye, 30 Service Tokens, and 3 Fortune Coins. This Costume and Dye can be imported into the Holo-Wardrobe and used for all characters on your account.', 14, 1), + (2242, 8, 'Fawngrazer', 'Fun fact: This little dawngrazer\'s eyes can see into your very soul. Adopt Fawngrazer today!', 0, 1), + (2245, 0, 'Techno-Phage Bobberbot', 'It\'s trying to look tough, but that just makes it even cuter. Adopt the Techno-Phage Bobberbot today!', 0, 1), + (2278, 2, 'Title: Smart Shopper', 'You know you\'re a smart shopper - now show everyone else with this inexpensive yet stylish title!', 0, 1), + (2391, 0, 'Dread Mantis Costume Set', 'The perfect marriage of technology and nature. Creepy, weird, dangerous nature. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2392, 8, 'Wild Woolie', 'Stripes are in this season! And every other season, because they\'re permanent. ', 0, 1), + (2409, 0, 'Centurion Wing Costume Set', 'The cybernetic enhancements are cool and all, but the best part of this armor is the ability to show off your sweet biceps. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2414, 8, 'Pot O\' Shinies', 'Typically these sorts of things go at the end of a rainbow, but Lopp have no concern for tradition so put it wherever you want! This purchase can only be claimed by a single character.', 0, 1), + (2416, 0, 'Creature Décor - Draken Hunter Pack', 'Six (6) Draken hunters in various poses of interest. This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 118, 1), + (2417, 0, 'Creature Décor - Draken Huntress Pack', 'Six (6) Draken huntresses in various poses of interest. This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 115, 1), + (2418, 8, 'Spring Décor Bag', 'This massive bundle contains over 30 décor items for creating the perfect spring garden, including flowers, white picket fences, arbors, a tea set and even rainbows! This purchase can only be claimed by a single character.', 0, 1), + (2419, 0, 'Décor Pack - Lopp Village', 'Lopp love life. Lopp love shinies. You love shinies? Lopp love you! Lots of Lopp to love in shiny Lopp Villagepack. Listen to Lopp, yes? Yes. This décor pack includes one of all décor items shown below and can only be claimed by a single character.', 0, 1), + (2428, 8, 'Kroggenbull', '"Hey, you got Krogg in my Snarfelynx! You got Snarfelynx in my Krogg!" And that\'s probably how it happened. ', 0, 1), + (2431, 0, 'Trask (Strain)', 'Sure it\'s unruly, dangerous, sticky, and kind of gross-looking, but on the bright side, it… uh… I forgot where I was going with this. ', 0, 1), + (2437, 0, 'Moodie Hoverboard', 'This priceless relic, once worn by a powerful Moodie shaman, was said to possess mystic healing properties. Then we turned it into a hoverboard!', 0, 1), + (2440, 0, 'Doggie Dasher', 'Horsepower is so last century. Dogpower is the new standard for traveling at maximum cuteness levels.', 0, 1), + (2452, 0, 'Turtoggles', 'He may not be conventionally cute, but just watch him chase after you on those stumpy legs and see if you can resist his charms. Adopt Turtoggles today!', 0, 1), + (2455, 8, 'Hornsworth', 'With his adorable ears, teeny tail, slick mohawk, and rugged horns, this baby Oxian has found the perfect balance of "cute" and "cool." Adopt Hornsworth today!', 0, 1), + (2461, 8, 'Pebbleback', 'She may be a little shy, but little Pebbleback is definitely a diamond in the rough! Adopt Pebbleback today!', 0, 1), + (2464, 0, 'Snowman\'s Land FABkit', 'Produces a winter wonderland on your housing plot. Once claimed, use this item to permanently unlock the Snowman\'s Land option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 0, 1), + (2465, 4, 'Bird House FABkit', 'Unlocks the Bird House option for your housing plot, complete with remodel options. Once claimed, use this item in the Landscape menu of your housing plot. This purchase is for a single character only. ', 0, 1), + (2466, 0, 'Darkspur Platform FABkit ', 'Produces a Darkspur Platform on your house plot. Once claimed, use this item to permanently unlock the Darkspur Platform option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 0, 1), + (2467, 0, 'Holo Display Décor Pack', 'Holo screens in a plethora of colors. That\'s right, a plethora. This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, 1), + (2468, 0, 'Decorative Flames Décor Pack', 'If you\'ve ever looked at your housing plot and thought "Not enough of this is on fire," then today is your lucky day. This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, 1), + (2469, 0, 'Smoke Décor Pack', 'They say "where there\'s smoke, there\'s fire." Joke\'s on them though, because now you can get all the smoke you want without any of that pesky fire. This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, 1), + (2470, 2, 'Protostar Insta-Hills Décor Pack', 'Instantly create hills that match the terrain of your housing plot thanks to new innovations from Protostar! This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, 1), + (2471, 2, 'Pink Bubblegum Dye', 'A color not unlike the chewed-up bubblegum you stuck under your desk that one time. Yeah, you thought no one saw that, didn’t you? This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (2472, 0, 'Orange Black Skyfire Dye', 'A dye the color of a dying star that will soon implode and turn into a black hole, destroying everything for millions of miles. Romantic! This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (2473, 0, 'Teal Underglow Dye', 'This sleek dye will give you a tech-savvy look without any of the work of actually being tech-savvy. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (2474, 0, 'Osun Statue Disguise', 'Nothing to see here. Just a totally innocuous statue. Feel free to let your guard down. This purchase can only be claimed by a single character.', 0, 1), + (2475, 0, 'Lopp Disguise', 'You know you want to be a Lopp. Who doesn\'t? With this disguise, you\'re one step closer to achieving your dream! This purchase can only be claimed by a single character.', 0, 1), + (2495, 0, 'Fanciful Vees Bundle', 'Enjoy five (5) fanciful vees at a bargain price.', 0, 1), + (2496, 0, 'Fanciful V-Shirt', '', 0, 1), + (2502, 0, 'Timesaver Bundle', 'You\'ve got things to do. Important things. Things that require you to be a higher level. Get there faster with this convenient Timesaver Bundle! Contains five (5) Flasks of R&R and Flasks of Advancement (3H). The items in this bundle can only be claimed on a single character. ', 10, 1), + (2506, 0, 'Collectors Pack: Renders', 'Why choose when you can have them all? For a limited time only gain access to each and every Road Render for one low price. This purchase can only be applied to a single character.', 12, 1), + (2507, 0, 'Collectors Pack: Racers', 'Are you ready to race? For a limited time only take home two Dreg Racers for one low price. This purchase can only be applied to a single character.', 12, 1), + (2508, 0, 'Collectors Pack: Trasks', 'Why choose when you can have them all? For a limited time only gain access to our entire stable of Trasks for one low price. This purchase can only be applied to a single character.', 12, 1), + (2509, 0, 'Newly Hatched Bundle', 'Nexus can be intimidating, especially when you\'re just starting out. Well the Newly Hatched Bundle is here to help! With two (2) personal bank slots, one (1) personal banking terminal, one (1) quantum harvester, and one(1) Beaksy companion pet, you\'ll be ready for anything!', 325, 1), + (2510, 0, 'Ikthian Deepwalker', 'An eight-legged ground mount of Ikthian design. Its appearance is based on life forms native to Ikthia.', 0, 1), + (2513, 0, 'Big Burny', 'What\'s a little fire among friends? Adopt Big Burny today!', 0, 1), + (2516, 8, 'Jungle Trask', 'A striped exotic Trask, with tipped tail, spikes, and feet. Includes rustic saddle. ', 0, 1), + (2527, 8, 'Jungle Trask (Blurple)', 'Take a ride on the wild side, with this blurple-striped trask. Includes rustic saddle. ', 0, 1), + (2530, 8, 'Jungle Trask (Pinkbelly)', 'Be bold and show questionable taste. Take this unusual pink, green, and blue trask home today! ', 0, 1), + (2533, 8, 'Jungle Trask (Toxic)', 'This blue-striped trask has a yellow tips on its tail, spikes, and feet. Do not eat. ', 0, 1), + (2536, 0, 'Road Render (Blue)', 'Cruise around Nexus in this blue hot rod. Features a custom upholstered seat for long journeys. ', 0, 1), + (2539, 0, 'Road Render (Green)', 'Cruise around Nexus in this green hot rod. Features a custom upholstered seat for long journeys. ', 0, 1), + (2542, 0, 'Road Render (Pink)', 'Cruise around Nexus in this pink hot rod. Features a custom upholstered seat for long journeys. ', 0, 1), + (2545, 0, 'Road Render (Red)', 'Cruise around Nexus in this red hot rod. Features a custom upholstered seat for long journeys. ', 0, 1), + (2548, 0, 'Dreg Racer (Red)', 'Trailblaze across Nexus on this tech-infused hover mount adorned with bones, tusks, skulls, spikes, and a lot of mysterious red. Best not to ask where that came from. ', 0, 1), + (2551, 0, 'Dreg Racer', 'Trailblaze across Nexus on this tech-infused hover mount adorned with bones, tusks, skulls, and spikes.', 0, 1), + (2572, 0, 'Housewarming Party Bundle', 'Warm up your housing plot with the fun-filled Arborian Festival and tropical sky. Available for a limited time at a low introductory rate!', 0, 1), + (2573, 0, 'Buzzbing Yellow Dye', 'Your friends will be all abuzz when you don this sporty shade!', 0, 1), + (2580, 4, 'Flask of Advancement', ' Increases experience gains by 50% during normal gameplay. Flask buffs do not count down while logged out.', 0, 1), + (2587, 0, 'Flask of Riches', 'Increases currency, renown, and prestige gained by 25%. Flask buffs do not count down while logged out. This purchase can only be claimed by a single character.', 0, 1), + (2594, 0, 'Flask of Fame', 'Increases reputation gains by 100% during normal gameplay. Flask buffs do not count down while logged out.', 0, 1), + (2601, 0, 'Flask of the Harvest', 'A 10% chance to receive extra materials when harvesting. Flask buffs do not count down while logged out. Each flask in this purchase can only be claimed by a single character.', 0, 1), + (2608, 0, 'Flask of Reward', 'Increases contract, challenge and zone reward points by 50%. Flask buffs do not count down while logged out.', 0, 1), + (2615, 0, 'Adventure Pack', 'Prepare for your adventures on Nexus with this hearty pack of supplies. Includes 2 Extra Character Slots, 1 Extra Bank Slot, 3 Fortune Coins, a unique equipped, multi-redeem 16 slot bag, multi-redeem pet, and the Fringer weapon set.', 13, 1), + (2629, 0, 'Captain\'s Pack', 'This bundle features everything but the kitchen sink for the spacefarer in search of a mobile home. Planters, plants, treadmill, and the all-important captain\'s chair await you inside the Royal Piglet House.', 325, 1), + (2630, 0, 'Cute & Cuddly Pack', 'This bundle features all things cute and cuddly with both GlitterKitty Cruiser and Snarfelynx mounts. But wait—there\'s more! A pet and matching plushie, comfy cushions, and, oh, the Bird House!', 325, 1), + (2631, 0, 'Monkey King Armor', 'Dress like a king with this exotic outfit reminiscent of the legendary Monkey King! These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2632, 0, 'King Jake', 'Finally—a companion to go bananas for! Take King Jake home today!', 0, 1), + (2635, 0, 'Traditional Dress', 'This store exclusive outfit is spun of red and golden threads, truly a feast for the eyes! These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2640, 0, 'To Dye For Bundle', 'Looking for a nice cross section of color? Look no further! For the first time ever, Flame, Verdigris, and Neapolitan dyes are available in a single bundle! This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (2641, 0, 'Exotic Décor Pack', 'Enhance your house with this exotic décor set. This décor pack includes all of the décor items shown below and can only be claimed by a single character.', 0, 1), + (2644, 0, 'Monkey King Hoverboard', 'Who needs a road when you can be king? Monkey King, that is!', 0, 1), + (2664, 0, 'Procured Genesis Key', 'In a hurry to finish attunement? One (1) Procured Genesis Key. Used to complete the raid attunement process. This purchase can only be claimed by a single character.', 0, 1), + (2665, 1, 'Strain Jabbit', 'If the Trask Tenderling is cute, the Strain Jabbit is the point farthest from. But even we couldn\'t resist when a tear fell from its singular enlarged eye. Note: Do not feed.', 0, 1), + (2668, 8, 'Snarfelynx (Beach)', 'The Beach Snarfelynx is too cool for school. It\'s also too cool for pants. But not too cool to give you a ride.', 0, 1), + (2671, 0, 'Kel Havik Blue Dye', 'Sink into a relaxing aquamarine hue reminiscent of primal ice floating in a drink that comes with tiny little umbrella. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (2674, 0, 'Bodacious Beachwear', 'Get ready for summer with some Bodacious Beachwear. Fashion statement items at bargain prices! These items can be imported into the Holo-Wardrobe for all characters on your account. These items are not currently dyeable.', 1625, 1), + (2681, 0, 'Summer Décor Pack', 'Celebrate summer with some piping hot décor. The Summer Décor Pack comes complete with everything you need to start an awesome beach party. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (2685, 0, 'Beach Bash Boombox Toy', 'Lookin\' for some tunes to make your beach party complete? Then look no further! The Beach Bash Boombox is here to cure your ills! This purchase can only be claimed by a single character.', 0, 1), + (2718, 4, 'Character Boost Token', 'Create a new level 50 character for your account! To use this token, select the \'Create a New Level 50 Character\' button in the character selection UI. The token cannot be used on pre-existing characters.', 0, 1), + (2720, 0, 'Aurin Engineer Creation Unlock', 'Unlocks the ability to create Aurin Engineers on your account. Unlocked race/class combinations will be available at the character select screen immediately after purchase.', 0, 1), + (2721, 0, 'Chua Warrior Creation Unlock', 'Unlocks the ability to create Chua Warriors on your account. Unlocked race/class combinations will be available at the character select screen immediately after purchase.', 0, 1), + (2722, 0, 'Darkspur Duds', 'Dress like a Cartel criminal and steal your way into another\'s heart. Or purse. Or house! These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2723, 8, 'Trask (Darkspur)', 'The Darkspur Trask is bred to fight dirty. Once it smells fear, there ain’t no chains on Nexus strong enough to hold it back.', 0, 1), + (2726, 0, 'Mookie', 'Mookie was rescued from the fighting pits in a backwater asteroid belt not far from Nexus. Do not remove mask!', 0, 1), + (2729, 0, 'Wedding Tux', 'Ce-le-brate good times with this distinquished take on a tuxedo. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2730, 0, 'Wedding Gown', 'Celebrate good times with this beautiful gown! These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2734, 8, 'Trask (Dreg)', 'Dreg aren’t picky about who they eat, and neither is this trask... so be careful!', 0, 1), + (2768, 0, 'Chompushanka', 'Eat or be eaten? Display your Chompie pride with this adorable orange head adornment. This item can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2772, 1, 'Monkey King Weapons', 'Fight like a king with these exotic weapons reminiscent of the legendary Monkey King! These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2773, 0, 'Housing Sky - Two Suns', 'Why settle for one when you can have two - suns, that is! Don\'t worry about the debris… Protostar housing technology is completely safe. Really.', 0, 1), + (2774, 0, 'Redmoon Bar Décor Pack', 'The Redmoon Marauders don\'t leave survivors unless you\'re willing to serve them up some good grub. The Redmoon Bar Décor Pack comes with everything you need to make even the worst examples of scum and villiany feel right at home.', 0, 1), + (2775, 0, 'Pumera (Hardlight)', 'Is it real or is it hologram? Hunt by the light of your mount with the Hardlight Pumera!', 0, 1), + (2778, 0, 'Waterfall Décor Pack', 'Longing to create a tropical paradise? We\'ve got you covered! The Waterfall Décor Pack contains the following: four (4) new waterfall variants, two (2) flitterfly FX, and a generous assortment of aquatic plant life.', 0, 1), + (2779, 0, 'Snarf o\' Nine Tails Bundle', 'There are many Snarfelynxes in this world… and they can all be yours. The Snarf o\' Nine Tails Bundle contains one (1) each of the following: Snarfelynx, Snarfelynx (Strain), and Snarfelynx (Summer). This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, 1), + (2780, 0, 'Woolie (Dream)', 'The first reports of this creature were dismissed as tall tales. Thankfully it turned out to be quite substantial. Finally everyone can live out their dreams astride the beautiful Dream Woolie. ', 0, 1), + (2783, 8, 'Safety Dancer Costume', 'The Safety Dancer costume was created for those who want to take a chance and dance… if they want to. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2787, 0, 'Topiary Decor Pack', 'What housing plot couldn\'t use some additional landscaping? Perhaps a topiary or three? That\'s right, it\'s time to make that hedge maze you\'ve always wanted. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (2788, 0, 'Topiary Décor Pack (Autumn)', 'Everyone\'s favorite landscaping pack is back - with an autumn hue. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (2789, 0, 'Leeloo', 'While Leeloo the Corgun cannot speak if you get thrown down a well, she WAS created with an overabundance of enthusiasm and cuteness.', 0, 1), + (2792, 0, 'Darkspur Bundle', 'That\'s right - all of the new Darkspur items together for one low price. This bundle contains the following: one (1) Trask (Darkspur), one (1) Mookie, one (1) Darkspur Duds. The items in this bundle are either multi-redeem items that can be claimed for all characters on your account or items that may be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2796, 0, 'Arcade Carpet Pack', 'The Arcade Carpet Pack contains everything you need to create a whimsical floor. This purchase can only be claimed by a single character.', 0, 1), + (2799, 0, 'Ability Tier Point Unlock', 'Need an Ability Tier Point but short on in-game currency? We\'ve got your back!', 0, 1), + (2803, 0, 'AMP Power Upgrade', 'Need an AMP Power Upgrade but short on in-game currency? We\'ve got your back!', 0, 1), + (2807, 0, 'AMP & Ability Bundle', 'Find yourself in need of a little of everything? This bundle contains the following items: five (5) AMP Power Upgrades, five (5) Ability Tier Point Unlocks.', 0, 1), + (2808, 0, 'Character Boost Bundle', 'Ready to make an alt? The Character Boost Bundle contains the following: one (1) Character Boost Token, seven (7) Ability Tier Point Unlocks, 10 AMP Power Upgrades.', 0, 1), + (2813, 0, 'Hoverboard (Summer)', 'Prepare for tubular coolness! The Summer Hoverboard is two parts water pistol, one part flotation device and radically fun. ', 0, 1), + (2816, 0, 'Retris Block Sampler Pack', 'All new neon colored block décor for your building pleasure! This décor pack contains one (1) of each type of Retris block.', 0, 1), + (2817, 0, 'Betsy\'s Kite', 'A delicate blue kite to play with during warm summer weather. Warning: Don\'t get it wet!', 0, 1), + (2818, 0, 'Doggie Dasher Ultra Bundle', 'At last! The Doggie Dasher hoverboard and Leeloo are available together. Don\'t let this opportunity dash away!', 0, 1), + (2821, 0, 'Super Celebratory Pack', 'Everything you need for the ultimate celebration! This offer contains one (1) of each of the following: Wedding Dress, Wedding Tux, and the Spring Décor Pack.', 0, 1), + (2823, 0, 'Ikthian Bundle', 'Time to get fishy with it! This offer contains one (1) of each of the following: Triton Costume and Triton Weapons. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2824, 0, 'Dominion Builders Kit', 'A sampler pack of equisitely crafted Dominion architecture for your housing plot.', 0, 1), + (2828, 0, 'Sandcastle Sampler Pack', 'Build your own castle - sandcastle, that is! This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, 1), + (2829, 0, 'Shadow Warrior Costume', 'Strike from the shadows in this 100% authentic ninja outfit. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2830, 0, 'Street Curb Sampler Pack', 'Don\'t let builders block kick you to the curb - unless it\'s street curbs! This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (2831, 0, 'Eldan Trim Sampler Pack', 'This pack has all the trimmings. Eldan trimmings that is! This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (2832, 0, 'Grimvault Violet Dye', 'A succulent purple dye unlike any other. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (2833, 0, 'Skurge Blue Dye', 'A cooling blue dye that will leave your wardrobe felling refreshed. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (2834, 0, 'Luminous Ocher Dye', 'A spicy orange dye. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (2835, 0, 'Burning Terra Dye', 'Tired of wiping dried blood off of your armor? Then is this the dye for you! This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (2839, 0, 'Trains of Nexus Sampler Pack', 'All aboard for some locomotive fun! This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, 1), + (2840, 0, 'Dominion Citizen Decor Pack', 'Outfit your housing plot with a full contingent of Dominion Citizens! This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, 1), + (2841, 0, 'Exile Citizen Décor Pack', 'Outfit your housing plot with a full contingent of Exile Citizens! This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, 1), + (2842, 0, 'Nexfro Hat', 'Take your hairstyle to the EXTREME with the Nexfro Hat. This item can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2843, 0, 'Clown Hair', 'Quit clownin\' around and put this on yer head! This item can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2844, 0, 'Road Hazard Headgear', 'Ain\'t no emergency like a fashion emergency! This item can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2846, 0, 'Shellark Hat', 'Adorn your locks with this monstrously cute hat! This item can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2860, 0, 'Trapper\'s Togs Costume Set', 'The Trapper\'s Togs Costume Set is guaranteed to see you through lean times without resulting to questionable survival tactics. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2861, 0, 'Girrok (Loftite)', 'Brave the wilds of Nexus astride your very own loftite infused Girrok. Disclaimer: Does not float.', 0, 1), + (2864, 0, 'Hoverboard (Skate-or-Die)', 'Practice some slick moves while flying with steeze aboard the Skate-or-Die hoverboard.', 0, 1), + (2867, 0, 'Autumn Park FABkit', 'Enjoy fall colors (and feed cute wildlife) from the safety of your own home. Once claimed, use this item to permanently unlock the Autumn Park option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 0, 1), + (2915, 8, 'Dark Delights Decor Pack', 'The Dark Delights décor pack contains everything you need to perform your own ritual of questionable intent (haunted trees and creepy eyes included!). This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (2916, 8, 'Faces of Shades Eve Décor Pack', 'The face is the thing! The Faces of Shades Eve décor pack contains a myriad of masks and a plethora of grimgourds. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (2917, 8, 'Graveyard Decor Pack', 'Gothic statues, check. Horrific trees, check. The Graveyard Décor Pack contains everything you need to create a nice, quiet gothic exterior for the recently (and not-so-recently) departed. Ghosts not included. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (2918, 8, 'Haunted Hayride Décor Pack', 'Grimgourds, effigies, and hayride wagons oh my! This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (2919, 8, 'Spooky Lighting Decor Pack', 'Shades Eve is a time for thrills, chills, and home decorating contests. The Spooky Lighting décor pack offers the complete collection of Shade\'s Eve themed lighting decorations. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (2946, 0, 'Gummilynx (Rapple)', 'Tart and sweet, the Rapple Gummilynx is a treat to ride.', 0, 1), + (2949, 0, 'Gummilynx (Bingberry)', 'Sweet and spicy with notes of hidden citrus, the Bingberry Gummilynx is a feast for the senses.', 0, 1), + (2952, 0, 'Gummilynx (Concord)', 'The Concord Gummilynx is awash in decadent color. This mount is truly bursting with flavor!', 0, 1), + (2955, 0, 'Gummilynx (Loppfruit)', 'The green topped and yellow bellied Loppfruit Gummilynx is a sight for sore eyes (and bums).', 0, 1), + (2958, 0, 'Gummilynx Bundle', 'Gotta ride \'em all? The Gummilynx Bundle is here for you!', 0, 1), + (2961, 0, 'Winter Topiary Pack', 'Everyone\'s favorite landscaping pack is back - with a wintery touch. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (2962, 0, 'Makin\' Tracks Décor Pack', 'Sometimes you\'ve just got to make tracks. This décor pack includes all of the décor items shown below and can only be claimed by a single character.', 0, 1), + (2963, 0, 'Highfalutin\' Gambler\'s Costume Set', 'The Highfalutin\' Gambler\'s Costume set is for those who know how to hold \'em. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2967, 0, 'Go-Go Costume Set', 'Get ready to go-go! Caution: This costume may cause the wearer to boogiloo until they puke. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2968, 8, 'Decor Pack - Cozy Decorations', 'It\'s time to get ready for the holidays! Hang stockings, trim a tree shelf, and cuddle up by a nice warm fire. This décor pack includes all of the décor items shown below and can only be claimed by a single character.', 0, 1), + (2969, 8, 'Decor Pack - Bountiful Branding', 'The Bountiful Branding décor pack contains a collection of exquisitely crafted, Protostar branded merchandise... for money! This décor pack includes all of the décor items shown below and can only be claimed by a single character.', 318, 1), + (2970, 8, 'Decor Pack - Jolly Holiday', 'Get your yard ready for a jolly holiday season! This décor pack includes all of the décor items shown below and can only be claimed by a single character.', 322, 1), + (2971, 8, 'Decor Pack - Winter Wonderland', 'The Winter Wonderland décor pack contains everything you need to create a glacial paradise. This décor pack includes all of the décor items shown below and can only be claimed by a single character.', 0, 1), + (2972, 8, 'Decor Pack - Seasonal Advertising', 'What\'s the point of having a holiday without tasteful and seasonally appropriate advertisements? This décor pack includes all of the décor items shown below and can only be claimed by a single character.', 324, 1), + (2973, 0, 'Hoverboard (Berserker)', 'Ride like a rebel aboard the Berserker Hoverboard!', 0, 1), + (2985, 0, 'Tacky Winterfest Sweater', 'A tacky Winterfest sweater. This item can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (2987, 8, 'Icequivar', 'This ride is so chill it’s frozen - so get your insulated saddle ready and ride out Winterfest in style!', 0, 1), + (2993, 0, 'Pandalynx', 'Fluffiest of fur? Check. Adorable tail nub, Double check. The Pandalynx is the rarest and most exotic member of the Snarf family. Get \'em before they\'re gone!', 0, 1), + (2998, 0, 'Snowball Launcher', 'Sometimes it isn\'t enough to let Mother Nature take care of winter. Sometimes you\'ve just got to do it yourself. Especially when there needs to be a snowball fight. WARNING: Do Not Ingest.', 0, 1), + (2999, 0, 'Marauder\'s Rigging', 'Do you like pink? And marauding? Then the Marauder\'s Rigging costume is for you! Get dolled up and rampage across the galaxy in your very own fear-inducing Marauder costume.', 0, 1), + (3000, 0, 'Trapper Camp FABkit', 'Ever wanted to just get away from it all? Then the Trapper Camp FABkit is for you! This purchase is for a single character only.', 0, 1), + (3001, 1, 'Housing Sky - Pulp Starfield', 'Life in technicolor can be so passe. Get back to basics with this glorious black and white sky!', 1757, 1), + (3002, 1, 'Housing Sky - Outer Space Opera', 'Need a little noir in your life? Look no further than the Outer Space Opera sky!', 1758, 1), + (3003, 0, 'Chariot of the Krogg', 'Words cannot adequately describe the triumph of engineering that is the Chariot of the Krogg. With its intimidating profile, you\'ll be feared by all. Did we mention the incredible gas mileage?', 0, 1), + (3006, 0, 'Disco-a-GoGo Bundle', 'All the boogy for one low price! This bundle includes One (1) Discotron, and one (1) GoGo Costume. Disclaimer: cannot guarentee that everyone will be \'jealous of your boogy\'.', 0, 1), + (3018, 0, 'Petrol Prism Dye', 'Petrol Prism dye is a neutral prismatic dye destined to make even the most blah costume feel new. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3019, 0, 'Aged Lavender Dye', 'A pearlescent neutral dye with the barest hint of purple. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3020, 0, 'Rustic Bronze Dye', 'A pearlescent dye with an understated bronze hue. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3021, 0, 'Glacier Blue Dye', 'Radiate the chill of icebergs in the northern reaches with this frosted aquamarine dye. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3022, 0, 'Blue Flame Dye', 'This dye is so cold it burns! This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3023, 0, 'Cerulean Underglow Dye', 'A dark mysterious blue dye. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3024, 0, 'Violet Underglow Dye', 'A dark mysterious purple dye. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3025, 0, 'Emerald Flame Dye', 'Golden green flames reminiscent of a fireworks display. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3026, 0, 'Neon Fire Dye', 'Stand out from the crowd and, well, everything with the brilliant glory of Neon Fire dye. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3027, 0, 'Geomantic Body Aura', 'Coat yourself in the armored power of earth with the Gromentic Body Aura. This purchase can only be applied to a single character.', 0, 1), + (3028, 0, 'Infernal Body Aura', 'Your fashion sense will be on fire (literally!) with the Infernal Body Aura. This purchase can only be applied to a single character.', 0, 1), + (3029, 0, 'Superchilled Body Aura', 'You\'ll be as cold as ice with the Superchilled Body Aura. This purchase can only be applied to a single character.', 0, 1), + (3030, 0, 'Verdant Body Aura', 'Infuse your body with the lifeforce of growing things with the Verdant Body Aura. This purchase can only be applied to a single character.', 0, 1), + (3031, 0, 'Inspiring Body Aura', 'Allow the power of logic to inspire you to new heights of knowledge with the Inspiring Body Aura. This purchase can only be applied to a single character.', 0, 1), + (3032, 0, 'Tempestuous Body Aura', 'Call upon the might of the storm with the Tempestuous Body Aura. This purchase can only be applied to a single character.', 0, 1), + (3033, 0, 'Dynamic Body Aura', 'Harness red lightning with the Dynamic Body Aura. This purchase can only be applied to a single character.', 0, 1), + (3034, 0, 'Ethereal Body Aura', 'Coat yourself with a protective layer of loftite. WARNING: Will not levitate. This purchase can only be applied to a single character.', 0, 1), + (3035, 0, 'Mystical Body Aura', 'Call upon mystical forces of Nexus with the Mystical Body Aura. This purchase can only be applied to a single character.', 0, 1), + (3036, 0, 'Umbral Body Aura', 'Coat yourself in the concealing powers of darkness with the Umbral Body Aura. This purchase can only be applied to a single character.', 0, 1), + (3037, 0, 'Landscape Garden FABkit', 'Enjoy the tranquility of the distant countryside from the safety of your own home. Once claimed, use this item to permanently unlock the Landscape Garden option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 0, 1), + (3038, 1, 'Darkspur Chariot (White)', 'This Darkspur Chariot might be whitewashed but there\'s still a little pink showing through. White tipped chrome trim and the urge to break kneecaps come standard.', 0, 1), + (3041, 0, 'Darkspur Chariot (Black)', 'Everyone\'s favorite Krogg inspired vehicle is back … in black!', 0, 1), + (3047, 0, 'Sky Remodel: April Showers', 'Shower your housing plot with the gentle rains of spring. This purchase can only be claimed by a single character.', 0, 1), + (3048, 0, 'Ground Remodel: May Flowers', 'Fill your housing plot with the yellow flowers of spring. This purchase can only be claimed by a single character.', 0, 1), + (3049, 1, 'Love Launcher Toy', 'Shower your friends (and enemies) with the power of love (and rainbows)! This purchase can only be claimed by a single character.', 0, 1), + (3050, 1, 'Loverboard', 'Ride on wings of love aboard the all new Loverboard!', 0, 1), + (3053, 0, 'Wise Guy Getup', 'Show \'em that you\'ve got an offer they can\'t refuse in this authentic wise guy getup. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (3054, 0, 'Racy Costume', 'Show off your character\'s curves with this skintight costume. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (3055, 0, 'Gunsmoke Garb', 'Get your steampunk on with the Gunsmoke Garb costume. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (3056, 0, 'Circle of Life Weapon Set', 'Harness the primal power of Life. This vanity weapon set contains six weapons - one for each class. These items can be imported into the Holo-Wardrobe for all characters on your account. ', 0, 1), + (3057, 0, 'Spring Topiary Décor Pack', 'Everyone\'s favorite landscaping pack is back with fresh blooming flowers. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (3058, 0, 'Elegant Holding Pouch', 'Everyone has a holding pouch, but not everyone has an elegant one. Seventeen sumptuous slots of inventory space for, well, whatever you want.', 1471, 1), + (3064, 0, 'Prismatic Dye', 'Coat yourself in the iredescent shimmers of purple, blue, and green hues. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3080, 0, 'Martial Artist Apparel', 'Take a flying leap kick at life in this stylish fighting attire. These items can be imported into the Holo-Wardrobe for all characters on your account. ', 0, 1), + (3081, 0, 'Techno-Phage Spider Rider', '"It was a one-eyed, one-horned, crawling purple-- spider-rider?" Take a ride on the purple side with this violet monstrosity. ', 0, 1), + (3084, 0, 'Hoverboard (Vampyre)', 'The perfect vehicle for those with an unquenchable thirst for speed.', 0, 1), + (3087, 1, 'Accident Prone Hat', 'Running with scissors is never a smart decision, but owning this hat might be.', 0, 1), + (3088, 0, 'Velocirex (Contagion)', 'Fresh from the fetid fields of Grismara, this velocirex will make all your undead dreams come true.', 0, 1), + (3091, 0, 'Trask Tenderling (Mordesh)', 'That face! Those eyes! So cute you could just die! *thud*', 0, 1), + (3094, 0, 'Smooth Phage Dye', 'Dress up in a smooth violet hue. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3095, 0, 'Vibrant Violet Dye', 'Va va va vibrant purple dye perfect for standing out in a crowd. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3096, 0, 'Hoverboard (Hound) (Gold Nugget)', 'All that is gold does not glitter - but the Gold Nugget certainly does!', 0, 1), + (3099, 0, 'Augmented Fire Dye', 'Green dye augmented by the finest of pigments. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3100, 0, 'Mechari Gold Dye', 'Sometimes you just need a light dusting of gold. That\'s where Mechari Gold Dye comes in. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3101, 0, 'Beast Flesh Dye', 'A sandy, dun colored hue, Beast Flesh dye rides the line between yellow and brown. Perfect for those looking to blend in. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3102, 0, 'Royal Yellow Dye', 'A gentle blend of lavender and vanilla hues. DO NOT DRINK! This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3103, 0, 'Imperial Yellow Dye', 'This purple and yellow combination is ideal for anyone wishing to make a dramatic statement. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3104, 0, 'Grismaran Attire', 'Not to be outdone by the fashions of other species, our Mordesh friends have come up with death defying fashions.', 0, 1), + (3109, 1, 'Shared Realm Bank Slot', 'Unlock access to (1) one new row of storage space within the Shared Realm Bank system (NOTE: You must have already unlocked access to the Shared Realm Bank in order to use this purchase). This is a multi-redeem purchase that applies to all characters on your account.', 0, 1), + (3110, 1, 'Shared Realm Bank Unlock', 'Unlock access to the shared realm Bank system as well as (2) rows of new storage space. This is a multi-redeem purchase that applies to all characters on your account.', 0, 1), + (3118, 1, 'Pumera (Exotic)', 'Stand out in any crowd astride this fetching pumera from parts unknown. ', 0, 1), + (3121, 0, 'Sky Remodel: Summer Sky', 'If you\'re looking for an endless summer, this is the sky for you. This purchase can only be claimed by a single character. ', 0, 1), + (3122, 0, 'Ground Remodel: Summer Sand', 'Feel free to frolic in summer fields and feel the sun on your face. This purchase can only be claimed by a single character. ', 0, 1), + (3123, 1, 'Surfboard Sampler Pack', 'Surf\'s up, so make sure you have the proper stick for those sick waves. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (3124, 1, 'Alien Décor Pack', 'Propel your plot out of this world with these extraterrestrial accessories. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (3125, 0, 'Deep Diver Diving Suit', 'Take to the depths in this utilitarian diving suit, but watch out for Ikthians! These items can be imported into the Holo-Wardrobe for all characters on your account. ', 0, 1), + (3126, 1, 'Surfside Seashell FABkit', 'What\'s a shoreline without a suitable seashell? Once claimed, use this item to permanently unlock the Surfside Seashell option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 0, 1), + (3127, 1, 'Underwater Décor Pack', 'You won\'t need scuba gear to gaze at these subaquatic succulents. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (3128, 1, 'Uniblade (Green)', 'Your friends will be green with envy when they see you riding this unique uniblade. ', 0, 1), + (3132, 1, 'Equivar (Technophage)', 'This augmented equivar is infected with a style that never goes out of fashion. ', 0, 1), + (3138, 1, 'Mordesh Décor Pack', 'At long last there is a décor pack worthy of those who nest within death\'s embrace. Crafted by the finest (surviving) Grismaran artisans. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (3141, 1, 'Berserker (Aquatic) Hoverboard', 'Take a ride on the shoreline with this special Berserker hoverboard. ', 0, 1), + (3156, 1, 'GoGo (Bubble Gum) Hoverboard', 'The Bubble Gum GoGo hoverboard is for riding, not chewing. ', 0, 1), + (3171, 1, 'Hound (Azure) Hoverboard', 'Shades of azure compliment the strong lines of the Hound hoverboard.', 0, 1), + (3177, 1, 'Ringer (Platinum) Hoverboard', 'Platinum and gold bump this Ringer hoverboard to the next level of luxury. Ding! ', 0, 1), + (3180, 1, 'Ringer (Avatus) Hoverboard', 'The Caretaker\'s evil alter-ego is immortalized in the colors of this Ringer hoverboard. ', 0, 1), + (3186, 1, 'Ringer (Halcyon) Hoverboard', 'Few hoverboards are as smooth-riding or soothing as the Halcyon Ringer. ', 0, 1), + (3209, 0, 'Fancy Pants Decor Pack', 'Exquisitely-crafted and painstakingly finished décor for the discerning homeowner. Protostar is proud to make this offer to everyone, rather than to a select and privileged few. ', 0, 1), + (3211, 0, 'Sanguine Brass Dye', 'Revel in the luscious gold and scarlet combination that is Sanguine Brass. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3212, 1, 'Consort\'s Woolie ', 'Ride into battle astride a verdant furred woolie, like those preferred by the Matria\'s own consort.', 0, 1), + (3215, 1, 'Matria\'s Woolie ', 'The Matria\'s Woolie is a mount fit for royalty!', 0, 1), + (3218, 0, 'Urban Camo Dye', 'Blend into the concrete jungle with this intense grey hue. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3220, 1, 'Primal Strider', 'Project pure primal power while traveling Nexus atop your own crystalline strider.', 0, 1), + (3223, 0, 'Metal Maniac Costume', 'Slam, bash, and thrash your way across the galaxy in style. These items can be imported into the Holo-Wardrobe for all characters on your account. ', 0, 1), + (3224, 0, 'Terminites Attack Decor Pack', 'These terminites wood love to set up a new home in your housing plot. Don\'t pass up this amazing new infestment opportunity! This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (3225, 1, 'Sky Remodel: Autumn Leaves', 'Welcome autumn\'s arrival with bright skies and falling leaves. This purchase can only be claimed by a single character. ', 0, 1), + (3226, 1, 'Ground Remodel: Golden Harvest', 'Celebrate harvest season with fields of golden grain. This purchase can only be claimed by a single character. ', 0, 1), + (3227, 1, 'Velocirex (Ebon)', 'Astride the sleek and dangerous form of the Ebon Velocirex, you will command the attention of friend and foe alike.', 0, 1), + (3230, 1, 'Lazarin\'s Laboratory FABkit', 'Grab your lab coat and safety goggles and carry out your secret experiments inside Victor Lazarin\'s own lab. Once claimed, use this item to permanently unlock the Lazarin\'s Laboratory option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 0, 1), + (3231, 0, 'Moon Mariner Uniform', 'Suit up, assemble your team, and defend Nexus from the forces of evil in the Moon Mariner Uniform. These items can be imported into the Holo-Wardrobe for all characters on your account. ', 0, 1), + (3232, 1, 'Industrial BoreBot (Red)', 'Attention! This is not a drill! It\'s TWO drills attached to a burly BoreBot just waiting for a pilot.', 0, 1), + (3236, 0, 'Augmented Bark Dye', 'Unleash your inner adventurer with this rugged, rustic hue. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3237, 0, 'Emerald Underglow Dye', 'This sleek green dye adds an Eldan flair to any ensemble. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3238, 0, 'Borealis Purple Dye', 'Embark upon a cosmic journey with this dark celestial hue. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3239, 0, 'Orange Sherbet Dye', 'Stay cool during hot Nexus summers with this dye inspired by a tasty treat. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3240, 1, 'Velocirex (Electrified)', 'Looking for a spooky mount with shock value? This velocirex has everything you need!', 0, 1), + (3265, 0, 'Torine Builder\'s Decor Pack', 'Transform your plot into a tranquil Torine temple with this builder\'s pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (3267, 0, 'Protostar Builder\'s Decor Pack', 'Skip all the red tape and buy your home improvements straight from the source with this Protostar builder\'s pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (3268, 0, 'Exile Builder\'s Decor Pack', 'Show off your rebellious side with this Exile builder\'s pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (3269, 0, 'Dominion Builder\'s Decor Pack', 'Show off your devotion to the Emperor with this patriotic Dominion builder\'s pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (3270, 0, 'Exo-Lab Builder\'s Decor Pack', 'Delve into the secrets of Nexus with this Exo-Lab builder\'s pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (3271, 0, 'Shrine Builder\'s Decor Pack', 'Create your own private sanctuary with this Shrine builder\'s pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (3272, 0, 'Osun Builder\'s Decor Pack', 'Bulk up your living space with this massive Osun builder\'s pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, 1), + (3273, 1, 'Technophage Convergence FABkit', 'Harness the power of the Technophage in the privacy of your own home. Once claimed, use this item to permanently unlock the Technophage Convergence option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 0, 1), + (3312, 1, 'Ho Ho Ho Mobile (Green)', 'One part reindeer, one part sleigh, the Ho Ho Ho Mobile (Green) is perfect for those who wish to spread holiday cheer. ', 0, 1), + (3315, 1, 'Ho Ho Ho Mobile (Blue)', 'The blue variant of the infamous holiday mount, the Ho Ho Ho Mobile (Blue) provides a calm yet festive ride. ', 0, 1), + (3318, 1, 'Ho Ho Ho Mobile (Gold)', 'All that is gold does not glitter. But the Ho Ho Ho Mobile (Gold) sure does. It glitters in spades. Warning: Drool may be present. ', 0, 1), + (3327, 1, 'Sky Remodel: Cotton Candy', 'The Cotton Candy sky is a pink glittering accoutrement for those who want to add a more dreamlike feel to their housing plot. This purchase can only be claimed by a single character. ', 0, 1), + (3328, 1, 'Model Gingerbread House FABkit', 'Produces a Gingerbread House suited for sweet housing plots, that allows an additional structure on your plot that can be decorated outside. Once claimed, use this item to permanently unlock the Model Gingerbread House option in the Landscape menu of your housing plot. This purchase is for a single character only. ', 0, 1), + (3329, 1, 'Gingerbread Trim Decor Pack', 'Trim your Gingerbread buildings with the contents of this sweet, sweet décor pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character. ', 0, 1), + (3330, 1, 'Gingerbread Construction Decor Pack', 'Build your own gingerbread housing with the Gingerbread Construction décor pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character. ', 0, 1), + (3332, 1, 'Cheer Gear Costume', 'Get ready for the retail rush that accompanies the holidays with the Cheer Gear costume. These items can be imported into the Holo-Wardrobe for all characters on your account. ', 0, 1), + (3336, 1, 'Auroria Pine Dye', 'Show your support for the farmers of Auroria with this verdant green dye. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3337, 1, 'Crimson Curtain Dye', 'You\'ll be the star of the show when you don this brillant red dye! This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3338, 1, 'Rustic Sand Dye', 'Take the beach with you on your travels when wearing this bucolic dye. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, 1), + (3342, 8, '88-Proof Boardwax', 'Hop on the board and keep moving. You might see some serious trouble. This purchase can only be applied to a single character.', 0, 1), + (3343, 1, 'Grim Hood', 'Don this fearsome visage and haunt Nexus in style. This item can be imported into the Holo-Wardrobe for all characters on your account.', 0, 1), + (3386, 1, 'Pumera (Frostbite)', 'This fierce and frosty feline is the perfect mount for all your winter adventures.', 0, 1), + (3389, 1, 'Frozen Pond FABkit', 'This picturesque pond can be a serene retreat or landmark in your winter wonderland. Once claimed, use this item to permanently unlock the Frozen Pond option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 0, 1); + +-- Dumping structure for table store_offer_group_category +CREATE TABLE IF NOT EXISTS `store_offer_group_category` ( + `id` int unsigned NOT NULL DEFAULT '0', + `categoryId` int unsigned NOT NULL DEFAULT '0', + `index` tinyint unsigned NOT NULL DEFAULT '0', + `visible` tinyint unsigned NOT NULL DEFAULT '1', + PRIMARY KEY (`id`,`categoryId`), + KEY `FK__store_offer_group_category_categoryId__store_category_id` (`categoryId`), + CONSTRAINT `FK__store_offer_group_category_categoryId__store_category_id` FOREIGN KEY (`categoryId`) REFERENCES `store_category` (`id`) ON DELETE CASCADE, + CONSTRAINT `FK__store_offer_group_category_id__store_offer_group_id` FOREIGN KEY (`id`) REFERENCES `store_offer_group` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- Dumping data for table store_offer_group_category: ~748 rows (approximately) +REPLACE INTO `store_offer_group_category` (`id`, `categoryId`, `index`, `visible`) VALUES + (1533, 49, 1, 1), + (1537, 49, 2, 1), + (1541, 49, 3, 1), + (1545, 35, 19, 1), + (1545, 36, 4, 1), + (1546, 35, 16, 1), + (1546, 36, 3, 1), + (1547, 35, 18, 1), + (1547, 37, 8, 1), + (1548, 35, 21, 1), + (1548, 36, 5, 1), + (1549, 35, 27, 1), + (1549, 36, 8, 1), + (1550, 35, 22, 1), + (1550, 36, 6, 1), + (1551, 35, 23, 1), + (1551, 36, 7, 1), + (1552, 35, 26, 1), + (1552, 37, 10, 1), + (1553, 50, 24, 1), + (1553, 207, 10, 1), + (1557, 27, 81, 1), + (1557, 29, 4, 1), + (1558, 27, 58, 1), + (1558, 28, 24, 1), + (1558, 132, 93, 1), + (1559, 27, 66, 1), + (1559, 28, 31, 1), + (1560, 27, 71, 1), + (1560, 28, 36, 1), + (1560, 132, 92, 1), + (1561, 27, 87, 1), + (1561, 39, 45, 1), + (1562, 27, 93, 1), + (1562, 39, 51, 1), + (1563, 79, 67, 1), + (1563, 81, 6, 1), + (1564, 79, 76, 1), + (1564, 81, 4, 1), + (1565, 79, 36, 1), + (1565, 80, 35, 1), + (1611, 34, 4, 1), + (1611, 43, 2, 1), + (1612, 46, 2, 1), + (1612, 47, 1, 1), + (1613, 34, 8, 1), + (1613, 44, 2, 1), + (1614, 34, 11, 1), + (1614, 44, 4, 1), + (1614, 46, 1, 1), + (1614, 48, 1, 1), + (1615, 34, 10, 1), + (1615, 44, 3, 1), + (1622, 27, 65, 1), + (1622, 28, 30, 1), + (1623, 27, 68, 1), + (1623, 28, 33, 1), + (1624, 27, 64, 1), + (1624, 28, 29, 1), + (1625, 79, 47, 1), + (1625, 80, 45, 1), + (1626, 79, 49, 1), + (1626, 80, 48, 1), + (1627, 79, 37, 1), + (1627, 80, 36, 1), + (1628, 79, 41, 1), + (1628, 80, 39, 1), + (1629, 79, 42, 1), + (1629, 80, 41, 1), + (1630, 79, 68, 1), + (1630, 81, 7, 1), + (1631, 79, 70, 1), + (1631, 81, 9, 1), + (1632, 79, 75, 1), + (1632, 81, 3, 1), + (1633, 79, 77, 1), + (1633, 81, 5, 1), + (1634, 27, 69, 1), + (1634, 28, 34, 1), + (1634, 132, 114, 1), + (1635, 27, 72, 1), + (1635, 28, 38, 1), + (1635, 132, 139, 1), + (1636, 27, 77, 1), + (1636, 28, 43, 1), + (1637, 27, 91, 1), + (1637, 39, 48, 1), + (1638, 27, 85, 1), + (1638, 39, 40, 1), + (1639, 78, 23, 1), + (1672, 31, 60, 1), + (1672, 33, 33, 1), + (1672, 132, 2, 1), + (1673, 31, 61, 1), + (1673, 33, 34, 1), + (1673, 132, 1, 1), + (1674, 79, 72, 1), + (1674, 81, 11, 1), + (1675, 79, 74, 1), + (1675, 81, 13, 1), + (1678, 27, 78, 1), + (1678, 28, 22, 1), + (1678, 76, 6, 1), + (1678, 132, 45, 1), + (1679, 27, 73, 1), + (1679, 28, 39, 1), + (1680, 27, 63, 1), + (1680, 28, 28, 1), + (1680, 76, 5, 1), + (1680, 132, 46, 1), + (1683, 27, 74, 1), + (1683, 28, 40, 1), + (1683, 132, 91, 1), + (1684, 27, 60, 1), + (1684, 28, 26, 1), + (1684, 132, 90, 1), + (1685, 27, 83, 1), + (1685, 29, 6, 1), + (1686, 27, 80, 1), + (1686, 29, 3, 1), + (1687, 27, 79, 1), + (1687, 29, 2, 1), + (1688, 27, 86, 1), + (1688, 39, 41, 1), + (1689, 27, 94, 1), + (1689, 39, 52, 1), + (1690, 78, 28, 1), + (1724, 27, 41, 1), + (1724, 28, 16, 1), + (1724, 132, 113, 1), + (1726, 27, 42, 1), + (1726, 39, 53, 1), + (1726, 132, 89, 1), + (1727, 31, 62, 1), + (1727, 33, 35, 1), + (1727, 132, 88, 1), + (1823, 78, 12, 1), + (1827, 78, 1, 1), + (1827, 132, 103, 1), + (1831, 78, 24, 1), + (1833, 78, 17, 1), + (1839, 27, 97, 1), + (1839, 28, 44, 1), + (1839, 132, 16, 1), + (1841, 79, 66, 1), + (1841, 81, 14, 1), + (1841, 132, 19, 1), + (1882, 78, 15, 1), + (1888, 31, 59, 1), + (1888, 33, 32, 1), + (1888, 132, 3, 1), + (1899, 31, 92, 1), + (1899, 33, 49, 1), + (1899, 132, 15, 1), + (1909, 78, 18, 1), + (2074, 79, 32, 1), + (2074, 80, 79, 1), + (2074, 132, 134, 1), + (2076, 27, 96, 1), + (2076, 39, 55, 1), + (2076, 132, 21, 1), + (2077, 27, 95, 1), + (2077, 39, 54, 1), + (2077, 132, 20, 1), + (2080, 31, 81, 1), + (2080, 33, 55, 1), + (2083, 31, 71, 1), + (2083, 33, 43, 1), + (2085, 130, 17, 1), + (2085, 132, 146, 1), + (2089, 79, 4, 1), + (2089, 80, 3, 1), + (2089, 132, 104, 1), + (2091, 76, 10, 1), + (2091, 79, 63, 1), + (2091, 82, 6, 1), + (2091, 132, 18, 1), + (2093, 79, 78, 1), + (2093, 82, 5, 1), + (2093, 132, 119, 1), + (2100, 27, 40, 1), + (2100, 28, 15, 1), + (2100, 132, 112, 1), + (2140, 50, 38, 1), + (2140, 207, 13, 1), + (2141, 50, 40, 1), + (2141, 207, 19, 1), + (2144, 50, 36, 1), + (2144, 207, 18, 1), + (2242, 78, 13, 1), + (2245, 78, 27, 1), + (2278, 212, 4, 1), + (2391, 27, 61, 1), + (2391, 28, 27, 1), + (2391, 132, 87, 1), + (2392, 31, 83, 1), + (2392, 33, 56, 1), + (2392, 132, 32, 1), + (2409, 27, 57, 1), + (2409, 28, 23, 1), + (2409, 132, 86, 1), + (2414, 130, 12, 1), + (2414, 132, 147, 1), + (2416, 79, 43, 1), + (2416, 80, 42, 1), + (2417, 79, 44, 1), + (2417, 80, 43, 1), + (2418, 79, 56, 1), + (2418, 80, 56, 1), + (2419, 79, 51, 1), + (2419, 80, 50, 1), + (2428, 31, 68, 1), + (2428, 33, 42, 1), + (2428, 76, 2, 1), + (2428, 132, 101, 1), + (2431, 31, 80, 1), + (2431, 33, 54, 1), + (2437, 31, 64, 1), + (2437, 32, 14, 1), + (2440, 31, 56, 1), + (2440, 32, 9, 1), + (2452, 78, 29, 1), + (2455, 78, 14, 1), + (2461, 78, 16, 1), + (2464, 79, 64, 1), + (2464, 82, 7, 1), + (2465, 79, 61, 1), + (2465, 82, 3, 1), + (2466, 79, 62, 1), + (2466, 82, 4, 1), + (2467, 79, 50, 1), + (2467, 80, 49, 1), + (2468, 79, 38, 1), + (2468, 80, 37, 1), + (2469, 79, 55, 1), + (2469, 80, 55, 1), + (2470, 79, 53, 1), + (2470, 80, 52, 1), + (2471, 27, 90, 1), + (2471, 39, 47, 1), + (2472, 27, 89, 1), + (2472, 39, 46, 1), + (2473, 27, 92, 1), + (2473, 39, 50, 1), + (2474, 130, 11, 1), + (2475, 130, 10, 1), + (2495, 27, 54, 1), + (2495, 28, 20, 1), + (2495, 50, 14, 1), + (2495, 207, 11, 1), + (2496, 27, 62, 1), + (2496, 215, 10, 1), + (2502, 50, 23, 1), + (2502, 207, 9, 1), + (2502, 212, 2, 1), + (2506, 31, 49, 1), + (2506, 33, 59, 1), + (2506, 50, 33, 1), + (2506, 207, 16, 1), + (2507, 31, 48, 1), + (2507, 33, 58, 1), + (2507, 50, 32, 1), + (2507, 207, 15, 1), + (2508, 31, 50, 1), + (2508, 33, 60, 1), + (2508, 50, 35, 1), + (2508, 207, 14, 1), + (2509, 50, 22, 1), + (2509, 207, 3, 1), + (2509, 212, 1, 1), + (2510, 31, 67, 1), + (2510, 33, 37, 1), + (2513, 78, 19, 1), + (2516, 31, 6, 1), + (2516, 33, 38, 1), + (2516, 132, 4, 1), + (2527, 31, 1, 1), + (2527, 33, 39, 1), + (2527, 132, 7, 1), + (2530, 31, 2, 1), + (2530, 33, 40, 1), + (2530, 132, 6, 1), + (2533, 31, 5, 1), + (2533, 33, 41, 1), + (2533, 132, 5, 1), + (2536, 31, 74, 1), + (2536, 33, 45, 1), + (2536, 132, 85, 1), + (2539, 31, 73, 1), + (2539, 33, 46, 1), + (2539, 132, 84, 1), + (2542, 31, 75, 1), + (2542, 33, 47, 1), + (2542, 132, 83, 1), + (2545, 31, 76, 1), + (2545, 33, 48, 1), + (2545, 132, 82, 1), + (2548, 31, 58, 1), + (2548, 33, 31, 1), + (2551, 31, 57, 1), + (2551, 33, 30, 1), + (2572, 50, 21, 1), + (2572, 79, 25, 1), + (2572, 80, 33, 1), + (2573, 27, 84, 1), + (2573, 39, 39, 1), + (2580, 34, 1, 1), + (2580, 43, 1, 1), + (2587, 34, 6, 1), + (2587, 43, 3, 1), + (2594, 34, 2, 1), + (2594, 43, 4, 1), + (2601, 34, 3, 1), + (2601, 43, 5, 1), + (2608, 34, 5, 1), + (2608, 43, 6, 1), + (2615, 50, 17, 1), + (2615, 207, 6, 1), + (2629, 50, 16, 1), + (2629, 207, 5, 1), + (2630, 50, 15, 1), + (2630, 207, 4, 1), + (2631, 27, 67, 1), + (2631, 28, 32, 1), + (2632, 78, 20, 1), + (2635, 27, 70, 1), + (2635, 28, 37, 1), + (2640, 27, 51, 1), + (2640, 39, 37, 1), + (2641, 79, 48, 1), + (2641, 80, 47, 1), + (2644, 31, 70, 1), + (2644, 32, 13, 1), + (2664, 35, 28, 1), + (2664, 37, 11, 1), + (2665, 78, 26, 1), + (2668, 31, 78, 1), + (2668, 33, 50, 1), + (2671, 27, 88, 1), + (2671, 39, 43, 1), + (2674, 27, 56, 1), + (2674, 28, 21, 1), + (2681, 80, 58, 1), + (2685, 130, 7, 1), + (2718, 35, 12, 1), + (2718, 37, 4, 1), + (2718, 76, 4, 1), + (2720, 35, 17, 1), + (2720, 36, 1, 1), + (2721, 35, 20, 1), + (2721, 36, 2, 1), + (2722, 27, 59, 1), + (2722, 28, 25, 1), + (2723, 31, 3, 1), + (2723, 33, 52, 1), + (2723, 132, 8, 1), + (2726, 78, 25, 1), + (2729, 27, 76, 1), + (2729, 28, 42, 1), + (2730, 27, 75, 1), + (2730, 28, 41, 1), + (2734, 31, 4, 1), + (2734, 33, 53, 1), + (2734, 132, 9, 1), + (2768, 27, 39, 1), + (2768, 215, 4, 1), + (2772, 27, 82, 1), + (2772, 29, 5, 1), + (2773, 79, 73, 1), + (2773, 81, 12, 1), + (2774, 79, 54, 1), + (2774, 80, 53, 1), + (2775, 31, 72, 1), + (2775, 33, 44, 1), + (2778, 79, 59, 1), + (2778, 80, 64, 1), + (2779, 31, 51, 1), + (2779, 33, 28, 1), + (2779, 50, 8, 1), + (2780, 31, 46, 1), + (2780, 33, 27, 1), + (2780, 132, 31, 1), + (2783, 27, 55, 1), + (2783, 28, 17, 1), + (2783, 76, 30, 1), + (2783, 132, 124, 1), + (2787, 80, 60, 1), + (2788, 80, 61, 1), + (2789, 78, 22, 1), + (2792, 50, 4, 1), + (2796, 79, 26, 1), + (2796, 80, 34, 1), + (2799, 35, 14, 1), + (2799, 37, 6, 1), + (2803, 35, 15, 1), + (2803, 37, 7, 1), + (2807, 35, 13, 1), + (2807, 37, 5, 1), + (2808, 35, 10, 1), + (2808, 37, 3, 1), + (2813, 31, 79, 1), + (2813, 32, 16, 1), + (2816, 80, 54, 1), + (2817, 130, 8, 1), + (2818, 31, 52, 1), + (2818, 32, 7, 1), + (2818, 50, 5, 1), + (2821, 50, 9, 1), + (2823, 50, 7, 1), + (2824, 79, 39, 1), + (2824, 80, 38, 1), + (2828, 79, 1, 1), + (2828, 80, 1, 1), + (2829, 27, 48, 1), + (2829, 28, 35, 1), + (2830, 79, 57, 1), + (2830, 80, 57, 1), + (2831, 79, 45, 1), + (2831, 80, 44, 1), + (2832, 27, 50, 1), + (2832, 39, 42, 1), + (2833, 27, 24, 1), + (2833, 39, 49, 1), + (2834, 27, 38, 1), + (2834, 39, 44, 1), + (2835, 27, 21, 1), + (2835, 39, 38, 1), + (2839, 79, 58, 1), + (2839, 80, 63, 1), + (2840, 79, 40, 1), + (2840, 80, 40, 1), + (2841, 79, 46, 1), + (2841, 80, 46, 1), + (2842, 27, 47, 1), + (2842, 215, 7, 1), + (2843, 27, 46, 1), + (2843, 215, 5, 1), + (2844, 27, 45, 1), + (2844, 215, 8, 1), + (2846, 27, 43, 1), + (2846, 215, 9, 1), + (2860, 27, 37, 1), + (2860, 28, 14, 1), + (2861, 31, 45, 1), + (2861, 33, 26, 1), + (2864, 31, 44, 1), + (2864, 32, 15, 1), + (2867, 79, 60, 1), + (2867, 82, 2, 1), + (2915, 80, 28, 1), + (2915, 132, 111, 1), + (2916, 80, 29, 1), + (2916, 132, 115, 1), + (2917, 80, 30, 1), + (2917, 132, 116, 1), + (2918, 80, 31, 1), + (2918, 132, 117, 1), + (2919, 80, 32, 1), + (2919, 132, 118, 1), + (2946, 31, 37, 1), + (2946, 33, 21, 1), + (2949, 31, 38, 1), + (2949, 33, 25, 1), + (2952, 31, 39, 1), + (2952, 33, 24, 1), + (2955, 31, 40, 1), + (2955, 33, 23, 1), + (2958, 31, 36, 1), + (2958, 33, 22, 1), + (2958, 50, 6, 1), + (2958, 207, 1, 1), + (2961, 80, 62, 1), + (2962, 79, 52, 1), + (2962, 80, 51, 1), + (2963, 27, 23, 1), + (2963, 28, 13, 1), + (2967, 27, 22, 1), + (2967, 28, 12, 1), + (2968, 79, 6, 1), + (2968, 80, 8, 1), + (2968, 132, 26, 1), + (2969, 79, 5, 1), + (2969, 80, 7, 1), + (2969, 132, 25, 1), + (2970, 79, 7, 1), + (2970, 80, 6, 1), + (2970, 132, 23, 1), + (2971, 79, 9, 1), + (2971, 80, 5, 1), + (2971, 132, 24, 1), + (2972, 79, 8, 1), + (2972, 80, 4, 1), + (2972, 132, 22, 1), + (2973, 31, 31, 1), + (2973, 32, 2, 1), + (2985, 27, 25, 1), + (2985, 215, 2, 1), + (2987, 31, 35, 1), + (2987, 33, 19, 1), + (2987, 76, 9, 1), + (2987, 132, 29, 1), + (2993, 31, 33, 1), + (2993, 33, 18, 1), + (2998, 130, 6, 1), + (2999, 27, 20, 1), + (2999, 28, 11, 1), + (3000, 79, 65, 1), + (3000, 82, 8, 1), + (3001, 79, 71, 1), + (3001, 81, 10, 1), + (3002, 79, 69, 1), + (3002, 81, 8, 1), + (3003, 31, 30, 1), + (3003, 33, 17, 1), + (3006, 31, 32, 1), + (3006, 33, 16, 1), + (3006, 50, 1, 1), + (3006, 132, 109, 1), + (3018, 27, 9, 1), + (3018, 39, 20, 1), + (3019, 27, 18, 1), + (3019, 39, 26, 1), + (3020, 27, 19, 1), + (3020, 39, 25, 1), + (3021, 27, 16, 1), + (3021, 39, 24, 1), + (3022, 27, 15, 1), + (3022, 39, 23, 1), + (3023, 27, 11, 1), + (3023, 39, 21, 1), + (3024, 27, 12, 1), + (3024, 39, 22, 1), + (3025, 27, 7, 1), + (3025, 39, 17, 1), + (3026, 27, 8, 1), + (3026, 39, 18, 1), + (3027, 130, 1, 1), + (3028, 130, 3, 1), + (3029, 130, 4, 1), + (3030, 130, 2, 1), + (3031, 130, 1, 1), + (3032, 130, 1, 1), + (3033, 130, 1, 1), + (3034, 130, 1, 1), + (3035, 130, 1, 1), + (3036, 130, 1, 1), + (3037, 79, 3, 1), + (3037, 82, 1, 1), + (3038, 31, 1, 1), + (3038, 33, 1, 1), + (3041, 31, 26, 1), + (3041, 33, 14, 1), + (3047, 79, 2, 1), + (3047, 81, 1, 1), + (3048, 79, 2, 1), + (3048, 81, 2, 1), + (3049, 130, 5, 1), + (3049, 132, 102, 1), + (3050, 31, 29, 1), + (3050, 32, 1, 1), + (3050, 132, 100, 1), + (3053, 27, 4, 1), + (3053, 28, 9, 1), + (3054, 27, 6, 1), + (3054, 28, 8, 1), + (3055, 27, 13, 1), + (3055, 28, 7, 1), + (3056, 27, 17, 1), + (3056, 29, 1, 1), + (3057, 80, 2, 1), + (3058, 35, 24, 1), + (3058, 37, 1, 1), + (3064, 27, 10, 1), + (3064, 39, 19, 1), + (3080, 27, 14, 1), + (3080, 28, 10, 1), + (3081, 31, 28, 1), + (3081, 33, 15, 1), + (3084, 31, 27, 1), + (3084, 32, 1, 1), + (3087, 27, 1, 1), + (3087, 215, 1, 1), + (3088, 31, 23, 1), + (3088, 33, 13, 1), + (3091, 78, 1, 1), + (3094, 27, 5, 1), + (3094, 39, 16, 1), + (3095, 27, 3, 1), + (3095, 39, 15, 1), + (3096, 31, 25, 1), + (3096, 32, 1, 1), + (3099, 27, 2, 1), + (3099, 39, 14, 1), + (3100, 27, 1, 1), + (3100, 39, 13, 1), + (3101, 27, 1, 1), + (3101, 39, 12, 1), + (3102, 27, 1, 1), + (3102, 39, 11, 1), + (3103, 27, 1, 1), + (3103, 39, 10, 1), + (3104, 27, 1, 1), + (3104, 28, 6, 1), + (3109, 35, 1, 1), + (3109, 37, 1, 1), + (3110, 35, 1, 1), + (3110, 37, 1, 1), + (3118, 31, 22, 1), + (3118, 33, 12, 1), + (3121, 79, 1, 1), + (3121, 81, 1, 1), + (3122, 79, 1, 1), + (3122, 81, 1, 1), + (3123, 79, 1, 1), + (3123, 80, 1, 1), + (3124, 79, 1, 1), + (3124, 80, 1, 1), + (3125, 27, 1, 1), + (3125, 28, 5, 1), + (3126, 79, 1, 1), + (3126, 82, 1, 1), + (3127, 79, 1, 1), + (3127, 80, 1, 1), + (3128, 31, 21, 1), + (3128, 33, 11, 1), + (3132, 31, 20, 1), + (3132, 33, 10, 1), + (3138, 80, 1, 1), + (3141, 31, 1, 1), + (3141, 32, 1, 1), + (3156, 31, 19, 1), + (3156, 32, 1, 1), + (3171, 31, 18, 1), + (3171, 32, 1, 1), + (3177, 31, 1, 1), + (3177, 32, 1, 1), + (3180, 31, 17, 1), + (3180, 32, 1, 1), + (3186, 31, 16, 1), + (3186, 32, 1, 1), + (3209, 79, 1, 1), + (3209, 80, 1, 1), + (3211, 27, 1, 1), + (3211, 39, 8, 1), + (3212, 31, 14, 1), + (3212, 33, 9, 1), + (3212, 132, 34, 1), + (3215, 31, 13, 1), + (3215, 33, 8, 1), + (3215, 132, 33, 1), + (3218, 27, 1, 1), + (3218, 39, 9, 1), + (3220, 31, 12, 1), + (3220, 33, 4, 1), + (3223, 27, 1, 1), + (3223, 28, 4, 1), + (3224, 79, 1, 1), + (3224, 80, 1, 1), + (3225, 79, 1, 1), + (3225, 81, 1, 1), + (3226, 79, 1, 1), + (3226, 81, 1, 1), + (3227, 31, 11, 1), + (3227, 33, 7, 1), + (3230, 79, 1, 1), + (3230, 82, 1, 1), + (3231, 27, 1, 1), + (3231, 28, 2, 1), + (3232, 31, 10, 1), + (3232, 33, 6, 1), + (3236, 27, 1, 1), + (3236, 39, 7, 1), + (3237, 27, 1, 1), + (3237, 39, 6, 1), + (3238, 27, 1, 1), + (3238, 39, 5, 1), + (3239, 27, 1, 1), + (3239, 39, 4, 1), + (3240, 31, 9, 1), + (3240, 33, 5, 1), + (3240, 132, 74, 1), + (3265, 79, 1, 1), + (3265, 80, 1, 1), + (3265, 132, 64, 1), + (3267, 79, 1, 1), + (3267, 80, 1, 1), + (3267, 132, 44, 1), + (3268, 79, 1, 1), + (3268, 80, 1, 1), + (3268, 132, 63, 1), + (3269, 79, 1, 1), + (3269, 80, 1, 1), + (3269, 132, 62, 1), + (3270, 79, 1, 1), + (3270, 80, 1, 1), + (3270, 132, 57, 1), + (3271, 79, 1, 1), + (3271, 80, 1, 1), + (3271, 132, 58, 1), + (3272, 79, 1, 1), + (3272, 80, 1, 1), + (3272, 132, 61, 1), + (3273, 79, 1, 1), + (3273, 82, 1, 1), + (3312, 31, 1, 1), + (3312, 33, 1, 1), + (3312, 132, 30, 1), + (3315, 31, 1, 1), + (3315, 33, 2, 1), + (3315, 132, 28, 1), + (3318, 31, 1, 1), + (3318, 33, 3, 1), + (3318, 132, 27, 1), + (3327, 79, 1, 1), + (3327, 81, 1, 1), + (3327, 132, 39, 1), + (3328, 79, 1, 1), + (3328, 82, 1, 1), + (3328, 132, 36, 1), + (3329, 79, 1, 1), + (3329, 80, 1, 1), + (3329, 132, 37, 1), + (3330, 79, 1, 1), + (3330, 80, 1, 1), + (3330, 132, 38, 1), + (3332, 27, 1, 1), + (3332, 28, 1, 1), + (3332, 132, 17, 1), + (3336, 27, 1, 1), + (3336, 39, 3, 1), + (3336, 132, 43, 1), + (3337, 27, 1, 1), + (3337, 39, 1, 1), + (3337, 132, 42, 1), + (3338, 27, 1, 1), + (3338, 39, 2, 1), + (3338, 132, 41, 1), + (3342, 130, 1, 1), + (3342, 132, 60, 1), + (3343, 27, 1, 1), + (3343, 76, 12, 1), + (3343, 132, 59, 1), + (3343, 215, 1, 1), + (3386, 31, 1, 1), + (3386, 33, 1, 1), + (3386, 132, 10, 1), + (3389, 79, 1, 1), + (3389, 82, 1, 1); + +-- Dumping structure for table store_offer_item +CREATE TABLE IF NOT EXISTS `store_offer_item` ( + `id` int unsigned NOT NULL DEFAULT '0', + `groupId` int unsigned NOT NULL DEFAULT '0', + `name` varchar(50) NOT NULL DEFAULT '', + `description` varchar(500) NOT NULL DEFAULT '', + `displayFlags` int unsigned NOT NULL DEFAULT '0', + `field_6` bigint NOT NULL DEFAULT '0', + `field_7` tinyint unsigned NOT NULL DEFAULT '0', + `visible` tinyint unsigned NOT NULL DEFAULT '0', + PRIMARY KEY (`id`,`groupId`), + UNIQUE KEY `AK_store_offer_item_id` (`id`), + UNIQUE KEY `id` (`id`), + KEY `FK__store_offer_item_groupId__store_offer_group_id` (`groupId`), + CONSTRAINT `FK__store_offer_item_groupId__store_offer_group_id` FOREIGN KEY (`groupId`) REFERENCES `store_offer_group` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- Dumping data for table store_offer_item: ~480 rows (approximately) +REPLACE INTO `store_offer_item` (`id`, `groupId`, `name`, `description`, `displayFlags`, `field_6`, `field_7`, `visible`) VALUES + (1534, 1533, 'Fortune Coin', 'One (1) Fortune Coin for Madame Fay\'s Fortunes to acquire treasures and have a chance to receive rare and unique items. To spend your Coins, click on the Fortunes icon on the bottom bar of the main UI. This purchase can be spent by any character on your account when claimed.', 0, -1016071787, 0, 1), + (1535, 1533, 'Fortune Coins - 3 Pack', 'Three (3) Fortune Coins for Madame Fay\'s Fortunes to acquire treasures and have a chance to receive rare and unique items. To spend your Coins, click on the Fortunes icon on the bottom bar of the main UI. This purchase can be spent by any character on your account when claimed.', 0, -1016071787, 0, 1), + (1536, 1533, 'Fortune Coins - 9 Pack', 'Nine (9) Fortune Coins for Madame Fay\'s Fortunes to acquire treasures and have a chance to receive rare and unique items. To spend your Coins, click on the Fortunes icon on the bottom bar of the main UI. This purchase can be spent by any character on your account when claimed.', 0, -1016071787, 0, 1), + (1542, 1541, 'Lockbox Key x1', 'One (1) Lockbox Key. Used to open Lockboxes found at the end of Veteran Adventures, Dungeons, and Expeditions, as well as World Bosses and Discovery public events. Lockboxes contain a variety of gear from the instance in which they are found, and exclusive bonus items. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1545, 1545, 'Character Slot Unlock', 'Adds an additional character slot to your account. This may be applied to an account twelve (12) times, allowing you to have a total of fourteen (14) total character slots unlocked. ', 4, -1016071787, 0, 1), + (1546, 1546, 'Auctions and Bids Limit (+50)', 'Unlocks an additional 50 Auction House Auctions and 50 Auction House Bids for your account. This may be applied up to three (3) times, allowing you to have a total of 190 Auctions and 190 Bids unlocked. ', 0, -1016071787, 0, 1), + (1547, 1547, 'Personal Bank Slot Unlock', 'Add an additional slot to your character\'s personal bank. This purchase can only be claimed by a single character and may be applied up to eight (8) times, allowing your character to have a total of ten (10) bank slots unlocked.', 0, -1016071787, 0, 1), + (1548, 1548, 'Commodity Order Limit (+50)', 'Unlocks an additional 50 Commodity Buy Orders and 50 Commodity Sell Orders for your account. This may be applied up to three (3) times, allowing you to have a total of 190 Buy Orders and 190 Sell Orders unlocked.', 0, -1016071787, 0, 1), + (1549, 1549, 'Holo-Wardrobe Display Limit (+100)', 'Unlocks an additional +100 Holo-Wardrobe Display slots for your account. This may be applied to an account twenty (20) times, allowing you to have a total of 2350 display slots unlocked. ', 2, -1016071787, 0, 1), + (1550, 1550, 'Costume Slot Unlock', 'Unlocks an additional costume slot for your account. This may be applied to an account eight (8) times, allowing you to have a total of twelve (12) total costume slots unlocked. ', 0, -1016071787, 0, 1), + (1551, 1551, 'Décor Limit (+500)', 'Increases the decor limit for your home by 500 outside and 500 inside. This license can be applied multiple times, to a maximum of 5000 (2500 inside and outside). This purchase applies to all characters on your account when claimed. ', 2, -1016071787, 0, 1), + (1552, 1552, 'Expert Riding License', 'Increases mounted speed by 35% of the base riding skill. This purchase can only be claimed by a single character.', 4, -1016071787, 0, 1), + (1553, 1553, 'Deluxe Upgrade Bundle', 'Missed out on the deluxe edition of WildStar? Here\'s your second chance! This bundle contains all rewards from the WildStar Deluxe edition. The items in this purchase are multi-redeem items which can be claimed by all characters on your account.', 4, -1016071787, 0, 1), + (1557, 1557, 'Fringer Weapon Set', 'Equip the bold, roan-rustlin\' style of the Nexus frontier. This vanity weapon set contains six weapons - one for each class. These items can be imported into the Holo-Wardrobe for all characters on your account. ', 2, -1016071787, 0, 1), + (1558, 1558, 'Chrome Costume Set', 'Showcase your shiny, brilliant self with this six-piece costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (1559, 1559, 'Mirrored Costume Set', 'Dazzle your friends and stun your enemies with this blindingly reflective six-piece costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (1560, 1560, 'Shimmering Costume Set', 'A full set of heavy metal polished to the finest sheen. This costume set contains six pieces. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (1561, 1561, 'Neapolitan Dye', 'A shaded metallic dye with tones of green and burnished copper. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (1562, 1562, 'Topographical Dye', 'A bright blue and green metallic dye. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (1563, 1563, 'Sky Remodel - Falling into the Sun', 'Everyone loves a beautiful sunset, and it\'s even prettier when your home is actually plummeting into a star. This purchase can only be claimed by a single character.', 2, -1016071787, 0, 1), + (1564, 1564, 'Ground Remodel - Eldan Tech', 'A floor pattern designed with the lost architects of the universe in mind. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1565, 1565, 'Aurin Décor Pack', 'A full set of Aurin-designed furniture and lighting solutions for your home. This decor pack includes one (1) of all decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1612, 1612, 'Quantum Harvester', 'This multi-function item can be used for all harvesting tradeskills. This purchase can only be claimed by a single character.', 2, -1016071787, 0, 1), + (1613, 1613, 'Personal Banking Terminal', 'Summons a mobile banking unit, visible only to your character. Duration: 3 minutes. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1614, 1614, 'Personal Runecrafting Station', 'Summons a portable runecrafting station, visible only to your character. Duration: 3 minutes. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1615, 1615, 'Character Rename Token', 'One (1) Token. To rename your character, bind the purchase to your account via the Account Inventory UI. At the character selection screen, click on Rename Character in the Account Services UI.', 0, -1016071787, 0, 1), + (1622, 1622, 'Lawman Costume Set', 'Maintain order around Nexus with this enforcing six-piece costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (1623, 1623, 'Outlaw Costume Set', 'On the run from the law? No problem! Get this six-piece set before you make your getaway. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (1624, 1624, 'Gunfighter Costume Set', 'This six-piece costume set is perfect for duels in dusty abandoned streets. These items can be imported into the Holo-Wardrobe for all characters on your account.', 4, -1016071787, 0, 1), + (1625, 1625, 'Exile Décor Pack ', 'A full set of Exile-built furniture and lighting solutions for your home. This decor pack includes one (1) of all decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1626, 1626, 'Granok Décor Pack ', 'A full set of Granok-style furniture and lighting solutions for your home. This decor pack includes one (1) of all decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1627, 1627, 'Chua Décor Pack', 'A full set of Chua-approved furniture and lighting solutions for your home. This decor pack includes one (1) of all decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1628, 1628, 'Dominion Décor Pack', 'A full set of Dominion-legal furniture and lighting solutions for your home. This decor pack includes one (1) of all decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1629, 1629, 'Draken Décor Pack', 'A full set of Draken-forged furniture and lighting solutions for your home. This decor pack includes one (1) of all decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1630, 1630, 'Sky Remodel - Fantastic Voyage', 'Move your home to the primal logic hyperlanes with this mind-bending sky option. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1631, 1631, 'Sky Remodel - Proto-Pixtamatic', 'A stunning, bright, and peaceful white and blue sky for your home. Clouds not included. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1632, 1632, 'Ground Remodel - Asteroid ', 'Your housing plot will look like a stunning hunk of space rock when you choose this asteroid ground option. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1633, 1633, 'Ground Remodel - Osun Plates', 'Perfect for indoor, industrial, or mechanical plot designs while planning a blood feud against your creators. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1634, 1634, 'Primitech Costume Set', 'A complete Primitech costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (1635, 1635, 'Tribaltech Costume Set', 'A complete Tribaltech costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (1636, 1636, 'Witch Doctor Costume Set', 'A complete Witch Doctor costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (1637, 1637, 'Rich and Famous Dye', 'Strut your stuff in this classy metallic hue that reeks of money and power. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (1638, 1638, 'Electron Microscope Dye', 'Your style will be scrutinized when you use this bright green shade. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (1640, 1541, 'Lockbox Key x3', 'Three (3) Lockbox Keys. Used to open Lockboxes found at the end of Veteran Adventures, Dungeons, and Expeditions, as well as World Bosses and Discovery public events. Lockboxes contain a variety of gear from the instance in which they are found, and exclusive bonus items. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1641, 1541, 'Lockbox Key x9', 'Nine (9) Lockbox Keys. Used to open Lockboxes found at the end of Veteran Adventures, Dungeons, Expeditions, as well as World Bosses and Discovery public events. Lockboxes contain a variety of gear from the instance in which they are found, and exclusive bonus items. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1674, 1674, 'Sky Remodel - Tropical', 'Give your housing plot a perfect blue horizon to match your summer vacation holos. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1675, 1675, 'Sky Remodel - Vortex of Chaos', 'A swirling sky-whirlpool of madness and confusion and insanity and madness. The essence of chaos. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (1678, 1678, 'Battlesworn Costume Set', 'You\'ll swear you\'re ready for battle with the Battlesworn costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 8, -1016071787, 0, 1), + (1679, 1679, 'Triton Costume Set', 'There\'s something fishy about this Ikthian-style costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (1680, 1680, 'Freelancer Costume Set', 'Declare your independence with the Freelancer costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 8, -1016071787, 0, 1), + (1683, 1683, 'Veteran Costume Set', 'War never changes. That\'s where you come in, provided you\'re dressing the part with the Veteran costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (1684, 1684, 'Dragoon Costume Set', 'Fight like one of the elite with the Dragoon costume set. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (1685, 1685, 'Triton Weapon Set', 'Ikthian-flavored vanity weapons for every class. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (1686, 1686, 'Freelancer Weapon Set', 'Freelancer-style vanity weapons for every class. These items can be imported into the Holo-Wardrobe for all characters on your account. ', 0, -1016071787, 0, 1), + (1687, 1687, 'Bloodforged Weapon Set', 'Mighty Osun-made vanity weapons for every class. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (1688, 1688, 'Flame Dye', 'A yellow and orange hue that will light your fire. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 4, -1016071787, 0, 1), + (1689, 1689, 'Verdigris Dye', 'Make heads turn with this vibrant gold and blue shade. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (1724, 1724, 'Jack Shade Costume', 'Strike a frightful pose when you dress up as everyone\'s favorite holiday creep, Jack Shade. These items can be imported into the Holo-Wardrobe for all characters on your account.', 8, -1016071787, 0, 1), + (1726, 1726, 'Dye Pack: Shade\'s Eve Collection', 'The haunting hues of Shade\'s Eve in one convenient pack. Includes black, purple, and orange dyes. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 8, -1016071787, 0, 1), + (1748, 1537, 'Service Tokens - 30 Pack', 'Thirty (30) Service Tokens to recustomize at the Chop Shop, manage rune slots (reroll and unlock), recover runes, bypass timers for wake here, recall, or rapid transport, and more. This purchase can be spent by any character on your account when claimed.', 0, -1016071787, 0, 1), + (1749, 1537, 'Service Tokens - 140 Pack', 'One hundred forty (140) Service Tokens to recustomize at the Chop Shop, manage rune slots (reroll and unlock), recover runes, bypass timers for wake here, recall, or rapid transport, and more. This purchase can be spent by any character on your account when claimed.', 0, -1016071787, 0, 1), + (1750, 1537, 'Service Tokens - 300 Pack', 'Three hundred (300) Service Tokens to recustomize at the Chop Shop, manage rune slots (reroll and unlock), recover runes, bypass timers for wake here, recall, or rapid transport, and more. This purchase can be spent by any character on your account when claimed.', 0, -1016071787, 0, 1), + (1839, 1839, 'Papa Phineas Costume', 'Show your dedication to consumerism with this official Papa Phineas replica costume. These items can be imported into the Holo-Wardrobe for all characters on your account.', 8, -1016071787, 0, 1), + (1841, 1841, 'Sky Remodel - Winterfest Snowfall ', 'A light snowfall is just the thing to make your housing plot feel festive. This purchase can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2074, 2074, 'Décor Pack - Merry Merchandise', 'Don\'t forget the true reason for the season - Papa Phineas. Show him your appreciation with this lovely collection. This décor pack includes one of all décor items shown below and can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2076, 2076, 'Protostar Holiday White Dye', 'A snowy white dye. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 8, -1016071787, 0, 1), + (2077, 2077, 'Protostar Holiday Red Dye', 'A festive red dye. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 8, -1016071787, 0, 1), + (2085, 2085, 'Crate of Fireworks', 'Create your own fireworks show with this mostly legal box of explosives! This purchase can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2089, 2089, 'Décor Pack - Cuddly Collection', 'These adorable items will drastically increase the cuddly factor in your home and slightly increase the snuggle factor. This décor pack includes one of all décor items shown below and can only be claimed by a single character.', 4, -1016071787, 0, 1), + (2091, 2091, 'Protostar Mini-House FABkit', 'This FABkit produces a cozy yet spacious Winterfest home, just the right size to hold all your fabulous gifts. This item allows multiple houses on your plot and you can continue your holiday decorations in the house interior. Once claimed, use this item in the Landscape menu of your housing lot. This purchase is for a single character only.', 8, -1016071787, 0, 1), + (2093, 2093, 'Haunted House FABkit', 'Produces a haunted house suited for spooky housing plots, that allows an additional house on your plot that can be decorated inside and out. Once claimed, use this item to permanently unlock the Haunted House option in the Landscape menu of your housing plot. This purchase is for a single character only.', 8, -1016071787, 0, 1), + (2100, 2100, 'Angel Costume', 'Honor the legendary Angel who saved the ancient Cassians from the Shades plague with these ethereal threads. These items can be imported into the Holo-Wardrobe for all characters on your account.', 8, -1016071787, 0, 1), + (2140, 2140, 'Law Enforcement Bundle', 'You\'ll be a savvy shopper and a lethal lawbringer all at once with this bundle that contains the Lawman Costume, Topographical Dye, Blue Road Render, 9 Fortune Coins, and 30 Service Tokens. This Costume and Dye can be imported into the Holo-Wardrobe and used for all characters on your account.', 0, -1016071787, 0, 1), + (2141, 2141, 'Speed Freak Bundle', 'Those freaky Dreg may not know much about math, or science, or hygiene - but they know a good deal when they see it! Get a speedy Red Dreg Racer, an Expert Riding License to permanently boost your mount speed, and 3 Fortune Coins. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2144, 2144, 'Fateful Fortune Bundle', 'Face your fate and find a fortune (or three) with this mystically magnificent bundle containing the Witch Doctor\'s Costume, Neapolitan Dye, 30 Service Tokens, and 3 Fortune Coins. This Costume and Dye can be imported into the Holo-Wardrobe and used for all characters on your account.', 0, -1016071787, 0, 1), + (2157, 1611, 'Flask of R&R', 'One (1) Flask. Fills your rest xp bar, up to your maximum amount of available rest experience for your current level. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2158, 1611, 'Flask of R&R - 3 Pack', 'Three (3) Flasks. Fills your rest xp bar, up to your maximum amount of available rest experience for your current level. Each flask in this purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2159, 1611, 'Flask of R&R - 5 Pack', 'Five (5) Flasks. Fills your rest xp bar, up to your maximum amount of available rest experience for your current level. Each flask in this purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2222, 1533, 'Fortune Coins - 27 Pack', 'Twenty-Seven (27) Fortune Coins for Madame Fay\'s Fortunes to acquire treasures and have a chance to receive rare and unique items. To spend your Coins, click on the Fortunes icon on the bottom bar of the main UI. This purchase can be spent by any character on your account when claimed.', 0, -1016071787, 0, 1), + (2226, 1833, 'Rexling (Character)', 'If its arms weren\'t so stubby, this baby saurian would give you so many hugs. SO many. Adopt Rexling today! This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2227, 1833, 'Rexling (Account)', 'If its arms weren\'t so stubby, this baby saurian would give you so many hugs. SO many. Adopt Rexling today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2229, 1831, 'Little Hoof (Character)', 'This baby roan has the teensiest, tiniest hooves in all of recorded history. Adopt Little Hoof today! This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2232, 2083, 'Orbitron (Freelancer) (Character)', 'For those who like to live dangerously, but not too dangerously. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2233, 2083, 'Orbitron (Freelancer) (Account)', 'For those who like to live dangerously, but not too dangerously. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2241, 1831, 'Little Hoof (Account)', 'This baby roan has the teensiest, tiniest hooves in all of recorded history. Adopt Little Hoof today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2243, 2242, 'Fawngrazer (Character)', 'Fun fact: This little dawngrazer\'s eyes can see into your very soul. Adopt Fawngrazer today! This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (2244, 2242, 'Fawngrazer (Account)', 'Fun fact: This little dawngrazer\'s eyes can see into your very soul. Adopt Fawngrazer today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2246, 2245, 'Techno-Phage Bobberbot (Character)', 'It\'s trying to look tough, but that just makes it even cuter. Adopt the Techno-Phage Bobberbot today! This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (2247, 2245, 'Techno-Phage Bobberbot (Account)', 'It\'s trying to look tough, but that just makes it even cuter. Adopt the Techno-Phage Bobberbot today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2278, 2278, 'Title: Smart Shopper', 'You know you\'re a smart shopper - now show everyone else with this inexpensive yet stylish title!', 2, -1016071787, 0, 1), + (2317, 1909, 'Sniffles (Character)', 'This chilly little ice heynar will melt your troubles away. Adopt Sniffles today! This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2318, 1909, 'Sniffles (Account)', 'This chilly little ice heynar will melt your troubles away. Adopt Sniffles today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2319, 1823, 'Beaksy (Character)', 'The only thing bigger than this baby ravenok\'s beak is her heart. Adopt Beaksy today! This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2320, 1823, 'Beaksy (Account)', 'The only thing bigger than this baby ravenok\'s beak is her heart. Adopt Beaksy today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2321, 2080, 'Velocirex (Ascendant) (Character)', 'The noble Ascendant Velocirex has been bred for generations to elicit shock, awe, and - most importantly - jealousy. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2322, 2080, 'Velocirex (Ascendant) (Account)', 'The noble Ascendant Velocirex has been bred for generations to elicit shock, awe, and - most importantly - jealousy. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2323, 1899, 'Orbitron (Snow-Sphere) (Character)', 'Fulfill your not-at-all-weird dream of traveling in a sno-globe with this exceedingly impractical vehicle. This purchase can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2324, 1899, 'Orbitron (Snow-Sphere) (Account)', 'Fulfill your not-at-all-weird dream of traveling in a sno-globe with this exceedingly impractical vehicle. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 8, -1016071787, 0, 1), + (2342, 1882, 'Ikthian Bobberbot (Character)', 'It may not be cuddly, but it\'s definitely cute! Adopt the Ikthian Bobberbot today! This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2343, 1882, 'Ikthian Bobberbot (Account)', 'It may not be cuddly, but it\'s definitely cute! Adopt the Ikthian Bobberbot today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2348, 1673, 'Equivar (Purple)', 'Ready to gallop across Nexus in royal style, it\'s an equivar of a different color! In this case, purple. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2349, 1673, 'Equivar (Purple) (Account)', 'Ready to gallop across Nexus in royal style, it\'s an equivar of a different color! In this case, purple. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2362, 1888, 'Equivar (Floral) (Character)', 'If a regular equivar just isn\'t fabulous enough for you, this stylish mount may be exactly what you\'re looking for. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (2363, 1888, 'Equivar (Floral) (Account)', 'If a regular equivar just isn\'t fabulous enough for you, this stylish mount may be exactly what you\'re looking for. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2382, 1827, 'Li\'l Snuggles (Character)', 'It\'s a well known fact that baby pumeras make the best snugglers. Adopt Li\'l Snuggles today! This purchase can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2383, 1827, 'Li\'l Snuggles (Account)', 'It\'s a well known fact that baby pumeras make the best snugglers. Adopt Li\'l Snuggles today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 8, -1016071787, 0, 1), + (2391, 2391, 'Dread Mantis Costume Set', 'The perfect marriage of technology and nature. Creepy, weird, dangerous nature. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2393, 2392, 'Wild Woolie (Character)', 'Stripes are in this season! And every other season, because they\'re permanent. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2394, 2392, 'Wild Woolie (Account) ', 'Stripes are in this season! And every other season, because they\'re permanent. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2409, 2409, 'Centurion Wing Costume Set', 'The cybernetic enhancements are cool and all, but the best part of this armor is the ability to show off your sweet biceps. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2414, 2414, 'Pot O\' Shinies', 'Typically these sorts of things go at the end of a rainbow, but Lopp have no concern for tradition so put it wherever you want! This purchase can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2416, 2416, 'Creature Décor - Draken Hunter Pack', 'Six (6) Draken hunters in various poses of interest. This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2417, 2417, 'Creature Décor - Draken Huntress Pack', 'Six (6) Draken huntresses in various poses of interest. This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2418, 2418, 'Spring Décor Bag', 'This massive bundle contains over 30 décor items for creating the perfect spring garden, including flowers, white picket fences, arbors, a tea set and even rainbows! This purchase can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2419, 2419, 'Décor Pack - Lopp Village', 'Lopp love life. Lopp love shinies. You love shinies? Lopp love you! Lots of Lopp to love in shiny Lopp Villagepack. Listen to Lopp, yes? Yes. This décor pack includes one of all décor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2429, 2428, 'Kroggenbull (Character)', '"Hey, you got Krogg in my Snarfelynx!" "You got Snarfelynx in my Krogg!" And that\'s probably how it happened. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (2430, 2428, 'Kroggenbull (Account)', '"Hey, you got Krogg in my Snarfelynx!" "You got Snarfelynx in my Krogg!" And that\'s probably how it happened. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2432, 2431, 'Trask (Strain) (Character)', 'Sure it\'s unruly, dangerous, sticky, and kind of gross-looking, but on the bright side, it… uh… I forgot where I was going with this. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (2433, 2431, 'Trask (Strain) (Account)', 'Sure it\'s unruly, dangerous, sticky, and kind of gross-looking, but on the bright side, it… uh… I forgot where I was going with this. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2438, 2437, 'Moodie Hoverboard (Character)', 'This priceless relic, once worn by a powerful Moodie shaman, was said to possess mystic healing properties. Then we turned it into a hoverboard! This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (2439, 2437, 'Moodie Hoverboard (Account)', 'This priceless relic, once worn by a powerful Moodie shaman, was said to possess mystic healing properties. Then we turned it into a hoverboard! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2441, 2440, 'Doggie Dasher (Character)', 'Horsepower is so last century. Dogpower is the new standard for traveling at maximum cuteness levels. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (2442, 2440, 'Doggie Dasher (Account) ', 'Horsepower is so last century. Dogpower is the new standard for traveling at maximum cuteness levels. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2453, 2452, 'Turtoggles (Character)', 'He may not be conventionally cute, but just watch him chase after you on those stumpy legs and see if you can resist his charms. Adopt Turtoggles today! This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (2454, 2452, 'Turtoggles (Account)', 'He may not be conventionally cute, but just watch him chase after you on those stumpy legs and see if you can resist his charms. Adopt Turtoggles today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (2456, 2455, 'Hornsworth (Character)', 'With his adorable ears, teeny tail, slick mohawk, and rugged horns, this baby Oxian has found the perfect balance of "cute" and "cool." Adopt Hornsworth today! This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (2457, 2455, 'Hornsworth (Account)', 'With his adorably ears and teeny tail, and a slick mohawk and rugged horns, this baby Oxian has found the perfect balance of "cute" and "cool" Adopt Hornsworth today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2462, 2461, 'Pebbleback (Character)', 'She may be a little shy, but little Pebbleback is definitely a diamond in the rough! Adopt Pebbleback today! This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (2463, 2461, 'Pebbleback (Account)', 'She may be a little shy, but little Pebbleback is definitely a diamond in the rough! Adopt Pebbleback today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2464, 2464, 'Snowman\'s Land FABkit', 'Produces a winter wonderland on your housing plot. Once claimed, use this item to permanently unlock the Snowman\'s Land option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2465, 2465, 'Bird House FABkit', 'Unlocks the Bird House option for your housing plot, complete with remodel options. Once claimed, use this item in the Landscape menu of your housing plot. This purchase is for a single character only. ', 4, -1016071787, 0, 1), + (2466, 2466, 'Darkspur Platform FABkit ', 'Produces a Darkspur Platform on your house plot. Once claimed, use this item to permanently unlock the Darkspur Platform option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2467, 2467, 'Holo Display Décor Pack', 'Holo screens in a plethora of colors. That\'s right, a plethora. This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2468, 2468, 'Decorative Flames Décor Pack', 'If you\'ve ever looked at your housing plot and thought "Not enough of this is on fire," then today is your lucky day. This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2469, 2469, 'Smoke Décor Pack', 'They say "where there\'s smoke, there\'s fire." Joke\'s on them though, because now you can get all the smoke you want without any of that pesky fire. This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2470, 2470, 'Protostar Insta-Hills Décor Pack', 'Instantly create hills that match the terrain of your housing plot thanks to new innovations from Protostar! This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 2, -1016071787, 0, 1), + (2471, 2471, 'Pink Bubblegum Dye', 'A color not unlike the chewed-up bubblegum you stuck under your desk that one time. Yeah, you thought no one saw that, didn’t you? This purchase is a multi-redeem item which can be claimed by all characters on your account.', 2, -1016071787, 0, 1), + (2472, 2472, 'Orange Black Skyfire Dye', 'A dye the color of a dying star that will soon implode and turn into a black hole, destroying everything for millions of miles. Romantic! This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (2473, 2473, 'Teal Underglow Dye', 'This sleek dye will give you a tech-savvy look without any of the work of actually being tech-savvy. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (2474, 2474, 'Osun Statue Disguise', 'Nothing to see here. Just a totally innocuous statue. Feel free to let your guard down. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2475, 2475, 'Lopp Disguise', 'You know you want to be a Lopp. Who doesn\'t? With this disguise, you\'re one step closer to achieving your dream! This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2476, 1639, 'Li\'l Scratches (Character)', 'Snuggle up with this purrfect baby pumera. Adopt Li\'l Scratches today! This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2477, 1639, 'Li\'l Scratches (Account)', 'Snuggle up with this purrfect baby pumera. Adopt Li\'l Scratches today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2478, 1690, 'Trask Tenderling (Character)', 'How can you resist that expression? He just looks so happy! Take home this adorable Trask Tenderling today! This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2479, 1690, 'Trask Tenderling (Account)', 'How can you resist that expression? He just looks so happy! Take home this adorable Trask Tenderling today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2495, 2495, 'Fanciful Vees Bundle', 'Enjoy five (5) fanciful vees at a bargain price.', 0, -1016071787, 0, 1), + (2497, 2496, 'Wrath of Science V-Shirt', 'This V-Shirt proves your love of angry science.', 0, -1016071787, 0, 1), + (2498, 2496, 'Dominion Cross V-Shirt', 'Show your loyalty to the empire with this V-Shirt.', 0, -1016071787, 0, 1), + (2500, 2496, 'Blazin\' Bot V-Shirt', 'One hot bot! This V-Shirt is not fire-resistant.', 0, -1016071787, 0, 1), + (2502, 2502, 'Timesaver Bundle', 'You\'ve got things to do. Important things. Things that require you to be a higher level. Get there faster with this convenient Timesaver Bundle! Contains five (5) Flasks of R&R and Flasks of Advancement (3H). The items in this bundle can only be claimed on a single character. ', 0, -1016071787, 0, 1), + (2506, 2506, 'Collectors Pack: Renders', 'Why choose when you can have them all? For a limited time only gain access to each and every Road Render for one low price. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (2507, 2507, 'Collectors Pack: Racers', 'Are you ready to race? For a limited time only take home two Dreg Racers for one low price. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (2508, 2508, 'Collectors Pack: Trasks', 'Why choose when you can have them all? For a limited time only gain access to our entire stable of Trasks for one low price. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (2509, 2509, 'Newly Hatched Bundle', 'Nexus can be intimidating, especially when you\'re just starting out. Well the Newly Hatched Bundle is here to help! With two (2) personal bank slots, one (1) personal banking terminal, one (1) quantum harvester, and one(1) Beaksy companion pet, you\'ll be ready for anything!', 0, -1016071787, 0, 1), + (2511, 2510, 'Ikthian Deepwalker', 'An eight-legged ground mount of Ikthian design. Its appearance is based on life forms native to Ikthia. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2512, 2510, 'Ikthian Deepwalker (Account)', 'An eight-legged ground mount of Ikthian design. Its appearance is based on life forms native to Ikthia. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (2514, 2513, 'Big Burny', 'What\'s a little fire among friends? Adopt Big Burny today! This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2515, 2513, 'Big Burny (Account)', 'What\'s a little fire among friends? Adopt Big Burny today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (2517, 2516, 'Jungle Trask', 'A striped exotic Trask, with tipped tail, spikes, and feet. Includes rustic saddle. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2518, 2516, 'Jungle Trask (Account)', 'A striped exotic Trask, with tipped tail, spikes, and feet. Includes rustic saddle. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2528, 2527, 'Jungle Trask (Blurple)', 'Take a ride on the wild side, with this blurple-striped trask. Includes rustic saddle. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2529, 2527, 'Jungle Trask (Blurple) (Account)', 'Take a ride on the wild side, with this blurple-striped trask. Includes rustic saddle. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2531, 2530, 'Jungle Trask (Pinkbelly)', 'Be bold and show questionable taste. Take this unusual pink, green, and blue trask home today! This purchase can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2532, 2530, 'Jungle Trask (Pinkbelly) (Account)', 'Be bold and show questionable taste. Take this unusual pink, green, and blue trask home today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 8, -1016071787, 0, 1), + (2534, 2533, 'Jungle Trask (Toxic)', 'This blue-striped trask has a yellow tips on its tail, spikes, and feet. Do not eat. This purchase can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2535, 2533, 'Jungle Trask (Toxic) (Account)', 'This blue-striped trask has a yellow tips on its tail, spikes, and feet. Do not eat. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 8, -1016071787, 0, 1), + (2537, 2536, 'Road Render (Blue)', 'Cruise around Nexus in this blue hot rod. Features a custom upholstered seat for long journeys. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2538, 2536, 'Road Render (Blue) (Account)', 'Cruise around Nexus in this blue hot rod. Features a custom upholstered seat for long journeys. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2540, 2539, 'Road Render (Green)', 'Cruise around Nexus in this green hot rod. Features a custom upholstered seat for long journeys. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2541, 2539, 'Road Render (Green) (Account)', 'Cruise around Nexus in this green hot rod. Features a custom upholstered seat for long journeys. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2543, 2542, 'Road Render (Pink)', 'Cruise around Nexus in this pink hot rod. Features a custom upholstered seat for long journeys. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2544, 2542, 'Road Render (Pink) (Account)', 'Cruise around Nexus in this pink hot rod. Features a custom upholstered seat for long journeys. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2546, 2545, 'Road Render (Red)', 'Cruise around Nexus in this red hot rod. Features a custom upholstered seat for long journeys. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2549, 2548, 'Dreg Racer (Red)', 'Trailblaze across Nexus on this tech-infused hover mount adorned with bones, tusks, skulls, spikes, and a lot of mysterious red. Best not to ask where that came from. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2550, 2548, 'Dreg Racer (Red) (Account)', 'Trailblaze across Nexus on this tech-infused hover mount adorned with bones, tusks, skulls, spikes, and a lot of mysterious red. Best not to ask where that came from. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2552, 2551, 'Dreg Racer', 'Trailblaze across Nexus on this tech-infused hover mount adorned with bones, tusks, skulls, and spikes. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2553, 2551, 'Dreg Racer (Account)', 'Trailblaze across Nexus on this tech-infused hover mount adorned with bones, tusks, skulls, and spikes. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2556, 1672, 'Equivar (Midnight)', 'The epitome of cool. This hip equivar can match with the moodiest of costumes. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2557, 1672, 'Equivar (Midnight) (Account)', 'The epitome of cool. This hip equivar can match with the moodiest of costumes. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (2566, 1727, 'Ghastly Skeletal Warpig', 'This Warpig mount radiates spooky and generates horror. Get one today to haunt and torment your friends. This purchase can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2567, 1727, 'Ghastly Skeletal Warpig (Account)', 'This Warpig mount radiates spooky and generates horror. Get one today to haunt and torment your friends. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 8, -1016071787, 0, 1), + (2572, 2572, 'Housewarming Party Bundle', 'Warm up your housing plot with the fun-filled Arborian Festival and tropical sky. Available for a limited time at a low introductory rate!', 0, -1016071787, 0, 1), + (2573, 2573, 'Buzzbing Yellow Dye', 'Your friends will be all abuzz when you don this sporty shade!', 0, -1016071787, 0, 1), + (2581, 2580, 'Flask of Advancement (1H)', 'Increases experience gains by 50% for 1 hour of game time. Flask buffs do not count down while logged out.', 0, -1016071787, 0, 1), + (2582, 2580, 'Flask of Advancement (1H) - 5 Pack', 'Five (5) flasks. Increases experience gains by 50% for 1 hour of game time. Flask buffs do not count down while logged out.', 0, -1016071787, 0, 1), + (2583, 2580, 'Flask of Advancement (3H)', 'Increases experience gains by 50% for 3 hours of game time. Flask buffs do not count down while logged out.', 0, -1016071787, 0, 1), + (2584, 2580, 'Flask of Advancement (3H) - 5 Pack', 'Five (5) flasks. Increases experience gains by 50% for 3 hours of game time. Flask buffs do not count down while logged out.', 0, -1016071787, 0, 1), + (2585, 2580, 'Flask of Advancement (6H)', 'Increases experience gains by 50% for 6 hours of game time. Flask buffs do not count down while logged out.', 0, -1016071787, 0, 1), + (2586, 2580, 'Flask of Advancement (6H) - 5 Pack', 'Five (5) flasks. Increases experience gains by 50% for 6 hours of game time. Flask buffs do not count down while logged out.', 0, -1016071787, 0, 1), + (2588, 2587, 'Flask of Riches (1H)', 'Increases currency, renown, and prestige gained by 25% for 1 hour of game time. Flask buffs do not count down while logged out. Each flask in this purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2589, 2587, 'Flask of Riches (1H) - 5 Pack', 'Five (5) flasks. Increases currency, renown, and prestige gained by 25% for 1 hour of game time. Flask buffs do not count down while logged out. Each flask in this purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2590, 2587, 'Flask of Riches (3H) ', 'Increases currency, renown, and prestige gained by 25% for 3 hours of game time. Flask buffs do not count down while logged out. Each flask in this purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2591, 2587, 'Flask of Riches (3H) - 5 Pack', 'Five (5) flasks. Increases currency, renown, and prestige gained by 25% for 3 hours of game time. Flask buffs do not count down while logged out. Each flask in this purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2592, 2587, 'Flask of Riches (6H) ', 'Increases currency, renown, and prestige gained by 25% for 6 hours of game time. Flask buffs do not count down while logged out. Each flask in this purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2593, 2587, 'Flask of Riches (6H) - 5 Pack', 'Five (5) flasks. Increases currency, renown, and prestige gained by 25% for 6 hours of game time. Flask buffs do not count down while logged out. Each flask in this purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2595, 2594, 'Flask of Fame (1H)', 'Increases reputation gains by 100% for 1 hour of game time. Flask buffs do not count down while logged out.', 0, -1016071787, 0, 1), + (2596, 2594, 'Flask of Fame (1H) - 5 Pack', 'Five (5) flasks. Increases reputation gains by 100% for 1 hour of game time. Flask buffs do not count down while logged out.', 0, -1016071787, 0, 1), + (2597, 2594, 'Flask of Fame (3H) ', 'Increases reputation gains by 100% for 3 hours of game time. Flask buffs do not count down while logged out. Each flask in this purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2598, 2594, 'Flask of Fame (3H) - 5 Pack', 'Five (5) flasks. Increases reputation gains by 100% for 3 hours of game time. Flask buffs do not count down while logged out. Each flask in this purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2599, 2594, 'Flask of Fame (6H) ', 'Increases reputation gains by 100% for 6 hours of game time. Flask buffs do not count down while logged out. Each flask in this purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2600, 2594, 'Flask of Fame (6H) - 5 Pack', 'Five (5) flasks. Increases reputation gains by 100% for 6 hours of game time. Flask buffs do not count down while logged out. Each flask in this purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2602, 2601, 'Flask of the Harvest (1H)', 'A 10% chance to receive extra materials when harvesting for 1 hour of game time. Flask buffs do not count down while logged out. Each flask in this purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2604, 2601, 'Flask of the Harvest (3H)', 'A 10% chance to receive extra materials when harvesting for 3 hours of game time. Flask buffs do not count down while logged out. Each flask in this purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2606, 2601, 'Flask of the Harvest (6H)', 'A 10% chance to receive extra materials when harvesting for 6 hours of game time. Flask buffs do not count down while logged out. Each flask in this purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2609, 2608, 'Flask of Reward (1H)', 'Increases contract, challenge and zone reward points by 50% for 1 hour of game time. Flask buffs do not count down while logged out.', 0, -1016071787, 0, 1), + (2611, 2608, 'Flask of Reward (3H) ', 'Increases contract, challenge and zone reward points by 50% for 3 hours of game time. Flask buffs do not count down while logged out.', 0, -1016071787, 0, 1), + (2613, 2608, 'Flask of Reward (6H)', 'Increases contract, challenge and zone reward points by 50% for 6 hours of game time. Flask buffs do not count down while logged out.', 0, -1016071787, 0, 1), + (2615, 2615, 'Adventure Pack', 'Prepare for your adventures on Nexus with this hearty pack of supplies. Includes 2 Extra Character Slots, 1 Extra Bank Slot, 3 Fortune Coins, a unique equipped, multi-redeem 16 slot bag, multi-redeem pet, and the Fringer weapon set.', 0, -1016071787, 0, 1), + (2629, 2629, 'Captain\'s Pack', 'This bundle features everything but the kitchen sink for the spacefarer in search of a mobile home. Planters, plants, treadmill, and the all-important captain\'s chair await you inside the Royal Piglet House.', 0, -1016071787, 0, 1), + (2630, 2630, 'Cute & Cuddly Pack', 'This bundle features all things cute and cuddly with both GlitterKitty Cruiser and Snarfelynx mounts. But wait—there\'s more! A pet and matching plushie, comfy cushions, and, oh, the Bird House!', 0, -1016071787, 0, 1), + (2631, 2631, 'Monkey King Armor', 'Dress like a king with this exotic outfit reminiscent of the legendary Monkey King! These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2633, 2632, 'King Jake', 'Finally—a companion to go bananas for! Take King Jake home today! This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2634, 2632, 'King Jake', 'Finally—a companion to go bananas for! Take King Jake home today! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (2635, 2635, 'Traditional Dress', 'This store exclusive outfit is spun of red and golden threads, truly a feast for the eyes! These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2640, 2640, 'To Dye For Bundle', 'Looking for a nice cross section of color? Look no further! For the first time ever, Flame, Verdigris, and Neapolitan dyes are available in a single bundle! This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (2641, 2641, 'Exotic Décor Pack', 'Enhance your house with this exotic décor set. This décor pack includes all of the décor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2645, 2644, 'Monkey King Hoverboard', 'Who needs a road when you can be king? Monkey King, that is! This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2646, 2644, 'Monkey King Hoverboard (Account)', 'Who needs a road when you can be king? Monkey King, that is! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2664, 2664, 'Procured Genesis Key', 'In a hurry to finish attunement? One (1) Procured Genesis Key. Used to complete the raid attunement process. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2666, 2665, 'Strain Jabbit (Character)', 'If the Trask Tenderling is cute, the Strain Jabbit is the point farthest from. But even we couldn\'t resist when a tear fell from its singular enlarged eye. Note: Do not feed. This purchase can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2667, 2665, 'Strain Jabbit (Account)', 'If the Trask Tenderling is cute, the Strain Jabbit is the point farthest from. But even we couldn\'t resist when a tear fell from its singular enlarged eye. Note: Do not feed. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 8, -1016071787, 0, 1), + (2669, 2668, 'Snarfelynx (Beach) (Character)', 'The Beach Snarfelynx is too cool for school. It\'s also too cool for pants. But not too cool to give you a ride. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2670, 2668, 'Snarfelynx (Beach) (Account)', 'The Beach Snarfelynx is too cool for school. It\'s also too cool for pants. But not too cool to give you a ride. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 1, -1016071787, 0, 1), + (2671, 2671, 'Kel Havik Blue Dye', 'Sink into a relaxing aquamarine hue reminiscent of primal ice floating in a drink that comes with tiny little umbrella. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (2675, 2674, 'Bodacious Beachwear (Flutterfly)', 'A green and gold swimsuit with a flutterfly design. These items can be imported into the Holo-Wardrobe for all characters on your account. These items are not currently dyeable.', 1, -1016071787, 0, 1), + (2677, 2674, 'Bodacious Beachwear (Polka Dot)', 'He/She/It wore a teeny weeny red and white polka dot … swimsuit? These items can be imported into the Holo-Wardrobe for all characters on your account. These items are not currently dyeable.', 1, -1016071787, 0, 1), + (2678, 2674, 'Bodacious Beachwear (Pumera)', 'Go on the prowl in this pumera print swimsuit. These items can be imported into the Holo-Wardrobe for all characters on your account. These items are not currently dyeable.', 1, -1016071787, 0, 1), + (2679, 2674, 'Bodacious Beachwear (Striped)', 'Jaunty blue and white stripes decorate this swimsuit. These items can be imported into the Holo-Wardrobe for all characters on your account. These items are not currently dyeable.', 1, -1016071787, 0, 1), + (2680, 2674, 'Bodacious Beachwear (Teal)', 'Sink into the refreshing color of this designer swimsuit. Snorkel not included. These items can be imported into the Holo-Wardrobe for all characters on your account. These items are not currently dyeable.', 1, -1016071787, 0, 1), + (2682, 2681, 'Summer Décor Pack (Blue)', 'Celebrate summer with some piping hot décor. The Summer Décor Pack comes complete with everything you need to start an awesome beach party. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2683, 2681, 'Summer Décor Pack (Seaweed)', 'Celebrate summer with some piping hot décor. The Summer Décor Pack comes complete with everything you need to start an awesome beach party. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2684, 2681, 'Summer Décor Pack (Pastel)', 'Celebrate summer with some piping hot décor. The Summer Décor Pack comes complete with everything you need to start an awesome beach party. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2685, 2685, 'Beach Bash Boombox Toy', 'Lookin\' for some tunes to make your beach party complete? Then look no further! The Beach Bash Boombox is here to cure your ills! This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2718, 2718, 'Character Boost Token', 'Create a new level 50 character for your account! To use this token, select the \'Create a New Level 50 Character\' button in the character selection UI. The token cannot be used on pre-existing characters.', 4, -1016071787, 0, 1), + (2720, 2720, 'Aurin Engineer Creation Unlock', 'Unlocks the ability to create Aurin Engineers on your account. Unlocked race/class combinations will be available at the character select screen immediately after purchase.', 0, -1016071787, 0, 1), + (2721, 2721, 'Chua Warrior Creation Unlock', 'Unlocks the ability to create Chua Warriors on your account. Unlocked race/class combinations will be available at the character select screen immediately after purchase.', 0, -1016071787, 0, 1), + (2722, 2722, 'Darkspur Duds', 'Dress like a Cartel criminal and steal your way into another\'s heart. Or purse. Or house! These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2724, 2723, 'Trask (Darkspur) (Character)', 'The Darkspur Trask is bred to fight dirty. Once it smells fear, there ain’t no chains on Nexus strong enough to hold it back. This purchase can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2725, 2723, 'Trask (Darkspur) (Account)', 'The Darkspur Trask is bred to fight dirty. Once it smells fear, there ain’t no chains on Nexus strong enough to hold it back. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 8, -1016071787, 0, 1), + (2727, 2726, 'Mookie (Character)', 'Mookie was rescued from the fighting pits in a backwater asteroid belt not far from Nexus. Do not remove mask! This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2728, 2726, 'Mookie (Account)', 'Mookie was rescued from the fighting pits in a backwater asteroid belt not far from Nexus. Do not remove mask! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2729, 2729, 'Wedding Tux', 'Ce-le-brate good times with this distinquished take on a tuxedo. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2730, 2730, 'Wedding Gown', 'Celebrate good times with this beautiful gown! These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2735, 2734, 'Trask (Dreg) (Character)', 'Dreg aren’t picky about who they eat, and neither is this trask... so be careful! This purchase can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2736, 2734, 'Trask (Dreg) (Account)', 'Dreg aren’t picky about who they eat, and neither is this trask... so be careful! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 8, -1016071787, 0, 1), + (2751, 2545, 'Road Render (Red) (Account)', 'Cruise around Nexus in this red hot rod. Features a custom upholstered seat for long journeys. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2768, 2768, 'Chompushanka', 'Eat or be eaten? Display your Chompie pride with this adorable orange head adornment. This item can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2772, 2772, 'Monkey King Weapons', 'Fight like a king with these exotic weapons reminiscent of the legendary Monkey King! These items can be imported into the Holo-Wardrobe for all characters on your account.', 1, -1016071787, 0, 1), + (2773, 2773, 'Housing Sky - Two Suns', 'Why settle for one when you can have two - suns, that is! Don\'t worry about the debris… Protostar housing technology is completely safe. Really.', 0, -1016071787, 0, 1), + (2774, 2774, 'Redmoon Bar Décor Pack', 'The Redmoon Marauders don\'t leave survivors unless you\'re willing to serve them up some good grub. The Redmoon Bar Décor Pack comes with everything you need to make even the worst examples of scum and villiany feel right at home.', 0, -1016071787, 0, 1), + (2776, 2775, 'Pumera (Hardlight)', 'Is it real or is it hologram? Hunt by the light of your mount with the Hardlight Pumera! This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2777, 2775, 'Pumera (Hardlight) (Account)', 'Is it real or is it hologram? Hunt by the light of your mount with the Hardlight Pumera! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (2778, 2778, 'Waterfall Décor Pack', 'Longing to create a tropical paradise? We\'ve got you covered! The Waterfall Décor Pack contains the following: four (4) new waterfall variants, two (2) flitterfly FX, and a generous assortment of aquatic plant life.', 0, -1016071787, 0, 1), + (2779, 2779, 'Snarf o\' Nine Tails Bundle', 'There are many Snarfelynxes in this world… and they can all be yours. The Snarf o\' Nine Tails Bundle contains one (1) each of the following: Snarfelynx, Snarfelynx (Strain), and Snarfelynx (Summer). This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2781, 2780, 'Woolie (Dream)', 'The first reports of this creature were dismissed as tall tales. Thankfully it turned out to be quite substantial. Finally everyone can live out their dreams astride the beautiful Dream Woolie. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2783, 2783, 'Safety Dancer Costume', 'The Safety Dancer costume was created for those who want to take a chance and dance… if they want to. These items can be imported into the Holo-Wardrobe for all characters on your account.', 8, -1016071787, 0, 1), + (2787, 2787, 'Topiary Decor Pack', 'What housing plot couldn\'t use some additional landscaping? Perhaps a topiary or three? That\'s right, it\'s time to make that hedge maze you\'ve always wanted. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2788, 2788, 'Topiary Décor Pack (Autumn)', 'Everyone\'s favorite landscaping pack is back - with an autumn hue. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2790, 2789, 'Leeloo', 'While Leeloo the Corgun cannot speak if you get thrown down a well, she WAS created with an overabundance of enthusiasm and cuteness. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2791, 2789, 'Leeloo (Account)', 'While Leeloo the Corgun cannot speak if you get thrown down a well, she WAS created with an overabundance of enthusiasm and cuteness. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2792, 2792, 'Darkspur Bundle', 'That\'s right - all of the new Darkspur items together for one low price. This bundle contains the following: one (1) Trask (Darkspur), one (1) Mookie, one (1) Darkspur Duds. The items in this bundle are either multi-redeem items that can be claimed for all characters on your account or items that may be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2797, 2796, 'Arcade Carpet Pack (Pink)', 'Set your phasers to "wakka wakka" with this whimiscal pink carpet pack. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2798, 2796, 'Arcade Carpet Pack (Purple)', 'A decadent purple carpet pack for those with an affinity for skulls. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2800, 2799, 'Ability Tier Point Unlock x1', 'One (1) Ability Tier Point Unlock. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2801, 2799, 'Ability Tier Point Unlock x5', 'Three (3) Ability Tier Point Unlock. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2802, 2799, 'Ability Tier Point Unlock x7', 'Seven (7) Ability Tier Point Unlocks. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2804, 2803, 'AMP Power Upgrade x1', 'One (1) AMP Power Upgrade. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2805, 2803, 'AMP Power Upgrade x5', 'One (5) AMP Power Upgrade. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2806, 2803, 'AMP Power Upgrade x10', 'One (10) AMP Power Upgrade. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2807, 2807, 'AMP & Ability Bundle', 'Find yourself in need of a little of everything? This bundle contains the following items: five (5) AMP Power Upgrades, five (5) Ability Tier Point Unlocks.', 0, -1016071787, 0, 1), + (2808, 2808, 'Character Boost Bundle', 'Ready to make an alt? The Character Boost Bundle contains the following: one (1) Character Boost Token, seven (7) Ability Tier Point Unlocks, 10 AMP Power Upgrades.', 0, -1016071787, 0, 1), + (2814, 2813, 'Hoverboard (Summer)', 'Prepare for tubular coolness! The Summer Hoverboard is two parts water pistol, one part flotation device and radically fun. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2815, 2813, 'Hoverboard (Summer) (Account)', 'Prepare for tubular coolness! The Summer Hoverboard is two parts water pistol, one part flotation device and radically fun. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (2816, 2816, 'Retris Block Sampler Pack', 'All new neon colored block décor for your building pleasure! This décor pack contains one (1) of each type of Retris block.', 0, -1016071787, 0, 1), + (2817, 2817, 'Betsy\'s Kite', 'A delicate blue kite to play with during warm summer weather. Warning: Don\'t get it wet!', 0, -1016071787, 0, 1), + (2819, 2818, 'Doggie Dasher Ultra Bundle', 'At last! The Doggie Dasher hoverboard and Leeloo are available together. Don\'t let this opportunity dash away! This purchasecan only be applied to a single character.', 0, -1016071787, 0, 1), + (2820, 2818, 'Doggie Dasher Ultra Bundle (Account)', 'At last! The Doggie Dasher hoverboard and Leeloo are available together. Don\'t let this opportunity dash away! Thispurchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2821, 2821, 'Super Celebratory Pack', 'Everything you need for the ultimate celebration! This offer contains one (1) of each of the following: Wedding Dress, Wedding Tux, and the Spring Décor Pack.', 0, -1016071787, 0, 1), + (2823, 2823, 'Ikthian Bundle', 'Time to get fishy with it! This offer contains one (1) of each of the following: Triton Costume and Triton Weapons. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2824, 2824, 'Dominion Builders Kit', 'A sampler pack of equisitely crafted Dominion architecture for your housing plot.', 0, -1016071787, 0, 1), + (2828, 2828, 'Sandcastle Sampler Pack', 'Build your own castle - sandcastle, that is! This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2829, 2829, 'Shadow Warrior Costume', 'Strike from the shadows in this 100% authentic ninja outfit. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2830, 2830, 'Street Curb Sampler Pack', 'Don\'t let builders block kick you to the curb - unless it\'s street curbs! This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2831, 2831, 'Eldan Trim Sampler Pack', 'This pack has all the trimmings. Eldan trimmings that is! This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2832, 2832, 'Grimvault Violet Dye', 'A succulent purple dye unlike any other. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (2833, 2833, 'Skurge Blue Dye', 'A cooling blue dye that will leave your wardrobe felling refreshed. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (2834, 2834, 'Luminous Ocher Dye', 'A spicy orange dye. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (2835, 2835, 'Burning Terra Dye', 'Tired of wiping dried blood off of your armor? Then is this the dye for you! This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (2839, 2839, 'Trains of Nexus Sampler Pack', 'All aboard for some locomotive fun! This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2840, 2840, 'Dominion Citizen Decor Pack', 'Outfit your housing plot with a full contingent of Dominion Citizens! This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2841, 2841, 'Exile Citizen Décor Pack', 'Outfit your housing plot with a full contingent of Exile Citizens! This decor pack includes 1 (1) of all decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2842, 2842, 'Nexfro Hat', 'Take your hairstyle to the EXTREME with the Nexfro Hat. This item can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2843, 2843, 'Clown Hair', 'Quit clownin\' around and put this on yer head! This item can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2844, 2844, 'Road Hazard Headgear', 'Ain\'t no emergency like a fashion emergency! This item can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2846, 2846, 'Shellark Hat', 'Adorn your locks with this monstrously cute hat! This item can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2857, 2780, 'Woolie (Dream) (Account)', 'The first reports of this creature were dismissed as tall tales. Thankfully it turned out to be quite substantial. Finally everyone can live out their dreams astride the beautiful Dream Woolie. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 0, -1016071787, 0, 1), + (2860, 2860, 'Trapper\'s Togs Costume Set', 'The Trapper\'s Togs Costume Set is guaranteed to see you through lean times without resulting to questionable survival tactics. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2862, 2861, 'Girrok (Loftite)', 'Brave the wilds of Nexus astride your very own loftite infused Girrok. Disclaimer: Does not float. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2863, 2861, 'Girrok (Loftite) (Account)', 'Brave the wilds of Nexus astride your very own loftite infused Girrok. Disclaimer: Does not float.This purchase is a multi-redeem item which can be claimed by all characters on your account.', 1, -1016071787, 0, 1), + (2865, 2864, 'Hoverboard (Skate-or-Die)', 'Practice some slick moves while flying with steeze aboard the Skate-or-Die hoverboard. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2866, 2864, 'Hoverboard (Skate-or-Die) (Account)', 'Practice some slick moves while flying with steeze aboard the Skate-or-Die hoverboard.This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (2867, 2867, 'Autumn Park FABkit', 'Enjoy fall colors (and feed cute wildlife) from the safety of your own home. Once claimed, use this item to permanently unlock the Autumn Park option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2915, 2915, 'Dark Delights Decor Pack', 'The Dark Delights décor pack contains everything you need to perform your own ritual of questionable intent (haunted trees and creepy eyes included!). This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2916, 2916, 'Faces of Shades Eve Décor Pack', 'The face is the thing! The Faces of Shades Eve décor pack contains a myriad of masks and a plethora of grimgourds. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2917, 2917, 'Graveyard Decor Pack', 'Gothic statues, check. Horrific trees, check. The Graveyard Décor Pack contains everything you need to create a nice, quiet gothic exterior for the recently (and not-so-recently) departed. Ghosts not included. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2918, 2918, 'Haunted Hayride Décor Pack', 'Grimgourds, effigies, and hayride wagons oh my! This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2919, 2919, 'Spooky Lighting Decor Pack', 'Shades Eve is a time for thrills, chills, and home decorating contests. The Spooky Lighting décor pack offers the complete collection of Shade\'s Eve themed lighting decorations. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2947, 2946, 'Gummilynx (Rapple)', 'Tart and sweet, the Rapple Gummilynx is a treat to ride. This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (2948, 2946, 'Gummilynx (Rapple) (Account)', 'Tart and sweet, the Rapple Gummilynx is a treat to ride. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (2950, 2949, 'Gummilynx (Bingberry)', 'Sweet and spicy with notes of hidden citrus, the Bingberry Gummilynx is a feast for the senses. This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (2951, 2949, 'Gummilynx (Bingberry) (Account)', 'Sweet and spicy with notes of hidden citrus, the Bingberry Gummilynx is a feast for the senses. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (2953, 2952, 'Gummilynx (Concord)', 'The Concord Gummilynx is awash in decadent color. This mount is truly bursting with flavor! This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (2954, 2952, 'Gummilynx (Concord) (Account)', 'The Concord Gummilynx is awash in decadent color. This mount is truly bursting with flavor!This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (2956, 2955, 'Gummilynx (Loppfruit)', 'The green topped and yellow bellied Loppfruit Gummilynx is a sight for sore eyes (and bums).This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (2957, 2955, 'Gummilynx (Loppfruit) (Account)', 'The green topped and yellow bellied Loppfruit Gummilynx is a sight for sore eyes (and bums).This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (2959, 2958, 'Gummilynx Bundle', 'Gotta ride \'em all? The Gummilynx Bundle is here for you! This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (2960, 2958, 'Gummilynx Bundle (Account)', 'Gotta ride \'em all? The Gummilynx Bundle is here for you!This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (2961, 2961, 'Winter Topiary Pack', 'Everyone\'s favorite landscaping pack is back - with a wintery touch. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2962, 2962, 'Makin\' Tracks Décor Pack', 'Sometimes you\'ve just got to make tracks. This décor pack includes all of the décor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (2963, 2963, 'Highfalutin\' Gambler\'s Costume Set', 'The Highfalutin\' Gambler\'s Costume set is for those who know how to hold \'em. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2967, 2967, 'Go-Go Costume Set', 'Get ready to go-go! Caution: This costume may cause the wearer to boogiloo until they puke. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2968, 2968, 'Decor Pack - Cozy Decorations', 'It\'s time to get ready for the holidays! Hang stockings, trim a tree shelf, and cuddle up by a nice warm fire. This décor pack includes all of the décor items shown below and can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2969, 2969, 'Decor Pack - Bountiful Branding', 'The Bountiful Branding décor pack contains a collection of exquisitely crafted, Protostar branded merchandise... for money! This décor pack includes all of the décor items shown below and can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2970, 2970, 'Decor Pack - Jolly Holiday', 'Get your yard ready for a jolly holiday season! This décor pack includes all of the décor items shown below and can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2971, 2971, 'Decor Pack - Winter Wonderland', 'The Winter Wonderland décor pack contains everything you need to create a glacial paradise. This décor pack includes all of the décor items shown below and can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2972, 2972, 'Decor Pack - Seasonal Advertising', 'What\'s the point of having a holiday without tasteful and seasonally appropriate advertisements? This décor pack includes all of the décor items shown below and can only be claimed by a single character.', 8, -1016071787, 0, 1), + (2974, 2973, 'Hoverboard (Berserker)', 'Ride like a rebel aboard the Berserker Hoverboard! This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (2975, 2973, 'Hoverboard (Berserker) (Account)', 'Ride like a rebel aboard the Berserker Hoverboard! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (2985, 2985, 'Tacky Winterfest Sweater', 'A tacky Winterfest sweater. This item can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (2988, 2987, 'Icequivar', 'This ride is so chill it’s frozen - so get your insulated saddle ready and ride out Winterfest in style! This purchase can only be applied to a single character.', 8, -1016071787, 0, 1), + (2990, 2987, 'Icequivar (Account)', 'This ride is so chill it’s frozen - so get your insulated saddle ready and ride out Winterfest in style! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 8, -1016071787, 0, 1), + (2994, 2993, 'Pandalynx', 'Fluffiest of fur? Check. Adorable tail nub, Double check. The Pandalynx is the rarest and most exotic member of the Snarf family. Get \'em before they\'re gone! This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (2995, 2993, 'Pandalynx (Account)', 'Fluffiest of fur? Check. Adorable tail nub, Double check. The Pandalynx is the rarest and most exotic member of the Snarf family. Get \'em before they\'re gone! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (2998, 2998, 'Snowball Launcher', 'Sometimes it isn\'t enough to let Mother Nature take care of winter. Sometimes you\'ve just got to do it yourself. Especially when there needs to be a snowball fight. WARNING: Do Not Ingest.', 0, -1016071787, 0, 1), + (2999, 2999, 'Marauder\'s Rigging', 'Do you like pink? And marauding? Then the Marauder\'s Rigging costume is for you! Get dolled up and rampage across the galaxy in your very own fear-inducing Marauder costume.', 0, -1016071787, 0, 1), + (3000, 3000, 'Trapper Camp FABkit', 'Ever wanted to just get away from it all? Then the Trapper Camp FABkit is for you! This purchase is for a single character only.', 0, -1016071787, 0, 1), + (3001, 3001, 'Housing Sky - Pulp Starfield', 'Life in technicolor can be so passe. Get back to basics with this glorious black and white sky!', 1, -1016071787, 0, 1), + (3002, 3002, 'Housing Sky - Outer Space Opera', 'Need a little noir in your life? Look no further than the Outer Space Opera sky!', 1, -1016071787, 0, 1), + (3004, 3003, 'Chariot of the Krogg', 'Words cannot adequately describe the triumph of engineering that is the Chariot of the Krogg. With its intimidating profile, you\'ll be feared by all. Did we mention the incredible gas mileage? This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3007, 3006, 'Disco-a-GoGo Bundle', 'All the boogy for one low price! This bundle includes One (1) Discotron, and one (1) GoGo Costume. Disclaimer: cannot guarantee that everyone will be \'jealous of your boogy\'. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3008, 3006, 'Disco-a-GoGo Bundle (Account)', 'All the boogy for one low price! This bundle includes One (1) Discotron, and one (1) GoGo Costume. Disclaimer: cannot guarentee that everyone will be \'jealous of your boogy\'. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3018, 3018, 'Petrol Prism Dye', 'Petrol Prism dye is a neutral prismatic dye destined to make even the most blah costume feel new. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3019, 3019, 'Aged Lavender Dye', 'A pearlescent neutral dye with the barest hint of purple. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3020, 3020, 'Rustic Bronze Dye', 'A pearlescent dye with an understated bronze hue. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3021, 3021, 'Glacier Blue Dye', 'Radiate the chill of icebergs in the northern reaches with this frosted aquamarine dye. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3022, 3022, 'Blue Flame Dye', 'This dye is so cold it burns! This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3023, 3023, 'Cerulean Underglow Dye', 'A dark mysterious blue dye. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3024, 3024, 'Violet Underglow Dye', 'A dark mysterious purple dye. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3025, 3025, 'Emerald Flame Dye', 'Golden green flames reminiscent of a fireworks display. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3026, 3026, 'Neon Fire Dye', 'Stand out from the crowd and, well, everything with the brilliant glory of Neon Fire dye. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3027, 3027, 'Geomantic Body Aura', 'Coat yourself in the armored power of earth with the Gromentic Body Aura. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (3028, 3028, 'Infernal Body Aura', 'Your fashion sense will be on fire (literally!) with the Infernal Body Aura. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (3029, 3029, 'Superchilled Body Aura', 'You\'ll be as cold as ice with the Superchilled Body Aura. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (3030, 3030, 'Verdant Body Aura', 'Infuse your body with the lifeforce of growing things with the Verdant Body Aura. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (3031, 3031, 'Inspiring Body Aura', 'Allow the power of logic to inspire you to new heights of knowledge with the Inspiring Body Aura. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (3032, 3032, 'Tempestuous Body Aura', 'Call upon the might of the storm with the Tempestuous Body Aura. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (3033, 3033, 'Dynamic Body Aura', 'Harness red lightning with the Dynamic Body Aura. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (3034, 3034, 'Ethereal Body Aura', 'Coat yourself with a protective layer of loftite. WARNING: Will not levitate. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (3035, 3035, 'Mystical Body Aura', 'Call upon mystical forces of Nexus with the Mystical Body Aura. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (3036, 3036, 'Umbral Body Aura', 'Coat yourself in the concealing powers of darkness with the Umbral Body Aura. This purchase can only be applied to a single character.', 0, -1016071787, 0, 1), + (3037, 3037, 'Landscape Garden FABkit', 'Enjoy the tranquility of the distant countryside from the safety of your own home. Once claimed, use this item to permanently unlock the Landscape Garden option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (3039, 3038, 'Darkspur Chariot (White)', 'This Darkspur Chariot might be whitewashed but there\'s still a little pink showing through. White tipped chrome trim and the urge to break kneecaps come standard. This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (3040, 3038, 'Darkspur Chariot (White) (Account)', 'This Darkspur Chariot might be whitewashed but there\'s still a little pink showing through. White tipped chrome trim and the urge to break kneecaps come standard. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3042, 3041, 'Darkspur Chariot (Black)', 'Everyone\'s favorite Krogg inspired vehicle is back … in black! This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (3043, 3041, 'Darkspur Chariot (Black) (Account)', 'Everyone\'s favorite Krogg inspired vehicle is back … in black! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3047, 3047, 'Sky Remodel: April Showers', 'Shower your housing plot with the gentle rains of spring. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (3048, 3048, 'Ground Remodel: May Flowers', 'Fill your housing plot with the yellow flowers of spring. This purchase can only be claimed by a single character.', 0, -1016071787, 0, 1), + (3049, 3049, 'Love Launcher Toy', 'Shower your friends (and enemies) with the power of love (and rainbows)! This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3051, 3050, 'Loverboard', 'Ride on wings of love aboard the all new Loverboard! This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (3052, 3050, 'Loverboard (Account)', 'Ride on wings of love aboard the all new Loverboard! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3053, 3053, 'Wise Guy Getup', 'Show \'em that you\'ve got an offer they can\'t refuse in this authentic wise guy getup. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (3054, 3054, 'Racy Costume', 'Show off your character\'s curves with this skintight costume. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (3055, 3055, 'Gunsmoke Garb', 'Get your steampunk on with the Gunsmoke Garb costume. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (3056, 3056, 'Circle of Life Weapon Set', 'Harness the primal power of Life. This vanity weapon set contains six weapons - one for each class. These items can be imported into the Holo-Wardrobe for all characters on your account. ', 0, -1016071787, 0, 1), + (3057, 3057, 'Spring Topiary Décor Pack', 'Everyone\'s favorite landscaping pack is back with fresh blooming flowers. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (3059, 3058, 'Elegant Holding Pouch - 1 Pack', 'Everyone has a holding pouch, but not everyone has an elegant one. Seventeen sumptuous slots of inventory space for, well, whatever you want.', 0, -1016071787, 0, 1), + (3060, 3058, 'Elegant Holding Pouch - 5 Pack', 'Five (5) Elegant Holding Pouches. Everyone has a holding pouch, but not everyone has an elegant one. Seventeen sumptuous slots of inventory space for, well, whatever you want.', 0, -1016071787, 0, 1), + (3061, 3058, 'Elegant Holding Pouch - 10 Pack', 'Ten (10) Elegant Holding Pouches. Everyone has a holding pouch, but not everyone has an elegant one. Seventeen sumptuous slots of inventory space for, well, whatever you want.', 0, -1016071787, 0, 1), + (3062, 3003, 'Chariot of the Krogg (Account)', 'Words cannot adequately describe the triumph of engineering that is the Chariot of the Krogg. With its intimidating profile, you\'ll be feared by all. Did we mention the incredible gas mileage? This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3064, 3064, 'Prismatic Dye', 'Coat yourself in the iredescent shimmers of purple, blue, and green hues. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3080, 3080, 'Martial Artist Apparel', 'Take a flying leap kick at life in this stylish fighting attire. These items can be imported into the Holo-Wardrobe for all characters on your account.', 0, -1016071787, 0, 1), + (3082, 3081, 'Techno-Phage Spider Rider', '"It was a one-eyed, one-horned, crawling purple- spider-rider?" Take a ride on the purple side with this violet monstrosity. This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (3083, 3081, 'Techno-Phage Spider Rider (Account)', '"It was a one-eyed, one-horned, crawling purple- spider-rider?" Take a ride on the purple side with this violet monstrosity. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3085, 3084, 'Hoverboard (Vampyre)', 'The perfect vehicle for those with an unquenchable thirst for speed. This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (3086, 3084, 'Hoverboard (Vampyre) (Account)', ' The perfect vehicle for those with an unquenchable thirst for speed. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3087, 3087, 'Accident Prone Hat', 'Running with scissors is never a smart decision, but owning this hat might be.', 1, -1016071787, 0, 1), + (3089, 3088, 'Velocirex (Contagion)', 'Fresh from the fetid fields of Grismara, this velocirex will make all your undead dreams come true. This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (3090, 3088, 'Velocirex (Contagion) (Account)', 'Fresh from the fetid fields of Grismara, this velocirex will make all your undead dreams come true. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3092, 3091, 'Trask Tenderling (Mordesh)', 'That face! Those eyes! So cute you could just die! *thud* This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (3093, 3091, 'Trask Tenderling (Mordesh) (Account)', 'That face! Those eyes! So cute you could just die! *thud* This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3094, 3094, 'Smooth Phage Dye', 'Dress up in a smooth violet hue. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3095, 3095, 'Vibrant Violet Dye', 'Va va va vibrant purple dye perfect for standing out in a crowd. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3097, 3096, 'Hoverboard (Hound) (Gold Nugget)', 'All that is gold does not glitter - but the Gold Nugget certainly does! This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (3098, 3096, 'Hoverboard (Hound) (Gold Nugget) (Account)', 'All that is gold does not glitter - but the Gold Nugget certainly does! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3099, 3099, 'Augmented Fire Dye', 'Green dye augmented by the finest of pigments. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3100, 3100, 'Mechari Gold Dye', 'Sometimes you just need a light dusting of gold. That\'s where Mechari Gold Dye comes in. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3101, 3101, 'Beast Flesh Dye', 'A sandy, dun colored hue, Beast Flesh dye rides the line between yellow and brown. Perfect for those looking to blend in. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3102, 3102, 'Royal Yellow Dye', 'A gentle blend of lavender and vanilla hues. DO NOT DRINK! This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3103, 3103, 'Imperial Yellow Dye', 'This purple and yellow combination is ideal for anyone wishing to make a dramatic statement. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3104, 3104, 'Grismaran Attire', 'Not to be outdone by the fashions of other species, our Mordesh friends have come up with death defying fashions.', 0, -1016071787, 0, 1), + (3109, 3109, 'Shared Realm Bank Slot', 'Unlock access to (1) one new row of storage space within the Shared Realm Bank system (NOTE: You must have already unlocked access to the Shared Realm Bank in order to use this purchase). This is a multi-redeem purchase that applies to all characters on your account.', 1, -1016071787, 0, 1), + (3110, 3110, 'Shared Realm Bank Unlock', 'Unlock access to the shared realm Bank system as well as (2) rows of new storage space. This is a multi-redeem purchase that applies to all characters on your account.', 1, -1016071787, 0, 1), + (3119, 3118, 'Pumera (Exotic)', 'Stand out in any crowd astride this fetching pumera from parts unknown. This purchase can only be applied to a single character. ', 1, -1016071787, 0, 1), + (3120, 3118, 'Pumera (Exotic) (Account)', 'Stand out in any crowd astride this fetching pumera from parts unknown. This purchase is a multi-redeem item which can be claimed for all characters on your account. ', 1, -1016071787, 0, 1), + (3121, 3121, 'Sky Remodel: Summer Sky', 'If you\'re looking for an endless summer, this is the sky for you. This purchase can only be claimed by a single character. ', 0, -1016071787, 0, 1), + (3122, 3122, 'Ground Remodel: Summer Sand', 'Feel free to frolic in summer fields and feel the sun on your face. This purchase can only be claimed by a single character. ', 0, -1016071787, 0, 1), + (3123, 3123, 'Surfboard Sampler Pack', 'Surf\'s up, so make sure you have the proper stick for those sick waves. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3124, 3124, 'Alien Décor Pack', 'Propel your plot out of this world with these extraterrestrial accessories. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3125, 3125, 'Deep Diver Diving Suit', 'Take to the depths in this utilitarian diving suit, but watch out for Ikthians! These items can be imported into the Holo-Wardrobe for all characters on your account. ', 0, -1016071787, 0, 1), + (3126, 3126, 'Surfside Seashell FABkit', 'What\'s a shoreline without a suitable seashell? Once claimed, use this item to permanently unlock the Surfside Seashell option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3127, 3127, 'Underwater Décor Pack', 'You won\'t need scuba gear to gaze at these subaquatic succulents. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3129, 3128, 'Uniblade (Green)', 'Your friends will be green with envy when they see you riding this unique uniblade. This purchase can only be applied to a single character. ', 1, -1016071787, 0, 1), + (3130, 3128, 'Uniblade (Green) (Account)', 'Your friends will be green with envy when they see you riding this unique uniblade. This purchase is a multi-redeem item which can be claimed for all characters on your account. ', 1, -1016071787, 0, 1), + (3133, 3132, 'Equivar (Technophage)', 'This augmented equivar is infected with a style that never goes out of fashion. This purchase can only be claimed by a single character. ', 1, -1016071787, 0, 1), + (3134, 3132, 'Equivar (Technophage) (Account)', 'This augmented equivar is infected with a style that never goes out of fashion. This purchase is a multi-redeem item which can be claimed for all characters on your account. ', 1, -1016071787, 0, 1), + (3138, 3138, 'Mordesh Décor Pack', 'At long last there is a décor pack worthy of those who nest within death\'s embrace. Crafted by the finest (surviving) Grismaran artisans. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3142, 3141, 'Berserker (Aquatic) Hoverboard', 'Take a ride on the shoreline with this special Berserker hoverboard. This purchase can only be applied to a single character. ', 1, -1016071787, 0, 1), + (3143, 3141, 'Berserker (Aquatic) Hoverboard (Account)', 'Take a ride on the shoreline with this special Berserker hoverboard. This purchase is a multi-redeem item which can be claimed for all characters on your account. ', 1, -1016071787, 0, 1), + (3157, 3156, 'GoGo (Bubble Gum) Hoverboard', 'The Bubble Gum GoGo hoverboard is for riding, not chewing. This purchase can only be applied to a single character. ', 1, -1016071787, 0, 1), + (3158, 3156, 'GoGo (Bubble Gum) Hoverboard (Account)', 'The Bubble Gum GoGo hoverboard is for riding, not chewing. This purchase is a multi-redeem item which can be claimed for all characters on your account. ', 1, -1016071787, 0, 1), + (3172, 3171, 'Hound (Azure) Hoverboard', 'Shades of azure compliment the strong lines of the Hound hoverboard. This purchase can only be applied to a single character. ', 1, -1016071787, 0, 1), + (3173, 3171, 'Hound (Azure) Hoverboard (Account)', 'Shades of azure compliment the strong lines of the Hound hoverboard. This purchase is a multi-redeem item which can be claimed for all characters on your account. ', 1, -1016071787, 0, 1), + (3178, 3177, 'Ringer (Platinum) Hoverboard', 'Platinum and gold bump this Ringer hoverboard to the next level of luxury. Ding! This purchase can only be applied to a single character. ', 1, -1016071787, 0, 1), + (3179, 3177, 'Ringer (Platinum) Hoverboard (Account)', 'Platinum and gold bump this Ringer hoverboard to the next level of luxury. Ding! This purchase is a multi-redeem item which can be claimed for all characters on your account. ', 1, -1016071787, 0, 1), + (3181, 3180, 'Ringer (Avatus) Hoverboard', 'The Caretaker\'s evil alter-ego is immortalized in the colors of this Ringer hoverboard. This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (3182, 3180, 'Ringer (Avatus) Hoverboard (Account)', 'The Caretaker\'s evil alter-ego is immortalized in the colors of this Ringer hoverboard. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3187, 3186, 'Ringer (Halcyon) Hoverboard', 'Few hoverboards are as smooth-riding or soothing as the Halcyon Ringer. This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (3188, 3186, 'Ringer (Halcyon) Hoverboard (Account)', 'Few hoverboards are as smooth-riding or soothing as the Halcyon Ringer. This purchase is a multi-redeem item which can be claimed for all characters on your account. ', 1, -1016071787, 0, 1), + (3209, 3209, 'Fancy Pants Decor Pack', 'Exquisitely-crafted and painstakingly finished décor for the discerning homeowner. Protostar is proud to make this offer to everyone, rather than to a select and privileged few. ', 0, -1016071787, 0, 1), + (3211, 3211, 'Sanguine Brass Dye', 'Revel in the luscious gold and scarlet combination that is Sanguine Brass. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3213, 3212, 'Consort\'s Woolie ', 'Ride into battle astride a verdant furred woolie, like those preferred by the Matria\'s own consort. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3214, 3212, 'Consort\'s Woolie (Account)', 'Ride into battle astride a verdant furred woolie, like those preferred by the Matria\'s own consort. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3216, 3215, 'Matria\'s Woolie ', 'The Matria\'s Woolie is a mount fit for royalty! This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3217, 3215, 'Matria\'s Woolie (Account)', 'The Matria\'s Woolie is a mount fit for royalty! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3218, 3218, 'Urban Camo Dye', 'Blend into the concrete jungle with this intense grey hue. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3221, 3220, 'Primal Strider', 'Project pure primal power while traveling Nexus atop your own crystalline strider. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3222, 3220, 'Primal Strider (Account)', 'Project pure primal power while traveling Nexus atop your own crystalline strider. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3223, 3223, 'Metal Maniac Costume', 'Slam, bash, and thrash your way across the galaxy in style. These items can be imported into the Holo-Wardrobe for all characters on your account. ', 0, -1016071787, 0, 1), + (3224, 3224, 'Terminites Attack Decor Pack', 'These terminites wood love to set up a new home in your housing plot. Don\'t pass up this amazing new infestment opportunity! This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (3225, 3225, 'Sky Remodel: Autumn Leaves', 'Welcome autumn\'s arrival with bright skies and falling leaves. This purchase can only be claimed by a single character. ', 1, -1016071787, 0, 1), + (3226, 3226, 'Ground Remodel: Golden Harvest', 'Celebrate harvest season with fields of golden grain. This purchase can only be claimed by a single character. ', 1, -1016071787, 0, 1), + (3228, 3227, 'Velocirex (Ebon) (Character)', 'You\'ll command the attention of friend and foe alike astride the sleek and dangerous Ebon Velocirex. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3229, 3227, 'Velocirex (Ebon) (Account)', 'You\'ll command the attention of friend and foe alike astride the sleek and dangerous Ebon Velocirex. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3230, 3230, 'Lazarin\'s Laboratory FABkit', 'Grab your lab coat and safety goggles and carry out your secret experiments inside Victor Lazarin\'s own lab. Once claimed, use this item to permanently unlock the Lazarin\'s Laboratory option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3231, 3231, 'Moon Mariner Uniform', 'Suit up, assemble your team, and defend Nexus from the forces of evil in the Moon Mariner Uniform. These items can be imported into the Holo-Wardrobe for all characters on your account. ', 0, -1016071787, 0, 1), + (3233, 3232, 'Industrial BoreBot (Red) (Character)', 'Attention! This is not a drill! It\'s TWO drills attached to a burly BoreBot just waiting for a pilot. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3234, 3232, 'Industrial BoreBot (Red) (Account)', 'Attention! This is not a drill! It\'s TWO drills attached to a burly BoreBot just waiting for a pilot. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3236, 3236, 'Augmented Bark Dye', 'Unleash your inner adventurer with this rugged, rustic hue. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3237, 3237, 'Emerald Underglow Dye', 'This sleek green dye adds an Eldan flair to any ensemble. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3238, 3238, 'Borealis Purple Dye', 'Embark upon a cosmic journey with this dark celestial hue. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3239, 3239, 'Orange Sherbet Dye', 'Stay cool during hot Nexus summers with this dye inspired by a tasty treat. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 0, -1016071787, 0, 1), + (3241, 3240, 'Velocirex (Electrified)', 'Looking for a spooky mount with shock value? This velocirex has everything you need! This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3242, 3240, 'Velocirex (Electrified) (Account)', 'Looking for a spooky mount with shock value? This velocirexhas everything you need! This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3265, 3265, 'Torine Builder\'s Decor Pack', 'Transform your plot into a tranquil Torine temple with this builder\'s pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (3267, 3267, 'Protostar Builder\'s Decor Pack', 'Skip all the red tape and buy your home improvements straight from the source with this Protostar builder\'s pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (3268, 3268, 'Exile Builder\'s Decor Pack', 'Show off your rebellious side with this Exile builder\'s pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (3269, 3269, 'Dominion Builder\'s Decor Pack', 'Show off your devotion to the Emperor with this patriotic Dominion builder\'s pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (3270, 3270, 'Exo-Lab Builder\'s Decor Pack', 'Delve into the secrets of Nexus with this Exo-Lab builder\'s pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (3271, 3271, 'Shrine Builder\'s Decor Pack', 'Create your own private sanctuary with this Shrine builder\'s pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (3272, 3272, 'Osun Builder\'s Decor Pack', 'Bulk up your living space with this massive Osun builder\'s pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character.', 0, -1016071787, 0, 1), + (3273, 3273, 'Technophage Convergence FABkit', 'Harness the power of the Technophage in the privacy of your own home. Once claimed, use this item to permanently unlock the Technophage Convergence option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1), + (3313, 3312, 'Ho Ho Ho Mobile (Green)', ' One part reindeer, one part sleigh, the Ho Ho Ho Mobile (Green) is perfect for those who wish to spread holiday cheer. This purchase can only be applied to a single character. ', 1, -1016071787, 0, 1), + (3314, 3312, 'Ho Ho Ho Mobile (Green) (Account) ', 'One part reindeer, one part sleigh, the Ho Ho Ho Mobile (Green) is perfect for those who wish to spread holiday cheer. This purchase is a multi-redeem item which can be claimed for all characters on your account. ', 1, -1016071787, 0, 1), + (3316, 3315, 'Ho Ho Ho Mobile (Blue)', 'The blue variant of the infamous holiday mount, the Ho Ho Ho Mobile (Blue) provides a calm yet festive ride. This purchase can only be applied to a single character. ', 1, -1016071787, 0, 1), + (3317, 3315, 'Ho Ho Ho Mobile (Blue) (Account)', 'The blue variant of the infamous holiday mount, the Ho Ho Ho Mobile (Blue) provides a calm yet festive ride. This purchase is a multi-redeem item which can be claimed for all characters on your account. ', 1, -1016071787, 0, 1), + (3319, 3318, 'Ho Ho Ho Mobile (Gold)', 'All that is gold does not glitter. But the Ho Ho Ho Mobile (Gold) sure does. It glitters in spades. Warning: Drool may be present. This purchase can only be applied to a single character. ', 1, -1016071787, 0, 1), + (3320, 3318, 'Ho Ho Ho Mobile (Gold) (Account)', 'All that is gold does not glitter. But the Ho Ho Ho Mobile (Gold) sure does. It glitters in spades. Warning: Drool may be present. This purchase is a multi-redeem item which can be claimed for all characters on your account. ', 1, -1016071787, 0, 1), + (3327, 3327, 'Sky Remodel: Cotton Candy', 'The Cotton Candy sky is a pink glittering accoutrement for those who want to add a more dreamlike feel to their housing plot. This purchase can only be claimed by a single character. ', 1, -1016071787, 0, 1), + (3328, 3328, 'Model Gingerbread House FABkit', 'Produces a Gingerbread House suited for sweet housing plots, that allows an additional structure on your plot that can be decorated outside. Once claimed, use this item to permanently unlock the Model Gingerbread House option in the Landscape menu of your housing plot. This purchase is for a single character only. ', 1, -1016071787, 0, 1), + (3329, 3329, 'Gingerbread Trim Decor Pack', 'Trim your Gingerbread buildings with the contents of this sweet, sweet décor pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character. ', 1, -1016071787, 0, 1), + (3330, 3330, 'Gingerbread Construction Decor Pack', 'Build your own gingerbread housing with the Gingerbread Construction décor pack. This decor pack includes all of the decor items shown below and can only be claimed by a single character. ', 1, -1016071787, 0, 1), + (3332, 3332, 'Cheer Gear Costume', 'Get ready for the retail rush that accompanies the holidays with the Cheer Gear costume. These items can be imported into the Holo-Wardrobe for all characters on your account. ', 1, -1016071787, 0, 1), + (3336, 3336, 'Auroria Pine Dye', 'Show your support for the farmers of Auroria with this verdant green dye. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 1, -1016071787, 0, 1), + (3337, 3337, 'Crimson Curtain Dye', 'You\'ll be the star of the show when you don this brillant red dye! This purchase is a multi-redeem item which can be claimed by all characters on your account.', 1, -1016071787, 0, 1), + (3338, 3338, 'Rustic Sand Dye', 'Take the beach with you on your travels when wearing this bucolic dye. This purchase is a multi-redeem item which can be claimed by all characters on your account.', 1, -1016071787, 0, 1), + (3342, 3342, '88-Proof Boardwax', 'Hop on the board and keep moving. You might see some serious trouble. This purchase can only be applied to a single character.', 8, -1016071787, 0, 1), + (3343, 3343, 'Grim Hood', 'Don this fearsome visage and haunt Nexus in style. This item can be imported into the Holo-Wardrobe for all characters on your account.', 1, -1016071787, 0, 1), + (3387, 3386, 'Pumera (Frostbite) (Character)', 'This fierce and frosty feline is the perfect mount for all your winter adventures. This purchase can only be applied to a single character.', 1, -1016071787, 0, 1), + (3388, 3386, 'Pumera (Frostbite) (Account)', 'This fierce and frosty feline is the perfect mount for all your winter adventures. This purchase is a multi-redeem item which can be claimed for all characters on your account.', 1, -1016071787, 0, 1), + (3389, 3389, 'Frozen Pond FABkit', 'This picturesque pond can be a serene retreat or landmark in your winter wonderland. Once claimed, use this item to permanently unlock the Frozen Pond option in the Landscape menu of your housing plot. This purchase can only be claimed by a single character.', 1, -1016071787, 0, 1); + +-- Dumping structure for table store_offer_item_data +CREATE TABLE IF NOT EXISTS `store_offer_item_data` ( + `id` int unsigned NOT NULL DEFAULT '0', + `itemId` smallint unsigned NOT NULL DEFAULT '0', + `type` int unsigned NOT NULL DEFAULT '0', + `amount` int unsigned NOT NULL DEFAULT '1', + PRIMARY KEY (`id`,`itemId`), + CONSTRAINT `FK__store_offer_item_data_id__store_offer_item_id` FOREIGN KEY (`id`) REFERENCES `store_offer_item` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- Dumping data for table store_offer_item_data: ~1,303 rows (approximately) +REPLACE INTO `store_offer_item_data` (`id`, `itemId`, `type`, `amount`) VALUES + (1534, 432, 0, 1), + (1535, 433, 0, 1), + (1536, 434, 0, 1), + (1542, 248, 0, 1), + (1545, 133, 0, 1), + (1546, 79, 0, 1), + (1547, 93, 0, 1), + (1548, 81, 0, 1), + (1549, 210, 0, 1), + (1550, 78, 0, 1), + (1551, 86, 0, 1), + (1552, 211, 0, 1), + (1553, 590, 0, 1), + (1553, 591, 0, 1), + (1553, 592, 0, 1), + (1553, 593, 0, 1), + (1553, 594, 0, 1), + (1553, 595, 0, 1), + (1553, 596, 0, 1), + (1553, 597, 0, 1), + (1553, 598, 0, 1), + (1553, 599, 0, 1), + (1557, 271, 0, 1), + (1557, 530, 0, 1), + (1557, 531, 0, 1), + (1557, 532, 0, 1), + (1557, 533, 0, 1), + (1557, 534, 0, 1), + (1558, 262, 0, 1), + (1558, 460, 0, 1), + (1558, 461, 0, 1), + (1558, 462, 0, 1), + (1558, 463, 0, 1), + (1558, 464, 0, 1), + (1559, 263, 0, 1), + (1559, 465, 0, 1), + (1559, 466, 0, 1), + (1559, 467, 0, 1), + (1559, 468, 0, 1), + (1559, 469, 0, 1), + (1560, 264, 0, 1), + (1560, 470, 0, 1), + (1560, 471, 0, 1), + (1560, 472, 0, 1), + (1560, 473, 0, 1), + (1560, 474, 0, 1), + (1561, 275, 0, 1), + (1562, 276, 0, 1), + (1563, 230, 0, 1), + (1564, 237, 0, 1), + (1565, 384, 0, 1), + (1565, 385, 0, 1), + (1565, 386, 0, 1), + (1565, 387, 0, 1), + (1565, 388, 0, 1), + (1565, 389, 0, 1), + (1565, 390, 0, 1), + (1612, 209, 0, 1), + (1613, 207, 0, 1), + (1614, 208, 0, 1), + (1615, 31, 0, 1), + (1622, 265, 0, 1), + (1622, 485, 0, 1), + (1622, 486, 0, 1), + (1622, 487, 0, 1), + (1622, 488, 0, 1), + (1622, 489, 0, 1), + (1623, 266, 0, 1), + (1623, 490, 0, 1), + (1623, 491, 0, 1), + (1623, 492, 0, 1), + (1623, 493, 0, 1), + (1623, 494, 0, 1), + (1624, 267, 0, 1), + (1624, 495, 0, 1), + (1624, 496, 0, 1), + (1624, 497, 0, 1), + (1624, 498, 0, 1), + (1624, 499, 0, 1), + (1625, 392, 0, 1), + (1625, 393, 0, 1), + (1625, 394, 0, 1), + (1625, 395, 0, 1), + (1625, 396, 0, 1), + (1625, 397, 0, 1), + (1625, 398, 0, 1), + (1626, 400, 0, 1), + (1626, 401, 0, 1), + (1626, 402, 0, 1), + (1626, 403, 0, 1), + (1626, 404, 0, 1), + (1626, 405, 0, 1), + (1626, 406, 0, 1), + (1627, 416, 0, 1), + (1627, 417, 0, 1), + (1627, 418, 0, 1), + (1627, 419, 0, 1), + (1627, 420, 0, 1), + (1627, 421, 0, 1), + (1627, 422, 0, 1), + (1628, 408, 0, 1), + (1628, 409, 0, 1), + (1628, 410, 0, 1), + (1628, 412, 0, 1), + (1628, 413, 0, 1), + (1628, 414, 0, 1), + (1628, 415, 0, 1), + (1629, 424, 0, 1), + (1629, 425, 0, 1), + (1629, 426, 0, 1), + (1629, 427, 0, 1), + (1629, 429, 0, 1), + (1629, 430, 0, 1), + (1629, 431, 0, 1), + (1630, 231, 0, 1), + (1631, 232, 0, 1), + (1632, 236, 0, 1), + (1633, 238, 0, 1), + (1634, 268, 0, 1), + (1634, 500, 0, 1), + (1634, 501, 0, 1), + (1634, 502, 0, 1), + (1634, 503, 0, 1), + (1634, 504, 0, 1), + (1635, 269, 0, 1), + (1635, 505, 0, 1), + (1635, 506, 0, 1), + (1635, 507, 0, 1), + (1635, 508, 0, 1), + (1635, 509, 0, 1), + (1636, 270, 0, 1), + (1636, 510, 0, 1), + (1636, 511, 0, 1), + (1636, 512, 0, 1), + (1636, 513, 0, 1), + (1636, 514, 0, 1), + (1637, 272, 0, 1), + (1638, 273, 0, 1), + (1640, 248, 0, 3), + (1641, 248, 0, 9), + (1674, 233, 0, 1), + (1675, 234, 0, 1), + (1678, 363, 0, 1), + (1678, 445, 0, 1), + (1678, 446, 0, 1), + (1678, 447, 0, 1), + (1678, 448, 0, 1), + (1678, 449, 0, 1), + (1679, 364, 0, 1), + (1679, 450, 0, 1), + (1679, 451, 0, 1), + (1679, 452, 0, 1), + (1679, 453, 0, 1), + (1679, 454, 0, 1), + (1680, 365, 0, 1), + (1680, 455, 0, 1), + (1680, 456, 0, 1), + (1680, 457, 0, 1), + (1680, 458, 0, 1), + (1680, 459, 0, 1), + (1683, 366, 0, 1), + (1683, 475, 0, 1), + (1683, 476, 0, 1), + (1683, 477, 0, 1), + (1683, 478, 0, 1), + (1683, 479, 0, 1), + (1684, 367, 0, 1), + (1684, 480, 0, 1), + (1684, 481, 0, 1), + (1684, 482, 0, 1), + (1684, 483, 0, 1), + (1684, 484, 0, 1), + (1685, 380, 0, 1), + (1685, 515, 0, 1), + (1685, 516, 0, 1), + (1685, 517, 0, 1), + (1685, 518, 0, 1), + (1685, 519, 0, 1), + (1686, 381, 0, 1), + (1686, 520, 0, 1), + (1686, 521, 0, 1), + (1686, 522, 0, 1), + (1686, 523, 0, 1), + (1686, 524, 0, 1), + (1687, 382, 0, 1), + (1687, 525, 0, 1), + (1687, 526, 0, 1), + (1687, 527, 0, 1), + (1687, 528, 0, 1), + (1687, 529, 0, 1), + (1688, 274, 0, 1), + (1689, 277, 0, 1), + (1724, 368, 0, 1), + (1724, 369, 0, 1), + (1724, 370, 0, 1), + (1724, 371, 0, 1), + (1724, 372, 0, 1), + (1726, 586, 0, 1), + (1726, 587, 0, 1), + (1726, 588, 0, 1), + (1748, 249, 0, 1), + (1749, 250, 0, 1), + (1750, 251, 0, 1), + (1839, 642, 0, 1), + (1839, 643, 0, 1), + (1839, 644, 0, 1), + (1839, 645, 0, 1), + (1839, 646, 0, 1), + (1841, 638, 0, 1), + (2074, 691, 0, 1), + (2074, 707, 0, 1), + (2074, 708, 0, 1), + (2074, 711, 0, 1), + (2074, 712, 0, 1), + (2074, 715, 0, 1), + (2074, 716, 0, 1), + (2074, 718, 0, 1), + (2076, 660, 0, 1), + (2077, 661, 0, 1), + (2085, 668, 0, 1), + (2089, 663, 0, 1), + (2089, 664, 0, 1), + (2089, 665, 0, 1), + (2089, 666, 0, 1), + (2089, 667, 0, 1), + (2091, 639, 0, 1), + (2093, 602, 0, 1), + (2100, 373, 0, 1), + (2100, 374, 0, 1), + (2100, 375, 0, 1), + (2140, 249, 0, 1), + (2140, 258, 0, 1), + (2140, 265, 0, 1), + (2140, 276, 0, 1), + (2140, 434, 0, 1), + (2140, 485, 0, 1), + (2140, 486, 0, 1), + (2140, 487, 0, 1), + (2140, 488, 0, 1), + (2140, 489, 0, 1), + (2141, 211, 0, 1), + (2141, 257, 0, 1), + (2141, 433, 0, 1), + (2144, 249, 0, 1), + (2144, 270, 0, 1), + (2144, 275, 0, 1), + (2144, 433, 0, 1), + (2144, 510, 0, 1), + (2144, 511, 0, 1), + (2144, 512, 0, 1), + (2144, 513, 0, 1), + (2144, 514, 0, 1), + (2157, 206, 0, 1), + (2158, 206, 0, 3), + (2159, 206, 0, 5), + (2222, 828, 0, 1), + (2226, 631, 0, 1), + (2227, 809, 0, 1), + (2229, 630, 0, 1), + (2232, 636, 0, 1), + (2233, 800, 0, 1), + (2241, 765, 0, 1), + (2243, 629, 0, 1), + (2244, 764, 0, 1), + (2246, 640, 0, 1), + (2247, 810, 0, 1), + (2278, 875, 0, 1), + (2317, 628, 0, 1), + (2318, 762, 0, 1), + (2319, 627, 0, 1), + (2320, 805, 0, 1), + (2321, 354, 0, 1), + (2322, 791, 0, 1), + (2323, 695, 0, 1), + (2324, 801, 0, 1), + (2342, 641, 0, 1), + (2343, 811, 0, 1), + (2348, 355, 0, 1), + (2349, 792, 0, 1), + (2362, 635, 0, 1), + (2363, 799, 0, 1), + (2382, 626, 0, 1), + (2383, 761, 0, 1), + (2391, 2001, 0, 1), + (2391, 2002, 0, 1), + (2391, 2003, 0, 1), + (2391, 2004, 0, 1), + (2391, 2005, 0, 1), + (2391, 2006, 0, 1), + (2393, 997, 0, 1), + (2394, 998, 0, 1), + (2409, 1007, 0, 1), + (2409, 1008, 0, 1), + (2409, 1009, 0, 1), + (2409, 1010, 0, 1), + (2409, 1011, 0, 1), + (2409, 1012, 0, 1), + (2414, 2094, 0, 1), + (2416, 293, 0, 1), + (2416, 294, 0, 1), + (2416, 295, 0, 1), + (2416, 2078, 0, 1), + (2416, 2079, 0, 1), + (2416, 2080, 0, 1), + (2417, 290, 0, 1), + (2417, 291, 0, 1), + (2417, 292, 0, 1), + (2417, 2075, 0, 1), + (2417, 2076, 0, 1), + (2417, 2077, 0, 1), + (2418, 975, 0, 1), + (2419, 2053, 0, 1), + (2419, 2055, 0, 2), + (2419, 2056, 0, 3), + (2419, 2057, 0, 3), + (2419, 2058, 0, 1), + (2419, 2059, 0, 1), + (2419, 2062, 0, 1), + (2429, 2089, 0, 1), + (2430, 2090, 0, 1), + (2432, 927, 0, 1), + (2433, 928, 0, 1), + (2438, 999, 0, 1), + (2438, 1000, 0, 1), + (2438, 1001, 0, 1), + (2438, 1002, 0, 1), + (2439, 1003, 0, 1), + (2439, 1004, 0, 1), + (2439, 1005, 0, 1), + (2439, 1006, 0, 1), + (2441, 930, 0, 1), + (2441, 931, 0, 1), + (2441, 932, 0, 1), + (2441, 933, 0, 1), + (2442, 934, 0, 1), + (2442, 935, 0, 1), + (2442, 936, 0, 1), + (2442, 937, 0, 1), + (2453, 832, 0, 1), + (2454, 833, 0, 1), + (2456, 842, 0, 1), + (2457, 843, 0, 1), + (2462, 834, 0, 1), + (2463, 835, 0, 1), + (2464, 771, 0, 1), + (2465, 905, 0, 1), + (2466, 2009, 0, 1), + (2467, 733, 0, 1), + (2467, 734, 0, 1), + (2467, 735, 0, 1), + (2467, 736, 0, 1), + (2467, 737, 0, 1), + (2467, 740, 0, 1), + (2468, 729, 0, 1), + (2468, 730, 0, 1), + (2468, 731, 0, 1), + (2468, 732, 0, 1), + (2469, 745, 0, 1), + (2469, 746, 0, 1), + (2469, 747, 0, 1), + (2469, 748, 0, 1), + (2469, 749, 0, 1), + (2469, 750, 0, 1), + (2470, 755, 0, 1), + (2470, 756, 0, 1), + (2470, 757, 0, 1), + (2470, 758, 0, 1), + (2471, 899, 0, 1), + (2472, 887, 0, 1), + (2473, 900, 0, 1), + (2474, 2136, 0, 1), + (2475, 2137, 0, 1), + (2476, 285, 0, 1), + (2477, 804, 0, 1), + (2478, 284, 0, 1), + (2479, 803, 0, 1), + (2495, 2120, 0, 1), + (2495, 2121, 0, 1), + (2495, 2122, 0, 1), + (2495, 2123, 0, 1), + (2495, 2124, 0, 1), + (2497, 2120, 0, 1), + (2498, 2121, 0, 1), + (2500, 2123, 0, 1), + (2502, 202, 0, 5), + (2502, 206, 0, 5), + (2506, 258, 0, 1), + (2506, 259, 0, 1), + (2506, 260, 0, 1), + (2506, 261, 0, 1), + (2507, 256, 0, 1), + (2507, 257, 0, 1), + (2508, 347, 0, 1), + (2508, 348, 0, 1), + (2508, 349, 0, 1), + (2508, 350, 0, 1), + (2509, 93, 0, 2), + (2509, 207, 0, 1), + (2509, 209, 0, 1), + (2509, 627, 0, 1), + (2511, 340, 0, 1), + (2512, 782, 0, 1), + (2514, 2127, 0, 1), + (2515, 2128, 0, 1), + (2517, 347, 0, 1), + (2518, 786, 0, 1), + (2528, 348, 0, 1), + (2529, 787, 0, 1), + (2531, 350, 0, 1), + (2532, 789, 0, 1), + (2534, 349, 0, 1), + (2535, 788, 0, 1), + (2537, 258, 0, 1), + (2538, 778, 0, 1), + (2540, 259, 0, 1), + (2541, 779, 0, 1), + (2543, 260, 0, 1), + (2544, 780, 0, 1), + (2546, 261, 0, 1), + (2549, 257, 0, 1), + (2550, 777, 0, 1), + (2552, 256, 0, 1), + (2553, 776, 0, 1), + (2556, 352, 0, 1), + (2557, 790, 0, 1), + (2566, 625, 0, 1), + (2567, 794, 0, 1), + (2572, 233, 0, 1), + (2572, 754, 0, 1), + (2573, 2231, 0, 1), + (2581, 2205, 0, 1), + (2582, 2205, 0, 5), + (2583, 202, 0, 1), + (2584, 202, 0, 5), + (2585, 203, 0, 1), + (2586, 203, 0, 5), + (2588, 2204, 0, 1), + (2589, 2204, 0, 5), + (2590, 196, 0, 1), + (2591, 196, 0, 5), + (2592, 197, 0, 1), + (2593, 197, 0, 5), + (2595, 2206, 0, 1), + (2596, 2206, 0, 5), + (2597, 205, 0, 1), + (2598, 205, 0, 5), + (2599, 600, 0, 1), + (2600, 600, 0, 5), + (2602, 2207, 0, 1), + (2604, 190, 0, 1), + (2606, 191, 0, 1), + (2609, 2208, 0, 1), + (2611, 2209, 0, 1), + (2613, 2210, 0, 1), + (2615, 93, 0, 1), + (2615, 133, 0, 2), + (2615, 433, 0, 1), + (2615, 615, 0, 1), + (2615, 2117, 0, 1), + (2615, 2118, 0, 1), + (2629, 2248, 0, 1), + (2629, 2249, 0, 1), + (2629, 2250, 0, 3), + (2629, 2251, 0, 2), + (2629, 2252, 0, 12), + (2629, 2253, 0, 12), + (2629, 2254, 0, 3), + (2629, 2273, 0, 1), + (2630, 284, 0, 1), + (2630, 441, 0, 1), + (2630, 442, 0, 1), + (2630, 443, 0, 1), + (2630, 444, 0, 1), + (2630, 834, 0, 1), + (2630, 905, 0, 1), + (2630, 2211, 0, 1), + (2630, 2274, 0, 4), + (2631, 2262, 0, 1), + (2631, 2263, 0, 1), + (2631, 2264, 0, 1), + (2631, 2265, 0, 1), + (2631, 2266, 0, 1), + (2631, 2267, 0, 1), + (2633, 2099, 0, 1), + (2634, 2100, 0, 1), + (2635, 2270, 0, 1), + (2635, 2271, 0, 1), + (2635, 2272, 0, 1), + (2640, 274, 0, 1), + (2640, 275, 0, 1), + (2640, 277, 0, 1), + (2641, 2101, 0, 1), + (2641, 2102, 0, 1), + (2641, 2103, 0, 2), + (2641, 2104, 0, 1), + (2641, 2105, 0, 8), + (2641, 2106, 0, 2), + (2641, 2107, 0, 2), + (2641, 2108, 0, 4), + (2645, 2098, 0, 1), + (2645, 2156, 0, 1), + (2645, 2157, 0, 1), + (2645, 2158, 0, 1), + (2646, 2097, 0, 1), + (2646, 2159, 0, 1), + (2646, 2160, 0, 1), + (2646, 2161, 0, 1), + (2664, 2326, 0, 1), + (2666, 2219, 0, 1), + (2667, 2220, 0, 1), + (2669, 2131, 0, 1), + (2670, 2132, 0, 1), + (2671, 2406, 0, 1), + (2675, 2282, 0, 1), + (2675, 2288, 0, 1), + (2677, 2281, 0, 1), + (2677, 2287, 0, 1), + (2678, 2279, 0, 1), + (2678, 2285, 0, 1), + (2679, 2280, 0, 1), + (2679, 2286, 0, 1), + (2680, 2277, 0, 1), + (2680, 2283, 0, 1), + (2682, 2290, 0, 1), + (2682, 2291, 0, 1), + (2682, 2292, 0, 1), + (2682, 2293, 0, 3), + (2682, 2294, 0, 1), + (2682, 2296, 0, 1), + (2682, 2297, 0, 3), + (2682, 2300, 0, 3), + (2682, 2303, 0, 2), + (2682, 2306, 0, 2), + (2683, 2290, 0, 1), + (2683, 2291, 0, 1), + (2683, 2292, 0, 1), + (2683, 2293, 0, 3), + (2683, 2294, 0, 1), + (2683, 2296, 0, 1), + (2683, 2298, 0, 3), + (2683, 2301, 0, 3), + (2683, 2304, 0, 2), + (2683, 2306, 0, 2), + (2684, 2290, 0, 1), + (2684, 2291, 0, 1), + (2684, 2292, 0, 1), + (2684, 2293, 0, 3), + (2684, 2294, 0, 1), + (2684, 2296, 0, 1), + (2684, 2299, 0, 3), + (2684, 2302, 0, 3), + (2684, 2305, 0, 2), + (2684, 2306, 0, 2), + (2685, 2289, 0, 1), + (2718, 2186, 0, 1), + (2720, 2185, 0, 1), + (2721, 2184, 0, 1), + (2722, 2383, 0, 1), + (2722, 2384, 0, 1), + (2722, 2385, 0, 1), + (2722, 2386, 0, 1), + (2722, 2387, 0, 1), + (2722, 2388, 0, 1), + (2724, 2351, 0, 1), + (2725, 2352, 0, 1), + (2727, 2221, 0, 1), + (2728, 2222, 0, 1), + (2729, 2367, 0, 1), + (2729, 2368, 0, 1), + (2729, 2369, 0, 1), + (2729, 2370, 0, 1), + (2730, 2362, 0, 1), + (2730, 2363, 0, 1), + (2730, 2364, 0, 1), + (2730, 2365, 0, 1), + (2730, 2366, 0, 1), + (2735, 2223, 0, 1), + (2736, 2224, 0, 1), + (2751, 781, 0, 1), + (2768, 2343, 0, 1), + (2772, 2315, 0, 1), + (2772, 2316, 0, 1), + (2772, 2317, 0, 1), + (2772, 2318, 0, 1), + (2772, 2319, 0, 1), + (2772, 2320, 0, 1), + (2773, 559, 0, 1), + (2774, 2492, 0, 1), + (2774, 2493, 0, 1), + (2774, 2494, 0, 1), + (2774, 2495, 0, 1), + (2774, 2496, 0, 12), + (2774, 2497, 0, 2), + (2774, 2498, 0, 3), + (2774, 2499, 0, 1), + (2774, 2500, 0, 1), + (2776, 2444, 0, 1), + (2777, 2445, 0, 1), + (2778, 941, 0, 1), + (2778, 942, 0, 1), + (2778, 943, 0, 1), + (2778, 944, 0, 1), + (2778, 2470, 0, 10), + (2778, 2471, 0, 10), + (2778, 2472, 0, 5), + (2778, 2473, 0, 5), + (2778, 2474, 0, 10), + (2778, 2490, 0, 3), + (2778, 2491, 0, 2), + (2779, 793, 0, 1), + (2779, 2132, 0, 1), + (2779, 2212, 0, 1), + (2781, 2268, 0, 1), + (2783, 2477, 0, 1), + (2783, 2478, 0, 1), + (2783, 2479, 0, 1), + (2783, 2480, 0, 1), + (2783, 2481, 0, 1), + (2783, 2482, 0, 1), + (2787, 2390, 0, 4), + (2787, 2391, 0, 4), + (2787, 2392, 0, 4), + (2787, 2393, 0, 4), + (2787, 2394, 0, 1), + (2787, 2395, 0, 1), + (2787, 2396, 0, 1), + (2788, 2501, 0, 4), + (2788, 2502, 0, 4), + (2788, 2503, 0, 4), + (2788, 2504, 0, 4), + (2788, 2505, 0, 1), + (2788, 2506, 0, 1), + (2788, 2507, 0, 1), + (2790, 2074, 0, 1), + (2791, 2073, 0, 1), + (2792, 2222, 0, 1), + (2792, 2352, 0, 1), + (2792, 2383, 0, 1), + (2792, 2384, 0, 1), + (2792, 2385, 0, 1), + (2792, 2386, 0, 1), + (2792, 2387, 0, 1), + (2792, 2388, 0, 1), + (2797, 2455, 0, 4), + (2797, 2457, 0, 2), + (2797, 2459, 0, 3), + (2797, 2461, 0, 1), + (2797, 2463, 0, 5), + (2797, 2465, 0, 5), + (2798, 2454, 0, 4), + (2798, 2456, 0, 2), + (2798, 2458, 0, 3), + (2798, 2460, 0, 1), + (2798, 2462, 0, 5), + (2798, 2464, 0, 5), + (2800, 2553, 0, 1), + (2801, 2553, 0, 5), + (2802, 2553, 0, 7), + (2804, 2554, 0, 1), + (2805, 2554, 0, 5), + (2806, 2554, 0, 10), + (2807, 2553, 0, 5), + (2807, 2554, 0, 5), + (2808, 2186, 0, 1), + (2808, 2553, 0, 7), + (2808, 2554, 0, 10), + (2814, 2416, 0, 1), + (2814, 2417, 0, 1), + (2814, 2418, 0, 1), + (2814, 2419, 0, 1), + (2815, 2420, 0, 1), + (2815, 2421, 0, 1), + (2815, 2422, 0, 1), + (2815, 2423, 0, 1), + (2816, 2446, 0, 1), + (2816, 2447, 0, 1), + (2816, 2448, 0, 1), + (2816, 2449, 0, 1), + (2816, 2450, 0, 1), + (2816, 2451, 0, 1), + (2816, 2452, 0, 1), + (2817, 2434, 0, 1), + (2819, 930, 0, 1), + (2819, 931, 0, 1), + (2819, 932, 0, 1), + (2819, 933, 0, 1), + (2819, 2074, 0, 1), + (2820, 934, 0, 1), + (2820, 935, 0, 1), + (2820, 936, 0, 1), + (2820, 937, 0, 1), + (2820, 2073, 0, 1), + (2821, 975, 0, 1), + (2821, 2362, 0, 1), + (2821, 2363, 0, 1), + (2821, 2364, 0, 1), + (2821, 2365, 0, 1), + (2821, 2366, 0, 1), + (2821, 2367, 0, 1), + (2821, 2368, 0, 1), + (2821, 2369, 0, 1), + (2821, 2370, 0, 1), + (2823, 364, 0, 1), + (2823, 380, 0, 1), + (2823, 450, 0, 1), + (2823, 451, 0, 1), + (2823, 452, 0, 1), + (2823, 453, 0, 1), + (2823, 454, 0, 1), + (2823, 515, 0, 1), + (2823, 516, 0, 1), + (2823, 517, 0, 1), + (2823, 518, 0, 1), + (2823, 519, 0, 1), + (2824, 2397, 0, 1), + (2824, 2398, 0, 2), + (2824, 2399, 0, 2), + (2824, 2400, 0, 4), + (2824, 2401, 0, 4), + (2824, 2402, 0, 4), + (2824, 2403, 0, 2), + (2824, 2404, 0, 1), + (2824, 2405, 0, 1), + (2828, 2613, 0, 1), + (2828, 2614, 0, 1), + (2828, 2615, 0, 1), + (2828, 2616, 0, 1), + (2828, 2617, 0, 1), + (2828, 2618, 0, 1), + (2828, 2619, 0, 1), + (2828, 2620, 0, 1), + (2829, 2344, 0, 1), + (2829, 2345, 0, 1), + (2829, 2346, 0, 1), + (2829, 2347, 0, 1), + (2829, 2348, 0, 1), + (2829, 2349, 0, 1), + (2830, 2608, 0, 10), + (2830, 2609, 0, 4), + (2830, 2610, 0, 4), + (2830, 2611, 0, 4), + (2830, 2612, 0, 2), + (2831, 2602, 0, 4), + (2831, 2603, 0, 4), + (2831, 2604, 0, 4), + (2831, 2605, 0, 4), + (2831, 2606, 0, 4), + (2831, 2607, 0, 4), + (2832, 2639, 0, 1), + (2833, 2640, 0, 1), + (2834, 2641, 0, 1), + (2835, 2642, 0, 1), + (2839, 2556, 0, 1), + (2839, 2557, 0, 1), + (2839, 2558, 0, 1), + (2839, 2559, 0, 1), + (2839, 2560, 0, 1), + (2839, 2561, 0, 1), + (2840, 2629, 0, 1), + (2840, 2630, 0, 1), + (2840, 2631, 0, 1), + (2840, 2632, 0, 1), + (2840, 2633, 0, 1), + (2840, 2634, 0, 1), + (2840, 2635, 0, 1), + (2840, 2636, 0, 1), + (2841, 2621, 0, 1), + (2841, 2622, 0, 1), + (2841, 2623, 0, 1), + (2841, 2624, 0, 1), + (2841, 2625, 0, 1), + (2841, 2626, 0, 1), + (2841, 2627, 0, 1), + (2841, 2628, 0, 1), + (2842, 2637, 0, 1), + (2843, 2638, 0, 1), + (2844, 2585, 0, 1), + (2846, 2592, 0, 1), + (2857, 2269, 0, 1), + (2860, 2687, 0, 1), + (2860, 2688, 0, 1), + (2860, 2689, 0, 1), + (2860, 2690, 0, 1), + (2860, 2691, 0, 1), + (2860, 2692, 0, 1), + (2862, 2676, 0, 1), + (2863, 2677, 0, 1), + (2865, 2335, 0, 1), + (2865, 2336, 0, 1), + (2865, 2337, 0, 1), + (2865, 2338, 0, 1), + (2866, 2339, 0, 1), + (2866, 2340, 0, 1), + (2866, 2341, 0, 1), + (2866, 2342, 0, 1), + (2867, 2703, 0, 1), + (2915, 301, 0, 2), + (2915, 302, 0, 6), + (2915, 303, 0, 3), + (2915, 310, 0, 1), + (2915, 544, 0, 5), + (2915, 545, 0, 5), + (2915, 547, 0, 5), + (2915, 548, 0, 5), + (2915, 550, 0, 3), + (2915, 551, 0, 5), + (2915, 552, 0, 1), + (2915, 553, 0, 5), + (2916, 318, 0, 1), + (2916, 322, 0, 3), + (2916, 323, 0, 1), + (2916, 539, 0, 5), + (2916, 540, 0, 5), + (2916, 541, 0, 5), + (2916, 543, 0, 5), + (2917, 299, 0, 1), + (2917, 300, 0, 9), + (2917, 306, 0, 4), + (2917, 307, 0, 6), + (2917, 308, 0, 1), + (2917, 309, 0, 1), + (2917, 2707, 0, 2), + (2917, 2708, 0, 1), + (2917, 2709, 0, 1), + (2917, 2710, 0, 2), + (2917, 2711, 0, 6), + (2917, 2712, 0, 6), + (2918, 312, 0, 1), + (2918, 314, 0, 1), + (2918, 321, 0, 6), + (2918, 328, 0, 1), + (2918, 329, 0, 4), + (2918, 330, 0, 8), + (2918, 331, 0, 1), + (2918, 537, 0, 5), + (2918, 538, 0, 5), + (2919, 311, 0, 1), + (2919, 313, 0, 4), + (2919, 319, 0, 2), + (2919, 320, 0, 2), + (2919, 324, 0, 6), + (2919, 325, 0, 6), + (2919, 326, 0, 5), + (2919, 327, 0, 2), + (2947, 2666, 0, 1), + (2948, 2667, 0, 1), + (2950, 2660, 0, 1), + (2951, 2661, 0, 1), + (2953, 2662, 0, 1), + (2954, 2663, 0, 1), + (2956, 2668, 0, 1), + (2957, 2669, 0, 1), + (2959, 2660, 0, 1), + (2959, 2662, 0, 1), + (2959, 2668, 0, 1), + (2960, 2661, 0, 1), + (2960, 2663, 0, 1), + (2960, 2669, 0, 1), + (2961, 2653, 0, 4), + (2961, 2654, 0, 4), + (2961, 2655, 0, 4), + (2961, 2656, 0, 4), + (2961, 2657, 0, 1), + (2961, 2658, 0, 1), + (2961, 2659, 0, 1), + (2962, 2562, 0, 20), + (2962, 2563, 0, 4), + (2962, 2564, 0, 8), + (2962, 2565, 0, 8), + (2962, 2566, 0, 10), + (2963, 2750, 0, 1), + (2963, 2751, 0, 1), + (2963, 2752, 0, 1), + (2963, 2753, 0, 1), + (2963, 2754, 0, 1), + (2967, 2755, 0, 1), + (2967, 2756, 0, 1), + (2967, 2757, 0, 1), + (2968, 676, 0, 3), + (2968, 677, 0, 10), + (2968, 678, 0, 5), + (2968, 690, 0, 1), + (2968, 691, 0, 1), + (2968, 696, 0, 2), + (2968, 697, 0, 2), + (2968, 705, 0, 5), + (2968, 709, 0, 1), + (2968, 714, 0, 1), + (2969, 682, 0, 5), + (2969, 684, 0, 5), + (2969, 707, 0, 2), + (2969, 708, 0, 1), + (2969, 711, 0, 1), + (2969, 712, 0, 1), + (2969, 715, 0, 1), + (2969, 716, 0, 2), + (2969, 721, 0, 5), + (2969, 722, 0, 5), + (2969, 723, 0, 5), + (2970, 679, 0, 8), + (2970, 680, 0, 1), + (2970, 685, 0, 2), + (2970, 687, 0, 3), + (2970, 688, 0, 2), + (2970, 689, 0, 1), + (2970, 698, 0, 5), + (2970, 699, 0, 2), + (2970, 700, 0, 5), + (2970, 704, 0, 5), + (2970, 706, 0, 8), + (2970, 713, 0, 1), + (2971, 653, 0, 5), + (2971, 655, 0, 5), + (2971, 656, 0, 5), + (2971, 657, 0, 5), + (2971, 658, 0, 5), + (2971, 659, 0, 1), + (2971, 669, 0, 10), + (2971, 670, 0, 5), + (2971, 671, 0, 8), + (2971, 672, 0, 1), + (2971, 673, 0, 3), + (2971, 674, 0, 5), + (2972, 686, 0, 1), + (2972, 692, 0, 5), + (2972, 693, 0, 2), + (2972, 694, 0, 2), + (2972, 702, 0, 2), + (2972, 703, 0, 2), + (2972, 710, 0, 2), + (2972, 717, 0, 5), + (2972, 718, 0, 5), + (2974, 2770, 0, 1), + (2974, 2771, 0, 1), + (2974, 2772, 0, 1), + (2974, 2773, 0, 1), + (2975, 2774, 0, 1), + (2975, 2775, 0, 1), + (2975, 2776, 0, 1), + (2975, 2777, 0, 1), + (2985, 2674, 0, 1), + (2988, 2787, 0, 1), + (2990, 2788, 0, 1), + (2994, 2125, 0, 1), + (2995, 2126, 0, 1), + (2998, 2785, 0, 1), + (2999, 2778, 0, 1), + (2999, 2779, 0, 1), + (2999, 2780, 0, 1), + (2999, 2781, 0, 1), + (2999, 2782, 0, 1), + (3000, 2783, 0, 1), + (3001, 2670, 0, 1), + (3002, 2672, 0, 1), + (3004, 2748, 0, 1), + (3007, 2739, 0, 1), + (3007, 2755, 0, 1), + (3007, 2756, 0, 1), + (3007, 2757, 0, 1), + (3008, 2740, 0, 1), + (3008, 2755, 0, 1), + (3008, 2756, 0, 1), + (3008, 2757, 0, 1), + (3018, 2871, 0, 1), + (3019, 2868, 0, 1), + (3020, 2869, 0, 1), + (3021, 2866, 0, 1), + (3022, 2867, 0, 1), + (3023, 2864, 0, 1), + (3024, 2865, 0, 1), + (3025, 2882, 0, 1), + (3026, 2883, 0, 1), + (3027, 2854, 0, 1), + (3028, 2855, 0, 1), + (3029, 2856, 0, 1), + (3030, 2857, 0, 1), + (3031, 2858, 0, 1), + (3032, 2859, 0, 1), + (3033, 2860, 0, 1), + (3034, 2861, 0, 1), + (3035, 2862, 0, 1), + (3036, 2863, 0, 1), + (3037, 2852, 0, 1), + (3039, 2831, 0, 1), + (3040, 2832, 0, 1), + (3042, 2829, 0, 1), + (3043, 2830, 0, 1), + (3047, 2825, 0, 1), + (3048, 2823, 0, 1), + (3049, 2818, 0, 1), + (3051, 2808, 0, 1), + (3051, 2809, 0, 1), + (3051, 2810, 0, 1), + (3051, 2811, 0, 1), + (3052, 2812, 0, 1), + (3052, 2813, 0, 1), + (3052, 2814, 0, 1), + (3052, 2815, 0, 1), + (3053, 2793, 0, 1), + (3053, 2794, 0, 1), + (3053, 2795, 0, 1), + (3053, 2796, 0, 1), + (3053, 2797, 0, 1), + (3054, 2798, 0, 1), + (3054, 2799, 0, 1), + (3054, 2800, 0, 1), + (3054, 2801, 0, 1), + (3054, 2802, 0, 1), + (3055, 2803, 0, 1), + (3055, 2804, 0, 1), + (3055, 2805, 0, 1), + (3055, 2806, 0, 1), + (3055, 2807, 0, 1), + (3056, 2178, 0, 1), + (3056, 2179, 0, 1), + (3056, 2180, 0, 1), + (3056, 2181, 0, 1), + (3056, 2182, 0, 1), + (3056, 2183, 0, 1), + (3057, 2845, 0, 4), + (3057, 2846, 0, 4), + (3057, 2847, 0, 4), + (3057, 2848, 0, 4), + (3057, 2849, 0, 1), + (3057, 2850, 0, 1), + (3057, 2851, 0, 1), + (3059, 2487, 0, 1), + (3060, 2487, 0, 5), + (3061, 2487, 0, 10), + (3062, 2749, 0, 1), + (3064, 2870, 0, 1), + (3080, 2758, 0, 1), + (3080, 2759, 0, 1), + (3080, 2760, 0, 1), + (3080, 2761, 0, 1), + (3080, 2762, 0, 1), + (3082, 2705, 0, 1), + (3083, 2706, 0, 1), + (3085, 2693, 0, 1), + (3085, 2694, 0, 1), + (3085, 2695, 0, 1), + (3085, 2696, 0, 1), + (3086, 2697, 0, 1), + (3086, 2698, 0, 1), + (3086, 2699, 0, 1), + (3086, 2700, 0, 1), + (3087, 3059, 0, 1), + (3089, 3124, 0, 1), + (3090, 3125, 0, 1), + (3092, 3078, 0, 1), + (3093, 3079, 0, 1), + (3094, 2880, 0, 1), + (3095, 2881, 0, 1), + (3097, 2978, 0, 1), + (3097, 2979, 0, 1), + (3097, 2980, 0, 1), + (3097, 2981, 0, 1), + (3098, 2982, 0, 1), + (3098, 2983, 0, 1), + (3098, 2984, 0, 1), + (3098, 2985, 0, 1), + (3099, 2879, 0, 1), + (3100, 2876, 0, 1), + (3101, 2877, 0, 1), + (3102, 2874, 0, 1), + (3103, 2875, 0, 1), + (3104, 3073, 0, 1), + (3104, 3074, 0, 1), + (3104, 3075, 0, 1), + (3104, 3076, 0, 1), + (3104, 3077, 0, 1), + (3109, 3085, 0, 1), + (3110, 3084, 0, 1), + (3119, 3113, 0, 1), + (3120, 3114, 0, 1), + (3121, 3097, 0, 1), + (3122, 3099, 0, 1), + (3123, 3115, 0, 1), + (3123, 3116, 0, 1), + (3123, 3117, 0, 1), + (3123, 3118, 0, 1), + (3123, 3119, 0, 1), + (3123, 3120, 0, 1), + (3124, 2424, 0, 8), + (3124, 2425, 0, 5), + (3124, 2426, 0, 2), + (3124, 2427, 0, 5), + (3124, 2428, 0, 3), + (3124, 2429, 0, 8), + (3124, 2430, 0, 5), + (3124, 2431, 0, 3), + (3125, 3130, 0, 1), + (3125, 3132, 0, 1), + (3125, 3133, 0, 1), + (3125, 3134, 0, 1), + (3125, 3135, 0, 1), + (3126, 3086, 0, 1), + (3127, 3101, 0, 2), + (3127, 3102, 0, 2), + (3127, 3103, 0, 2), + (3127, 3104, 0, 2), + (3127, 3105, 0, 4), + (3127, 3106, 0, 4), + (3127, 3107, 0, 4), + (3127, 3108, 0, 4), + (3127, 3109, 0, 4), + (3127, 3110, 0, 2), + (3127, 3111, 0, 1), + (3129, 986, 0, 1), + (3130, 3112, 0, 1), + (3133, 3146, 0, 1), + (3134, 3147, 0, 1), + (3138, 2721, 0, 4), + (3138, 2722, 0, 1), + (3138, 2723, 0, 2), + (3138, 2724, 0, 2), + (3138, 2725, 0, 1), + (3138, 2726, 0, 2), + (3138, 2727, 0, 1), + (3138, 2728, 0, 1), + (3142, 2898, 0, 1), + (3142, 2899, 0, 1), + (3142, 2900, 0, 1), + (3142, 2901, 0, 1), + (3143, 2902, 0, 1), + (3143, 2903, 0, 1), + (3143, 2904, 0, 1), + (3143, 2905, 0, 1), + (3157, 2938, 0, 1), + (3157, 2939, 0, 1), + (3157, 2940, 0, 1), + (3157, 2941, 0, 1), + (3158, 2942, 0, 1), + (3158, 2943, 0, 1), + (3158, 2944, 0, 1), + (3158, 2945, 0, 1), + (3172, 2986, 0, 1), + (3172, 2987, 0, 1), + (3172, 2988, 0, 1), + (3172, 2989, 0, 1), + (3173, 2990, 0, 1), + (3173, 2991, 0, 1), + (3173, 2992, 0, 1), + (3173, 2993, 0, 1), + (3178, 3002, 0, 1), + (3178, 3003, 0, 1), + (3178, 3004, 0, 1), + (3178, 3005, 0, 1), + (3179, 3006, 0, 1), + (3179, 3007, 0, 1), + (3179, 3008, 0, 1), + (3179, 3009, 0, 1), + (3181, 3010, 0, 1), + (3181, 3011, 0, 1), + (3181, 3012, 0, 1), + (3181, 3013, 0, 1), + (3182, 3014, 0, 1), + (3182, 3015, 0, 1), + (3182, 3016, 0, 1), + (3182, 3017, 0, 1), + (3187, 3026, 0, 1), + (3187, 3027, 0, 1), + (3187, 3028, 0, 1), + (3187, 3029, 0, 1), + (3188, 3030, 0, 1), + (3188, 3031, 0, 1), + (3188, 3032, 0, 1), + (3188, 3033, 0, 1), + (3209, 2713, 0, 4), + (3209, 2714, 0, 2), + (3209, 2715, 0, 2), + (3209, 2716, 0, 2), + (3209, 2717, 0, 2), + (3209, 2718, 0, 2), + (3209, 3156, 0, 2), + (3209, 3157, 0, 2), + (3209, 3158, 0, 6), + (3211, 2872, 0, 1), + (3213, 360, 0, 1), + (3214, 2821, 0, 1), + (3216, 361, 0, 1), + (3217, 2822, 0, 1), + (3218, 2873, 0, 1), + (3221, 3142, 0, 1), + (3222, 3143, 0, 1), + (3223, 3136, 0, 1), + (3223, 3137, 0, 1), + (3223, 3138, 0, 1), + (3223, 3139, 0, 1), + (3223, 3140, 0, 1), + (3223, 3141, 0, 1), + (3224, 2407, 0, 4), + (3224, 2408, 0, 4), + (3224, 2409, 0, 4), + (3224, 2410, 0, 4), + (3224, 2411, 0, 2), + (3224, 2412, 0, 2), + (3224, 2413, 0, 2), + (3224, 2414, 0, 4), + (3224, 2415, 0, 4), + (3225, 3149, 0, 1), + (3226, 3148, 0, 1), + (3228, 3144, 0, 1), + (3229, 3145, 0, 1), + (3230, 3151, 0, 1), + (3231, 3164, 0, 1), + (3231, 3165, 0, 1), + (3231, 3166, 0, 1), + (3231, 3167, 0, 1), + (3231, 3168, 0, 1), + (3231, 3169, 0, 1), + (3233, 3172, 0, 1), + (3234, 3174, 0, 1), + (3236, 3175, 0, 1), + (3237, 3176, 0, 1), + (3238, 3177, 0, 1), + (3239, 3178, 0, 1), + (3241, 3180, 0, 1), + (3242, 3181, 0, 1), + (3265, 3198, 0, 2), + (3265, 3199, 0, 8), + (3265, 3200, 0, 8), + (3265, 3201, 0, 4), + (3265, 3202, 0, 1), + (3267, 3207, 0, 6), + (3267, 3208, 0, 8), + (3267, 3209, 0, 2), + (3267, 3210, 0, 1), + (3267, 3211, 0, 1), + (3267, 3212, 0, 2), + (3268, 3213, 0, 8), + (3268, 3214, 0, 5), + (3268, 3215, 0, 4), + (3268, 3216, 0, 1), + (3268, 3217, 0, 2), + (3269, 3218, 0, 8), + (3269, 3219, 0, 5), + (3269, 3220, 0, 1), + (3269, 3221, 0, 2), + (3269, 3222, 0, 4), + (3270, 3223, 0, 1), + (3270, 3224, 0, 8), + (3270, 3225, 0, 4), + (3270, 3226, 0, 4), + (3270, 3227, 0, 2), + (3270, 3228, 0, 1), + (3270, 3229, 0, 1), + (3271, 3230, 0, 4), + (3271, 3231, 0, 6), + (3271, 3232, 0, 1), + (3271, 3233, 0, 2), + (3271, 3234, 0, 4), + (3271, 3235, 0, 4), + (3271, 3237, 0, 1), + (3272, 3203, 0, 8), + (3272, 3204, 0, 8), + (3272, 3205, 0, 4), + (3272, 3206, 0, 1), + (3272, 3238, 0, 2), + (3273, 3150, 0, 1), + (3313, 2736, 0, 1), + (3314, 3262, 0, 1), + (3316, 2737, 0, 1), + (3317, 3261, 0, 1), + (3319, 2738, 0, 1), + (3320, 3260, 0, 1), + (3327, 2733, 0, 1), + (3328, 2769, 0, 1), + (3329, 3304, 0, 4), + (3329, 3305, 0, 2), + (3329, 3306, 0, 2), + (3329, 3307, 0, 2), + (3329, 3308, 0, 2), + (3329, 3309, 0, 4), + (3329, 3310, 0, 4), + (3329, 3311, 0, 4), + (3329, 3312, 0, 4), + (3329, 3313, 0, 4), + (3329, 3314, 0, 4), + (3330, 3294, 0, 4), + (3330, 3295, 0, 4), + (3330, 3296, 0, 2), + (3330, 3297, 0, 4), + (3330, 3298, 0, 2), + (3330, 3299, 0, 2), + (3330, 3300, 0, 2), + (3330, 3301, 0, 2), + (3330, 3302, 0, 4), + (3330, 3303, 0, 4), + (3332, 3269, 0, 1), + (3332, 3270, 0, 1), + (3332, 3271, 0, 1), + (3332, 3272, 0, 1), + (3332, 3273, 0, 1), + (3332, 3274, 0, 1), + (3336, 3321, 0, 1), + (3337, 3322, 0, 1), + (3338, 3323, 0, 1), + (3342, 768, 0, 1), + (3343, 3160, 0, 1), + (3387, 2746, 0, 1), + (3388, 2747, 0, 1), + (3389, 3179, 0, 1); + +-- Dumping structure for table store_offer_item_price +CREATE TABLE IF NOT EXISTS `store_offer_item_price` ( + `id` int unsigned NOT NULL DEFAULT '0', + `currencyId` tinyint unsigned NOT NULL DEFAULT '0', + `price` float NOT NULL DEFAULT '0', + `discountType` tinyint unsigned NOT NULL DEFAULT '0', + `discountValue` float NOT NULL DEFAULT '0', + `field_14` bigint NOT NULL DEFAULT '0', + `expiry` bigint NOT NULL DEFAULT '0', + PRIMARY KEY (`id`,`currencyId`), + CONSTRAINT `FK__store_offer_item_price_id__store_offer_item_id` FOREIGN KEY (`id`) REFERENCES `store_offer_item` (`id`) ON DELETE CASCADE +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +-- Dumping data for table store_offer_item_price: ~959 rows (approximately) +REPLACE INTO `store_offer_item_price` (`id`, `currencyId`, `price`, `discountType`, `discountValue`, `field_14`, `expiry`) VALUES + (1534, 6, 40, 0, 0, -235145984, 1995405795), + (1534, 11, 80, 0, 0, -235145984, 1995405795), + (1535, 6, 115, 0, 0, -235145984, 1995405795), + (1535, 11, 230, 0, 0, -235145984, 1995405795), + (1536, 6, 315, 0, 0, -235145984, 1995405795), + (1536, 11, 630, 0, 0, -235145984, 1995405795), + (1542, 6, 40, 0, 0, 433572722, 1995405795), + (1542, 11, 80, 0, 0, -235145984, 1995405795), + (1545, 6, 115, 0, 0, 433572722, 1995405795), + (1545, 11, 230, 0, 0, -235145984, 1995405795), + (1546, 6, 195, 0, 0, 433572722, 1995405795), + (1546, 11, 390, 0, 0, -235145984, 1995405795), + (1547, 6, 195, 0, 0, 433572722, 1995405795), + (1547, 11, 390, 0, 0, -1479147641, 1995405795), + (1548, 6, 115, 0, 0, 433572722, 1995405795), + (1548, 11, 390, 0, 0, -235145984, 1995405795), + (1549, 6, 195, 0, 0, 433572722, 1995405795), + (1549, 11, 390, 0, 0, -235145984, 1995405795), + (1550, 6, 75, 0, 0, 433572722, 1995405795), + (1550, 11, 150, 0, 0, -235145984, 1995405795), + (1551, 6, 115, 0, 0, 433572722, 1995405795), + (1551, 11, 230, 0, 0, -235145984, 1995405795), + (1552, 6, 395, 0, 0, 433572722, 1995405795), + (1552, 11, 790, 0, 0, -1479147641, 1995405795), + (1553, 6, 595, 0, 0, 433572722, 1995405795), + (1553, 11, 1190, 0, 0, -235145984, 1995405795), + (1557, 6, 195, 0, 0, 433572722, 1995405795), + (1557, 11, 390, 0, 0, -235145984, 1995405795), + (1558, 6, 395, 0, 0, 433572722, 1995405795), + (1558, 11, 790, 0, 0, -235145984, 1995405795), + (1559, 6, 395, 0, 0, 433572722, 1995405795), + (1559, 11, 790, 0, 0, -235145984, 1995405795), + (1560, 6, 395, 0, 0, 433572722, 1995405795), + (1560, 11, 790, 0, 0, -235145984, 1995405795), + (1561, 6, 115, 0, 0, 433572722, 1995405795), + (1561, 11, 230, 0, 0, -235145984, -1016071787), + (1562, 6, 115, 0, 0, 433572722, 1995405795), + (1562, 11, 230, 0, 0, -235145984, 1995405795), + (1563, 6, 75, 0, 0, 433572722, 1995405795), + (1563, 11, 150, 0, 0, -235145984, 1995405795), + (1564, 6, 195, 0, 0, 433572722, 1995405795), + (1564, 11, 390, 0, 0, -235145984, 1995405795), + (1565, 6, 40, 0, 0, 433572722, 1995405795), + (1565, 11, 80, 0, 0, -235145984, 1995405795), + (1612, 6, 195, 0, 0, 433572722, 1995405795), + (1612, 11, 390, 0, 0, -235145984, 1995405795), + (1613, 6, 40, 0, 0, 433572722, 1995405795), + (1613, 11, 80, 0, 0, -235145984, 1995405795), + (1614, 6, 40, 0, 0, 433572722, 1995405795), + (1614, 11, 80, 0, 0, -235145984, 1995405795), + (1615, 6, 395, 0, 0, 433572722, 1995405795), + (1615, 11, 790, 0, 0, -1479147641, 1995405795), + (1622, 6, 395, 0, 0, -774054401, 1995405795), + (1622, 11, 790, 0, 0, -235145984, 1995405795), + (1623, 6, 395, 0, 0, -774054401, 1995405795), + (1623, 11, 790, 0, 0, -235145984, 1995405795), + (1624, 6, 395, 0, 0, -774054401, 1995405795), + (1624, 11, 790, 0, 0, -235145984, 1995405795), + (1625, 6, 40, 0, 0, -774054401, 1995405795), + (1625, 11, 80, 0, 0, -235145984, 1995405795), + (1626, 6, 40, 0, 0, -774054401, 1995405795), + (1626, 11, 80, 0, 0, -235145984, 1995405795), + (1627, 6, 40, 0, 0, -774054401, 1995405795), + (1627, 11, 80, 0, 0, -235145984, 1995405795), + (1628, 6, 40, 0, 0, -774054401, 1995405795), + (1628, 11, 80, 0, 0, -235145984, 1995405795), + (1629, 6, 40, 0, 0, -774054401, 1995405795), + (1629, 11, 80, 0, 0, -235145984, 1995405795), + (1630, 6, 40, 0, 0, -774054401, 1995405795), + (1630, 11, 80, 0, 0, -235145984, 1995405795), + (1631, 6, 15, 0, 0, -774054401, 1995405795), + (1631, 11, 30, 0, 0, -235145984, 1995405795), + (1632, 6, 195, 0, 0, -774054401, 1995405795), + (1632, 11, 390, 0, 0, -235145984, 1995405795), + (1633, 6, 195, 0, 0, -774054401, 1995405795), + (1633, 11, 390, 0, 0, -235145984, 1995405795), + (1634, 6, 395, 0, 0, -774054401, 1995405795), + (1634, 11, 790, 0, 0, -235145984, 1995405795), + (1635, 6, 395, 0, 0, -774054401, 1995405795), + (1635, 11, 790, 0, 0, -235145984, 1995405795), + (1636, 6, 395, 0, 0, -774054401, 1995405795), + (1636, 11, 790, 0, 0, -235145984, 1995405795), + (1637, 6, 395, 0, 0, -774054401, 1995405795), + (1637, 11, 790, 0, 0, -1946446119, -1016071787), + (1638, 6, 115, 0, 0, -774054401, 1995405795), + (1638, 11, 230, 0, 0, -235145984, 1995405795), + (1640, 6, 115, 0, 0, 433572722, 1995405795), + (1640, 11, 230, 0, 0, -235145984, 1995405795), + (1641, 6, 315, 0, 0, 433572722, 1995405795), + (1641, 11, 630, 0, 0, -235145984, 1995405795), + (1674, 6, 15, 0, 0, 232617689, 1995405795), + (1674, 11, 30, 0, 0, -235145984, 1995405795), + (1675, 6, 75, 0, 0, 668425945, 1995405795), + (1675, 11, 150, 0, 0, -235145984, 1995405795), + (1678, 6, 395, 0, 0, 802933964, 1995405795), + (1678, 11, 790, 0, 0, -235145984, 1995405795), + (1679, 6, 395, 0, 0, 2144688076, 1995405795), + (1679, 11, 790, 0, 0, -235145984, 1995405795), + (1680, 6, 395, 0, 0, -1076111725, -1016071787), + (1680, 11, 790, 0, 0, 938983320, -1016071787), + (1683, 6, 395, 0, 0, -573357621, 1995405795), + (1683, 11, 790, 0, 0, -235145984, 1995405795), + (1684, 6, 395, 0, 0, -237961271, 1995405795), + (1684, 11, 790, 0, 0, -235145984, 1995405795), + (1685, 6, 195, 0, 0, 2144688076, 1995405795), + (1685, 11, 390, 0, 0, -235145984, 1995405795), + (1686, 6, 195, 0, 0, -1076111725, -1016071787), + (1686, 11, 390, 0, 0, -235145984, -1016071787), + (1687, 6, 195, 0, 0, 802933964, -1016071787), + (1687, 11, 390, 0, 0, -235145984, -1016071787), + (1688, 6, 115, 0, 0, -237961271, 1995405795), + (1688, 11, 230, 0, 0, -235145984, 1995405795), + (1689, 6, 115, 0, 0, 2144688076, 1995405795), + (1689, 11, 230, 0, 0, -235145984, 1995405795), + (1724, 6, 595, 0, 0, 436193793, -1016071787), + (1724, 11, 1190, 0, 0, -235145984, -1016071787), + (1726, 6, 115, 0, 0, 436193793, -1016071787), + (1726, 11, 230, 0, 0, -235145984, -1016071787), + (1748, 6, 60, 0, 0, 433572722, 1995405795), + (1748, 11, 120, 0, 0, -235145984, 1995405795), + (1749, 6, 250, 0, 0, 433572722, 1995405795), + (1749, 11, 500, 0, 0, -235145984, 1995405795), + (1750, 6, 480, 0, 0, 433572722, 1995405795), + (1750, 11, 960, 0, 0, -235145984, 1995405795), + (1839, 6, 595, 0, 0, 1006445149, -1016071787), + (1839, 11, 1190, 0, 0, -235145984, -1016071787), + (1841, 6, 40, 0, 0, 1006445149, -1016071787), + (1841, 11, 80, 0, 0, -235145984, -1016071787), + (2074, 6, 115, 0, 0, 1006445149, -1016071787), + (2074, 11, 230, 0, 0, -235145984, -1016071787), + (2076, 6, 395, 0, 0, 1006445149, -1016071787), + (2076, 11, 790, 0, 0, -235145984, -1016071787), + (2077, 6, 115, 0, 0, 1006445149, -1016071787), + (2077, 11, 230, 0, 0, -235145984, -1016071787), + (2085, 6, 40, 0, 0, 1641149954, -1016071787), + (2085, 11, 80, 0, 0, -235145984, -1016071787), + (2089, 6, 115, 0, 0, -705177250, -1016071787), + (2089, 11, 230, 0, 0, -235145984, -1016071787), + (2091, 6, 795, 0, 0, 1006445149, -1016071787), + (2091, 11, 1590, 0, 0, -235145984, -1016071787), + (2093, 6, 795, 0, 0, 436193793, -1016071787), + (2093, 11, 1590, 0, 0, -235145984, -1016071787), + (2100, 6, 315, 0, 0, 436193793, -1016071787), + (2100, 11, 630, 0, 0, -235145984, -1016071787), + (2140, 6, 795, 2, 37.8906, -235145984, -1016071787), + (2140, 11, 1590, 2, 37.8906, -235145984, -1016071787), + (2141, 6, 445, 2, 50.8287, -235145984, -1016071787), + (2141, 11, 890, 2, 50.8287, -235145984, -1016071787), + (2144, 6, 444, 2, 35.0365, -235145984, -1016071787), + (2144, 11, 889, 2, 35.0365, -235145984, -1016071787), + (2157, 6, 75, 0, 0, 433572722, -1016071787), + (2157, 11, 150, 0, 0, -235145984, -1016071787), + (2158, 6, 190, 0, 0, 433572722, -1016071787), + (2158, 11, 380, 0, 0, -235145984, -1016071787), + (2159, 6, 290, 0, 0, 433572722, -1016071787), + (2159, 11, 580, 0, 0, -235145984, -1016071787), + (2222, 6, 915, 0, 0, -235145984, -1016071787), + (2222, 11, 1830, 0, 0, -235145984, -1016071787), + (2226, 6, 395, 0, 0, 165657469, -1016071787), + (2226, 11, 790, 0, 0, -235145984, -1016071787), + (2227, 6, 690, 0, 0, -1311689896, -1016071787), + (2227, 11, 1380, 0, 0, -235145984, -1016071787), + (2229, 6, 245, 0, 0, 165657469, -1016071787), + (2229, 11, 490, 0, 0, -235145984, -1016071787), + (2232, 6, 395, 0, 0, 165657469, -1016071787), + (2232, 11, 790, 0, 0, -235145984, -1016071787), + (2233, 6, 690, 0, 0, 165657469, -1016071787), + (2233, 11, 1380, 0, 0, -235145984, -1016071787), + (2241, 6, 430, 0, 0, 165657469, -1016071787), + (2241, 11, 860, 0, 0, -235145984, -1016071787), + (2243, 6, 245, 0, 0, 805270964, -1016071787), + (2243, 11, 490, 0, 0, -235145984, -1016071787), + (2244, 6, 430, 0, 0, 805270964, -1016071787), + (2244, 11, 860, 0, 0, -235145984, -1016071787), + (2246, 6, 245, 0, 0, 805270964, -1016071787), + (2246, 11, 490, 0, 0, -235145984, -1016071787), + (2247, 6, 430, 0, 0, 805270964, -1016071787), + (2247, 11, 860, 0, 0, -235145984, -1016071787), + (2278, 6, 1, 0, 0, 64601689, -1016071787), + (2317, 6, 245, 0, 0, -1376669315, -1016071787), + (2317, 11, 490, 0, 0, -235145984, -1016071787), + (2318, 6, 430, 0, 0, -1376669315, -1016071787), + (2318, 11, 860, 0, 0, -235145984, -1016071787), + (2319, 6, 245, 0, 0, -1376669315, -1016071787), + (2319, 11, 490, 0, 0, -235145984, -1016071787), + (2320, 6, 430, 0, 0, -1376669315, -1016071787), + (2320, 11, 860, 0, 0, -235145984, -1016071787), + (2321, 6, 395, 0, 0, -1376669315, -1016071787), + (2321, 11, 790, 0, 0, -235145984, -1016071787), + (2322, 6, 690, 0, 0, -1376669315, -1016071787), + (2322, 11, 1380, 0, 0, -235145984, -1016071787), + (2323, 6, 795, 0, 0, -1376669315, -1016071787), + (2323, 11, 1590, 0, 0, -235145984, -1016071787), + (2324, 6, 1390, 0, 0, -1376669315, -1016071787), + (2324, 11, 2780, 0, 0, -235145984, -1016071787), + (2342, 6, 245, 0, 0, -1409599948, -1016071787), + (2342, 11, 490, 0, 0, -235145984, -1016071787), + (2343, 6, 430, 0, 0, -1409599948, -1016071787), + (2343, 11, 860, 0, 0, -235145984, -1016071787), + (2348, 6, 395, 0, 0, -604569613, -1016071787), + (2348, 11, 790, 0, 0, 1442443215, -1016071787), + (2349, 6, 690, 0, 0, -604569613, -1016071787), + (2349, 11, 1380, 0, 0, 1442443215, -1016071787), + (2362, 6, 395, 0, 0, 1342012469, -1016071787), + (2362, 11, 790, 0, 0, -235145984, -1016071787), + (2363, 6, 690, 0, 0, 1342012469, -1016071787), + (2363, 11, 1380, 0, 0, -235145984, -1016071787), + (2382, 6, 395, 0, 0, -872450050, -1016071787), + (2382, 11, 790, 0, 0, -235145984, -1016071787), + (2383, 6, 690, 0, 0, -872450050, -1016071787), + (2383, 11, 1380, 0, 0, -235145984, -1016071787), + (2391, 6, 795, 0, 0, 1207038920, -1016071787), + (2391, 11, 1590, 0, 0, 938983320, -1016071787), + (2393, 6, 395, 0, 0, 1207038920, -1016071787), + (2393, 11, 790, 0, 0, -235145984, -1016071787), + (2394, 6, 690, 0, 0, 1207038920, -1016071787), + (2394, 11, 1380, 0, 0, -235145984, -1016071787), + (2409, 6, 795, 0, 0, 1207038920, -1016071787), + (2409, 11, 1590, 0, 0, -235145984, -1016071787), + (2414, 6, 40, 0, 0, -1009516655, -1016071787), + (2414, 11, 80, 0, 0, -235145984, -1016071787), + (2416, 6, 115, 0, 0, -302124966, -1016071787), + (2416, 11, 230, 0, 0, -235145984, -1016071787), + (2417, 6, 115, 0, 0, -302124966, -1016071787), + (2417, 11, 230, 0, 0, -235145984, -1016071787), + (2418, 6, 115, 0, 0, -302124966, -1016071787), + (2418, 11, 230, 0, 0, -235145984, -1016071787), + (2419, 6, 115, 0, 0, -302124966, -1016071787), + (2419, 11, 230, 0, 0, 1442443215, -1016071787), + (2429, 6, 595, 0, 0, -2013790601, -1016071787), + (2429, 11, 1190, 0, 0, -235145984, -1016071787), + (2430, 6, 1040, 0, 0, -2013790601, -1016071787), + (2430, 11, 2080, 0, 0, -235145984, -1016071787), + (2432, 6, 395, 0, 0, -2013790601, -1016071787), + (2432, 11, 790, 0, 0, 1442443215, -1016071787), + (2433, 6, 690, 0, 0, -2013790601, -1016071787), + (2433, 11, 1380, 0, 0, 1442443215, -1016071787), + (2438, 6, 595, 0, 0, -2013790601, -1016071787), + (2438, 11, 1190, 0, 0, 1442443215, -1016071787), + (2439, 6, 1040, 0, 0, -2013790601, -1016071787), + (2439, 11, 2080, 0, 0, 1442443215, -1016071787), + (2441, 6, 795, 0, 0, -2013790601, -1016071787), + (2441, 11, 1590, 0, 0, -235145984, -1016071787), + (2442, 6, 1390, 0, 0, -2013790601, -1016071787), + (2442, 11, 2780, 0, 0, -235145984, -1016071787), + (2453, 6, 245, 0, 0, -1711702328, -1016071787), + (2453, 11, 490, 0, 0, 972089477, -1016071787), + (2454, 6, 430, 0, 0, -1711702328, -1016071787), + (2454, 11, 860, 0, 0, 1442443215, -1016071787), + (2456, 6, 245, 0, 0, -1711702328, -1016071787), + (2456, 11, 490, 0, 0, -235145984, -1016071787), + (2457, 6, 430, 0, 0, -1711702328, -1016071787), + (2457, 11, 860, 0, 0, -235145984, -1016071787), + (2462, 6, 115, 0, 0, -1711702328, -1016071787), + (2462, 11, 230, 0, 0, -235145984, -1016071787), + (2463, 6, 200, 0, 0, -1711702328, -1016071787), + (2463, 11, 400, 0, 0, -235145984, -1016071787), + (2464, 6, 595, 0, 0, -1711702328, -1016071787), + (2464, 11, 1190, 0, 0, -235145984, -1016071787), + (2465, 6, 795, 0, 0, -1711702328, -1016071787), + (2465, 11, 1590, 0, 0, -235145984, -1016071787), + (2466, 6, 595, 0, 0, -1711702328, -1016071787), + (2466, 11, 1190, 0, 0, 2113009287, -1016071787), + (2467, 6, 40, 0, 0, 433572722, -1016071787), + (2467, 11, 80, 0, 0, -235145984, -1016071787), + (2468, 6, 40, 0, 0, 433572722, -1016071787), + (2468, 11, 80, 0, 0, -235145984, -1016071787), + (2469, 6, 40, 0, 0, 433572722, -1016071787), + (2469, 11, 80, 0, 0, -235145984, -1016071787), + (2470, 6, 115, 0, 0, -1711702328, -1749028660), + (2470, 11, 230, 0, 0, -235145984, -1016071787), + (2471, 6, 195, 0, 0, 1744011032, -1016071787), + (2471, 11, 390, 0, 0, -235145984, -1016071787), + (2472, 6, 195, 0, 0, 1744011032, -1016071787), + (2472, 11, 390, 0, 0, -235145984, -1016071787), + (2473, 6, 115, 0, 0, 1744011032, -1016071787), + (2473, 11, 230, 0, 0, -235145984, -1016071787), + (2474, 6, 80, 0, 0, -1611006183, -1016071787), + (2474, 11, 160, 0, 0, -235145984, -1016071787), + (2475, 6, 120, 0, 0, -1611006183, -1016071787), + (2475, 11, 240, 0, 0, -235145984, -1016071787), + (2476, 6, 395, 0, 0, -1141711319, -1016071787), + (2476, 11, 790, 0, 0, -235145984, -1016071787), + (2477, 6, 690, 0, 0, -1141711319, -1016071787), + (2477, 11, 1380, 0, 0, -235145984, -1016071787), + (2478, 6, 245, 0, 0, -604569613, -1016071787), + (2478, 11, 490, 0, 0, -235145984, -1016071787), + (2479, 6, 430, 0, 0, -604569613, -1016071787), + (2479, 11, 860, 0, 0, -235145984, -1016071787), + (2495, 6, 315, 0, 0, -1007567435, -1016071787), + (2495, 11, 630, 2, 15, -235145984, -1016071787), + (2497, 6, 75, 0, 0, -1007567435, -1016071787), + (2497, 11, 150, 0, 0, -235145984, -1016071787), + (2498, 6, 75, 0, 0, -1007567435, -1016071787), + (2498, 11, 150, 0, 0, -235145984, -1016071787), + (2500, 6, 75, 0, 0, -1007567435, -1016071787), + (2500, 11, 150, 0, 0, -235145984, -1016071787), + (2502, 6, 545, 2, 30.54, -235145984, -1016071787), + (2502, 11, 1090, 2, 30.54, -235145984, -1016071787), + (2506, 6, 945, 2, 40.18, -235145984, -1016071787), + (2506, 11, 1890, 2, 40.18, -235145984, -1016071787), + (2507, 6, 470, 2, 40.5, -235145984, -1016071787), + (2507, 11, 940, 2, 40.5, -235145984, -1016071787), + (2508, 6, 1245, 2, 30.05, -235145984, -1016071787), + (2508, 11, 2490, 2, 30.05, -235145984, -1016071787), + (2509, 6, 580, 2, 30.1, -235145984, -1016071787), + (2509, 11, 1160, 2, 30.1, -235145984, -1016071787), + (2511, 6, 595, 0, 0, -135145546, -1016071787), + (2511, 11, 1190, 0, 0, -235145984, -1016071787), + (2512, 6, 1040, 0, 0, -135145546, -1016071787), + (2512, 11, 2080, 0, 0, -235145984, -1016071787), + (2514, 6, 315, 0, 0, 32743097, -1016071787), + (2514, 11, 630, 0, 0, -235145984, -1016071787), + (2515, 6, 550, 0, 0, 32743097, -1016071787), + (2515, 11, 1100, 0, 0, -235145984, -1016071787), + (2517, 6, 395, 0, 0, 1106901926, -1016071787), + (2517, 11, 790, 0, 0, -235145984, -1016071787), + (2518, 6, 690, 0, 0, 1106901926, -1016071787), + (2518, 11, 1380, 0, 0, -235145984, -1016071787), + (2528, 6, 395, 0, 0, 1106901926, -1016071787), + (2528, 11, 790, 0, 0, -235145984, -1016071787), + (2529, 6, 690, 0, 0, 1106901926, -1016071787), + (2529, 11, 1380, 0, 0, -235145984, -1016071787), + (2531, 6, 395, 0, 0, 1106901926, -1016071787), + (2531, 11, 790, 0, 0, -235145984, -1016071787), + (2532, 6, 690, 0, 0, 1106901926, -1016071787), + (2532, 11, 1380, 0, 0, -235145984, -1016071787), + (2534, 6, 395, 0, 0, 1106901926, -1016071787), + (2534, 11, 790, 0, 0, -235145984, -1016071787), + (2535, 6, 690, 0, 0, 1106901926, -1016071787), + (2535, 11, 1380, 0, 0, -235145984, -1016071787), + (2537, 6, 395, 0, 0, 703846703, -1016071787), + (2537, 11, 790, 0, 0, 1442443215, -1016071787), + (2538, 6, 690, 0, 0, 703846703, -1016071787), + (2538, 11, 1380, 0, 0, 1442443215, -1016071787), + (2540, 6, 395, 0, 0, 1809829490, -1016071787), + (2540, 11, 790, 0, 0, 1442443215, -1016071787), + (2541, 6, 690, 0, 0, 703846703, -1016071787), + (2541, 11, 1380, 0, 0, 1442443215, -1016071787), + (2543, 6, 395, 0, 0, 703846703, -1016071787), + (2543, 11, 790, 0, 0, 1442443215, -1016071787), + (2544, 6, 690, 0, 0, 703846703, -1016071787), + (2544, 11, 1380, 0, 0, 1442443215, -1016071787), + (2546, 6, 395, 0, 0, 703846703, -1016071787), + (2546, 11, 790, 0, 0, 1442443215, -1016071787), + (2549, 6, 395, 0, 0, 703846703, -1016071787), + (2549, 11, 790, 0, 0, 1442443215, -1016071787), + (2550, 6, 690, 0, 0, 703846703, -1016071787), + (2550, 11, 1380, 0, 0, 1442443215, -1016071787), + (2552, 6, 395, 0, 0, 703846703, -1016071787), + (2552, 11, 790, 0, 0, 1442443215, -1016071787), + (2553, 6, 690, 0, 0, 703846703, -1016071787), + (2553, 11, 1380, 0, 0, 1442443215, -1016071787), + (2556, 6, 595, 0, 0, 703846703, -1016071787), + (2556, 11, 1190, 0, 0, 1442443215, -1016071787), + (2557, 6, 1040, 0, 0, 703846703, -1016071787), + (2557, 11, 2080, 0, 0, 1442443215, -1016071787), + (2566, 6, 795, 0, 0, 1005968334, -1016071787), + (2566, 11, 1590, 0, 0, 1442443215, -1016071787), + (2567, 6, 1390, 0, 0, 1005968334, -1016071787), + (2567, 11, 2780, 0, 0, 1442443215, -1016071787), + (2572, 6, 595, 2, 25.1, 1442443215, -1016071787), + (2572, 11, 1190, 2, 25.1, 1442443215, -1016071787), + (2573, 6, 115, 0, 0, 1876950920, -1016071787), + (2573, 11, 230, 0, 0, -235145984, -1016071787), + (2581, 6, 45, 0, 0, 1912205808, -1016071787), + (2581, 11, 90, 0, 0, -235145984, -1016071787), + (2582, 6, 195, 0, 0, 1912205808, -1016071787), + (2582, 11, 390, 0, 0, -235145984, -1016071787), + (2583, 6, 115, 0, 0, 1912205808, -1016071787), + (2583, 11, 230, 0, 0, -235145984, -1016071787), + (2584, 6, 465, 0, 0, 1912205808, -1016071787), + (2584, 11, 930, 0, 0, -235145984, -1016071787), + (2585, 6, 195, 0, 0, 1912205808, -1016071787), + (2585, 11, 390, 0, 0, -235145984, -1016071787), + (2586, 6, 765, 0, 0, 1912205808, -1016071787), + (2586, 11, 1530, 0, 0, -235145984, -1016071787), + (2588, 6, 45, 0, 0, 1912205808, -1016071787), + (2588, 11, 90, 0, 0, -235145984, -1016071787), + (2589, 6, 195, 0, 0, 1912205808, -1016071787), + (2589, 11, 390, 0, 0, -235145984, -1016071787), + (2590, 6, 115, 0, 0, 1912205808, -1016071787), + (2590, 11, 230, 0, 0, -235145984, -1016071787), + (2591, 6, 465, 0, 0, 1912205808, -1016071787), + (2591, 11, 930, 0, 0, -235145984, -1016071787), + (2592, 6, 195, 0, 0, 1912205808, -1016071787), + (2592, 11, 390, 0, 0, -235145984, -1016071787), + (2593, 6, 765, 0, 0, 1912205808, -1016071787), + (2593, 11, 1530, 0, 0, -235145984, -1016071787), + (2595, 6, 45, 0, 0, 1912205808, -1016071787), + (2595, 11, 90, 0, 0, -235145984, -1016071787), + (2596, 6, 195, 0, 0, 1912205808, -1016071787), + (2596, 11, 390, 0, 0, -235145984, -1016071787), + (2597, 6, 115, 0, 0, 1912205808, -1016071787), + (2597, 11, 230, 0, 0, -235145984, -1016071787), + (2598, 6, 465, 0, 0, 1912205808, -1016071787), + (2598, 11, 930, 0, 0, -235145984, -1016071787), + (2599, 6, 195, 0, 0, 1912205808, -1016071787), + (2599, 11, 390, 0, 0, -235145984, -1016071787), + (2600, 6, 765, 0, 0, 1912205808, -1016071787), + (2600, 11, 1530, 0, 0, -235145984, -1016071787), + (2602, 6, 45, 0, 0, 1912205808, -1016071787), + (2602, 11, 90, 0, 0, -235145984, -1016071787), + (2604, 6, 115, 0, 0, 1912205808, -1016071787), + (2604, 11, 230, 0, 0, -235145984, -1016071787), + (2606, 6, 195, 0, 0, 1912205808, -1016071787), + (2606, 11, 390, 0, 0, -235145984, -1016071787), + (2609, 6, 45, 0, 0, 1912205808, -1016071787), + (2609, 11, 90, 0, 0, -235145984, -1016071787), + (2611, 6, 115, 0, 0, 1912205808, -1016071787), + (2611, 11, 230, 0, 0, -235145984, -1016071787), + (2613, 6, 195, 0, 0, 1912205808, -1016071787), + (2613, 11, 390, 0, 0, -235145984, -1016071787), + (2615, 6, 795, 0, 0, 1442443215, -1016071787), + (2615, 11, 1590, 0, 0, 1442443215, -1016071787), + (2629, 6, 395, 0, 0, -304616031, -1016071787), + (2629, 11, 790, 0, 0, -304616031, -1016071787), + (2630, 6, 1350, 0, 0, -304616031, -1016071787), + (2630, 11, 2700, 0, 0, -304616031, -1016071787), + (2631, 6, 795, 0, 0, -1208767316, -1016071787), + (2631, 11, 1590, 0, 0, -1208767316, -1016071787), + (2633, 6, 245, 0, 0, -1042698556, -1016071787), + (2633, 11, 490, 0, 0, -1042698556, -1016071787), + (2634, 6, 690, 0, 0, -1042698556, -1016071787), + (2634, 11, 1380, 0, 0, -1042698556, -1016071787), + (2635, 6, 395, 0, 0, 1138097862, -1016071787), + (2635, 11, 790, 0, 0, 1138097862, -1016071787), + (2640, 6, 240, 2, 30.4, -1275728577, -1016071787), + (2640, 11, 480, 2, 30.3, -1275728577, -1016071787), + (2641, 6, 115, 0, 0, -69615808, -1016071787), + (2641, 11, 230, 0, 0, -69615808, -1016071787), + (2645, 6, 795, 0, 0, 1876147546, -1016071787), + (2645, 11, 1590, 0, 0, 771741392, -1016071787), + (2646, 6, 1390, 0, 0, 1876147546, -1016071787), + (2646, 11, 2780, 0, 0, 771741392, -1016071787), + (2664, 6, 395, 0, 0, -1879851605, -1016071787), + (2664, 11, 790, 0, 0, -1879851605, -1016071787), + (2666, 6, 115, 0, 0, 64081153, -1016071787), + (2666, 11, 230, 0, 0, 64081153, -1016071787), + (2667, 6, 200, 0, 0, 64081153, -1016071787), + (2667, 11, 400, 0, 0, 64081153, -1016071787), + (2669, 6, 595, 0, 0, 268294536, -1016071787), + (2669, 11, 1190, 0, 0, 268294536, -1016071787), + (2670, 6, 1040, 0, 0, 268294536, -1016071787), + (2670, 11, 2080, 0, 0, 268294536, -1016071787), + (2671, 6, 195, 0, 0, 570153353, -1016071787), + (2671, 11, 390, 0, 0, 570153353, -1016071787), + (2675, 6, 75, 0, 0, -2013268087, -1016071787), + (2675, 11, 150, 0, 0, -2013268087, -1016071787), + (2677, 6, 75, 0, 0, -2013268087, -1016071787), + (2677, 11, 150, 0, 0, -2013268087, -1016071787), + (2678, 6, 75, 0, 0, -2013268087, -1016071787), + (2678, 11, 150, 0, 0, -2013268087, -1016071787), + (2679, 6, 75, 0, 0, -2013268087, -1016071787), + (2679, 11, 150, 0, 0, -2013268087, -1016071787), + (2680, 6, 75, 0, 0, -2013268087, -1016071787), + (2680, 11, 150, 0, 0, -2013268087, -1016071787), + (2682, 6, 115, 0, 0, 1675230476, -1016071787), + (2682, 11, 230, 0, 0, 1675230476, -1016071787), + (2683, 6, 115, 0, 0, 1675230476, -1016071787), + (2683, 11, 230, 0, 0, 1675230476, -1016071787), + (2684, 6, 115, 0, 0, 1675230476, -1016071787), + (2684, 11, 230, 0, 0, 1675230476, -1016071787), + (2685, 6, 120, 0, 0, 1308490510, -1016071787), + (2685, 11, 240, 0, 0, 1308490510, -1016071787), + (2718, 6, 1950, 0, 0, 1003601851, -1016071787), + (2718, 11, 3900, 0, 0, 1003601851, -1016071787), + (2720, 6, 495, 0, 0, 1003601851, -1016071787), + (2720, 11, 990, 0, 0, 1003601851, -1016071787), + (2721, 6, 495, 0, 0, 1003601851, -1016071787), + (2721, 11, 990, 0, 0, 1003601851, -1016071787), + (2722, 6, 395, 0, 0, 1003601851, -1016071787), + (2722, 11, 790, 0, 0, 938983320, -1016071787), + (2724, 6, 395, 0, 0, 1003601851, -1016071787), + (2724, 11, 790, 0, 0, 1003601851, -1016071787), + (2725, 6, 690, 0, 0, 1003601851, -1016071787), + (2725, 11, 1380, 0, 0, 1003601851, -1016071787), + (2727, 6, 115, 0, 0, 1003601851, -1016071787), + (2727, 11, 230, 0, 0, 1003601851, -1016071787), + (2728, 6, 195, 0, 0, 1003601851, -1016071787), + (2728, 11, 390, 0, 0, 1003601851, -1016071787), + (2729, 6, 595, 0, 0, 1003601851, -1016071787), + (2729, 11, 1190, 0, 0, 1003601851, -1016071787), + (2730, 6, 595, 0, 0, 1003601851, -1016071787), + (2730, 11, 1190, 0, 0, 1003601851, -1016071787), + (2735, 6, 395, 0, 0, 1003601851, -1016071787), + (2735, 11, 790, 0, 0, 1003601851, -1016071787), + (2736, 6, 690, 0, 0, 1003601851, -1016071787), + (2736, 11, 1380, 0, 0, 1003601851, -1016071787), + (2751, 6, 690, 0, 0, 703846703, -1016071787), + (2751, 11, 1380, 0, 0, -1276006941, -1016071787), + (2768, 6, 115, 0, 0, -1679958067, -1016071787), + (2768, 11, 230, 0, 0, -1679958067, -1016071787), + (2772, 6, 195, 0, 0, 1475739615, -1016071787), + (2772, 11, 390, 0, 0, 1475739615, -1016071787), + (2773, 6, 75, 0, 0, -1141711319, -1016071787), + (2773, 11, 150, 0, 0, -1276006941, -1016071787), + (2774, 6, 115, 0, 0, 1675230476, -1016071787), + (2774, 11, 230, 0, 0, 1675230476, -1016071787), + (2776, 6, 595, 0, 0, 1003601851, -1016071787), + (2776, 11, 1190, 0, 0, 1003601851, -1016071787), + (2777, 6, 1040, 0, 0, 1003601851, -1016071787), + (2777, 11, 2080, 0, 0, 1003601851, -1016071787), + (2778, 6, 195, 0, 0, 1675230476, -1016071787), + (2778, 11, 390, 0, 0, 1675230476, -1016071787), + (2779, 6, 2400, 2, 30.43, 1711119988, -1024494699), + (2779, 11, 4800, 2, 30.43, 1711119988, -1024494699), + (2781, 6, 795, 0, 0, 1207038920, -1016071787), + (2781, 11, 1590, 0, 0, -1276006941, -1016071787), + (2783, 6, 395, 0, 0, -1141711319, -1016071787), + (2783, 11, 790, 0, 0, -1276006941, -1016071787), + (2787, 6, 115, 0, 0, 1675230476, -1016071787), + (2787, 11, 230, 0, 0, 1675230476, -1016071787), + (2788, 6, 115, 0, 0, 1675230476, -1016071787), + (2788, 11, 230, 0, 0, 1675230476, -1016071787), + (2790, 6, 395, 0, 0, -1042698556, -1016071787), + (2790, 11, 790, 0, 0, -1042698556, -1016071787), + (2791, 6, 690, 0, 0, -1042698556, -1016071787), + (2791, 11, 1380, 0, 0, -1042698556, -1016071787), + (2792, 6, 735, 2, 25.35, 1003601851, -1016071787), + (2792, 11, 1470, 2, 25.35, 1003601851, -1016071787), + (2797, 6, 115, 0, 0, 1675230476, -1016071787), + (2797, 11, 230, 0, 0, 1675230476, -1016071787), + (2798, 6, 115, 0, 0, 1675230476, -1016071787), + (2798, 11, 230, 0, 0, 1675230476, -1016071787), + (2800, 6, 315, 0, 0, 1675230476, -1016071787), + (2800, 11, 630, 0, 0, 1675230476, -1016071787), + (2801, 6, 1350, 0, 0, 1675230476, -1016071787), + (2801, 11, 2700, 0, 0, 1675230476, -1016071787), + (2802, 6, 1800, 0, 0, 1675230476, -1016071787), + (2802, 11, 3600, 0, 0, 1675230476, -1016071787), + (2804, 6, 245, 0, 0, 1675230476, -1016071787), + (2804, 11, 490, 0, 0, 1675230476, -1016071787), + (2805, 6, 1050, 0, 0, 1675230476, -1016071787), + (2805, 11, 2100, 0, 0, 1675230476, -1016071787), + (2806, 6, 1950, 0, 0, 1675230476, -1016071787), + (2806, 11, 3900, 0, 0, 1675230476, -1016071787), + (2807, 6, 1550, 2, 35.4, 1675230476, -1016071787), + (2807, 11, 3100, 2, 35.4, 1675230476, -1016071787), + (2808, 6, 3950, 2, 30.7, 1675230476, -1016071787), + (2808, 11, 7900, 2, 30.7, 1675230476, -1016071787), + (2814, 6, 595, 0, 0, 1876147546, -1016071787), + (2814, 11, 1190, 0, 0, 1876147546, -1016071787), + (2815, 6, 1040, 0, 0, 1876147546, -1016071787), + (2815, 11, 2080, 0, 0, 1876147546, -1016071787), + (2816, 6, 115, 0, 0, 1675230476, -1016071787), + (2816, 11, 230, 0, 0, 1675230476, -1016071787), + (2817, 6, 40, 0, 0, 1308490510, -1016071787), + (2817, 11, 80, 0, 0, 1308490510, -1016071787), + (2819, 6, 1190, 0, 0, -1276006941, -1016071787), + (2819, 11, 1650, 2, 30.65, -1276006941, -1016071787), + (2820, 6, 2080, 0, 0, -1276006941, -1016071787), + (2820, 11, 2900, 2, 30.28, -1276006941, -1016071787), + (2821, 6, 1300, 0, 0, 1138359212, -1016071787), + (2821, 11, 1815, 2, 30.17, 1138359212, -1016071787), + (2823, 6, 590, 0, 0, -1915093060, -1016071787), + (2823, 11, 825, 2, 30.05, -1915093060, -1016071787), + (2824, 6, 115, 0, 0, 1205468872, -1016071787), + (2824, 11, 230, 0, 0, 1205468872, -1016071787), + (2828, 6, 115, 0, 0, 1205468872, -1016071787), + (2828, 11, 230, 0, 0, 1205468872, -1016071787), + (2829, 6, 395, 0, 0, -1309410612, -1016071787), + (2829, 11, 790, 0, 0, -1309410612, -1016071787), + (2830, 6, 115, 0, 0, 1205468872, -1016071787), + (2830, 11, 230, 0, 0, 1205468872, -1016071787), + (2831, 6, 115, 0, 0, 1205468872, -1016071787), + (2831, 11, 230, 0, 0, 1205468872, -1016071787), + (2832, 6, 195, 0, 0, 535953375, -1016071787), + (2832, 11, 390, 0, 0, 535953375, -1016071787), + (2833, 6, 115, 0, 0, 535953375, -1016071787), + (2833, 11, 230, 0, 0, 535953375, -1016071787), + (2834, 6, 115, 0, 0, 535953375, -1016071787), + (2834, 11, 230, 0, 0, 535953375, -1016071787), + (2835, 6, 115, 0, 0, 535953375, -1016071787), + (2835, 11, 230, 0, 0, 535953375, -1016071787), + (2839, 6, 195, 0, 0, 1205468872, -1016071787), + (2839, 11, 390, 0, 0, 1205468872, -1016071787), + (2840, 6, 115, 0, 0, 1205468872, -1016071787), + (2840, 11, 230, 0, 0, 1205468872, -1016071787), + (2841, 6, 115, 0, 0, 1205468872, -1016071787), + (2841, 11, 230, 0, 0, 1205468872, -1016071787), + (2842, 6, 115, 0, 0, -1814954142, -1016071787), + (2842, 11, 230, 0, 0, -1814954142, -1016071787), + (2843, 6, 115, 0, 0, -1814954142, -1016071787), + (2843, 11, 230, 0, 0, -1814954142, -1016071787), + (2844, 6, 115, 0, 0, -1814954142, -1016071787), + (2844, 11, 230, 0, 0, -1814954142, -1016071787), + (2846, 6, 115, 0, 0, -1814954142, -1016071787), + (2846, 11, 230, 0, 0, -1814954142, -1016071787), + (2857, 6, 1390, 0, 0, 1207038920, -1016071787), + (2857, 11, 2780, 0, 0, -1276006941, -1016071787), + (2860, 6, 395, 0, 0, 2046751632, -1016071787), + (2860, 11, 790, 0, 0, 2046751632, -1016071787), + (2862, 6, 595, 0, 0, 2046751632, -1016071787), + (2862, 11, 1190, 0, 0, 2046751632, -1016071787), + (2863, 6, 1040, 0, 0, 2046751632, -1016071787), + (2863, 11, 2080, 0, 0, 2046751632, -1016071787), + (2865, 6, 595, 0, 0, -1946471533, -1016071787), + (2865, 11, 1190, 0, 0, -1946471533, -1016071787), + (2866, 6, 1040, 0, 0, -1946471533, -1016071787), + (2866, 11, 2080, 0, 0, -1946471533, -1016071787), + (2867, 6, 345, 0, 0, -671442181, -1016071787), + (2867, 11, 690, 0, 0, -671442181, -1016071787), + (2915, 6, 115, 0, 0, -839746051, -1016071787), + (2915, 11, 230, 0, 0, -839746051, -1016071787), + (2916, 6, 115, 0, 0, -839746051, -1016071787), + (2916, 11, 230, 0, 0, -839746051, -1016071787), + (2917, 6, 115, 0, 0, -839746051, -1016071787), + (2917, 11, 230, 0, 0, -839746051, -1016071787), + (2918, 6, 115, 0, 0, -839746051, -1016071787), + (2918, 11, 230, 0, 0, -839746051, -1016071787), + (2919, 6, 115, 0, 0, -839746051, -1016071787), + (2919, 11, 230, 0, 0, -839746051, -1016071787), + (2947, 6, 595, 0, 0, 2046751632, -1016071787), + (2947, 11, 1190, 0, 0, 2046751632, -1016071787), + (2948, 6, 1040, 0, 0, 2046751632, -1016071787), + (2948, 11, 2080, 0, 0, 2046751632, -1016071787), + (2950, 6, 595, 0, 0, 2046751632, -1016071787), + (2950, 11, 1190, 0, 0, 2046751632, -1016071787), + (2951, 6, 1040, 0, 0, 2046751632, -1016071787), + (2951, 11, 2080, 0, 0, 2046751632, -1016071787), + (2953, 6, 595, 0, 0, 2046751632, -1016071787), + (2953, 11, 1190, 0, 0, 2046751632, -1016071787), + (2954, 6, 1040, 0, 0, 2046751632, -1016071787), + (2954, 11, 2080, 0, 0, 2046751632, -1016071787), + (2956, 6, 595, 0, 0, 2046751632, -1016071787), + (2956, 11, 1190, 0, 0, 2046751632, -1016071787), + (2957, 6, 1040, 0, 0, 2046751632, -1016071787), + (2957, 11, 2080, 0, 0, 2046751632, -1016071787), + (2959, 6, 1785, 0, 0, 2046751632, -1016071787), + (2959, 11, 2320, 2, 35, 2046751632, -1016071787), + (2960, 6, 3120, 0, 0, 2046751632, -1016071787), + (2960, 11, 4050, 2, 35.09, 2046751632, -1016071787), + (2961, 6, 115, 0, 0, 1675230476, -1016071787), + (2961, 11, 230, 0, 0, 1675230476, -1016071787), + (2962, 6, 115, 0, 0, 1205468872, -1016071787), + (2962, 11, 230, 0, 0, 1205468872, -1016071787), + (2963, 6, 395, 0, 0, 2046751632, -1016071787), + (2963, 11, 790, 0, 0, 2046751632, -1016071787), + (2967, 6, 315, 0, 0, 2046751632, -1016071787), + (2967, 11, 630, 0, 0, 2046751632, -1016071787), + (2968, 6, 115, 0, 0, -438357053, -1016071787), + (2968, 11, 230, 0, 0, -438357053, -1016071787), + (2969, 6, 115, 0, 0, -2015923569, -1016071787), + (2969, 11, 230, 0, 0, -1276006941, -1016071787), + (2970, 6, 195, 0, 0, -2015923569, -1016071787), + (2970, 11, 390, 0, 0, -1276006941, -1016071787), + (2971, 6, 115, 0, 0, -2015923569, -1016071787), + (2971, 11, 230, 0, 0, -1276006941, -1016071787), + (2972, 6, 115, 0, 0, -2015923569, -1016071787), + (2972, 11, 230, 0, 0, -1276006941, -1016071787), + (2974, 6, 395, 0, 0, -1946471533, -1016071787), + (2974, 11, 790, 0, 0, -1946471533, -1016071787), + (2975, 6, 690, 0, 0, -1946471533, -1016071787), + (2975, 11, 1380, 0, 0, -1946471533, -1016071787), + (2985, 6, 115, 0, 0, -1814954142, -1016071787), + (2985, 11, 230, 0, 0, -1814954142, -1016071787), + (2988, 6, 595, 0, 0, -1141711319, -1016071787), + (2988, 11, 1190, 0, 0, -1141711319, -1016071787), + (2990, 6, 1040, 0, 0, -1141711319, -1016071787), + (2990, 11, 2080, 0, 0, -1141711319, -1016071787), + (2994, 6, 595, 0, 0, 2046751632, -1016071787), + (2994, 11, 1190, 0, 0, 2046751632, -1016071787), + (2995, 6, 1040, 0, 0, 2046751632, -1016071787), + (2995, 11, 2080, 0, 0, 2046751632, -1016071787), + (2998, 6, 75, 0, 0, 1308490510, -1016071787), + (2998, 11, 150, 0, 0, 1308490510, -1016071787), + (2999, 6, 395, 0, 0, 2046751632, -1016071787), + (2999, 11, 790, 0, 0, 2046751632, -1016071787), + (3000, 6, 345, 0, 0, -671442181, -1016071787), + (3000, 11, 690, 0, 0, -671442181, -1016071787), + (3001, 6, 75, 0, 0, -1141711319, -1016071787), + (3001, 11, 150, 0, 0, -1276006941, -1016071787), + (3002, 6, 75, 0, 0, -1141711319, -1016071787), + (3002, 11, 150, 0, 0, -1276006941, -1016071787), + (3004, 6, 790, 0, 0, 2046751632, -1016071787), + (3004, 11, 1590, 0, 0, 2046751632, -1016071787), + (3007, 6, 1110, 0, 0, 2046751632, -1016071787), + (3007, 11, 1775, 2, 20.02, 2046751632, -1016071787), + (3008, 6, 1705, 0, 0, 2046751632, -1016071787), + (3008, 11, 2895, 2, 15.1, 2046751632, -1016071787), + (3018, 6, 115, 0, 0, 668815061, -1016071787), + (3018, 11, 230, 0, 0, -1276006941, -1016071787), + (3019, 6, 115, 0, 0, 668815061, -1016071787), + (3019, 11, 230, 0, 0, -1276006941, -1016071787), + (3020, 6, 115, 0, 0, 668815061, -1016071787), + (3020, 11, 230, 0, 0, -1276006941, -1016071787), + (3021, 6, 115, 0, 0, 668815061, -1016071787), + (3021, 11, 230, 0, 0, -1276006941, -1016071787), + (3022, 6, 115, 0, 0, 668815061, -1016071787), + (3022, 11, 230, 0, 0, -1276006941, -1016071787), + (3023, 6, 115, 0, 0, 668815061, -1016071787), + (3023, 11, 230, 0, 0, -1276006941, -1016071787), + (3024, 6, 115, 0, 0, 668815061, -1016071787), + (3024, 11, 230, 0, 0, -1276006941, -1016071787), + (3025, 6, 115, 0, 0, 668815061, -1016071787), + (3025, 11, 230, 0, 0, -1276006941, -1016071787), + (3026, 6, 115, 0, 0, 668815061, -1016071787), + (3026, 11, 230, 0, 0, -1276006941, -1016071787), + (3027, 6, 75, 0, 0, 1308490510, -1016071787), + (3027, 11, 150, 0, 0, 1308490510, -1016071787), + (3028, 6, 75, 0, 0, 1308490510, -1016071787), + (3028, 11, 150, 0, 0, 1308490510, -1016071787), + (3029, 6, 75, 0, 0, 1308490510, -1016071787), + (3029, 11, 150, 0, 0, 1308490510, -1016071787), + (3030, 6, 75, 0, 0, 1308490510, -1016071787), + (3030, 11, 150, 0, 0, 1308490510, -1016071787), + (3031, 6, 75, 0, 0, 1308490510, -1016071787), + (3031, 11, 150, 0, 0, 1308490510, -1016071787), + (3032, 6, 75, 0, 0, 1308490510, -1016071787), + (3032, 11, 150, 0, 0, 1308490510, -1016071787), + (3033, 6, 75, 0, 0, 1308490510, -1016071787), + (3033, 11, 150, 0, 0, 1308490510, -1016071787), + (3034, 6, 75, 0, 0, 1308490510, -1016071787), + (3034, 11, 150, 0, 0, 1308490510, -1016071787), + (3035, 6, 75, 0, 0, 1308490510, -1016071787), + (3035, 11, 150, 0, 0, 1308490510, -1016071787), + (3036, 6, 75, 0, 0, 1308490510, -1016071787), + (3036, 11, 150, 0, 0, 1308490510, -1016071787), + (3037, 6, 295, 0, 0, -671442181, -1016071787), + (3037, 11, 595, 0, 0, -671442181, -1016071787), + (3039, 6, 790, 0, 0, 2046751632, -1016071787), + (3039, 11, 1590, 0, 0, 2046751632, -1016071787), + (3040, 6, 1390, 0, 0, 2046751632, -1016071787), + (3040, 11, 2780, 0, 0, 2046751632, -1016071787), + (3042, 6, 790, 0, 0, 2046751632, -1016071787), + (3042, 11, 1590, 0, 0, 2046751632, -1016071787), + (3043, 6, 1390, 0, 0, 2046751632, -1016071787), + (3043, 11, 2780, 0, 0, 2046751632, -1016071787), + (3047, 6, 75, 0, 0, -1141711319, -1016071787), + (3047, 11, 150, 0, 0, -1276006941, -1016071787), + (3048, 6, 195, 0, 0, -1141711319, -1016071787), + (3048, 11, 390, 0, 0, -1276006941, -1016071787), + (3049, 6, 75, 0, 0, 1308490510, -1016071787), + (3049, 11, 150, 0, 0, 1308490510, -1016071787), + (3051, 6, 595, 0, 0, -1946471533, -1016071787), + (3051, 11, 1190, 0, 0, -1946471533, -1016071787), + (3052, 6, 1040, 0, 0, -1946471533, -1016071787), + (3052, 11, 2080, 0, 0, -1946471533, -1016071787), + (3053, 6, 395, 0, 0, 2046751632, -1016071787), + (3053, 11, 790, 0, 0, 2046751632, -1016071787), + (3054, 6, 395, 0, 0, 2046751632, -1016071787), + (3054, 11, 790, 0, 0, 2046751632, -1016071787), + (3055, 6, 395, 0, 0, 2046751632, -1016071787), + (3055, 11, 790, 0, 0, 2046751632, -1016071787), + (3056, 6, 195, 0, 0, 1475739615, -1016071787), + (3056, 11, 390, 0, 0, 1475739615, -1016071787), + (3057, 6, 115, 0, 0, 1675230476, -1016071787), + (3057, 11, 230, 0, 0, 1675230476, -1016071787), + (3059, 6, 215, 0, 0, -269224643, -1016071787), + (3059, 11, 430, 0, 0, -269224643, -1016071787), + (3060, 6, 795, 0, 0, -269224643, -1016071787), + (3060, 11, 1590, 0, 0, -269224643, -1016071787), + (3061, 6, 1350, 0, 0, -269224643, -1016071787), + (3061, 11, 2700, 0, 0, -269224643, -1016071787), + (3062, 6, 1390, 0, 0, 2046751632, -1016071787), + (3062, 11, 2780, 0, 0, 2046751632, -1016071787), + (3064, 6, 115, 0, 0, 668815061, -1016071787), + (3064, 11, 230, 0, 0, -1276006941, -1016071787), + (3080, 6, 395, 0, 0, 2046751632, -1016071787), + (3080, 11, 790, 0, 0, 2046751632, -1016071787), + (3082, 6, 595, 0, 0, 2046751632, -1016071787), + (3082, 11, 1190, 0, 0, 2046751632, -1016071787), + (3083, 6, 1040, 0, 0, 2046751632, -1016071787), + (3083, 11, 2080, 0, 0, 2046751632, -1016071787), + (3085, 6, 395, 0, 0, -1946471533, -1016071787), + (3085, 11, 790, 0, 0, -1946471533, -1016071787), + (3086, 6, 690, 0, 0, -1946471533, -1016071787), + (3086, 11, 1380, 0, 0, -1946471533, -1016071787), + (3087, 6, 115, 0, 0, -1814954142, -1016071787), + (3087, 11, 230, 0, 0, -1814954142, -1016071787), + (3089, 6, 395, 0, 0, 165657469, -1016071787), + (3089, 11, 790, 0, 0, -1276006941, -1016071787), + (3090, 6, 690, 0, 0, 165657469, -1016071787), + (3090, 11, 1380, 0, 0, -1276006941, -1016071787), + (3092, 6, 245, 0, 0, -604569613, -1016071787), + (3092, 11, 490, 0, 0, -1276006941, -1016071787), + (3093, 6, 430, 0, 0, -604569613, -1016071787), + (3093, 11, 860, 0, 0, -1276006941, -1016071787), + (3094, 6, 115, 0, 0, 668815061, -1016071787), + (3094, 11, 230, 0, 0, -1276006941, -1016071787), + (3095, 6, 115, 0, 0, 668815061, -1016071787), + (3095, 11, 230, 0, 0, -1276006941, -1016071787), + (3097, 6, 395, 0, 0, -1946471533, -1016071787), + (3097, 11, 790, 0, 0, -1946471533, -1016071787), + (3098, 6, 690, 0, 0, -1946471533, -1016071787), + (3098, 11, 1380, 0, 0, -1946471533, -1016071787), + (3099, 6, 115, 0, 0, 668815061, -1016071787), + (3099, 11, 230, 0, 0, -1276006941, -1016071787), + (3100, 6, 115, 0, 0, 668815061, -1016071787), + (3100, 11, 230, 0, 0, -1276006941, -1016071787), + (3101, 6, 115, 0, 0, 668815061, -1016071787), + (3101, 11, 230, 0, 0, -1276006941, -1016071787), + (3102, 6, 115, 0, 0, 668815061, -1016071787), + (3102, 11, 230, 0, 0, -1276006941, -1016071787), + (3103, 6, 115, 0, 0, 668815061, -1016071787), + (3103, 11, 230, 0, 0, -1276006941, -1016071787), + (3104, 6, 395, 0, 0, 2046751632, -1016071787), + (3104, 11, 790, 0, 0, 2046751632, -1016071787), + (3109, 6, 115, 0, 0, 1003601851, -1016071787), + (3109, 11, 230, 0, 0, 1003601851, -1016071787), + (3110, 6, 595, 0, 0, 1003601851, -1016071787), + (3110, 11, 1190, 0, 0, 1003601851, -1016071787), + (3119, 6, 395, 0, 0, 1003601851, -1016071787), + (3119, 11, 790, 0, 0, 1003601851, -1016071787), + (3120, 6, 690, 0, 0, 1003601851, -1016071787), + (3120, 11, 1380, 0, 0, 1003601851, -1016071787), + (3121, 6, 75, 0, 0, -1141711319, -1016071787), + (3121, 11, 150, 0, 0, -1276006941, -1016071787), + (3122, 6, 195, 0, 0, -1141711319, -1016071787), + (3122, 11, 390, 0, 0, -1276006941, -1016071787), + (3123, 6, 115, 0, 0, 1675230476, -1016071787), + (3123, 11, 230, 0, 0, 1675230476, -1016071787), + (3124, 6, 115, 0, 0, 1675230476, -1016071787), + (3124, 11, 230, 0, 0, 1675230476, -1016071787), + (3125, 6, 395, 0, 0, 2046751632, -1016071787), + (3125, 11, 790, 0, 0, 2046751632, -1016071787), + (3126, 6, 395, 0, 0, -671442181, -1016071787), + (3126, 11, 790, 0, 0, -671442181, -1016071787), + (3127, 6, 115, 0, 0, 1675230476, -1016071787), + (3127, 11, 230, 0, 0, 1675230476, -1016071787), + (3129, 6, 395, 0, 0, 1003601851, -1016071787), + (3129, 11, 790, 0, 0, 1003601851, -1016071787), + (3130, 6, 690, 0, 0, 1003601851, -1016071787), + (3130, 11, 1380, 0, 0, 1003601851, -1016071787), + (3133, 6, 595, 0, 0, 1003601851, -1016071787), + (3133, 11, 1190, 0, 0, 1003601851, -1016071787), + (3134, 6, 1040, 0, 0, 1003601851, -1016071787), + (3134, 11, 2080, 0, 0, 1003601851, -1016071787), + (3138, 6, 115, 0, 0, 1675230476, -1016071787), + (3138, 11, 230, 0, 0, 1675230476, -1016071787), + (3142, 6, 395, 0, 0, -1946471533, -1016071787), + (3142, 11, 790, 0, 0, -1946471533, -1016071787), + (3143, 6, 690, 0, 0, -1946471533, -1016071787), + (3143, 11, 1380, 0, 0, -1946471533, -1016071787), + (3157, 6, 395, 0, 0, -1946471533, -1016071787), + (3157, 11, 790, 0, 0, -1946471533, -1016071787), + (3158, 6, 690, 0, 0, -1946471533, -1016071787), + (3158, 11, 1380, 0, 0, -1946471533, -1016071787), + (3172, 6, 395, 0, 0, -1946471533, -1016071787), + (3172, 11, 790, 0, 0, -1946471533, -1016071787), + (3173, 6, 690, 0, 0, -1946471533, -1016071787), + (3173, 11, 1380, 0, 0, -1946471533, -1016071787), + (3178, 6, 395, 0, 0, -1946471533, -1016071787), + (3178, 11, 790, 0, 0, -1946471533, -1016071787), + (3179, 6, 690, 0, 0, -1946471533, -1016071787), + (3179, 11, 1380, 0, 0, -1946471533, -1016071787), + (3181, 6, 395, 0, 0, -1946471533, -1016071787), + (3181, 11, 790, 0, 0, -1946471533, -1016071787), + (3182, 6, 690, 0, 0, -1946471533, -1016071787), + (3182, 11, 1380, 0, 0, -1946471533, -1016071787), + (3187, 6, 395, 0, 0, -1946471533, -1016071787), + (3187, 11, 790, 0, 0, -1946471533, -1016071787), + (3188, 6, 690, 0, 0, -1946471533, -1016071787), + (3188, 11, 1380, 0, 0, -1946471533, -1016071787), + (3209, 6, 115, 0, 0, -1309410612, -1016071787), + (3209, 11, 230, 0, 0, -1309410612, -1016071787), + (3211, 6, 115, 0, 0, 668815061, -1016071787), + (3211, 11, 230, 0, 0, -1276006941, -1016071787), + (3213, 6, 395, 0, 0, 1207038920, -1016071787), + (3213, 11, 790, 0, 0, -1276006941, -1016071787), + (3214, 6, 690, 0, 0, 1207038920, -1016071787), + (3214, 11, 1380, 0, 0, -1276006941, -1016071787), + (3216, 6, 395, 0, 0, 1207038920, -1016071787), + (3216, 11, 790, 0, 0, -1276006941, -1016071787), + (3217, 6, 690, 0, 0, 1207038920, -1016071787), + (3217, 11, 1380, 0, 0, -1276006941, -1016071787), + (3218, 6, 115, 0, 0, 668815061, -1016071787), + (3218, 11, 230, 0, 0, -1276006941, -1016071787), + (3221, 6, 595, 0, 0, 1207038920, -1016071787), + (3221, 11, 1190, 0, 0, -1276006941, -1016071787), + (3222, 6, 1040, 0, 0, 1207038920, -1016071787), + (3222, 11, 2080, 0, 0, -1276006941, -1016071787), + (3223, 6, 395, 0, 0, 2046751632, -1016071787), + (3223, 11, 790, 0, 0, 2046751632, -1016071787), + (3224, 6, 115, 0, 0, -1309410612, -1016071787), + (3224, 11, 230, 0, 0, -1309410612, -1016071787), + (3225, 6, 75, 0, 0, -1141711319, -1016071787), + (3225, 11, 150, 0, 0, -1276006941, -1016071787), + (3226, 6, 195, 0, 0, -1141711319, -1016071787), + (3226, 11, 390, 0, 0, -1276006941, -1016071787), + (3228, 6, 395, 0, 0, 165657469, -1016071787), + (3228, 11, 790, 0, 0, -1276006941, -1016071787), + (3229, 6, 690, 0, 0, 165657469, -1016071787), + (3229, 11, 1380, 0, 0, -1276006941, -1016071787), + (3230, 6, 395, 0, 0, -671442181, -1016071787), + (3230, 11, 790, 0, 0, -671442181, -1016071787), + (3231, 6, 395, 0, 0, 2046751632, -1016071787), + (3231, 11, 790, 0, 0, 2046751632, -1016071787), + (3233, 6, 395, 0, 0, 165657469, -1016071787), + (3233, 11, 790, 0, 0, -1276006941, -1016071787), + (3234, 6, 690, 0, 0, 165657469, -1016071787), + (3234, 11, 1380, 0, 0, -1276006941, -1016071787), + (3236, 6, 115, 0, 0, 668815061, -1016071787), + (3236, 11, 230, 0, 0, -1276006941, -1016071787), + (3237, 6, 115, 0, 0, 668815061, -1016071787), + (3237, 11, 230, 0, 0, -1276006941, -1016071787), + (3238, 6, 115, 0, 0, 668815061, -1016071787), + (3238, 11, 230, 0, 0, -1276006941, -1016071787), + (3239, 6, 115, 0, 0, 668815061, -1016071787), + (3239, 11, 230, 0, 0, -1276006941, -1016071787), + (3241, 6, 795, 0, 0, 165657469, -1016071787), + (3241, 11, 1590, 0, 0, -1276006941, -1016071787), + (3242, 6, 1390, 0, 0, 165657469, -1016071787), + (3242, 11, 2780, 0, 0, -1276006941, -1016071787), + (3265, 6, 115, 0, 0, -1309410612, -1016071787), + (3265, 11, 230, 0, 0, -1309410612, -1016071787), + (3267, 6, 115, 0, 0, -1309410612, -1016071787), + (3267, 11, 230, 0, 0, -1309410612, -1016071787), + (3268, 6, 115, 0, 0, -1309410612, -1016071787), + (3268, 11, 230, 0, 0, -1309410612, -1016071787), + (3269, 6, 115, 0, 0, -1309410612, -1016071787), + (3269, 11, 230, 0, 0, -1309410612, -1016071787), + (3270, 6, 115, 0, 0, -1309410612, -1016071787), + (3270, 11, 230, 0, 0, -1309410612, -1016071787), + (3271, 6, 115, 0, 0, -1309410612, -1016071787), + (3271, 11, 230, 0, 0, -1309410612, -1016071787), + (3272, 6, 115, 0, 0, -1309410612, -1016071787), + (3272, 11, 230, 0, 0, -1309410612, -1016071787), + (3273, 6, 395, 0, 0, -671442181, -1016071787), + (3273, 11, 790, 0, 0, -671442181, -1016071787), + (3313, 6, 395, 0, 0, -1912672562, -1749028660), + (3313, 11, 790, 0, 0, -1912672562, -1749028660), + (3314, 6, 690, 0, 0, -1912672562, -1749028660), + (3314, 11, 1380, 0, 0, -1912672562, -1749028660), + (3316, 6, 395, 0, 0, -1912672562, -1749028660), + (3316, 11, 790, 0, 0, -1912672562, -1749028660), + (3317, 6, 690, 0, 0, -1912672562, -1749028660), + (3317, 11, 1380, 0, 0, -1912672562, -1749028660), + (3319, 6, 395, 0, 0, -1912672562, -1749028660), + (3319, 11, 790, 0, 0, -1912672562, -1749028660), + (3320, 6, 690, 0, 0, -1912672562, -1749028660), + (3320, 11, 1380, 0, 0, -1912672562, -1749028660), + (3327, 6, 75, 0, 0, -1141711319, -1016071787), + (3327, 11, 150, 0, 0, -1276006941, -1016071787), + (3328, 6, 395, 0, 0, -671442181, -1016071787), + (3328, 11, 790, 0, 0, -671442181, -1016071787), + (3329, 6, 115, 0, 0, -1309410612, -1016071787), + (3329, 11, 230, 0, 0, -1309410612, -1016071787), + (3330, 6, 115, 0, 0, -1309410612, -1016071787), + (3330, 11, 230, 0, 0, -1309410612, -1016071787), + (3332, 6, 395, 0, 0, 2046751632, -1016071787), + (3332, 11, 790, 0, 0, 2046751632, -1016071787), + (3336, 6, 115, 0, 0, 668815061, -1016071787), + (3336, 11, 230, 0, 0, -1276006941, -1016071787), + (3337, 6, 115, 0, 0, 668815061, -1016071787), + (3337, 11, 230, 0, 0, -1276006941, -1016071787), + (3338, 6, 115, 0, 0, 668815061, -1016071787), + (3338, 11, 230, 0, 0, -1276006941, -1016071787), + (3342, 6, 40, 0, 0, 165657469, -1016071787), + (3342, 11, 80, 0, 0, 165657469, -1016071787), + (3343, 6, 115, 0, 0, -1814954142, -1016071787), + (3343, 11, 230, 0, 0, -1814954142, -1016071787), + (3387, 6, 595, 0, 0, 1003601851, -1016071787), + (3387, 11, 1190, 0, 0, 1003601851, -1016071787), + (3388, 6, 1040, 0, 0, 1003601851, -1016071787), + (3388, 11, 2080, 0, 0, 1003601851, -1016071787), + (3389, 6, 395, 0, 0, -671442181, -1016071787), + (3389, 11, 790, 0, 0, -671442181, -1016071787);