diff --git a/.gitignore b/.gitignore index 15312557..f0769a68 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /accounts.js /.idea /jsdoc +/.vscode \ No newline at end of file diff --git a/README.md b/README.md index f380d44a..9f50c59f 100644 --- a/README.md +++ b/README.md @@ -1,148 +1,55 @@ -# Jakcodex / Muledump +# Tadus / Jakcodex / Muledump -## Welcome +This is a fork of Jakcodex's [Muledump](https://github.com/jakcodex/muledump). -This is a fork of Atomizer's [Muledump](https://github.com/atomizer). +## Overview +This repository is up-to-date and functional as of 2025. -## Synopsis +Muledump is a tool designed to consolidate the contents of all your accounts into a single, user-friendly page. It displays characters, their stats, items, and vault inventory, while also generating a comprehensive summary of all your items. -This tool allows you to list contents of all your accounts in a single page (characters, their stats and items, items in vaults). Also it generates a summary of all the items - you probably saw screenshots of these in trading forum ([example](https://imgur.com/dDA2vC9)). +--- -The point of playing the game is to have fun. Muling is not fun. I am trying to increase overall fun ratio by decreasing amount of time spent fussing with mules and storagekeeping. +## Installation Guide -## Requirements +### Step 1: Download the Code +1. Download the repository as a ZIP file. +2. Extract the ZIP file to a suitable location. We recommend placing it in your **Documents** folder, e.g., `Documents/muledump`. -Currently due to how Deca handles requests to ROTMG servers a browser extension is required to use this Muledump. +### Step 2: Enable CORS +To function properly, Muledump requires Cross-Origin Resource Sharing (CORS) to be enabled. Most browsers block CORS by default. -See the [Requirements](REQUIREMENTS.md) page for more information. +#### Firefox +- Install the [CORS Everywhere](https://addons.mozilla.org/en-US/firefox/addon/cors-everywhere/) plugin. -### Head over to [Installation and Setup](https://github.com/jakcodex/muledump/wiki/Installation-and-Setup) in the wiki for a detailed setup guide. +#### Chrome +- Chrome plugins cannot bypass CORS restrictions. +- Instead, use the `--disable-web-security` startup argument. -[Steam Users Setup Guide](https://github.com/jakcodex/muledump/wiki/Steam-Users-Setup-Guide) +### Step 3: Create a Chrome Shortcut (Optional) +If using Chrome, you can create a shortcut to open Muledump in app mode. This shortcut will bypass CORS restrictions and make Muledump act like a standalone application. -[Kongregate Users Setup Guide](https://github.com/jakcodex/muledump/wiki/Kongregate-Users-Setup-Guide) +1. Locate your Chrome installation directory (e.g., `C:\Program Files\Google\Chrome\Application\chrome.exe`). +2. Create a shortcut with the following arguments: -[One Click Login Setup Guide](https://github.com/jakcodex/muledump/wiki/One-Click-Login) +```text +"C:\Program Files\Google\Chrome\Application\chrome.exe" --disable-web-security --user-data-dir="%appdata%\muledump" --app="file:///%USERPROFILE%/Documents/muledump/muledump.html" +``` -## Release Information +### Step 4: Launch Muledump +#### For Firefox +1. Open **`muledump.html`** in Firefox with the CORS Everywhere plugin enabled. -The current version is Jakcodex/Muledump v9.6. +#### For Chrome +1. Use the shortcut you created to open Muledump in app mode. No additional plugins are required. -Muledump Online is available hosted on Github [here](https://jakcodex.github.io/muledump/muledump.html). +--- -All released versions are available for download [here](https://github.com/jakcodex/muledump/releases). +## Updating Muledump +Whenever an update is released: +1. Replace all the files in the directory where you extracted Muledump. -## Muledump Online Version +That's it! You're good to go. -- Open [https://jakcodex.github.io/muledump/muledump.html](https://jakcodex.github.io/muledump/muledump.html) -- Returning users can upload a backup or import their existing accounts.js file -- New users will be guided through first time setup -- This version runs entirely on your local computer and is updated automatically with new releases -- All user and account data submitted and stored in this version never leaves your computer +--- -## Muledump Local Version - -- Unzip the latest muledump release -- Open **`muledump.html`** -- First time users will be guided thru Muledump setup -- Returning users are ready to go immediately - -## Main Features - -- Manage all of your ROTMG accounts from a single interface -- [SetupTools](docs/setuptools/index.md) - An easy to use, browser-based user interface for managing Muledump -- [Groups Manager](docs/setuptools/help/groups-manager/manager.md) - Account grouping and ordering utility to customize the Muledump accounts list -- [Muledump Online](https://jakcodex.github.io/muledump/muledump.html) - Load Muledump directly from Github using SetupTools -- [One Click Login](https://github.com/jakcodex/muledump/wiki/One-Click-Login) - Login to your accounts via Exalt, the browser or Flash Projector with one click -- [Storage Compression](https://github.com/jakcodex/muledump/wiki/Storage-Compression) - Store more data in the browser than previously possible -- [Muledump Totals](https://github.com/jakcodex/muledump/wiki/Totals) - Filtering on fame bonus, feed power, soulbound, tradeable, ut, and st, and specified accounts, and easy switching between pre-defined totals configs -- [White Bag Tracker](docs/muledump/whitebags.md) - Track your white bag collection the way you want to -- Archive Backups - Backup and restore Muledump with account data to prevent having to reload unnecessarily -- Skin Wardrobe - View all skins owned by your accounts -- MuleQueue - Task queuing to control the flow of requests from Muledump -- Vault display is fully customizable and comes with four pre-defined layouts -- Full character skin and dye support in portraits -- Character sorting by fame, exp, total fame, class, active time, maxed stats, and custom lists -- Custom character lists allow you to create custom Muledump account layouts showing only characters you specify -- Exporting works with the following modes: text, csv, json, image, imgur, paste -- Fully compliant with Deca rate limiting - -## Not so obvious features - -- click on item to filter accounts that hold it -- click on account name for individual options menu -- shift+click an account to filter totals display -- ctrl-click account name to temporarily hide it from totals -- ctrl-click on an item to open its Realmeye menu -- ctrl-click on two items to open the Realmeye Trading menu -- logins thru muledump count towards daily login calendar -- account settings include automatic reload, login-only (daily calendar only), and cache disable -- right click anywhere on a mule to access the mule menu -- active mulequeue can be resumed if muledump is closed or reloaded -- See a full list of available actions at the [Keyboard and Mouse Controls](https://github.com/jakcodex/muledump/wiki/Keyboard-and-Mouse-Controls) wiki - -## Check out the [Frequently Asked Questions](https://github.com/jakcodex/muledump/wiki/Frequently-Asked-Questions) and explore the [wiki](https://github.com/jakcodex/muledump/wiki) for more information! - - -## Support and Contributions - -Jakcodex/Muledump operates its own Discord server - [https://discord.gg/JFS5fqW](https://discord.gg/JFS5fqW). - -Feel free to join and ask for help getting setup, hear about new updates, offer your suggestions and feedback, or just say hi. We love to hear from the community! - -If you encounter a bug, have a feature request, or have any other feedback you can also check out the [issue tracker](https://github.com/jakcodex/muledump/issues) to see if it's already being discussed. If not then you can [submit a new issue](https://github.com/jakcodex/muledump/issues/new). - -If you are interested in helping test new versions of this software before release then check out [Muledump Preview](https://github.com/jakcodex/muledump-preview/) for the recent stable development builds of Muledump. - -Feel free to submit pull requests or patches if you have any Muledump changes you'd like to contribute. See [Contributing](https://github.com/jakcodex/muledump/wiki/Contributing) for more information. - -## Version and Update Information - -Muledump versions are described as x.y.p where x is the major version, y is the minor version, and p is the patch version. - -All version increments are published as an official Muledump Local release. - -Muledump Online always runs the latest version of Muledump with all patches. - -## Special Thanks - -Muledump Renders are maintained by [tuvior](https://github.com/tuvior). - -Thanks to [Atomizer](https://github.com/atomizer) for all the original Muledump work and for his [endorsement](https://github.com/atomizer/muledump#on-indefinite-hiatus-an-active-fork-is-here). - -Thanks to [Wawawa](https://github.com/wawawawawawawa) for his progress tracking feature. - -This project uses open source libraries from many projects. See our dependencies to check them out. - -This project uses textures and animated graphics courtesy of [Loading.io](https://www.loading.io). - -## FYI - -The following paths are for Github Pages configuration and are not apart of the Muledump code: _layouts, assets, and _config.yml. - -## Donations - -People ask about donating to the Jakcodex/Muledump project rather frequently. This project has not been without its expenses, so your contributions are welcome and appreciated. - -If you are so inclined, you can donate to one of these locations: - -##### Paypal -paypal@jakcodex.io - -## Privacy Policy - -Click to read more about our [Privacy Policy](privacy-policy.md). - -## Jakcodex/Muledump License - -Copyright 2020 [Jakcodex](https://github.com/jakcodex) - -Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Enjoy using Muledump to manage your accounts efficiently! diff --git a/accounts_sample.js b/accounts_sample.js deleted file mode 100644 index bb63ef2b..00000000 --- a/accounts_sample.js +++ /dev/null @@ -1,4 +0,0 @@ -// accounts.js is no longer required or recommended and will be removed entirely in a future release -// launch muledump.html and get setup using the new in-browser user interface -// optionally, you can import any accounts.js file you may have -// all data is stored in your browser diff --git a/lib/constants.js b/lib/constants.js index 0a690270..cd5d2be0 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -1,7260 +1,10460 @@ -// Generated with https://github.com/jakcodex/muledump-render -// Realm of the Mad God v4.0.4.0.0 (build: 07935b9988ae57a1b74a7c0b98be6c1e) - -rendersVersion = "renders-20231107-103902-4.0.4.0.0"; - -// type: ["id", SlotType, Tier, x, y, FameBonus, feedPower, BagType, Soulbound, UT/ST], +// Generated with https://github.com/jakcodex/muledump-render +// Realm of the Mad God v1.0 (build: ) +rendersVersion = 'renders-20250429-113243-1.0'; +// type: ["id", SlotType, Tier, x, y, FameBonus, feedPower, BagType, Soulbound, qty] items = { '-1': ['Empty Slot', 0, -1, 5, 5, 0, 0, 0, false, 0], 0: ['Unknown Item', 0, -1, 50, 5, 0, 0, 0, false, 0], - 283: ['The Hive Key', 10, -1, 3515, 185, 0, 200, 7, true, 0], - 284: ['Bottled Honey', 10, -1, 2165, 2390, 0, 0, 2, false, 0], - 303: ['Mountain Temple Key', 10, -1, 3920, 185, 0, 200, 7, true, 0], - 306: ['Orb of Sweet Demise', 21, -1, 2255, 2390, 4, 200, 4, false, 0], - 308: ['Cemetery Key', 10, -1, 2930, 185, 0, 200, 7, true, 0], - 310: ['Honey Scepter', 23, -1, 2210, 2390, 4, 250, 4, false, 0], - 314: ['Inuit Skin', 10, -1, 2255, 635, 0, 1000, 7, true, 0], - 315: ['Snowcloaked Rogue Skin', 10, -1, 2300, 635, 0, 1000, 7, true, 0], - 316: ['Mystery Dye (Clothing)', 10, -1, 3425, 2390, 0, 0, 2, true, 0], - 317: ['Accessory Dye Remover', 10, -1, 1220, 2435, 0, 0, 2, true, 0], - 318: ['Clothing Dye Remover', 10, -1, 1265, 2435, 0, 0, 2, true, 0], - 319: ['Apple of Semi Maxening', 10, -1, 2750, 2390, 0, 0, 8, true, 0], - 323: ['Lil Beach Rogue Skin', 10, -1, 995, 815, 0, 1000, 7, true, 0], - 325: ['Energy Signet', 10, -1, 2885, 2525, 0, 0, 8, true, 0], - 399: ['Gift of Krathan', 10, -1, 3830, 275, 0, 50000, 8, true, 0], - 400: ['Apple of Extreme Maxening', 10, -1, 3785, 275, 0, 0, 8, true, 0], - 403: ['Inari Sorcerer Skin', 10, -1, 1085, 815, 0, 1000, 7, true, 0], - 534: ['Level 20 Unlocker', 10, -1, 2795, 2390, 0, 10000, 8, true, 0], - 536: ['Fame Chicken', 10, -1, 2840, 2390, 0, 200000, 8, true, 0], - 538: ['Wine Cellar Key', 10, -1, 3605, 185, 0, 200, 7, true, 0], - 545: ['Hearticles', 10, -1, 3200, 365, 0, 0, 2, true, 0], - 573: ['Toxic Sewers Key', 10, -1, 3470, 185, 0, 200, 7, true, 0], - 579: ['Marble Seal', 12, -1, 1580, 2435, 8, 1300, 6, true, 1], - 580: ['Staff of Unholy Sacrifice', 17, -1, 1625, 2435, 7, 1200, 6, true, 1], - 581: ['Cult Key', 10, -1, 4190, 185, 0, 0, 7, true, 0], - 583: ['Vial of Pure Darkness', 10, -1, 1670, 2435, 0, 500, 4, true, 0], - 584: ['Gravel', 10, -1, 1715, 2435, 0, 120, 2, false, 0], - 585: ["Creator's Ring", 9, -1, 4055, 275, 0, 1500, 8, true, 1], - 586: ['Sadamune', 24, 13, 2120, 2300, 7, 650, 9, false, 0], - 587: ['Kusanagi', 24, 14, 2165, 2300, 8, 950, 9, true, 0], - 588: ['Bow of the Void', 3, -1, 1760, 2435, 7, 1200, 6, true, 1], - 589: ['Quiver of the Shadows', 15, -1, 1805, 2435, 8, 1300, 6, true, 1], - 590: ['Armor of Nil', 6, -1, 1850, 2435, 7, 1100, 6, true, 1], - 591: ['Sourcestone', 9, -1, 1895, 2435, 7, 1000, 6, true, 1], - 592: ['Skull of Corrupted Souls', 19, -1, 1985, 2435, 7, 1300, 6, true, 1], - 593: ['Omnipotence Ring', 9, -1, 1940, 2435, 8, 1500, 6, true, 1], - 594: ['Ritual Robe', 14, -1, 2030, 2435, 7, 1100, 6, true, 1], - 595: ['Bloodshed Ring', 9, -1, 2075, 2435, 7, 1000, 6, true, 1], - 596: ['Sword of the Colossus', 1, -1, 2120, 2435, 7, 1200, 6, true, 1], - 597: ['Breastplate of New Life', 7, -1, 2165, 2435, 7, 1100, 6, true, 1], - 598: ['Magical Lodestone', 9, -1, 2210, 2435, 7, 1000, 6, true, 1], - 599: ['Cloak of Bloody Surprises', 13, -1, 2255, 2435, 8, 1300, 6, true, 1], - 600: ['Carved Golem Remains', 2, -1, 1400, 2435, 5, 900, 8, true, 2], - 601: ['Brain of the Golem', 22, -1, 1445, 2435, 7, 950, 8, true, 2], - 602: ['Golem Garments', 6, -1, 1490, 2435, 6, 700, 8, true, 2], - 603: ['Rusty Cuffs', 9, -1, 1535, 2435, 4, 700, 8, true, 2], - 607: ['Axolotl Pet Skin', 10, -1, 4055, 1175, 0, 1000, 7, true, 0], - 608: ['Tome of Holy Furor', 4, -1, 4145, 2525, 7, 950, 6, true, 1], - 610: ['Helm of the Immortal', 16, -1, 4190, 2525, 6, 950, 6, true, 1], - 612: ['Seal of Divine Focus', 12, -1, 4235, 2525, 6, 1000, 6, true, 1], - 613: ['Peppermint Wakizashi', 27, -1, 4100, 2525, 7, 380, 4, false, 0], - 750: ['Steamworks Engraving Chest', 10, -1, 4010, 3155, 0, 0, 8, true, 0], - 751: ['Daily Dust Drop Chance Potion (27.5%)', 10, -1, 1400, 3200, 0, 0, 7, true, 0], - 752: ['Weekly Dust Drop Chance Potion (27.5%)', 10, -1, 1445, 3200, 0, 0, 7, true, 0], - 753: ['Daily Dust Drop Volume Potion (60%)', 10, -1, 1490, 3200, 0, 0, 7, true, 0], - 754: ['Weekly Dust Drop Volume Potion (60%)', 10, -1, 1535, 3200, 0, 0, 7, true, 0], - 786: ['Crucible Melee Ring', 9, -1, 1895, 3200, 6, 750, 6, true, 1], - 787: ['Crucible Magic Ring', 9, -1, 1940, 3200, 6, 750, 6, true, 1], - 788: ['Crucible Archer Ring', 9, -1, 1985, 3200, 6, 750, 6, true, 1], - 789: ['Crucible Tank Ring', 9, -1, 2030, 3200, 6, 750, 6, true, 1], - 808: ['Dragon Slayer Warrior Skin', 10, -1, 1040, 815, 0, 1000, 7, true, 0], - 810: ['Char Slot Unlocker', 10, -1, 2570, 2390, 0, 0, 8, true, 0], - 811: ['Vault Chest Unlocker', 10, -1, 2615, 2390, 0, 0, 8, true, 0], - 812: ['Basic Sulphur', 10, -1, 1805, 2795, 0, 50, 5, true, 0], - 813: ['Greater Sulphur', 10, -1, 1850, 2795, 0, 100, 5, true, 0], - 814: ['Superior Sulphur', 10, -1, 1895, 2795, 0, 150, 5, true, 0], - 815: ['Paramount Sulphur', 10, -1, 1940, 2795, 0, 300, 5, true, 0], - 816: ['Exalted Sulphur', 10, -1, 1985, 2795, 0, 500, 5, true, 0], - 887: ['Oryx Chamber Key', 10, -1, 3695, 185, 0, 200, 7, true, 0], - 1021: ['The Golden Forgotten Crown', 9, -1, 2075, 3200, 8, 1400, 6, true, 1], - 1023: ['Spooky Smasher', 1, -1, 3290, 3200, 8, 950, 6, true, 1], - 1024: ['Longbow of Spirits and Shadows', 3, -1, 3335, 3200, 8, 1200, 6, true, 1], - 1043: ['Golden Egg x1', 10, -1, 1535, 1355, 0, 0, 2, true, 0], - 1044: ['Golden Egg x2', 10, -1, 1580, 1355, 0, 0, 2, true, 0], - 1045: ['Golden Egg x3', 10, -1, 1625, 1355, 0, 0, 2, true, 0], - 1046: ['Golden Egg x4', 10, -1, 1670, 1355, 0, 0, 2, true, 0], - 1047: ['Golden Egg x5', 10, -1, 1715, 1355, 0, 0, 2, true, 0], - 1048: ['Golden Egg x6', 10, -1, 1760, 1355, 0, 0, 2, true, 0], - 1049: ['Golden Egg x7', 10, -1, 1805, 1355, 0, 0, 2, true, 0], - 1050: ['Golden Egg x8', 10, -1, 1850, 1355, 0, 0, 2, true, 0], - 1051: ['Golden Egg x9', 10, -1, 1895, 1355, 0, 0, 2, true, 0], - 1052: ['Golden Egg x10', 10, -1, 1940, 1355, 0, 0, 2, true, 0], - 1053: ['Golden Egg x11', 10, -1, 1985, 1355, 0, 0, 2, true, 0], - 1054: ['Golden Egg x12', 10, -1, 2030, 1355, 0, 0, 2, true, 0], - 1055: ['Golden Egg x13', 10, -1, 2075, 1355, 0, 0, 2, true, 0], - 1056: ['Golden Egg x14', 10, -1, 2120, 1355, 0, 0, 2, true, 0], - 1057: ['Golden Egg x15', 10, -1, 2165, 1355, 0, 0, 2, true, 0], - 1058: ['Golden Egg x16', 10, -1, 2210, 1355, 0, 0, 2, true, 0], - 1059: ['Golden Egg x17', 10, -1, 2255, 1355, 0, 0, 2, true, 0], - 1060: ['Golden Egg x18', 10, -1, 2300, 1355, 0, 0, 2, true, 0], - 1061: ['Golden Egg x19', 10, -1, 2345, 1355, 0, 0, 2, true, 0], - 1062: ['Golden Egg x20', 10, -1, 2390, 1355, 0, 0, 2, true, 0], - 1077: ['Mini Incubus Sorcerer Skin', 10, -1, 545, 1130, 0, 1000, 7, true, 0], - 1080: ['Robin Hood Skin', 10, -1, 590, 1130, 0, 1000, 7, true, 0], - 1150: ['Campaign Points Test', 10, -1, 4145, 275, 0, 0, 7, true, 0], - 1151: ['Tome of the Mushroom Tribes', 4, -1, 4190, 2570, 7, 850, 6, true, 1], - 1155: ['Heavy Protective Matrix', 7, -1, 2930, 2570, 6, 750, 6, true, 1], - 1156: ['Magic Protective Matrix', 14, -1, 2885, 2570, 6, 750, 6, true, 1], - 1157: ['Fitted Protective Matrix', 6, -1, 2840, 2570, 6, 750, 6, true, 1], - 1159: ['Locked Reactor', 9, -1, 2480, 2570, 5, 850, 8, true, 1], - 1176: ['Loaded Core', 9, -1, 2750, 2570, 6, 750, 6, true, 2], - 1177: ['Crystal Shield', 5, -1, 4370, 2570, 7, 950, 6, true, 1], - 1178: ['Entropy Reactor', 9, -1, 2795, 2570, 7, 750, 6, true, 2], - 1189: ['Pixie-Enchanted Sword', 1, -1, 2570, 2570, 5, 750, 8, true, 2], - 1190: ['Seal of the Enchanted Forest', 12, -1, 2615, 2570, 7, 600, 8, true, 2], - 1191: ['Fairy Plate', 7, -1, 2660, 2570, 6, 500, 8, true, 2], - 1192: ['Ring of Pure Wishes', 9, -1, 2705, 2570, 4, 500, 8, true, 2], - 1200: ["Crystallised Fang's Venom", 18, -1, 4415, 2570, 8, 850, 6, true, 1], - 1201: ['Crystallised Mist', 9, -1, 4460, 2570, 6, 850, 6, true, 1], - 1202: ['Cave Dweller Trap', 20, -1, 5, 2615, 7, 850, 6, true, 1], - 1203: ['Sporous Spray Spell', 11, -1, 4235, 2570, 7, 1000, 6, true, 1], - 1205: ['Fungal Breastplate', 7, -1, 4280, 2570, 6, 800, 6, true, 1], - 1206: ['Echoes Prism', 22, -1, 4325, 2570, 7, 900, 6, true, 1], - 1210: ['Dirk of Cronus', 2, -1, 2705, 3200, 8, 950, 6, true, 1], - 1211: ['Skull of Corrupted Souls', 19, -1, 2750, 3200, 7, 1300, 6, true, 1], - 1212: ['Leaf Bow', 3, -1, 2795, 3200, 6, 800, 6, true, 1], - 1213: ['Double Vision Darts', 15, -1, 2840, 3200, 6, 850, 6, true, 1], - 1214: ['Seal of Cubic Conundra', 12, -1, 2885, 3200, 7, 800, 6, true, 1], - 1215: ['Jewel Eye Katana', 24, -1, 2930, 3200, 3, 109, 6, true, 1], - 1220: ['Heartbreaker Wand', 8, -1, 3380, 3200, 5, 850, 8, true, 2], - 1221: ['Lovesick Scepter', 23, -1, 3425, 3200, 7, 900, 8, true, 2], - 1222: ['Devilish Robes', 14, -1, 3470, 3200, 6, 800, 8, true, 2], - 1223: ['Devil Horn Headband', 9, -1, 3515, 3200, 4, 750, 8, true, 2], - 1226: ['Snake Eye Ring', 9, -1, 2975, 3200, 2, 110, 4, true, 1], - 1227: ['Candy-Coated Armor', 7, -1, 3020, 3200, 6, 1000, 6, true, 1], - 1228: ['Doku No Ken', 24, -1, 3065, 3200, 6, 800, 6, true, 1], - 1230: ['Sword of the Colossus', 1, -1, 3110, 3200, 7, 1200, 6, true, 1], - 1302: ['Angry Orc Warrior Skin', 10, -1, 1220, 815, 0, 1000, 7, true, 0], - 1306: ['Mini Flesh Collector Skin', 10, -1, 1265, 815, 0, 1000, 7, true, 0], - 1333: ['Monk Paladin Skin', 10, -1, 1310, 815, 0, 1000, 7, true, 0], - 1361: ['Wine Cellar Key', 10, -1, 3650, 185, 0, 200, 7, true, 0], - 1394: ['K.I.D.D. Force', 17, -1, 5, 2570, 4, 20, 6, false, 0], - 1395: ['MMace MMurderer', 1, -1, 50, 2570, 4, 1313, 6, false, 0], - 1396: ['Mister Mango', 2, -1, 95, 2570, 4, 833, 6, false, 0], - 1397: ['Butter Bow', 3, -1, 140, 2570, 4, 777, 6, false, 0], - 1398: ['Caduceus of Current Craziness', 8, -1, 185, 2570, 4, 35, 6, false, 0], - 1399: ['Blade of Ages', 24, -1, 230, 2570, 4, 202, 6, false, 0], - 1400: ['Brilliance Bow', 3, -1, 4325, 2525, 5, 0, 8, true, 2], - 1401: ['Quintessential Quiver', 15, -1, 4370, 2525, 5, 0, 8, true, 2], - 1402: ['Luxurious Leather', 6, -1, 4415, 2525, 5, 0, 8, true, 2], - 1403: ['Regal Ring', 9, -1, 4460, 2525, 5, 0, 8, true, 2], - 1404: ['Cursed Library Key', 10, -1, 140, 230, 0, 200, 7, true, 0], - 1405: ['Necronomicon', 4, -1, 2075, 2570, 7, 700, 6, false, 0], - 1406: ["Scholar's Seal", 12, -1, 2120, 2570, 7, 800, 6, false, 0], - 1407: ["Ronin's Wakizashi", 27, -1, 2165, 2570, 5, 500, 4, false, 0], - 1408: ['Corruption Cutter', 2, -1, 2210, 2570, 6, 850, 6, false, 0], - 1409: ['Server Heart', 10, -1, 4280, 2525, 0, 10, 2, false, 0], - 1412: ['Fungal Cavern Key', 10, -1, 365, 230, 0, 200, 7, true, 0], - 1413: ['Malogia Key', 10, -1, 185, 230, 0, 200, 7, true, 0], - 1414: ['Untaris Key', 10, -1, 230, 230, 0, 200, 7, true, 0], - 1415: ['Forax Key', 10, -1, 275, 230, 0, 200, 7, true, 0], - 1416: ['Katalund Key', 10, -1, 320, 230, 0, 200, 7, true, 0], - 1417: ['Cloak of Refraction', 13, -1, 50, 2615, 7, 1000, 6, true, 1], - 1418: ['Fractured Gemstone Wakizashi', 27, -1, 95, 2615, 7, 1000, 6, true, 0], - 1421: ['Star of Enlightenment', 25, -1, 140, 2615, 7, 1000, 6, true, 1], - 1544: ['Guild Hall 1 Key', 10, -1, 95, 5, 0, 200, 8, true, 0], - 1563: ['Guild Hall 2 Key', 10, -1, 140, 5, 0, 200, 8, true, 0], - 1576: ['Guild Hall 4 Key', 10, -1, 230, 5, 0, 200, 8, true, 0], - 1584: ['Guild Hall 3 Key', 10, -1, 185, 5, 0, 200, 8, true, 0], - 1601: ['Skeleton Key', 10, -1, 3875, 275, 0, 50000, 8, true, 0], - 1704: ['Pet Rock', 10, -1, 3155, 365, 0, 100, 8, true, 0], - 1705: ['Apocalypse Feather', 1, -1, 185, 2435, 6, 1000, 6, false, 0], - 1717: ['Dragon Buddies', 10, -1, 2975, 2390, 0, 500, 5, true, 0], - 1769: ['Mystery Reward', 10, -1, 3560, 2525, 0, 0, 5, false, 0], - 1770: ['Aegis Armor', 7, -1, 860, 2660, 6, 750, 6, true, 1], - 1771: ['Squadron Sheathing', 6, -1, 905, 2660, 6, 750, 6, true, 1], - 1772: ["Judge's Robe", 14, -1, 950, 2660, 6, 750, 6, true, 1], - 1793: ['Undead Lair Key', 10, -1, 2030, 185, 0, 200, 7, true, 0], - 1797: ['Pirate Cave Key', 10, -1, 2075, 185, 0, 200, 7, true, 0], - 1798: ['Spider Den Key', 10, -1, 2120, 185, 0, 200, 7, true, 0], - 1799: ['Healing Ichor', 10, -1, 2840, 2165, 0, 20, 2, false, 0], - 1800: ["Spider's Eye Ring", 9, -1, 3830, 2165, 2, 110, 4, false, 0], - 1801: ['Poison Fang Dagger', 2, -1, 3695, 2120, 0, 130, 4, false, 0], - 1802: ['Abyss of Demons Key', 10, -1, 2165, 185, 0, 200, 7, true, 0], - 1803: ['Snake Pit Key', 10, -1, 2210, 185, 0, 200, 7, true, 0], - 1808: ['Tomb of the Ancients Key', 10, -1, 2255, 185, 0, 200, 7, true, 0], - 1823: ['Sprite World Key', 10, -1, 2345, 185, 0, 200, 7, true, 0], - 1826: ['Wine Cellar Incantation', 10, -1, 3875, 2255, 0, 500, 4, false, 0], - 1894: ['Staff of Esben', 17, -1, 4370, 2345, 6, 750, 6, false, 0], - 1895: ['Skullish Remains of Esben', 19, -1, 4415, 2345, 7, 800, 6, false, 0], - 1897: ['Tomb of the Ancients (Heroic) Key', 10, -1, 2300, 185, 0, 200, 7, true, 0], - 1901: ['Cockatoo Pet Skin', 10, -1, 50, 1220, 0, 1000, 7, true, 0], - 1904: ['Heart of Gold Prism', 22, -1, 2750, 2480, 6, 500, 6, false, 0], - 1915: ['Tincture of Fear', 10, -1, 2975, 2165, 0, 10, 2, false, 0], - 1916: ['Tincture of Courage', 10, -1, 3020, 2165, 0, 10, 2, false, 0], - 1932: ['Parasite Chambers Key', 10, -1, 4235, 185, 0, 200, 7, true, 0], - 1933: ['Parasite Chambers Permakey', 10, -1, 4280, 185, 0, 200, 7, true, 0], - 1953: ['Recurring Terror Spell', 11, -1, 410, 2480, 7, 1000, 6, true, 1], - 1976: ['Tome of Pain', 4, -1, 455, 2480, 7, 750, 6, true, 1], - 1977: ['Scepter of Devastation', 23, -1, 500, 2480, 7, 900, 6, true, 1], - 1978: ['pD Armor', 7, -1, 545, 2480, 6, 800, 6, true, 1], - 2108: ['Fairy Dust', 10, -1, 3200, 2480, 0, 30, 2, false, 0], - 2109: ['Fairy Ring', 9, -1, 3380, 2480, 2, 200, 4, false, 0], - 2110: ['Woodland Robe', 14, -1, 3335, 2480, 3, 275, 4, false, 0], - 2111: ['Enchantment Orb', 21, -1, 3290, 2480, 6, 550, 6, false, 0], - 2112: ['Spirit Staff', 17, -1, 3245, 2480, 6, 600, 6, false, 0], - 2173: ['Magic Woods Key', 10, -1, 4370, 185, 0, 200, 7, true, 0], - 2181: ['Hazmat Suit Assassin Skin', 10, -1, 1355, 815, 0, 1000, 7, true, 0], - 2201: ['Dagger of the Hasteful Rabbit', 2, -1, 320, 2435, 4, 310, 4, false, 0], - 2216: ['Helm of the Swift Bunny', 16, -1, 365, 2435, 6, 500, 6, true, 1], - 2217: ['Vitamine Buster', 11, -1, 410, 2435, 6, 500, 6, true, 1], - 2224: ['Killer Bee Queen Pet Skin', 10, -1, 4100, 1130, 0, 1000, 7, true, 0], - 2225: ['Hivemaster Helm', 16, -1, 725, 2435, 7, 1000, 6, true, 1], - 2266: ['Admin Prism', 22, -1, 3200, 320, 0, 100000, 6, true, 1], - 2295: ['Nectar Crossfire', 3, -1, 1040, 2435, 5, 800, 8, true, 2], - 2296: ['Honeytomb Snare', 20, -1, 1085, 2435, 7, 700, 8, true, 2], - 2297: ['Apiary Armor', 6, -1, 1130, 2435, 6, 500, 8, true, 2], - 2298: ['Honey Circlet', 9, -1, 1175, 2435, 4, 500, 8, true, 2], - 2320: ['Staff of the Fundamental Core', 17, 14, 995, 2255, 8, 950, 9, true, 0], - 2321: ['Skull of Endless Torment', 19, -1, 2120, 2255, 7, 1000, 6, true, 1], - 2322: ['Prism of Dancing Swords', 22, -1, 3425, 2255, 7, 750, 6, false, 0], - 2323: ['Crown', 9, -1, 320, 2300, 0, 0, 6, true, 1], - 2324: ['Useless Katana', 24, -1, 2210, 2300, 0, 300, 6, false, 0], - 2325: ['Ray Katana', 24, -1, 2255, 2300, 8, 700, 6, true, 1], - 2326: ['Midnight Star', 25, -1, 2615, 2300, 7, 850, 6, true, 1], - 2355: ['Testing Gift', 10, -1, 3920, 275, 0, 50000, 8, true, 0], - 2383: ['Pigboot Pet Skin', 10, -1, 770, 1220, 0, 1000, 7, true, 0], - 2410: ['Picante Taco', 10, -1, 1850, 2525, 0, 650, 7, true, 0], - 2411: ['Napalm Taco', 10, -1, 1895, 2525, 0, 1350, 7, true, 0], - 2412: ['Atomic Taco', 10, -1, 1940, 2525, 0, 2900, 7, true, 0], - 2413: ['Hot Sauce', 10, -1, 1985, 2525, 0, 50, 7, false, 0], - 2414: ['Cerveza', 10, -1, 2030, 2525, 0, 0, 2, true, 0], - 2417: ['Indian Beauty Sorceress Skin', 10, -1, 1130, 815, 0, 1000, 7, true, 0], - 2419: ['Wererat Rogue Skin', 10, -1, 1175, 815, 0, 1000, 7, true, 0], - 2423: ['Void Key', 10, -1, 4145, 185, 0, 0, 7, true, 0], - 2456: ['Magical Accessory Dye Remover', 10, -1, 1310, 2435, 0, 0, 2, true, 0], - 2457: ['Magical Clothing Dye Remover', 10, -1, 1355, 2435, 0, 0, 2, true, 0], - 2493: ['Moss Bag', 10, -1, 3875, 2390, 0, 0, 7, true, 0], - 2494: ['Stone Bag', 10, -1, 3920, 2390, 0, 0, 7, true, 0], - 2495: ['Mad God Bag', 10, -1, 3965, 2390, 0, 0, 7, true, 0], - 2496: ['Wand of Retribution', 8, 14, 1040, 2120, 8, 950, 9, true, 0], - 2497: ['Wyrmhide Armor', 6, 14, 2615, 2120, 7, 650, 9, false, 0], - 2498: ['Admin Katana', 24, -1, 3470, 320, 0, 1000000, 6, true, 1], - 2499: ['Leviathan Armor', 6, 15, 2660, 2120, 8, 950, 9, true, 0], - 2500: ['Dominion Armor', 7, 14, 3290, 2120, 7, 650, 9, false, 0], - 2501: ['Annihilation Armor', 7, 15, 3335, 2120, 8, 950, 9, true, 0], - 2502: ['Dagger of Sinister Deeds', 2, 13, 4010, 2120, 7, 650, 9, false, 0], - 2503: ['Dagger of Dire Hatred', 2, 14, 4055, 2120, 8, 950, 9, true, 0], - 2504: ['Sword of Splendor', 1, 13, 140, 2120, 7, 650, 9, false, 0], - 2505: ['Sword of Majesty', 1, 14, 185, 2120, 8, 950, 9, true, 0], - 2506: ['Wand of Evocation', 8, 13, 995, 2120, 7, 650, 9, false, 0], - 2507: ['Def Test Sword', 1, -1, 3200, 2300, 0, 6000, 1, false, 0], - 2508: ['Bow of Mystical Energy', 3, 13, 230, 2165, 7, 650, 9, false, 0], - 2509: ['Bow of Deep Enchantment', 3, 14, 275, 2165, 8, 950, 9, true, 0], - 2511: ['Robe of the Star Mother', 14, 14, 4055, 2210, 7, 650, 9, false, 0], - 2512: ['Robe of the Ancient Intellect', 14, 15, 4100, 2210, 8, 950, 9, true, 0], - 2513: ['Staff of the Vital Unity', 17, 13, 950, 2255, 7, 650, 9, false, 0], - 2514: ['Strike Amulet', 4, -1, 3785, 2300, 0, 1000, 6, true, 1], - 2515: ['Admin Staff', 17, -1, 3425, 320, 0, 1000000, 6, true, 1], - 2516: ['Admin Sword', 1, -1, 3245, 320, 0, 100000, 6, true, 1], - 2517: ['Thousand Shot', 3, -1, 4280, 2255, 6, 900, 6, true, 1], - 2518: ['Admin Wand', 8, -1, 3290, 320, 0, 100000, 6, true, 1], - 2519: ['Admin Bow', 3, -1, 3335, 320, 0, 100000, 6, true, 1], - 2520: ['Admin Dagger', 2, -1, 3380, 320, 0, 100000, 6, true, 1], - 2524: ['Edictum Praetoris', 17, -1, 1490, 2390, 5, 800, 8, true, 2], - 2525: ['Memento Mori', 19, -1, 1535, 2390, 7, 900, 8, true, 2], - 2526: ['Toga Picta', 14, -1, 1580, 2390, 6, 750, 8, true, 2], - 2527: ['Interregnum', 9, -1, 1625, 2390, 4, 650, 8, true, 2], - 2555: ['Reef Key', 10, -1, 4415, 185, 0, 200, 7, true, 0], - 2556: ['Cnidaria Rod', 23, -1, 2435, 2390, 7, 900, 6, true, 1], - 2557: ['Bottled Medusozoan', 18, -1, 2480, 2390, 7, 900, 6, true, 1], - 2560: ['Short Sword', 1, 0, 4055, 2075, 0, 4, 1, false, 0], - 2561: ['Long Sword', 1, 3, 4190, 2075, 0, 11, 1, false, 0], - 2562: ['Golden Sword', 1, 7, 4370, 2075, 1, 53, 2, false, 0], - 2563: ['Crystal Sword', 1, -1, 230, 2120, 5, 600, 6, false, 0], - 2564: ['Fire Wand', 8, 0, 365, 2120, 0, 4, 1, false, 0], - 2565: ['Missile Wand', 8, 3, 500, 2120, 0, 11, 1, false, 0], - 2566: ["Hell's Fire Wand", 8, 5, 590, 2120, 0, 24, 1, false, 0], - 2567: ['Wand of Death', 8, 8, 770, 2120, 2, 75, 2, false, 0], - 2568: ['Wooden Shield', 5, 0, 1580, 2120, 0, 4, 1, false, 0], - 2569: ['Iron Shield', 5, 1, 1625, 2120, 0, 8, 1, false, 0], - 2570: ['Steel Shield', 5, 2, 1670, 2120, 0, 15, 1, false, 0], - 2571: ['Golden Shield', 5, 4, 1760, 2120, 2, 68, 2, false, 0], - 2572: ['Mithril Shield', 5, 5, 1805, 2120, 4, 139, 4, false, 0], - 2573: ['Leather Armor', 6, 2, 2030, 2120, 0, 7, 1, false, 0], - 2574: ['Studded Leather Armor', 6, 8, 2300, 2120, 1, 58, 2, false, 0], - 2575: ['Chainmail', 7, 2, 2750, 2120, 0, 7, 1, false, 0], - 2576: ['Golden Chainmail', 7, 5, 2885, 2120, 0, 20, 1, false, 0], - 2577: ['Plate Mail', 7, 6, 2930, 2120, 0, 29, 1, false, 0], - 2578: ['Mithril Armor', 7, 8, 3020, 2120, 1, 58, 2, false, 0], - 2579: ['Dragonscale Armor', 7, 9, 3065, 2120, 2, 83, 2, false, 0], - 2580: ['Steel Dagger', 2, 0, 3380, 2120, 0, 4, 1, false, 0], - 2581: ['Dirk', 2, 1, 3425, 2120, 0, 5, 1, false, 0], - 2582: ['Golden Dagger', 2, 5, 3605, 2120, 0, 24, 1, false, 0], - 2583: ['Obsidian Dagger', 2, 6, 3650, 2120, 0, 35, 1, false, 0], - 2584: ['Mithril Dagger', 2, 7, 3740, 2120, 1, 53, 2, false, 0], - 2585: ['Fire Dagger', 2, 8, 3785, 2120, 2, 75, 2, false, 0], - 2586: ['Shortbow', 3, 0, 4145, 2120, 0, 4, 1, false, 0], - 2587: ['Hardwood Bow', 3, 2, 4235, 2120, 0, 8, 1, false, 0], - 2588: ['Fire Bow', 3, 5, 4370, 2120, 0, 24, 1, false, 0], - 2589: ['Sharpshooter Bow', 3, 6, 4415, 2120, 0, 35, 1, false, 0], - 2590: ['Golden Bow', 3, 8, 5, 2165, 2, 75, 2, false, 0], - 2591: ['Potion of Attack', 10, 2, 815, 2165, 0, 150, 5, false, 0], - 2592: ['Potion of Defense', 10, 2, 860, 2165, 0, 150, 5, false, 0], - 2593: ['Potion of Speed', 10, 2, 905, 2165, 0, 150, 5, false, 0], - 2594: ['Health Potion', 10, 1, 1625, 2165, 0, 5, 0, false, 0], - 2595: ['Magic Potion', 10, 1, 1670, 2165, 0, 5, 0, false, 0], - 2596: ['Ring of Attack', 9, 1, 3920, 2165, 0, 15, 1, false, 0], - 2597: ['Ring of Defense', 9, 1, 3965, 2165, 0, 15, 1, false, 0], - 2598: ['Ring of Speed', 9, 1, 4010, 2165, 0, 15, 1, false, 0], - 2599: ['Ring of Health', 9, 1, 4190, 2165, 0, 15, 1, false, 0], - 2600: ['Ring of Magic', 9, 1, 4235, 2165, 0, 15, 1, false, 0], - 2601: ['Ring of Greater Attack', 9, 2, 4280, 2165, 1, 28, 2, false, 0], - 2602: ['Ring of Greater Defense', 9, 2, 4325, 2165, 1, 28, 2, false, 0], - 2603: ['Ring of Greater Speed', 9, 2, 4370, 2165, 1, 28, 2, false, 0], - 2604: ['Ring of Greater Health', 9, 2, 50, 2210, 1, 28, 2, false, 0], - 2605: ['Ring of Greater Magic', 9, 2, 95, 2210, 1, 28, 2, false, 0], - 2606: ['Fire Spray Spell', 11, 0, 2030, 2210, 0, 4, 1, false, 0], - 2607: ['Fire Nova Spell', 11, 2, 2120, 2210, 0, 15, 1, false, 0], - 2608: ['Magic Nova Spell', 11, 5, 2255, 2210, 4, 139, 4, false, 0], - 2609: ['Healing Tome', 4, 0, 2345, 2210, 0, 4, 1, false, 0], - 2610: ['Spirit Salve Tome', 4, 2, 2435, 2210, 0, 15, 1, false, 0], - 2611: ['Tome of Renewing', 4, 4, 2525, 2210, 2, 68, 2, false, 0], - 2612: ['Potion of Vitality', 10, 2, 950, 2165, 0, 150, 5, false, 0], - 2613: ['Potion of Wisdom', 10, 2, 995, 2165, 0, 150, 5, false, 0], - 2614: ['Ring of Vitality', 9, 1, 4055, 2165, 0, 15, 1, false, 0], - 2615: ['Ring of Wisdom', 9, 1, 4100, 2165, 0, 15, 1, false, 0], - 2616: ['Ring of Greater Vitality', 9, 2, 4415, 2165, 1, 28, 2, false, 0], - 2617: ['Ring of Greater Wisdom', 9, 2, 4460, 2165, 1, 28, 2, false, 0], - 2618: ['Redwood Bow', 3, 7, 4460, 2120, 1, 53, 2, false, 0], - 2619: ['Fire Sword', 1, 5, 4280, 2075, 0, 24, 1, false, 0], - 2620: ['Glass Sword', 1, 6, 4325, 2075, 0, 35, 1, false, 0], - 2621: ['Wand of Dark Magic', 8, 6, 635, 2120, 0, 35, 1, false, 0], - 2622: ['Snakeskin Armor', 6, -1, 2345, 2120, 2, 120, 4, false, 0], - 2623: ['Snake Oil', 10, -1, 2795, 2165, 0, 35, 2, false, 0], - 2624: ['Snakeskin Shield', 5, -1, 1895, 2120, 3, 150, 4, false, 0], - 2625: ['Snake Eye Ring', 9, -1, 3785, 2165, 2, 110, 4, false, 0], - 2626: ['Suspension Orb', 21, 1, 2525, 2255, 0, 8, 1, false, 0], - 2627: ['Imprisonment Orb', 21, 2, 2570, 2255, 0, 15, 1, false, 0], - 2628: ['Neutralization Orb', 21, 3, 2615, 2255, 1, 34, 2, false, 0], - 2629: ['Timelock Orb', 21, 4, 2660, 2255, 2, 68, 2, false, 0], - 2630: ['Banishment Orb', 21, 5, 2705, 2255, 4, 139, 4, false, 0], - 2631: ['Skysplitter Sword', 1, 11, 50, 2120, 5, 233, 4, false, 0], - 2632: ['Elixir of Health', 10, -1, 2390, 2165, 0, 10, 2, true, 0], - 2633: ['Elixir of Health', 10, -1, 2435, 2165, 0, 5, 2, true, 0], - 2634: ['Elixir of Magic', 10, -1, 2660, 2165, 0, 15, 2, true, 0], - 2635: ['Sprite Wand', 8, -1, 725, 2120, 0, 150, 4, false, 0], - 2636: ['Potion of Dexterity', 10, 2, 1040, 2165, 0, 150, 5, false, 0], - 2637: ['Ring of Dexterity', 9, 1, 4145, 2165, 0, 15, 1, false, 0], - 2638: ['Ring of Greater Dexterity', 9, 2, 5, 2210, 1, 28, 2, false, 0], - 2639: ['Ring of Minor Defense', 9, 0, 3875, 2165, 0, 4, 1, false, 0], - 2640: ['Pirate Rum', 10, -1, 2660, 2210, 0, 10, 2, false, 0], - 2641: ['Magic Mushroom', 10, -1, 2705, 2210, 0, 20, 2, false, 0], - 2642: ['Seal of the Initiate', 12, 0, 2750, 2210, 0, 4, 1, false, 0], - 2643: ['Seal of the Seeker', 12, 2, 2840, 2210, 0, 15, 1, false, 0], - 2644: ['Seal of the Divine', 12, 4, 2930, 2210, 2, 68, 2, false, 0], - 2645: ['Seal of the Holy Warrior', 12, 5, 2975, 2210, 4, 139, 4, false, 0], - 2646: ['Cloak of Shadows', 13, 0, 3110, 2210, 0, 4, 1, false, 0], - 2647: ['Cloak of Darkness', 13, 1, 3155, 2210, 0, 8, 1, false, 0], - 2648: ['Cloak of Speed', 13, 2, 3200, 2210, 0, 15, 1, false, 0], - 2649: ['Cloak of the Red Agent', 13, 4, 3290, 2210, 2, 68, 2, false, 0], - 2650: ['Cloak of the Planewalker', 13, -1, 3425, 2210, 6, 750, 6, false, 0], - 2651: ['Tome of Divine Favor', 4, 5, 2570, 2210, 4, 139, 4, false, 0], - 2652: ['Robe of the Neophyte', 14, 1, 3470, 2210, 0, 5, 1, false, 0], - 2653: ['Robe of the Acolyte', 14, 3, 3560, 2210, 0, 11, 1, false, 0], - 2654: ['Robe of the Adept', 14, 6, 3695, 2210, 0, 29, 1, false, 0], - 2655: ['Robe of the Invoker', 14, 7, 3740, 2210, 0, 41, 2, false, 0], - 2656: ['Robe of the Master', 14, 9, 3830, 2210, 2, 83, 2, false, 0], - 2657: ['Magic Quiver', 15, 0, 4145, 2210, 0, 4, 1, false, 0], - 2658: ['Reinforced Quiver', 15, 1, 4190, 2210, 0, 8, 1, false, 0], - 2659: ['Iron Quiver', 15, 2, 4235, 2210, 0, 15, 1, false, 0], - 2660: ['Magesteel Quiver', 15, 4, 4325, 2210, 2, 68, 2, false, 0], - 2661: ['Golden Quiver', 15, 5, 4370, 2210, 4, 139, 4, false, 0], - 2662: ['Combat Helm', 16, 0, 5, 2255, 0, 4, 1, false, 0], - 2663: ['Bronze Helm', 16, 1, 50, 2255, 0, 8, 1, false, 0], - 2664: ['Black Iron Helm', 16, 2, 95, 2255, 0, 15, 1, false, 0], - 2665: ['Red Iron Helm', 16, 3, 140, 2255, 1, 34, 2, false, 0], - 2666: ['Steel Helm', 16, 4, 185, 2255, 2, 68, 2, false, 0], - 2667: ['Golden Helm', 16, 5, 230, 2255, 4, 139, 4, false, 0], - 2668: ['Broad Sword', 1, 1, 4100, 2075, 0, 5, 1, false, 0], - 2669: ['Saber', 1, 2, 4145, 2075, 0, 8, 1, false, 0], - 2670: ['Falchion', 1, 4, 4235, 2075, 0, 17, 1, false, 0], - 2671: ['Force Wand', 8, 1, 410, 2120, 0, 5, 1, false, 0], - 2672: ['Power Wand', 8, 2, 455, 2120, 0, 8, 1, false, 0], - 2673: ['Eldritch Wand', 8, 4, 545, 2120, 0, 17, 1, false, 0], - 2674: ['Blue Steel Dagger', 2, 2, 3470, 2120, 0, 8, 1, false, 0], - 2675: ['Dusky Rose Dagger', 2, 3, 3515, 2120, 0, 11, 1, false, 0], - 2676: ['Silver Dagger', 2, 4, 3560, 2120, 0, 17, 1, false, 0], - 2677: ['Reinforced Bow', 3, 1, 4190, 2120, 0, 5, 1, false, 0], - 2678: ['Greywood Bow', 3, 3, 4280, 2120, 0, 11, 1, false, 0], - 2679: ['Ironwood Bow', 3, 4, 4325, 2120, 0, 17, 1, false, 0], - 2680: ['Wolfskin Armor', 6, 1, 1985, 2120, 0, 5, 1, false, 0], - 2681: ['Basilisk Hide Armor', 6, 3, 2075, 2120, 0, 11, 1, false, 0], - 2682: ['Minotaur Hide Armor', 6, 4, 2120, 2120, 0, 15, 1, false, 0], - 2683: ['Iron Mail', 7, 1, 2705, 2120, 0, 5, 1, false, 0], - 2684: ['Blue Steel Mail', 7, 3, 2795, 2120, 0, 11, 1, false, 0], - 2685: ['Silver Chainmail', 7, 4, 2840, 2120, 0, 15, 1, false, 0], - 2686: ['Robe of the Apprentice', 14, 2, 3515, 2210, 0, 7, 1, false, 0], - 2687: ['Robe of the Student', 14, 4, 3605, 2210, 0, 15, 1, false, 0], - 2688: ['Robe of the Conjurer', 14, 5, 3650, 2210, 0, 20, 1, false, 0], - 2689: ['Elixir of Health', 10, -1, 2345, 2165, 0, 15, 2, true, 0], - 2690: ['Ravenheart Sword', 1, 8, 4415, 2075, 2, 75, 2, false, 0], - 2691: ['Dragonsoul Sword', 1, 9, 4460, 2075, 3, 109, 2, false, 0], - 2692: ['Archon Sword', 1, 10, 5, 2120, 4, 159, 4, false, 0], - 2693: ['Wand of Deep Sorcery', 8, 9, 815, 2120, 3, 109, 2, false, 0], - 2694: ['Wand of Shadow', 8, 10, 860, 2120, 4, 159, 4, false, 0], - 2695: ['Wand of Ancient Warning', 8, 11, 905, 2120, 5, 233, 4, false, 0], - 2696: ['Ragetalon Dagger', 2, 9, 3830, 2120, 3, 109, 2, false, 0], - 2697: ['Emeraldshard Dagger', 2, 10, 3875, 2120, 4, 159, 4, false, 0], - 2698: ['Agateclaw Dagger', 2, 11, 3920, 2120, 5, 233, 4, false, 0], - 2699: ['Verdant Bow', 3, 9, 50, 2165, 3, 109, 2, false, 0], - 2700: ['Bow of Fey Magic', 3, 10, 95, 2165, 4, 159, 4, false, 0], - 2701: ['Bow of Innocent Blood', 3, 11, 140, 2165, 5, 233, 4, false, 0], - 2702: ['Roc Leather Armor', 6, 10, 2435, 2120, 3, 116, 4, false, 0], - 2703: ['Hippogriff Hide Armor', 6, 11, 2480, 2120, 4, 164, 4, false, 0], - 2704: ['Griffon Hide Armor', 6, 12, 2525, 2120, 5, 231, 4, false, 0], - 2705: ['Desolation Armor', 7, 10, 3110, 2120, 3, 116, 4, false, 0], - 2706: ['Vengeance Armor', 7, 11, 3155, 2120, 4, 164, 4, false, 0], - 2707: ['Abyssal Armor', 7, 12, 3200, 2120, 5, 231, 4, false, 0], - 2708: ['Robe of the Shadow Magus', 14, 10, 3875, 2210, 3, 116, 4, false, 0], - 2709: ['Robe of the Moon Wizard', 14, 11, 3920, 2210, 4, 164, 4, false, 0], - 2710: ['Robe of the Elder Warlock', 14, 12, 3965, 2210, 5, 231, 4, false, 0], - 2711: ['Energy Staff', 17, 0, 365, 2255, 0, 4, 1, false, 0], - 2712: ['Firebrand Staff', 17, 1, 410, 2255, 0, 5, 1, false, 0], - 2713: ['Comet Staff', 17, 2, 455, 2255, 0, 8, 1, false, 0], - 2714: ['Serpentine Staff', 17, 3, 500, 2255, 0, 11, 1, false, 0], - 2715: ['Meteor Staff', 17, 4, 545, 2255, 0, 17, 1, false, 0], - 2716: ['Slayer Staff', 17, 5, 590, 2255, 0, 24, 1, false, 0], - 2717: ['Avenger Staff', 17, 6, 635, 2255, 0, 35, 1, false, 0], - 2718: ['Staff of Destruction', 17, 7, 680, 2255, 1, 53, 2, false, 0], - 2719: ['Staff of Horror', 17, 8, 725, 2255, 2, 75, 2, false, 0], - 2720: ['Staff of Necrotic Arcana', 17, 9, 770, 2255, 3, 109, 2, false, 0], - 2721: ['Staff of Diabolic Secrets', 17, 10, 815, 2255, 4, 159, 4, false, 0], - 2722: ['Staff of Astral Knowledge', 17, 11, 860, 2255, 5, 233, 4, false, 0], - 2723: ['Centipede Poison', 18, 0, 1490, 2255, 0, 4, 1, false, 0], - 2724: ['Spider Venom', 18, 1, 1535, 2255, 0, 8, 1, false, 0], - 2725: ['Pit Viper Poison', 18, 2, 1580, 2255, 0, 15, 1, false, 0], - 2726: ['Stingray Poison', 18, 3, 1625, 2255, 1, 34, 2, false, 0], - 2727: ['Felwasp Toxin', 18, 4, 1670, 2255, 2, 68, 2, false, 0], - 2728: ['Nightwing Venom', 18, 5, 1715, 2255, 4, 139, 4, false, 0], - 2729: ['Purple Drake Egg', 10, -1, 2840, 2255, 0, 35, 2, false, 0], - 2730: ['Necrotic Skull', 19, 0, 1805, 2255, 0, 4, 1, false, 0], - 2731: ['Breathtaker Skull', 19, 1, 1850, 2255, 0, 8, 1, false, 0], - 2732: ['Heartstealer Skull', 19, 2, 1895, 2255, 0, 15, 1, false, 0], - 2733: ['Soul Siphon Skull', 19, 3, 1940, 2255, 1, 34, 2, false, 0], - 2734: ['Essence Tap Skull', 19, 4, 1985, 2255, 2, 68, 2, false, 0], - 2735: ['Lifedrinker Skull', 19, 5, 2030, 2255, 4, 139, 4, false, 0], - 2736: ['Minor Health Potion', 10, -1, 1535, 2165, 0, 5, 0, false, 0], - 2737: ['Hunting Trap', 20, 0, 2165, 2255, 0, 4, 1, false, 0], - 2738: ['Wilderlands Trap', 20, 1, 2210, 2255, 0, 8, 1, false, 0], - 2739: ['Deepforest Trap', 20, 2, 2255, 2255, 0, 15, 1, false, 0], - 2740: ['Savage Trap', 20, 3, 2300, 2255, 1, 34, 2, false, 0], - 2741: ['Demonhunter Trap', 20, 4, 2345, 2255, 2, 68, 2, false, 0], - 2742: ['Dragonstalker Trap', 20, 5, 2390, 2255, 4, 139, 4, false, 0], - 2743: ['Ring of Superior Attack', 9, 3, 140, 2210, 2, 56, 2, false, 0], - 2744: ['Ring of Superior Defense', 9, 3, 185, 2210, 2, 56, 2, false, 0], - 2745: ['Ring of Superior Speed', 9, 3, 230, 2210, 2, 56, 2, false, 0], - 2746: ['Ring of Superior Vitality', 9, 3, 275, 2210, 2, 56, 2, false, 0], - 2747: ['Ring of Superior Wisdom', 9, 3, 320, 2210, 2, 56, 2, false, 0], - 2748: ['Ring of Superior Dexterity', 9, 3, 365, 2210, 2, 56, 2, false, 0], - 2749: ['Ring of Superior Health', 9, 3, 410, 2210, 2, 56, 2, false, 0], - 2750: ['Ring of Superior Magic', 9, 3, 455, 2210, 2, 56, 2, false, 0], - 2751: ['Ring of Paramount Attack', 9, 4, 500, 2210, 3, 113, 2, false, 0], - 2752: ['Ring of Paramount Defense', 9, 4, 545, 2210, 3, 113, 2, false, 0], - 2753: ['Ring of Paramount Speed', 9, 4, 590, 2210, 3, 113, 2, false, 0], - 2754: ['Ring of Paramount Vitality', 9, 4, 635, 2210, 3, 113, 2, false, 0], - 2755: ['Ring of Paramount Wisdom', 9, 4, 680, 2210, 3, 113, 2, false, 0], - 2756: ['Ring of Paramount Dexterity', 9, 4, 725, 2210, 3, 113, 2, false, 0], - 2757: ['Ring of Paramount Health', 9, 4, 770, 2210, 3, 113, 2, false, 0], - 2758: ['Ring of Paramount Magic', 9, 4, 815, 2210, 3, 113, 2, false, 0], - 2759: ['Ring of Exalted Attack', 9, 5, 860, 2210, 4, 300, 4, false, 0], - 2760: ['Ring of Exalted Defense', 9, 5, 905, 2210, 4, 300, 4, false, 0], - 2761: ['Ring of Exalted Speed', 9, 5, 950, 2210, 4, 300, 4, false, 0], - 2762: ['Ring of Exalted Vitality', 9, 5, 995, 2210, 4, 300, 4, false, 0], - 2763: ['Ring of Exalted Wisdom', 9, 5, 1040, 2210, 4, 300, 4, false, 0], - 2764: ['Ring of Exalted Dexterity', 9, 5, 1085, 2210, 4, 300, 4, false, 0], - 2765: ['Ring of Exalted Health', 9, 5, 1130, 2210, 4, 300, 4, false, 0], - 2766: ['Ring of Exalted Magic', 9, 5, 1175, 2210, 4, 300, 4, false, 0], - 2767: ['Reinforced Shield', 5, 3, 1715, 2120, 1, 34, 2, false, 0], - 2768: ['Bearskin Armor', 6, 5, 2165, 2120, 0, 20, 1, false, 0], - 2769: ['Chimera Hide Armor', 6, 6, 2210, 2120, 0, 29, 1, false, 0], - 2770: ['Wyvern Skin Armor', 6, 7, 2255, 2120, 0, 41, 2, false, 0], - 2771: ['Drake Hide Armor', 6, 9, 2390, 2120, 2, 83, 2, false, 0], - 2772: ['Flame Burst Spell', 11, 1, 2075, 2210, 0, 8, 1, false, 0], - 2773: ['Scorching Blast Spell', 11, 3, 2165, 2210, 1, 34, 2, false, 0], - 2774: ['Destruction Sphere Spell', 11, 4, 2210, 2210, 2, 68, 2, false, 0], - 2775: ['Remedy Tome', 4, 1, 2390, 2210, 0, 8, 1, false, 0], - 2776: ['Tome of Rejuvenation', 4, 3, 2480, 2210, 1, 34, 2, false, 0], - 2777: ['Seal of the Pilgrim', 12, 1, 2795, 2210, 0, 8, 1, false, 0], - 2778: ['Seal of the Aspirant', 12, 3, 2885, 2210, 1, 34, 2, false, 0], - 2779: ['Cloak of the Night Thief', 13, 3, 3245, 2210, 1, 34, 2, false, 0], - 2780: ['Robe of the Illusionist', 14, 8, 3785, 2210, 1, 58, 2, false, 0], - 2781: ['Minor Magic Potion', 10, -1, 1580, 2165, 0, 5, 0, false, 0], - 2782: ['Elvencraft Quiver', 15, 3, 4280, 2210, 1, 34, 2, false, 0], - 2783: ['Mithril Chainmail', 7, 7, 2975, 2120, 0, 41, 2, false, 0], - 2784: ['Wand of Arcane Flame', 8, 7, 680, 2120, 1, 53, 2, false, 0], - 2785: ['Cloak of Endless Twilight', 13, 5, 3335, 2210, 4, 139, 4, false, 0], - 2787: ['Decoy Prism', 22, 0, 3110, 2255, 0, 4, 1, false, 0], - 2788: ['Stasis Orb', 21, 0, 2480, 2255, 0, 4, 1, false, 0], - 2789: ['Lightning Scepter', 23, 0, 3515, 2255, 0, 4, 1, false, 0], - 2793: ['Potion of Life', 10, 4, 1085, 2165, 0, 250, 5, false, 0], - 2794: ['Potion of Mana', 10, 4, 1130, 2165, 0, 250, 5, false, 0], - 2795: ['Greater Health Potion', 10, -1, 2885, 2165, 0, 50, 0, true, 0], - 2796: ['Greater Magic Potion', 10, -1, 2930, 2165, 0, 50, 0, true, 0], - 2797: ['Elixir of Magic', 10, -1, 2705, 2165, 0, 10, 2, true, 0], - 2798: ['Elixir of Magic', 10, -1, 2750, 2165, 0, 5, 2, true, 0], - 2799: ['White Drake Egg', 10, -1, 2885, 2255, 0, 50, 2, false, 0], - 2800: ['Blue Drake Egg', 10, -1, 2930, 2255, 0, 45, 2, false, 0], - 2801: ['Orange Drake Egg', 10, -1, 2975, 2255, 0, 35, 2, false, 0], - 2802: ['Green Drake Egg', 10, -1, 3020, 2255, 0, 35, 2, false, 0], - 2803: ['Yellow Drake Egg', 10, -1, 3065, 2255, 0, 35, 2, false, 0], - 2806: ['Wand of Recompense', 8, 12, 950, 2120, 6, 450, 4, false, 0], - 2809: ['Hydra Skin Armor', 6, 13, 2570, 2120, 6, 435, 4, false, 0], - 2810: ['New Abilities', 10, -1, 4010, 2075, 0, 50000, 8, true, 0], - 2812: ['Acropolis Armor', 7, 13, 3245, 2120, 6, 435, 4, false, 0], - 2815: ['Dagger of Foul Malevolence', 2, 12, 3965, 2120, 6, 450, 4, false, 0], - 2818: ['Bow of Covert Havens', 3, 12, 185, 2165, 6, 450, 4, false, 0], - 2821: ['Robe of the Grand Sorcerer', 14, 13, 4010, 2210, 6, 435, 4, false, 0], - 2824: ['Staff of the Cosmic Whole', 17, 12, 905, 2255, 6, 450, 4, false, 0], - 2827: ['Sword of Acclaim', 1, 12, 95, 2120, 6, 450, 4, false, 0], - 2828: ['Tincture of Dexterity', 10, -1, 3065, 2165, 0, 10, 2, false, 0], - 2829: ['Tincture of Life', 10, -1, 3110, 2165, 0, 10, 2, false, 0], - 2830: ['Tincture of Mana', 10, -1, 3155, 2165, 0, 10, 2, false, 0], - 2831: ['Tincture of Defense', 10, -1, 3200, 2165, 0, 15, 2, false, 0], - 2832: ['Effusion of Dexterity', 10, -1, 3425, 2165, 0, 20, 2, false, 0], - 2833: ['Effusion of Life', 10, -1, 3470, 2165, 0, 15, 2, false, 0], - 2834: ['Effusion of Mana', 10, -1, 3515, 2165, 0, 15, 2, false, 0], - 2835: ['Effusion of Defense', 10, -1, 3560, 2165, 0, 20, 2, false, 0], - 2836: ['Elixir of Health', 10, -1, 2165, 2165, 0, 35, 2, true, 0], - 2837: ['Elixir of Health', 10, -1, 2210, 2165, 0, 30, 2, true, 0], - 2838: ['Elixir of Health', 10, -1, 2255, 2165, 0, 25, 2, true, 0], - 2839: ['Elixir of Health', 10, -1, 2300, 2165, 0, 20, 2, true, 0], - 2840: ['Elixir of Magic', 10, -1, 2480, 2165, 0, 35, 2, true, 0], - 2841: ['Elixir of Magic', 10, -1, 2525, 2165, 0, 30, 2, true, 0], - 2842: ['Elixir of Magic', 10, -1, 2570, 2165, 0, 25, 2, true, 0], - 2843: ['Elixir of Magic', 10, -1, 2615, 2165, 0, 20, 2, true, 0], - 2844: ['Deception Prism', 22, 1, 3155, 2255, 0, 8, 1, false, 0], - 2845: ['Illusion Prism', 22, 2, 3200, 2255, 0, 15, 1, false, 0], - 2846: ['Hallucination Prism', 22, 3, 3245, 2255, 1, 34, 2, false, 0], - 2847: ['Prism of Figments', 22, 4, 3290, 2255, 2, 68, 2, false, 0], - 2848: ['Prism of Phantoms', 22, 5, 3335, 2255, 4, 139, 4, false, 0], - 2849: ['Chicken Leg of Doom', 2, -1, 3470, 2255, 6, 650, 6, false, 0], - 2850: ['Colossus Shield', 5, 6, 1850, 2120, 6, 380, 4, false, 0], - 2851: ['Prism of Apparitions', 22, 6, 3380, 2255, 6, 380, 4, false, 0], - 2852: ['Elemental Detonation Spell', 11, 6, 2300, 2210, 6, 380, 4, false, 0], - 2853: ['Tome of Holy Guidance', 4, 6, 2615, 2210, 6, 380, 4, false, 0], - 2854: ['Seal of the Blessed Champion', 12, 6, 3020, 2210, 6, 380, 4, false, 0], - 2855: ['Cloak of Ghostly Concealment', 13, 6, 3380, 2210, 6, 380, 4, false, 0], - 2856: ['Quiver of Elvish Mastery', 15, 6, 4415, 2210, 6, 380, 4, false, 0], - 2857: ['Helm of the Great General', 16, 6, 275, 2255, 6, 380, 4, false, 0], - 2858: ['Baneserpent Poison', 18, 6, 1760, 2255, 6, 380, 4, false, 0], - 2859: ['Bloodsucker Skull', 19, 6, 2075, 2255, 6, 380, 4, false, 0], - 2860: ['Giantcatcher Trap', 20, 6, 2435, 2255, 6, 380, 4, false, 0], - 2861: ['Planefetter Orb', 21, 6, 2750, 2255, 6, 380, 4, false, 0], - 2862: ['Discharge Scepter', 23, 1, 3560, 2255, 0, 8, 1, false, 0], - 2863: ['Thunderclap Scepter', 23, 2, 3605, 2255, 0, 15, 1, false, 0], - 2864: ['Arcblast Scepter', 23, 3, 3650, 2255, 1, 34, 2, false, 0], - 2865: ['Cloudflash Scepter', 23, 4, 3695, 2255, 2, 68, 2, false, 0], - 2866: ['Scepter of Skybolts', 23, 5, 3740, 2255, 4, 139, 4, false, 0], - 2867: ['Scepter of Storms', 23, 6, 3785, 2255, 6, 380, 4, false, 0], - 2868: ['Fire Water', 10, 3, 1715, 2165, 0, 80, 2, false, 0], - 2869: ['Cream Spirit', 10, 3, 1760, 2165, 0, 80, 2, false, 0], - 2870: ['Chardonnay', 10, 3, 1805, 2165, 0, 80, 2, false, 0], - 2871: ['Melon Liqueur', 10, 3, 1850, 2165, 0, 80, 2, false, 0], - 2872: ['Cabernet', 10, 3, 1895, 2165, 0, 80, 2, false, 0], - 2873: ['Vintage Port', 10, 3, 1940, 2165, 0, 80, 2, false, 0], - 2874: ['Sauvignon Blanc', 10, 3, 1985, 2165, 0, 80, 2, false, 0], - 2875: ['Muscat', 10, 3, 2030, 2165, 0, 80, 2, false, 0], - 2876: ['Rice Wine', 10, 3, 2075, 2165, 0, 80, 2, false, 0], - 2877: ['Shiraz', 10, 3, 2120, 2165, 0, 80, 2, false, 0], - 2878: ['Amulet of Dispersion', 9, -1, 3830, 2255, 3, 500, 4, false, 0], - 2879: ['Crystal Wand', 8, -1, 1490, 2120, 5, 700, 6, false, 0], - 2880: ['Trap of the Vile Spirit', 20, -1, 4370, 2255, 8, 900, 6, true, 1], - 2881: ["Tablet of the King's Avatar", 11, -1, 1895, 2345, 8, 1100, 6, true, 1], - 2976: ['Ring of the Sphinx', 9, -1, 1760, 2210, 6, 800, 6, false, 0], - 2977: ['Ring of the Nile', 9, -1, 1805, 2210, 6, 800, 6, false, 0], - 2978: ['Ring of the Pyramid', 9, -1, 1850, 2210, 6, 800, 6, false, 0], - 2979: ['Ring of Unbound Attack', 9, 6, 1220, 2210, 5, 325, 9, false, 0], - 2980: ['Ring of Unbound Defense', 9, 6, 1265, 2210, 5, 325, 9, false, 0], - 2981: ['Ring of Unbound Speed', 9, 6, 1310, 2210, 5, 325, 9, false, 0], - 2982: ['Ring of Unbound Vitality', 9, 6, 1355, 2210, 5, 325, 9, false, 0], - 2983: ['Ring of Unbound Wisdom', 9, 6, 1400, 2210, 5, 325, 9, false, 0], - 2984: ['Ring of Unbound Dexterity', 9, 6, 1445, 2210, 5, 325, 9, false, 0], - 2985: ['Ring of Unbound Health', 9, 6, 1490, 2210, 5, 325, 9, false, 0], - 2986: ['Ring of Unbound Magic', 9, 6, 1580, 2210, 5, 325, 9, false, 0], - 2987: ['The Forgotten Crown', 9, -1, 1625, 2210, 8, 1400, 6, true, 1], - 2988: ['The Twilight Gemstone', 9, -1, 1670, 2210, 8, 1200, 6, true, 1], - 2989: ['Bracer of the Guardian', 9, -1, 1715, 2210, 8, 1000, 6, true, 1], - 2990: ['Ring of Decades', 9, -1, 1535, 2210, 5, 350, 9, false, 0], - 2991: ['Lost Halls Key', 10, -1, 4100, 185, 0, 200, 7, true, 0], - 2996: ['Court of Oryx Key', 10, -1, 3740, 185, 0, 200, 7, true, 0], - 2998: ['Oryx Chicken Chamber Key', 10, -1, 3785, 185, 0, 200, 7, true, 0], - 3004: ["Abomination's Wrath", 8, -1, 1670, 2525, 5, 650, 8, true, 2], - 3005: ['Grotesque Scepter', 23, -1, 1715, 2525, 7, 700, 8, true, 2], - 3006: ['Garment of the Beast', 14, -1, 1760, 2525, 6, 600, 8, true, 2], - 3007: ['Horrific Claws', 9, -1, 1805, 2525, 4, 600, 8, true, 2], - 3013: ['Platypus Pet Skin', 10, -1, 4325, 1175, 0, 1000, 7, true, 0], - 3016: ['Walrus Pet Skin', 10, -1, 4415, 1175, 0, 1000, 7, true, 0], - 3021: ['Delightful Snowflake', 10, -1, 3245, 365, 0, 500, 2, true, 0], - 3032: ['Symbiotic Ripper', 2, -1, 2075, 2525, 5, 1000, 8, true, 2], - 3033: ['Parasitic Concoction', 18, -1, 2120, 2525, 7, 850, 8, true, 2], - 3034: ['Rags of the Host', 6, -1, 2165, 2525, 6, 700, 8, true, 2], - 3035: ['Hivemind Circlet', 9, -1, 2210, 2525, 4, 650, 8, true, 2], - 3050: ['Snowball', 10, -1, 3380, 365, 0, 0, 2, true, 0], - 3051: ['Snowball', 10, -1, 3425, 365, 0, 0, 2, true, 0], - 3052: ['Snowball', 10, -1, 3470, 365, 0, 0, 2, true, 0], - 3053: ['Snowball', 10, -1, 3515, 365, 0, 0, 2, true, 0], - 3054: ['Snowball', 10, -1, 3560, 365, 0, 0, 2, true, 0], - 3055: ['Snowball', 10, -1, 3605, 365, 0, 0, 2, true, 0], - 3056: ['Snowball', 10, -1, 3650, 365, 0, 0, 2, true, 0], - 3057: ['Snowball', 10, -1, 3695, 365, 0, 0, 2, true, 0], - 3058: ['Snowball', 10, -1, 3740, 365, 0, 0, 2, true, 0], - 3059: ['Snowball', 10, -1, 3785, 365, 0, 0, 2, true, 0], - 3060: ['Snowball', 10, -1, 3830, 365, 0, 0, 2, true, 0], - 3061: ['Snowball', 10, -1, 3875, 365, 0, 0, 2, true, 0], - 3062: ['Snowball', 10, -1, 3920, 365, 0, 0, 2, true, 0], - 3063: ['Snowball', 10, -1, 3965, 365, 0, 0, 2, true, 0], - 3064: ['Snowball', 10, -1, 4010, 365, 0, 0, 2, true, 0], - 3065: ['Snowball', 10, -1, 4055, 365, 0, 0, 2, true, 0], - 3066: ['Snowball', 10, -1, 4100, 365, 0, 0, 2, true, 0], - 3067: ['Snowball', 10, -1, 4145, 365, 0, 0, 2, true, 0], - 3068: ['Snowball', 10, -1, 4190, 365, 0, 0, 2, true, 0], - 3069: ['Snowball', 10, -1, 4235, 365, 0, 0, 2, true, 0], - 3073: ['Demon Blade', 1, -1, 275, 2120, 6, 700, 6, false, 0], - 3074: ['Doom Bow', 3, -1, 725, 2165, 6, 800, 6, false, 0], - 3075: ['Staff of Extreme Prejudice', 17, -1, 1445, 2255, 6, 600, 6, false, 0], - 3076: ['Wand of the Bulwark', 8, -1, 1535, 2120, 6, 650, 6, false, 0], - 3077: ['Ancient Stone Sword', 1, -1, 320, 2120, 6, 800, 6, false, 0], - 3078: ['Seal of Blasphemous Prayer', 12, -1, 3065, 2210, 8, 900, 6, true, 1], - 3079: ['Quiver of Thunder', 15, -1, 4460, 2210, 8, 850, 6, true, 1], - 3080: ['Helm of the Juggernaut', 16, -1, 320, 2255, 8, 1250, 6, true, 1], - 3081: ['Tome of Purification', 4, -1, 5, 2300, 7, 950, 6, false, 0], - 3082: ['Dirk of Cronus', 2, -1, 4100, 2120, 8, 950, 6, true, 1], - 3083: ['Orb of Conflict', 21, -1, 2795, 2255, 8, 850, 6, true, 1], - 3087: ['Shield of Ogmur', 5, -1, 1940, 2120, 8, 1200, 6, true, 1], - 3088: ['Coral Bow', 3, -1, 770, 2165, 6, 750, 6, false, 0], - 3089: ['Ocean Trench Key', 10, -1, 2390, 185, 0, 200, 7, true, 0], - 3090: ['Coral Juice', 10, -1, 3920, 2255, 0, 80, 2, false, 0], - 3091: ['Coral Ring', 9, -1, 3965, 2255, 3, 350, 4, false, 0], - 3092: ['Robe of the Tlatoani', 14, -1, 4010, 2255, 2, 200, 4, false, 0], - 3093: ['Staff of the Crystal Serpent', 17, -1, 4055, 2255, 2, 250, 4, false, 0], - 3094: ['Cracked Crystal Skull', 19, -1, 4100, 2255, 2, 300, 4, false, 0], - 3095: ['Crystal Bone Ring', 9, -1, 4145, 2255, 1, 150, 4, false, 0], - 3096: ['Coral Silk Armor', 6, -1, 4190, 2255, 6, 700, 4, false, 0], - 3097: ['Totem Key', 10, -1, 2480, 185, 0, 200, 7, true, 0], - 3098: ['Pollen Powder', 10, -1, 4235, 2255, 0, 40, 2, false, 0], - 3100: ['Coral Venom Trap', 20, -1, 4325, 2255, 7, 800, 6, true, 1], - 3101: ["St. Abraham's Wand", 8, -1, 4415, 2255, 4, 500, 4, false, 0], - 3102: ['Tome of Holy Protection', 4, -1, 4460, 2255, 7, 1250, 6, false, 0], - 3103: ['Chasuble of Holy Light', 14, -1, 50, 2300, 4, 450, 4, false, 0], - 3104: ['Ring of Divine Faith', 9, -1, 95, 2300, 4, 400, 4, false, 0], - 3105: ['Holy Water', 10, -1, 140, 2300, 0, 50, 2, false, 0], - 3106: ['Bone Dagger', 2, -1, 185, 2300, 3, 300, 4, false, 0], - 3107: ['Manor Key', 10, -1, 2660, 185, 0, 200, 7, true, 0], - 3108: ['Anatis Staff', 17, -1, 230, 2300, 3, 550, 6, false, 0], - 3109: ['Ghost Pirate Rum', 10, -1, 275, 2300, 0, 35, 2, false, 0], - 3111: ["Captain's Ring", 9, -1, 365, 2300, 3, 400, 4, false, 0], - 3112: ['Spectral Cloth Armor', 6, -1, 410, 2300, 5, 650, 4, false, 0], - 3113: ['Spirit Dagger', 2, -1, 455, 2300, 6, 800, 6, false, 0], - 3114: ['Ghostly Prism', 22, -1, 500, 2300, 7, 1000, 6, false, 0], - 3115: ['Small Firecracker', 10, -1, 545, 2300, 0, 30, 2, true, 0], - 3116: ['Large Firecracker', 10, -1, 590, 2300, 0, 50, 2, true, 0], - 3117: ['America Ring', 9, -1, 635, 2300, 4, 700, 6, true, 1], - 3118: ["Davy's Key", 10, -1, 2705, 185, 0, 200, 7, true, 0], - 3119: ['Lab Key', 10, -1, 2795, 185, 0, 200, 7, true, 0], - 3120: ['Scepter of Fulmination', 23, -1, 680, 2300, 7, 900, 6, false, 0], - 3121: ['Experimental Ring', 9, -1, 725, 2300, 5, 500, 4, false, 0], - 3122: ['Robe of the Mad Scientist', 14, -1, 770, 2300, 6, 700, 6, false, 0], - 3123: ['Conducting Wand', 8, -1, 815, 2300, 6, 800, 6, false, 0], - 3124: ['Sand Pail', 10, -1, 860, 2300, 0, 80, 2, true, 0], - 3125: ['Sand Pail', 10, -1, 905, 2300, 0, 60, 2, true, 0], - 3126: ['Sand Pail', 10, -1, 950, 2300, 0, 40, 2, true, 0], - 3127: ['Sand Pail', 10, -1, 995, 2300, 0, 20, 2, true, 0], - 3128: ['Sand Pail', 10, -1, 1040, 2300, 0, 10, 2, true, 0], - 3129: ['Bahama Sunrise', 10, -1, 1085, 2300, 0, 60, 2, false, 0], - 3130: ['Blue Paradise', 10, -1, 1130, 2300, 0, 60, 2, false, 0], - 3131: ['Pink Passion Breeze', 10, -1, 1175, 2300, 0, 60, 2, false, 0], - 3132: ['Lime Jungle Bay', 10, -1, 1220, 2300, 0, 60, 2, false, 0], - 3133: ['Beachzone Key', 10, -1, 2750, 185, 0, 200, 7, true, 0], - 3134: ['Gold Medal', 9, -1, 1265, 2300, 5, 500, 6, true, 1], - 3135: ['Silver Medal', 9, -1, 1310, 2300, 4, 350, 6, true, 1], - 3136: ['Bronze Medal', 9, -1, 1355, 2300, 3, 200, 6, true, 1], - 3137: ['Transformation Potion', 10, -1, 1400, 2300, 0, 40, 2, false, 0], - 3138: ['XP Booster', 10, -1, 1445, 2300, 0, 200, 8, true, 0], - 3139: ['XP Booster Test', 10, -1, 1490, 2300, 0, 1, 8, true, 0], - 3140: ['Rusty Katana', 24, 0, 1535, 2300, 0, 4, 1, false, 0], - 3141: ['Kendo Stick', 24, 1, 1580, 2300, 0, 5, 1, false, 0], - 3142: ['Plain Katana', 24, 2, 1625, 2300, 0, 8, 1, false, 0], - 3143: ['Thunder Katana', 24, 3, 1670, 2300, 0, 11, 1, false, 0], - 3144: ['Line Kutter Katana', 24, 4, 1715, 2300, 0, 17, 1, false, 0], - 3145: ['Night Edge', 24, 5, 1760, 2300, 0, 24, 1, false, 0], - 3146: ['Sky Edge', 24, 6, 1805, 2300, 0, 35, 1, false, 0], - 3147: ['Buster Katana', 24, 7, 1850, 2300, 1, 53, 2, false, 0], - 3148: ['Demon Edge', 24, 8, 1895, 2300, 2, 75, 2, false, 0], - 3149: ['Jewel Eye Katana', 24, 9, 1940, 2300, 3, 109, 2, false, 0], - 3150: ['Ichimonji', 24, 10, 1985, 2300, 4, 159, 4, false, 0], - 3151: ['Muramasa', 24, 11, 2030, 2300, 5, 233, 4, false, 0], - 3152: ['Masamune', 24, 12, 2075, 2300, 6, 450, 4, false, 0], - 3153: ['Apple of Extreme Maxening', 10, -1, 2435, 2570, 0, 0, 8, true, 0], - 3155: ['Basic Star', 25, 0, 2300, 2300, 0, 4, 1, false, 0], - 3156: ['Four-Point Star', 25, 1, 2345, 2300, 0, 8, 1, false, 0], - 3157: ['Spiral Shuriken', 25, 2, 2390, 2300, 0, 15, 1, false, 0], - 3158: ['Silver Star', 25, 3, 2435, 2300, 1, 34, 2, false, 0], - 3159: ['Wind Circle', 25, 4, 2480, 2300, 2, 68, 2, false, 0], - 3160: ['Ice Star', 25, 5, 2525, 2300, 4, 139, 4, false, 0], - 3161: ['Doom Circle', 25, 6, 2570, 2300, 6, 380, 4, false, 0], - 3163: ['Mad God Ale', 10, -1, 3065, 2300, 0, 10, 2, false, 0], - 3164: ['Oryx Stout', 10, -1, 3110, 2300, 0, 10, 2, false, 0], - 3165: ['Realm-wheat Hefeweizen', 10, -1, 3155, 2300, 0, 10, 2, false, 0], - 3167: ['Candy Ring', 9, -1, 3245, 2300, 0, 400, 4, false, 0], - 3168: ['Rock Candy', 10, -1, 3290, 2300, 0, 70, 2, false, 0], - 3169: ['Candy-Coated Armor', 7, -1, 3335, 2300, 6, 1000, 6, false, 0], - 3170: ['Candy Key', 10, -1, 2840, 185, 0, 200, 7, true, 0], - 3171: ['Red Gumball', 10, -1, 3380, 2300, 0, 25, 2, false, 0], - 3172: ['Purple Gumball', 10, -1, 3425, 2300, 0, 25, 2, false, 0], - 3173: ['Blue Gumball', 10, -1, 3470, 2300, 0, 25, 2, false, 0], - 3174: ['Green Gumball', 10, -1, 3515, 2300, 0, 25, 2, false, 0], - 3175: ['Yellow Gumball', 10, -1, 3560, 2300, 0, 25, 2, false, 0], - 3176: ['Loot Tier Potion', 10, -1, 3605, 2300, 0, 150, 7, true, 0], - 3177: ['Loot Drop Potion', 10, -1, 3650, 2300, 0, 150, 7, true, 0], - 3178: ['XP Booster 1 hr', 10, -1, 3695, 2300, 0, 110, 8, true, 0], - 3179: ['XP Booster 20 min', 10, -1, 3740, 2300, 0, 75, 8, true, 0], - 3180: ['Backpack', 10, -1, 3875, 2300, 0, 200, 2, true, 0], - 3181: ['Plague Poison', 18, -1, 3830, 2300, 7, 1000, 6, false, 0], - 3182: ["Resurrected Warrior's Armor", 7, -1, 3965, 2300, 6, 900, 6, false, 0], - 3183: ['Cemetery Key', 10, -1, 2885, 185, 0, 200, 7, true, 0], - 3184: ['Golden Ankh', 10, -1, 4055, 2300, 0, 400, 7, false, 0], - 3185: ['Eye of Osiris', 10, -1, 4100, 2300, 0, 550, 7, false, 0], - 3186: ["Pharaoh's Mask", 10, -1, 4145, 2300, 0, 700, 7, false, 0], - 3187: ['Golden Cockle', 10, -1, 4190, 2300, 0, 450, 7, false, 0], - 3188: ['Golden Conch', 10, -1, 4235, 2300, 0, 550, 7, false, 0], - 3189: ['Golden Horn Conch', 10, -1, 4280, 2300, 0, 650, 7, false, 0], - 3190: ['Golden Nut', 10, -1, 4325, 2300, 0, 450, 7, false, 0], - 3191: ['Golden Bolt', 10, -1, 4370, 2300, 0, 550, 7, false, 0], - 3192: ['Golden Femur', 10, -1, 4415, 2300, 0, 450, 7, false, 0], - 3193: ['Golden Ribcage', 10, -1, 4460, 2300, 0, 500, 7, false, 0], - 3194: ['Golden Skull', 10, -1, 5, 2345, 0, 650, 7, false, 0], - 3195: ['Golden Candelabra', 10, -1, 50, 2345, 0, 450, 7, false, 0], - 3196: ['Holy Cross', 10, -1, 95, 2345, 0, 500, 7, false, 0], - 3197: ['Pearl Necklace', 10, -1, 140, 2345, 0, 400, 7, false, 0], - 3198: ['Golden Chalice', 10, -1, 185, 2345, 0, 500, 7, false, 0], - 3199: ['Ruby Gemstone', 10, -1, 230, 2345, 0, 600, 7, false, 0], - 3200: ['Speed Sprout', 10, -1, 275, 2345, 0, 35, 2, false, 0], - 3201: ['Old Firecracker', 10, -1, 320, 2345, 0, 400, 0, true, 0], - 3202: ['Cheater Light Armor', 6, -1, 365, 2345, 0, 300, 6, false, 0], - 3203: ['Cheater Robe', 14, -1, 410, 2345, 0, 300, 6, false, 0], - 3204: ['Cheater Heavy Armor', 7, -1, 455, 2345, 0, 300, 6, false, 0], - 3205: ['Common Feline Egg', 26, 0, 4100, 95, 0, 50, 3, false, 0], - 3206: ['Uncommon Feline Egg', 26, 1, 4145, 95, 0, 300, 3, false, 0], - 3207: ['Rare Feline Egg', 26, 2, 4190, 95, 0, 700, 3, false, 0], - 3208: ['Legendary Feline Egg', 26, 3, 4235, 95, 0, 3000, 3, true, 0], - 3209: ['Common Canine Egg', 26, 0, 4280, 95, 0, 50, 3, false, 0], - 3210: ['Uncommon Canine Egg', 26, 1, 4325, 95, 0, 300, 3, false, 0], - 3211: ['Rare Canine Egg', 26, 2, 4370, 95, 0, 700, 3, false, 0], - 3212: ['Legendary Canine Egg', 26, 3, 4415, 95, 0, 3000, 3, true, 0], - 3213: ['Common Avian Egg', 26, 0, 4460, 95, 0, 50, 3, false, 0], - 3214: ['Uncommon Avian Egg', 26, 1, 5, 140, 0, 300, 3, false, 0], - 3215: ['Rare Avian Egg', 26, 2, 50, 140, 0, 700, 3, false, 0], - 3216: ['Legendary Avian Egg', 26, 3, 95, 140, 0, 3000, 3, true, 0], - 3217: ['Common Exotic Egg', 26, 0, 140, 140, 0, 50, 3, false, 0], - 3218: ['Uncommon Exotic Egg', 26, 1, 185, 140, 0, 300, 3, false, 0], - 3219: ['Rare Exotic Egg', 26, 2, 230, 140, 0, 700, 3, false, 0], - 3220: ['Legendary Exotic Egg', 26, 3, 275, 140, 0, 3000, 3, true, 0], - 3221: ['Common Farm Egg', 26, 0, 320, 140, 0, 50, 3, false, 0], - 3222: ['Uncommon Farm Egg', 26, 1, 365, 140, 0, 300, 3, false, 0], - 3223: ['Rare Farm Egg', 26, 2, 410, 140, 0, 700, 3, false, 0], - 3224: ['Legendary Farm Egg', 26, 3, 455, 140, 0, 3000, 3, true, 0], - 3225: ['Common Woodland Egg', 26, 0, 500, 140, 0, 50, 3, false, 0], - 3226: ['Uncommon Woodland Egg', 26, 1, 545, 140, 0, 300, 3, false, 0], - 3227: ['Rare Woodland Egg', 26, 2, 590, 140, 0, 700, 3, false, 0], - 3228: ['Legendary Woodland Egg', 26, 3, 635, 140, 0, 3000, 3, true, 0], - 3229: ['Common Reptile Egg', 26, 0, 680, 140, 0, 50, 3, false, 0], - 3230: ['Uncommon Reptile Egg', 26, 1, 725, 140, 0, 300, 3, false, 0], - 3231: ['Rare Reptile Egg', 26, 2, 770, 140, 0, 700, 3, false, 0], - 3232: ['Legendary Reptile Egg', 26, 3, 815, 140, 0, 3000, 3, true, 0], - 3233: ['Common Insect Egg', 26, 0, 860, 140, 0, 50, 3, false, 0], - 3234: ['Uncommon Insect Egg', 26, 1, 905, 140, 0, 300, 3, false, 0], - 3235: ['Rare Insect Egg', 26, 2, 950, 140, 0, 700, 3, false, 0], - 3236: ['Legendary Insect Egg', 26, 3, 995, 140, 0, 3000, 3, true, 0], - 3237: ['Common Penguin Egg', 26, 0, 1040, 140, 0, 50, 3, false, 0], - 3238: ['Uncommon Penguin Egg', 26, 1, 1085, 140, 0, 300, 3, false, 0], - 3239: ['Rare Penguin Egg', 26, 2, 1130, 140, 0, 700, 3, false, 0], - 3240: ['Legendary Penguin Egg', 26, 3, 1175, 140, 0, 3000, 3, true, 0], - 3241: ['Common Aquatic Egg', 26, 0, 1220, 140, 0, 50, 3, false, 0], - 3242: ['Uncommon Aquatic Egg', 26, 1, 1265, 140, 0, 300, 3, false, 0], - 3243: ['Rare Aquatic Egg', 26, 2, 1310, 140, 0, 700, 3, false, 0], - 3244: ['Legendary Aquatic Egg', 26, 3, 1355, 140, 0, 3000, 3, true, 0], - 3245: ['Common Spooky Egg', 26, 0, 1400, 140, 0, 50, 3, false, 0], - 3246: ['Uncommon Spooky Egg', 26, 1, 1445, 140, 0, 300, 3, false, 0], - 3247: ['Rare Spooky Egg', 26, 2, 1490, 140, 0, 700, 3, false, 0], - 3248: ['Legendary Spooky Egg', 26, 3, 1535, 140, 0, 3000, 3, true, 0], - 3249: ['Common Humanoid Egg', 26, 0, 1580, 140, 0, 50, 3, false, 0], - 3250: ['Uncommon Humanoid Egg', 26, 1, 1625, 140, 0, 300, 3, false, 0], - 3251: ['Rare Humanoid Egg', 26, 2, 1670, 140, 0, 700, 3, false, 0], - 3252: ['Legendary Humanoid Egg', 26, 3, 1715, 140, 0, 3000, 3, true, 0], - 3253: ['Common ???? Egg', 26, 0, 1760, 140, 0, 50, 3, false, 0], - 3254: ['Uncommon ???? Egg', 26, 1, 1805, 140, 0, 300, 3, false, 0], - 3255: ['Rare ???? Egg', 26, 2, 1850, 140, 0, 700, 3, false, 0], - 3256: ['Legendary ???? Egg', 26, 3, 1895, 140, 0, 3000, 3, true, 0], - 3257: ['Common Automaton Egg', 26, 0, 1940, 140, 0, 50, 3, false, 0], - 3258: ['Uncommon Automaton Egg', 26, 1, 1985, 140, 0, 300, 3, false, 0], - 3259: ['Rare Automaton Egg', 26, 2, 2030, 140, 0, 700, 3, false, 0], - 3260: ['Legendary Automaton Egg', 26, 3, 2075, 140, 0, 3000, 3, true, 0], - 3261: ['Common Mystery Egg', 26, 0, 2120, 140, 0, 50, 3, false, 0], - 3262: ['Uncommon Mystery Egg', 26, 1, 2165, 140, 0, 300, 3, false, 0], - 3263: ['Rare Mystery Egg', 26, 2, 2210, 140, 0, 700, 3, false, 0], - 3264: ['Legendary Mystery Egg', 26, 3, 2255, 140, 0, 3000, 3, true, 0], - 3265: ['Draconis Potion', 10, -1, 500, 2345, 0, 5, 0, false, 0], - 3266: ['Lucky Clover', 10, -1, 545, 2345, 0, 100, 7, true, 0], - 3267: ["Saint Paddy's Brew", 10, -1, 590, 2345, 0, 250, 2, false, 0], - 3268: ['Chocolate Cream Sandwich Cookie', 10, -1, 995, 2345, 0, 1300, 7, true, 0], - 3269: ['Power Pizza', 10, -1, 950, 2345, 0, 800, 7, true, 0], - 3270: ['Great Taco', 10, -1, 905, 2345, 0, 550, 7, true, 0], - 3271: ['Double Cheeseburger Deluxe', 10, -1, 1130, 2345, 0, 3500, 7, true, 0], - 3272: ['Superburger', 10, -1, 1085, 2345, 0, 2300, 7, true, 0], - 3273: ['Soft Drink', 10, -1, 815, 2345, 0, 150, 7, true, 0], - 3274: ['Grapes of Wrath', 10, -1, 1040, 2345, 0, 1700, 7, true, 0], - 3275: ['Fries', 10, -1, 860, 2345, 0, 300, 7, true, 0], - 3276: ['Ambrosia', 10, -1, 1175, 2345, 0, 5000, 7, true, 0], - 3277: ['Forest Maze Key', 10, -1, 3020, 185, 0, 200, 7, true, 0], - 3278: ['Deadwater Docks Key', 10, -1, 3110, 185, 0, 200, 7, true, 0], - 3279: ['Woodland Labyrinth Key', 10, -1, 3065, 185, 0, 200, 7, true, 0], - 3280: ['Cranberries', 10, -1, 1265, 2345, 0, 250, 7, true, 0], - 3281: ['Ear of Corn', 10, -1, 1310, 2345, 0, 350, 7, true, 0], - 3282: ['Sliced Yam', 10, -1, 1355, 2345, 0, 600, 7, true, 0], - 3283: ['Pumpkin Pie', 10, -1, 1400, 2345, 0, 650, 7, true, 0], - 3284: ['Draconis Key', 10, -1, 2975, 185, 0, 200, 7, true, 0], - 3285: ['Ivory Wyvern Key', 10, -1, 3515, 320, 0, 100, 0, true, 0], - 3286: ['Thanksgiving Turkey', 10, -1, 1445, 2345, 0, 1621, 7, true, 0], - 3290: ['The Crawling Depths Key', 10, -1, 3155, 185, 0, 200, 7, true, 0], - 3291: ["Pirate King's Cutlass", 1, -1, 1490, 2345, 6, 800, 6, false, 0], - 3292: ['Doku No Ken', 24, -1, 1535, 2345, 6, 800, 6, false, 0], - 3293: ['Shatters Key', 10, -1, 3200, 185, 0, 200, 7, true, 0], - 3294: ['Leaf Bow', 3, -1, 1580, 2345, 6, 800, 6, true, 1], - 3295: ['Doctor Swordsworth', 1, -1, 1625, 2345, 0, 0, 6, false, 0], - 3306: ['KoalaPOW', 17, -1, 1670, 2345, 0, 0, 6, false, 0], - 3307: ['Spicy Wand of Spice', 8, -1, 1715, 2345, 0, 0, 6, false, 0], - 3308: ['Robobow', 3, -1, 1760, 2345, 0, 0, 6, false, 0], - 3309: ['Sunshine Shiv', 2, -1, 1805, 2345, 0, 0, 6, false, 0], - 3310: ["Arbiter's Wrath", 24, -1, 1850, 2345, 0, 0, 6, false, 0], - 3311: ['Battle Nexus Key', 10, -1, 2435, 185, 0, 200, 7, true, 0], - 3312: ['Santa Skin', 10, -1, 455, 680, 0, 500, 7, false, 0], - 3313: ['Little Helper Skin', 10, -1, 500, 680, 0, 500, 7, false, 0], - 3320: ['Iceman Skin', 10, -1, 545, 680, 0, 500, 7, false, 0], - 3321: ['Pet Form Stone', 10, -1, 1940, 2390, 0, 0, 8, true, 0], - 3322: ['Crashy', 10, -1, 1985, 2390, 0, 50, 2, false, 0], - 3323: ['Marid Pet Skin', 10, -1, 905, 1130, 0, 1000, 7, true, 0], - 3393: ['Wooden Box', 10, -1, 2300, 2390, 0, 100, 2, false, 0], - 3394: ['Prism of Dire Instability', 22, -1, 2345, 2390, 7, 900, 6, true, 1], - 3395: ['Spiteful Scutum', 5, -1, 2390, 2390, 7, 800, 6, true, 1], - 3432: ['Tincture of Attack', 10, -1, 3245, 2165, 0, 15, 2, false, 0], - 3433: ['Tincture of Speed', 10, -1, 3290, 2165, 0, 15, 2, false, 0], - 3434: ['Tincture of Vitality', 10, -1, 3335, 2165, 0, 15, 2, false, 0], - 3435: ['Tincture of Wisdom', 10, -1, 3380, 2165, 0, 15, 2, false, 0], - 3436: ['Effusion of Attack', 10, -1, 3605, 2165, 0, 20, 2, false, 0], - 3437: ['Effusion of Speed', 10, -1, 3650, 2165, 0, 20, 2, false, 0], - 3438: ['Effusion of Vitality', 10, -1, 3695, 2165, 0, 20, 2, false, 0], - 3439: ['Effusion of Wisdom', 10, -1, 3740, 2165, 0, 20, 2, false, 0], - 3466: ["Oryx's Castle Key", 10, -1, 3560, 185, 0, 200, 7, true, 0], - 3468: ['Standard Quest Chest', 10, -1, 4010, 2435, 0, 200, 8, true, 0], - 3470: ['Mighty Quest Chest', 10, -1, 4055, 2435, 0, 200, 8, true, 0], - 3516: ['Blue Jay Pet Skin', 10, -1, 4460, 1175, 0, 1000, 7, true, 0], - 3519: ['Vulture Pet Skin', 10, -1, 5, 1220, 0, 1000, 7, true, 0], - 3549: ['Snowball', 10, -1, 3335, 365, 0, 500, 8, true, 0], - 3598: ['Seal Pet Skin', 10, -1, 4370, 1175, 0, 1000, 7, true, 0], - 3661: ['Kiwi Pet Skin', 10, -1, 230, 1220, 0, 1000, 7, true, 0], - 3677: ["Dasher's Reins", 10, -1, 1220, 2480, 0, 500, 2, true, 0], - 3678: ["Dancer's Reins", 10, -1, 1265, 2480, 0, 500, 2, true, 0], - 3679: ["Prancer's Reins", 10, -1, 1310, 2480, 0, 500, 2, true, 0], - 3680: ["Vixen's Reins", 10, -1, 1355, 2480, 0, 500, 2, true, 0], - 3681: ["Cupid's Reins", 10, -1, 1400, 2480, 0, 500, 2, true, 0], - 3682: ["Comet's Reins", 10, -1, 1445, 2480, 0, 500, 2, true, 0], - 3683: ["Donner's Reins", 10, -1, 1490, 2480, 0, 500, 2, true, 0], - 3684: ["Rudolph's Reins", 10, -1, 1535, 2480, 0, 500, 2, true, 0], - 3687: ['Zebra Spider Pet Skin', 10, -1, 4190, 1175, 0, 1000, 7, true, 0], - 3696: ['Violet Larva Pet Skin', 10, -1, 4235, 1175, 0, 1000, 7, true, 0], - 3705: ['Black Cat Skin Unlocker', 10, -1, 3830, 2480, 0, 200, 7, true, 0], - 3706: ['Grey Cat Skin Unlocker', 10, -1, 3875, 2480, 0, 200, 7, true, 0], - 3707: ['Orange Cat Skin Unlocker', 10, -1, 3920, 2480, 0, 200, 7, true, 0], - 3708: ['Tan Cat Skin Unlocker', 10, -1, 3965, 2480, 0, 200, 7, true, 0], - 3709: ['Yellow Cat Skin Unlocker', 10, -1, 4010, 2480, 0, 200, 7, true, 0], - 3710: ['White Cat Skin Unlocker', 10, -1, 4055, 2480, 0, 200, 7, true, 0], - 3711: ['Brown Pup Skin Unlocker', 10, -1, 4100, 2480, 0, 200, 7, true, 0], - 3712: ['Grey Pup Skin Unlocker', 10, -1, 4145, 2480, 0, 200, 7, true, 0], - 3713: ['Golden Pup Skin Unlocker', 10, -1, 4190, 2480, 0, 200, 7, true, 0], - 3714: ['Grey Wolf Skin Unlocker', 10, -1, 4235, 2480, 0, 200, 7, true, 0], - 3715: ['Brown Fox Skin Unlocker', 10, -1, 4280, 2480, 0, 200, 7, true, 0], - 3716: ['Sheepdog Skin Unlocker', 10, -1, 4325, 2480, 0, 200, 7, true, 0], - 3717: ['Grey Fox Skin Unlocker', 10, -1, 4370, 2480, 0, 200, 7, true, 0], - 3718: ['Blue Parrot Skin Unlocker', 10, -1, 4415, 2480, 0, 200, 7, true, 0], - 3719: ['Oriole Skin Unlocker', 10, -1, 4460, 2480, 0, 200, 7, true, 0], - 3720: ['Goldfinch Skin Unlocker', 10, -1, 5, 2525, 0, 200, 7, true, 0], - 3721: ['Bluebird Skin Unlocker', 10, -1, 50, 2525, 0, 200, 7, true, 0], - 3722: ['Cardinal Skin Unlocker', 10, -1, 95, 2525, 0, 200, 7, true, 0], - 3723: ['Elephant Skin Unlocker', 10, -1, 140, 2525, 0, 200, 7, true, 0], - 3724: ['Koala Skin Unlocker', 10, -1, 185, 2525, 0, 200, 7, true, 0], - 3725: ['Monkey Skin Unlocker', 10, -1, 230, 2525, 0, 200, 7, true, 0], - 3726: ['Chick Skin Unlocker', 10, -1, 275, 2525, 0, 200, 7, true, 0], - 3727: ['Pig Skin Unlocker', 10, -1, 320, 2525, 0, 200, 7, true, 0], - 3728: ['Duck Skin Unlocker', 10, -1, 365, 2525, 0, 200, 7, true, 0], - 3729: ['Squirrel Skin Unlocker', 10, -1, 410, 2525, 0, 200, 7, true, 0], - 3730: ['Hamster Skin Unlocker', 10, -1, 455, 2525, 0, 200, 7, true, 0], - 3731: ['Raccoon Skin Unlocker', 10, -1, 500, 2525, 0, 200, 7, true, 0], - 3732: ['Dino Skin Unlocker', 10, -1, 545, 2525, 0, 200, 7, true, 0], - 3733: ['Tomb Snake Skin Unlocker', 10, -1, 590, 2525, 0, 200, 7, true, 0], - 3734: ['Chameleon Skin Unlocker', 10, -1, 635, 2525, 0, 200, 7, true, 0], - 3735: ['Dragonfly Skin Unlocker', 10, -1, 680, 2525, 0, 200, 7, true, 0], - 3736: ['Black Ant Skin Unlocker', 10, -1, 725, 2525, 0, 200, 7, true, 0], - 3737: ['Blue Ant Skin Unlocker', 10, -1, 770, 2525, 0, 200, 7, true, 0], - 3738: ['Green Ant Skin Unlocker', 10, -1, 815, 2525, 0, 200, 7, true, 0], - 3739: ['Red Ant Skin Unlocker', 10, -1, 860, 2525, 0, 200, 7, true, 0], - 3740: ['Purple Ant Skin Unlocker', 10, -1, 905, 2525, 0, 200, 7, true, 0], - 3741: ['Penguin Skin Unlocker', 10, -1, 950, 2525, 0, 200, 7, true, 0], - 3742: ['Green Penguin Skin Unlocker', 10, -1, 995, 2525, 0, 200, 7, true, 0], - 3743: ['Grape Penguin Skin Unlocker', 10, -1, 1040, 2525, 0, 200, 7, true, 0], - 3744: ['Grass Penguin Skin Unlocker', 10, -1, 1085, 2525, 0, 200, 7, true, 0], - 3745: ['Blue Snail Skin Unlocker', 10, -1, 1130, 2525, 0, 200, 8, true, 0], - 3746: ['Green Frog Skin Unlocker', 10, -1, 1175, 2525, 0, 200, 7, true, 0], - 3747: ['Purple Snail Skin Unlocker', 10, -1, 1220, 2525, 0, 200, 7, true, 0], - 3748: ['Purple Frog Skin Unlocker', 10, -1, 1265, 2525, 0, 200, 7, true, 0], - 3749: ['Sea Slurp Skin Unlocker', 10, -1, 1310, 2525, 0, 200, 7, true, 0], - 3750: ['Turtle Skin Unlocker', 10, -1, 1355, 2525, 0, 200, 7, true, 0], - 3751: ['Crab Skin Unlocker', 10, -1, 1400, 2525, 0, 200, 7, true, 0], - 3752: ['Bat Skin Unlocker', 10, -1, 1445, 2525, 0, 200, 7, true, 0], - 3753: ["Lil' Ghost Skin Unlocker", 10, -1, 1490, 2525, 0, 200, 7, true, 0], - 3754: ['Spirit Skin Unlocker', 10, -1, 1535, 2525, 0, 200, 7, true, 0], - 3755: ['Baby Skin Unlocker', 10, -1, 1580, 2525, 0, 200, 7, true, 0], - 3856: ['Wand of Ancient Terror', 8, -1, 3740, 2345, 4, 310, 4, false, 0], - 3857: ['Dagger of the Terrible Talon', 2, -1, 3785, 2345, 4, 310, 4, false, 0], - 3858: ['Bow of Nightmares', 3, -1, 3830, 2345, 4, 310, 4, false, 0], - 3859: ['Staff of Horrific Knowledge', 17, -1, 3875, 2345, 4, 310, 4, false, 0], - 3860: ['Corrupted Cleaver', 24, -1, 3920, 2345, 4, 310, 4, false, 0], - 3861: ['The Fool Tarot Card', 10, -1, 3470, 2345, 0, 250, 7, false, 0], - 3872: ['Mad God Mayhem Key', 10, -1, 4460, 185, 0, 200, 7, true, 0], - 3900: ["Ryu's Blade", 27, -1, 3335, 2525, 7, 850, 8, true, 2], - 4048: ['Heroic Undead Lair Incantation', 10, -1, 635, 1355, 0, 200, 8, true, 0], - 4049: ['Heroic Undead Lair Incantation', 10, -1, 680, 1355, 0, 200, 8, true, 0], - 4050: ['Heroic Undead Lair Incantation', 10, -1, 725, 1355, 0, 200, 8, true, 0], - 4051: ['Heroic Undead Lair Incantation', 10, -1, 770, 1355, 0, 200, 8, true, 0], - 4052: ['Heroic Undead Lair Incantation', 10, -1, 815, 1355, 0, 200, 8, true, 0], - 4053: ['Gem of Tenderness', 9, -1, 1895, 2660, 5, 350, 6, true, 1], - 4054: ['Gem of Adoration', 9, -1, 1940, 2660, 5, 350, 6, true, 1], - 4055: ['Soulful Affection', 9, -1, 1985, 2660, 5, 700, 6, true, 1], - 4056: ["Valentine's Mystery Item", 10, -1, 2030, 2660, 0, 0, 7, true, 0], - 4057: ['Hearts Spawner', 10, -1, 2075, 2660, 0, 0, 7, true, 0], - 4058: ['Mask of Anubis', 9, -1, 2120, 2660, 5, 325, 9, false, 0], - 4059: ['Mask of Lightning', 9, -1, 2165, 2660, 5, 325, 9, false, 0], - 4060: ['Mask of Cnidaria', 9, -1, 2210, 2660, 5, 325, 9, false, 0], - 4061: ['Mask of Mucus', 9, -1, 2255, 2660, 5, 325, 9, false, 0], - 4092: ['Blue Butterfly Pet Skin', 10, -1, 590, 1220, 0, 1000, 7, true, 0], - 4095: ['Pink Butterfly Pet Skin', 10, -1, 635, 1220, 0, 1000, 7, true, 0], - 4096: ['Alice Blue Clothing Dye', 10, -1, 410, 5, 0, 0, 2, true, 0], - 4097: ['Antique White Clothing Dye', 10, -1, 500, 5, 0, 0, 2, true, 0], - 4098: ['Aqua Clothing Dye', 10, -1, 590, 5, 0, 0, 2, true, 0], - 4099: ['Aquamarine Clothing Dye', 10, -1, 680, 5, 0, 0, 2, true, 0], - 4100: ['Azure Clothing Dye', 10, -1, 770, 5, 0, 0, 2, true, 0], - 4101: ['Beige Clothing Dye', 10, -1, 860, 5, 0, 0, 2, true, 0], - 4102: ['Bisque Clothing Dye', 10, -1, 950, 5, 0, 0, 2, true, 0], - 4103: ['Black Clothing Dye', 10, -1, 1040, 5, 0, 0, 2, true, 0], - 4104: ['Blanched Almond Clothing Dye', 10, -1, 1130, 5, 0, 0, 2, true, 0], - 4105: ['Blue Clothing Dye', 10, -1, 1220, 5, 0, 0, 2, true, 0], - 4106: ['Blue Violet Clothing Dye', 10, -1, 1310, 5, 0, 0, 2, true, 0], - 4107: ['Brown Clothing Dye', 10, -1, 1400, 5, 0, 0, 2, true, 0], - 4108: ['Burly Wood Clothing Dye', 10, -1, 1490, 5, 0, 0, 2, true, 0], - 4109: ['Cadet Blue Clothing Dye', 10, -1, 1580, 5, 0, 0, 2, true, 0], - 4110: ['Chartreuse Clothing Dye', 10, -1, 1670, 5, 0, 0, 2, true, 0], - 4111: ['Chocolate Clothing Dye', 10, -1, 1760, 5, 0, 0, 2, true, 0], - 4112: ['Coral Clothing Dye', 10, -1, 1850, 5, 0, 0, 2, true, 0], - 4113: ['Cornflower Blue Clothing Dye', 10, -1, 1940, 5, 0, 0, 2, true, 0], - 4114: ['Cornsilk Clothing Dye', 10, -1, 2030, 5, 0, 0, 2, true, 0], - 4115: ['Crimson Clothing Dye', 10, -1, 2120, 5, 0, 0, 2, true, 0], - 4116: ['Cyan Clothing Dye', 10, -1, 2210, 5, 0, 0, 2, true, 0], - 4117: ['Dark Blue Clothing Dye', 10, -1, 2300, 5, 0, 0, 2, true, 0], - 4118: ['Dark Cyan Clothing Dye', 10, -1, 2390, 5, 0, 0, 2, true, 0], - 4119: ['Dark Golden Rod Clothing Dye', 10, -1, 2480, 5, 0, 0, 2, true, 0], - 4120: ['Dark Gray Clothing Dye', 10, -1, 2570, 5, 0, 0, 2, true, 0], - 4121: ['Dark Green Clothing Dye', 10, -1, 2660, 5, 0, 0, 2, true, 0], - 4122: ['Dark Khaki Clothing Dye', 10, -1, 2750, 5, 0, 0, 2, true, 0], - 4123: ['Dark Magenta Clothing Dye', 10, -1, 2840, 5, 0, 0, 2, true, 0], - 4124: ['Dark Olive Green Clothing Dye', 10, -1, 2930, 5, 0, 0, 2, true, 0], - 4125: ['Dark Orange Clothing Dye', 10, -1, 3020, 5, 0, 0, 2, true, 0], - 4126: ['Dark Orchid Clothing Dye', 10, -1, 3110, 5, 0, 0, 2, true, 0], - 4127: ['Dark Red Clothing Dye', 10, -1, 3200, 5, 0, 0, 2, true, 0], - 4128: ['Dark Salmon Clothing Dye', 10, -1, 3290, 5, 0, 0, 2, true, 0], - 4129: ['Dark Sea Green Clothing Dye', 10, -1, 3380, 5, 0, 0, 2, true, 0], - 4130: ['Dark Slate Blue Clothing Dye', 10, -1, 3470, 5, 0, 0, 2, true, 0], - 4131: ['Dark Slate Gray Clothing Dye', 10, -1, 3560, 5, 0, 0, 2, true, 0], - 4132: ['Dark Turquoise Clothing Dye', 10, -1, 3650, 5, 0, 0, 2, true, 0], - 4133: ['Dark Violet Clothing Dye', 10, -1, 3740, 5, 0, 0, 2, true, 0], - 4134: ['Deep Pink Clothing Dye', 10, -1, 3830, 5, 0, 0, 2, true, 0], - 4135: ['Deep Sky Blue Clothing Dye', 10, -1, 3920, 5, 0, 0, 2, true, 0], - 4136: ['Dim Gray Clothing Dye', 10, -1, 4010, 5, 0, 0, 2, true, 0], - 4137: ['Dodger Blue Clothing Dye', 10, -1, 4100, 5, 0, 0, 2, true, 0], - 4138: ['Fire Brick Clothing Dye', 10, -1, 4190, 5, 0, 0, 2, true, 0], - 4139: ['Floral White Clothing Dye', 10, -1, 4280, 5, 0, 0, 2, true, 0], - 4140: ['Forest Green Clothing Dye', 10, -1, 4370, 5, 0, 0, 2, true, 0], - 4141: ['Fuchsia Clothing Dye', 10, -1, 4460, 5, 0, 0, 2, true, 0], - 4142: ['Gainsboro Clothing Dye', 10, -1, 50, 50, 0, 0, 2, true, 0], - 4143: ['Ghost White Clothing Dye', 10, -1, 140, 50, 0, 0, 2, true, 0], - 4144: ['Gold Clothing Dye', 10, -1, 230, 50, 0, 0, 2, true, 0], - 4145: ['Golden Rod Clothing Dye', 10, -1, 320, 50, 0, 0, 2, true, 0], - 4146: ['Gray Clothing Dye', 10, -1, 410, 50, 0, 0, 2, true, 0], - 4147: ['Green Clothing Dye', 10, -1, 500, 50, 0, 0, 2, true, 0], - 4148: ['Green Yellow Clothing Dye', 10, -1, 590, 50, 0, 0, 2, true, 0], - 4149: ['Honey Dew Clothing Dye', 10, -1, 680, 50, 0, 0, 2, true, 0], - 4150: ['Hot Pink Clothing Dye', 10, -1, 770, 50, 0, 0, 2, true, 0], - 4151: ['Indian Red Clothing Dye', 10, -1, 860, 50, 0, 0, 2, true, 0], - 4152: ['Indigo Clothing Dye', 10, -1, 950, 50, 0, 0, 2, true, 0], - 4153: ['Ivory Clothing Dye', 10, -1, 1040, 50, 0, 0, 2, true, 0], - 4154: ['Khaki Clothing Dye', 10, -1, 1130, 50, 0, 0, 2, true, 0], - 4155: ['Lavender Clothing Dye', 10, -1, 1220, 50, 0, 0, 2, true, 0], - 4156: ['Lavender Blush Clothing Dye', 10, -1, 1310, 50, 0, 0, 2, true, 0], - 4157: ['Lawn Green Clothing Dye', 10, -1, 1400, 50, 0, 0, 2, true, 0], - 4158: ['Lemon Chiffon Clothing Dye', 10, -1, 1490, 50, 0, 0, 2, true, 0], - 4159: ['Light Blue Clothing Dye', 10, -1, 1580, 50, 0, 0, 2, true, 0], - 4160: ['Light Coral Clothing Dye', 10, -1, 1670, 50, 0, 0, 2, true, 0], - 4161: ['Light Cyan Clothing Dye', 10, -1, 1760, 50, 0, 0, 2, true, 0], - 4162: ['Light Golden Rod Yellow Clothing Dye', 10, -1, 1850, 50, 0, 0, 2, true, 0], - 4163: ['Light Grey Clothing Dye', 10, -1, 1940, 50, 0, 0, 2, true, 0], - 4164: ['Light Green Clothing Dye', 10, -1, 2030, 50, 0, 0, 2, true, 0], - 4165: ['Light Pink Clothing Dye', 10, -1, 2120, 50, 0, 0, 2, true, 0], - 4166: ['Light Salmon Clothing Dye', 10, -1, 2210, 50, 0, 0, 2, true, 0], - 4167: ['Light Sea Green Clothing Dye', 10, -1, 2300, 50, 0, 0, 2, true, 0], - 4168: ['Light Sky Blue Clothing Dye', 10, -1, 2390, 50, 0, 0, 2, true, 0], - 4169: ['Light Slate Gray Clothing Dye', 10, -1, 2480, 50, 0, 0, 2, true, 0], - 4170: ['Light Steel Blue Clothing Dye', 10, -1, 2570, 50, 0, 0, 2, true, 0], - 4171: ['Light Yellow Clothing Dye', 10, -1, 2660, 50, 0, 0, 2, true, 0], - 4172: ['Lime Clothing Dye', 10, -1, 2750, 50, 0, 0, 2, true, 0], - 4173: ['Lime Green Clothing Dye', 10, -1, 2840, 50, 0, 0, 2, true, 0], - 4174: ['Linen Clothing Dye', 10, -1, 2930, 50, 0, 0, 2, true, 0], - 4175: ['Magenta Clothing Dye', 10, -1, 3020, 50, 0, 0, 2, true, 0], - 4176: ['Maroon Clothing Dye', 10, -1, 3110, 50, 0, 0, 2, true, 0], - 4177: ['Medium Aqua Marine Clothing Dye', 10, -1, 3200, 50, 0, 0, 2, true, 0], - 4178: ['Medium Blue Clothing Dye', 10, -1, 3290, 50, 0, 0, 2, true, 0], - 4179: ['Medium Orchid Clothing Dye', 10, -1, 3380, 50, 0, 0, 2, true, 0], - 4180: ['Medium Purple Clothing Dye', 10, -1, 3470, 50, 0, 0, 2, true, 0], - 4181: ['Medium Sea Green Clothing Dye', 10, -1, 3560, 50, 0, 0, 2, true, 0], - 4182: ['Medium Slate Blue Clothing Dye', 10, -1, 3650, 50, 0, 0, 2, true, 0], - 4183: ['Medium Spring Green Clothing Dye', 10, -1, 3740, 50, 0, 0, 2, true, 0], - 4184: ['Medium Turquoise Clothing Dye', 10, -1, 3830, 50, 0, 0, 2, true, 0], - 4185: ['Medium Violet Red Clothing Dye', 10, -1, 3920, 50, 0, 0, 2, true, 0], - 4186: ['Midnight Blue Clothing Dye', 10, -1, 4010, 50, 0, 0, 2, true, 0], - 4187: ['Mint Cream Clothing Dye', 10, -1, 4100, 50, 0, 0, 2, true, 0], - 4188: ['Misty Rose Clothing Dye', 10, -1, 4190, 50, 0, 0, 2, true, 0], - 4189: ['Moccasin Clothing Dye', 10, -1, 4280, 50, 0, 0, 2, true, 0], - 4190: ['Navajo White Clothing Dye', 10, -1, 4370, 50, 0, 0, 2, true, 0], - 4191: ['Navy Clothing Dye', 10, -1, 4460, 50, 0, 0, 2, true, 0], - 4192: ['Old Lace Clothing Dye', 10, -1, 50, 95, 0, 0, 2, true, 0], - 4193: ['Olive Clothing Dye', 10, -1, 140, 95, 0, 0, 2, true, 0], - 4194: ['Olive Drab Clothing Dye', 10, -1, 230, 95, 0, 0, 2, true, 0], - 4195: ['Orange Clothing Dye', 10, -1, 320, 95, 0, 0, 2, true, 0], - 4196: ['Orange Red Clothing Dye', 10, -1, 410, 95, 0, 0, 2, true, 0], - 4197: ['Orchid Clothing Dye', 10, -1, 500, 95, 0, 0, 2, true, 0], - 4198: ['Pale Golden Rod Clothing Dye', 10, -1, 590, 95, 0, 0, 2, true, 0], - 4199: ['Pale Green Clothing Dye', 10, -1, 680, 95, 0, 0, 2, true, 0], - 4200: ['Pale Turquoise Clothing Dye', 10, -1, 770, 95, 0, 0, 2, true, 0], - 4201: ['Pale Violet Red Clothing Dye', 10, -1, 860, 95, 0, 0, 2, true, 0], - 4202: ['Papaya Whip Clothing Dye', 10, -1, 950, 95, 0, 0, 2, true, 0], - 4203: ['Peach Puff Clothing Dye', 10, -1, 1040, 95, 0, 0, 2, true, 0], - 4204: ['Peru Clothing Dye', 10, -1, 1130, 95, 0, 0, 2, true, 0], - 4205: ['Pink Clothing Dye', 10, -1, 1220, 95, 0, 0, 2, true, 0], - 4206: ['Plum Clothing Dye', 10, -1, 1310, 95, 0, 0, 2, true, 0], - 4207: ['Powder Blue Clothing Dye', 10, -1, 1400, 95, 0, 0, 2, true, 0], - 4208: ['Purple Clothing Dye', 10, -1, 1490, 95, 0, 0, 2, true, 0], - 4209: ['Red Clothing Dye', 10, -1, 1580, 95, 0, 0, 2, true, 0], - 4210: ['Rosy Brown Clothing Dye', 10, -1, 1670, 95, 0, 0, 2, true, 0], - 4211: ['Royal Blue Clothing Dye', 10, -1, 1760, 95, 0, 0, 2, true, 0], - 4212: ['Saddle Brown Clothing Dye', 10, -1, 1850, 95, 0, 0, 2, true, 0], - 4213: ['Salmon Clothing Dye', 10, -1, 1940, 95, 0, 0, 2, true, 0], - 4214: ['Sandy Brown Clothing Dye', 10, -1, 2030, 95, 0, 0, 2, true, 0], - 4215: ['Sea Green Clothing Dye', 10, -1, 2120, 95, 0, 0, 2, true, 0], - 4216: ['Sea Shell Clothing Dye', 10, -1, 2210, 95, 0, 0, 2, true, 0], - 4217: ['Sienna Clothing Dye', 10, -1, 2300, 95, 0, 0, 2, true, 0], - 4218: ['Silver Clothing Dye', 10, -1, 2390, 95, 0, 0, 2, true, 0], - 4219: ['Sky Blue Clothing Dye', 10, -1, 2480, 95, 0, 0, 2, true, 0], - 4220: ['Slate Blue Clothing Dye', 10, -1, 2570, 95, 0, 0, 2, true, 0], - 4221: ['Slate Gray Clothing Dye', 10, -1, 2660, 95, 0, 0, 2, true, 0], - 4222: ['Snow Clothing Dye', 10, -1, 2750, 95, 0, 0, 2, true, 0], - 4223: ['Spring Green Clothing Dye', 10, -1, 2840, 95, 0, 0, 2, true, 0], - 4224: ['Steel Blue Clothing Dye', 10, -1, 2930, 95, 0, 0, 2, true, 0], - 4225: ['Tan Clothing Dye', 10, -1, 3020, 95, 0, 0, 2, true, 0], - 4226: ['Teal Clothing Dye', 10, -1, 3110, 95, 0, 0, 2, true, 0], - 4227: ['Thistle Clothing Dye', 10, -1, 3200, 95, 0, 0, 2, true, 0], - 4228: ['Tomato Clothing Dye', 10, -1, 3290, 95, 0, 0, 2, true, 0], - 4229: ['Turquoise Clothing Dye', 10, -1, 3380, 95, 0, 0, 2, true, 0], - 4230: ['Violet Clothing Dye', 10, -1, 3470, 95, 0, 0, 2, true, 0], - 4231: ['Wheat Clothing Dye', 10, -1, 3560, 95, 0, 0, 2, true, 0], - 4232: ['White Clothing Dye', 10, -1, 3650, 95, 0, 0, 2, true, 0], - 4233: ['White Smoke Clothing Dye', 10, -1, 3740, 95, 0, 0, 2, true, 0], - 4234: ['Yellow Clothing Dye', 10, -1, 3830, 95, 0, 0, 2, true, 0], - 4235: ['Yellow Green Clothing Dye', 10, -1, 3920, 95, 0, 0, 2, true, 0], - 4236: ["St Patrick's Green Clothing Dye", 10, -1, 4010, 95, 0, 0, 2, true, 0], - 4252: ['The Nest Key', 10, -1, 4010, 185, 0, 200, 7, true, 0], - 4253: ['Royal Jelly', 10, -1, 635, 2435, 0, 37, 2, false, 0], - 4255: ["Queen's Stinger", 2, -1, 680, 2435, 7, 1000, 6, true, 1], - 4291: ['Delightful Snowflake', 10, -1, 3290, 365, 0, 200, 2, true, 0], - 4308: ['Beehemoth Armor', 6, -1, 905, 2435, 6, 650, 4, false, 0], - 4309: ['Beehemoth Armor', 6, -1, 950, 2435, 6, 650, 4, false, 0], - 4310: ['Beehemoth Armor', 6, -1, 995, 2435, 6, 650, 4, false, 0], - 4333: ['Beehemoth Quiver', 15, -1, 770, 2435, 8, 800, 6, true, 1], - 4338: ['Beehemoth Quiver', 15, -1, 860, 2435, 8, 800, 6, true, 1], - 4339: ['Beehemoth Quiver', 15, -1, 815, 2435, 8, 800, 6, true, 1], - 4346: ['Realm Closer', 10, -1, 4010, 275, 0, 0, 8, true, 0], - 4352: ['Alice Blue Accessory Dye', 10, -1, 455, 5, 0, 0, 2, true, 0], - 4353: ['Antique White Accessory Dye', 10, -1, 545, 5, 0, 0, 2, true, 0], - 4354: ['Aqua Accessory Dye', 10, -1, 635, 5, 0, 0, 2, true, 0], - 4355: ['Aquamarine Accessory Dye', 10, -1, 725, 5, 0, 0, 2, true, 0], - 4356: ['Azure Accessory Dye', 10, -1, 815, 5, 0, 0, 2, true, 0], - 4357: ['Beige Accessory Dye', 10, -1, 905, 5, 0, 0, 2, true, 0], - 4358: ['Bisque Accessory Dye', 10, -1, 995, 5, 0, 0, 2, true, 0], - 4359: ['Black Accessory Dye', 10, -1, 1085, 5, 0, 0, 2, true, 0], - 4360: ['Blanched Almond Accessory Dye', 10, -1, 1175, 5, 0, 0, 2, true, 0], - 4361: ['Blue Accessory Dye', 10, -1, 1265, 5, 0, 0, 2, true, 0], - 4362: ['Blue Violet Accessory Dye', 10, -1, 1355, 5, 0, 0, 2, true, 0], - 4363: ['Brown Accessory Dye', 10, -1, 1445, 5, 0, 0, 2, true, 0], - 4364: ['Burly Wood Accessory Dye', 10, -1, 1535, 5, 0, 0, 2, true, 0], - 4365: ['Cadet Blue Accessory Dye', 10, -1, 1625, 5, 0, 0, 2, true, 0], - 4366: ['Chartreuse Accessory Dye', 10, -1, 1715, 5, 0, 0, 2, true, 0], - 4367: ['Chocolate Accessory Dye', 10, -1, 1805, 5, 0, 0, 2, true, 0], - 4368: ['Coral Accessory Dye', 10, -1, 1895, 5, 0, 0, 2, true, 0], - 4369: ['Cornflower Blue Accessory Dye', 10, -1, 1985, 5, 0, 0, 2, true, 0], - 4370: ['Cornsilk Accessory Dye', 10, -1, 2075, 5, 0, 0, 2, true, 0], - 4371: ['Crimson Accessory Dye', 10, -1, 2165, 5, 0, 0, 2, true, 0], - 4372: ['Cyan Accessory Dye', 10, -1, 2255, 5, 0, 0, 2, true, 0], - 4373: ['Dark Blue Accessory Dye', 10, -1, 2345, 5, 0, 0, 2, true, 0], - 4374: ['Dark Cyan Accessory Dye', 10, -1, 2435, 5, 0, 0, 2, true, 0], - 4375: ['Dark Golden Rod Accessory Dye', 10, -1, 2525, 5, 0, 0, 2, true, 0], - 4376: ['Dark Gray Accessory Dye', 10, -1, 2615, 5, 0, 0, 2, true, 0], - 4377: ['Dark Green Accessory Dye', 10, -1, 2705, 5, 0, 0, 2, true, 0], - 4378: ['Dark Khaki Accessory Dye', 10, -1, 2795, 5, 0, 0, 2, true, 0], - 4379: ['Dark Magenta Accessory Dye', 10, -1, 2885, 5, 0, 0, 2, true, 0], - 4380: ['Dark Olive Green Accessory Dye', 10, -1, 2975, 5, 0, 0, 2, true, 0], - 4381: ['Dark Orange Accessory Dye', 10, -1, 3065, 5, 0, 0, 2, true, 0], - 4382: ['Dark Orchid Accessory Dye', 10, -1, 3155, 5, 0, 0, 2, true, 0], - 4383: ['Dark Red Accessory Dye', 10, -1, 3245, 5, 0, 0, 2, true, 0], - 4384: ['Dark Salmon Accessory Dye', 10, -1, 3335, 5, 0, 0, 2, true, 0], - 4385: ['Dark Sea Green Accessory Dye', 10, -1, 3425, 5, 0, 0, 2, true, 0], - 4386: ['Dark Slate Blue Accessory Dye', 10, -1, 3515, 5, 0, 0, 2, true, 0], - 4387: ['Dark Slate Gray Accessory Dye', 10, -1, 3605, 5, 0, 0, 2, true, 0], - 4388: ['Dark Turquoise Accessory Dye', 10, -1, 3695, 5, 0, 0, 2, true, 0], - 4389: ['Dark Violet Accessory Dye', 10, -1, 3785, 5, 0, 0, 2, true, 0], - 4390: ['Deep Pink Accessory Dye', 10, -1, 3875, 5, 0, 0, 2, true, 0], - 4391: ['Deep Sky Blue Accessory Dye', 10, -1, 3965, 5, 0, 0, 2, true, 0], - 4392: ['Dim Gray Accessory Dye', 10, -1, 4055, 5, 0, 0, 2, true, 0], - 4393: ['Dodger Blue Accessory Dye', 10, -1, 4145, 5, 0, 0, 2, true, 0], - 4394: ['Fire Brick Accessory Dye', 10, -1, 4235, 5, 0, 0, 2, true, 0], - 4395: ['Floral White Accessory Dye', 10, -1, 4325, 5, 0, 0, 2, true, 0], - 4396: ['Forest Green Accessory Dye', 10, -1, 4415, 5, 0, 0, 2, true, 0], - 4397: ['Fuchsia Accessory Dye', 10, -1, 5, 50, 0, 0, 2, true, 0], - 4398: ['Gainsboro Accessory Dye', 10, -1, 95, 50, 0, 0, 2, true, 0], - 4399: ['Ghost White Accessory Dye', 10, -1, 185, 50, 0, 0, 2, true, 0], - 4400: ['Gold Accessory Dye', 10, -1, 275, 50, 0, 0, 2, true, 0], - 4401: ['Golden Rod Accessory Dye', 10, -1, 365, 50, 0, 0, 2, true, 0], - 4402: ['Gray Accessory Dye', 10, -1, 455, 50, 0, 0, 2, true, 0], - 4403: ['Green Accessory Dye', 10, -1, 545, 50, 0, 0, 2, true, 0], - 4404: ['Green Yellow Accessory Dye', 10, -1, 635, 50, 0, 0, 2, true, 0], - 4405: ['Honey Dew Accessory Dye', 10, -1, 725, 50, 0, 0, 2, true, 0], - 4406: ['Hot Pink Accessory Dye', 10, -1, 815, 50, 0, 0, 2, true, 0], - 4407: ['Indian Red Accessory Dye', 10, -1, 905, 50, 0, 0, 2, true, 0], - 4408: ['Indigo Accessory Dye', 10, -1, 995, 50, 0, 0, 2, true, 0], - 4409: ['Ivory Accessory Dye', 10, -1, 1085, 50, 0, 0, 2, true, 0], - 4410: ['Khaki Accessory Dye', 10, -1, 1175, 50, 0, 0, 2, true, 0], - 4411: ['Lavender Accessory Dye', 10, -1, 1265, 50, 0, 0, 2, true, 0], - 4412: ['Lavender Blush Accessory Dye', 10, -1, 1355, 50, 0, 0, 2, true, 0], - 4413: ['Lawn Green Accessory Dye', 10, -1, 1445, 50, 0, 0, 2, true, 0], - 4414: ['Lemon Chiffon Accessory Dye', 10, -1, 1535, 50, 0, 0, 2, true, 0], - 4415: ['Light Blue Accessory Dye', 10, -1, 1625, 50, 0, 0, 2, true, 0], - 4416: ['Light Coral Accessory Dye', 10, -1, 1715, 50, 0, 0, 2, true, 0], - 4417: ['Light Cyan Accessory Dye', 10, -1, 1805, 50, 0, 0, 2, true, 0], - 4418: ['Light Golden Rod Yellow Accessory Dye', 10, -1, 1895, 50, 0, 0, 2, true, 0], - 4419: ['Light Grey Accessory Dye', 10, -1, 1985, 50, 0, 0, 2, true, 0], - 4420: ['Light Green Accessory Dye', 10, -1, 2075, 50, 0, 0, 2, true, 0], - 4421: ['Light Pink Accessory Dye', 10, -1, 2165, 50, 0, 0, 2, true, 0], - 4422: ['Light Salmon Accessory Dye', 10, -1, 2255, 50, 0, 0, 2, true, 0], - 4423: ['Light Sea Green Accessory Dye', 10, -1, 2345, 50, 0, 0, 2, true, 0], - 4424: ['Light Sky Blue Accessory Dye', 10, -1, 2435, 50, 0, 0, 2, true, 0], - 4425: ['Light Slate Gray Accessory Dye', 10, -1, 2525, 50, 0, 0, 2, true, 0], - 4426: ['Light Steel Blue Accessory Dye', 10, -1, 2615, 50, 0, 0, 2, true, 0], - 4427: ['Light Yellow Accessory Dye', 10, -1, 2705, 50, 0, 0, 2, true, 0], - 4428: ['Lime Accessory Dye', 10, -1, 2795, 50, 0, 0, 2, true, 0], - 4429: ['Lime Green Accessory Dye', 10, -1, 2885, 50, 0, 0, 2, true, 0], - 4430: ['Linen Accessory Dye', 10, -1, 2975, 50, 0, 0, 2, true, 0], - 4431: ['Magenta Accessory Dye', 10, -1, 3065, 50, 0, 0, 2, true, 0], - 4432: ['Maroon Accessory Dye', 10, -1, 3155, 50, 0, 0, 2, true, 0], - 4433: ['Medium Aqua Marine Accessory Dye', 10, -1, 3245, 50, 0, 0, 2, true, 0], - 4434: ['Medium Blue Accessory Dye', 10, -1, 3335, 50, 0, 0, 2, true, 0], - 4435: ['Medium Orchid Accessory Dye', 10, -1, 3425, 50, 0, 0, 2, true, 0], - 4436: ['Medium Purple Accessory Dye', 10, -1, 3515, 50, 0, 0, 2, true, 0], - 4437: ['Medium Sea Green Accessory Dye', 10, -1, 3605, 50, 0, 0, 2, true, 0], - 4438: ['Medium Slate Blue Accessory Dye', 10, -1, 3695, 50, 0, 0, 2, true, 0], - 4439: ['Medium Spring Green Accessory Dye', 10, -1, 3785, 50, 0, 0, 2, true, 0], - 4440: ['Medium Turquoise Accessory Dye', 10, -1, 3875, 50, 0, 0, 2, true, 0], - 4441: ['Medium Violet Red Accessory Dye', 10, -1, 3965, 50, 0, 0, 2, true, 0], - 4442: ['Midnight Blue Accessory Dye', 10, -1, 4055, 50, 0, 0, 2, true, 0], - 4443: ['Mint Cream Accessory Dye', 10, -1, 4145, 50, 0, 0, 2, true, 0], - 4444: ['Misty Rose Accessory Dye', 10, -1, 4235, 50, 0, 0, 2, true, 0], - 4445: ['Moccasin Accessory Dye', 10, -1, 4325, 50, 0, 0, 2, true, 0], - 4446: ['Navajo White Accessory Dye', 10, -1, 4415, 50, 0, 0, 2, true, 0], - 4447: ['Navy Accessory Dye', 10, -1, 5, 95, 0, 0, 2, true, 0], - 4448: ['Old Lace Accessory Dye', 10, -1, 95, 95, 0, 0, 2, true, 0], - 4449: ['Olive Accessory Dye', 10, -1, 185, 95, 0, 0, 2, true, 0], - 4450: ['Olive Drab Accessory Dye', 10, -1, 275, 95, 0, 0, 2, true, 0], - 4451: ['Orange Accessory Dye', 10, -1, 365, 95, 0, 0, 2, true, 0], - 4452: ['Orange Red Accessory Dye', 10, -1, 455, 95, 0, 0, 2, true, 0], - 4453: ['Orchid Accessory Dye', 10, -1, 545, 95, 0, 0, 2, true, 0], - 4454: ['Pale Golden Rod Accessory Dye', 10, -1, 635, 95, 0, 0, 2, true, 0], - 4455: ['Pale Green Accessory Dye', 10, -1, 725, 95, 0, 0, 2, true, 0], - 4456: ['Pale Turquoise Accessory Dye', 10, -1, 815, 95, 0, 0, 2, true, 0], - 4457: ['Pale Violet Red Accessory Dye', 10, -1, 905, 95, 0, 0, 2, true, 0], - 4458: ['Papaya Whip Accessory Dye', 10, -1, 995, 95, 0, 0, 2, true, 0], - 4459: ['Peach Puff Accessory Dye', 10, -1, 1085, 95, 0, 0, 2, true, 0], - 4460: ['Peru Accessory Dye', 10, -1, 1175, 95, 0, 0, 2, true, 0], - 4461: ['Pink Accessory Dye', 10, -1, 1265, 95, 0, 0, 2, true, 0], - 4462: ['Plum Accessory Dye', 10, -1, 1355, 95, 0, 0, 2, true, 0], - 4463: ['Powder Blue Accessory Dye', 10, -1, 1445, 95, 0, 0, 2, true, 0], - 4464: ['Purple Accessory Dye', 10, -1, 1535, 95, 0, 0, 2, true, 0], - 4465: ['Red Accessory Dye', 10, -1, 1625, 95, 0, 0, 2, true, 0], - 4466: ['Rosy Brown Accessory Dye', 10, -1, 1715, 95, 0, 0, 2, true, 0], - 4467: ['Royal Blue Accessory Dye', 10, -1, 1805, 95, 0, 0, 2, true, 0], - 4468: ['Saddle Brown Accessory Dye', 10, -1, 1895, 95, 0, 0, 2, true, 0], - 4469: ['Salmon Accessory Dye', 10, -1, 1985, 95, 0, 0, 2, true, 0], - 4470: ['Sandy Brown Accessory Dye', 10, -1, 2075, 95, 0, 0, 2, true, 0], - 4471: ['Sea Green Accessory Dye', 10, -1, 2165, 95, 0, 0, 2, true, 0], - 4472: ['Sea Shell Accessory Dye', 10, -1, 2255, 95, 0, 0, 2, true, 0], - 4473: ['Sienna Accessory Dye', 10, -1, 2345, 95, 0, 0, 2, true, 0], - 4474: ['Silver Accessory Dye', 10, -1, 2435, 95, 0, 0, 2, true, 0], - 4475: ['Sky Blue Accessory Dye', 10, -1, 2525, 95, 0, 0, 2, true, 0], - 4476: ['Slate Blue Accessory Dye', 10, -1, 2615, 95, 0, 0, 2, true, 0], - 4477: ['Slate Gray Accessory Dye', 10, -1, 2705, 95, 0, 0, 2, true, 0], - 4478: ['Snow Accessory Dye', 10, -1, 2795, 95, 0, 0, 2, true, 0], - 4479: ['Spring Green Accessory Dye', 10, -1, 2885, 95, 0, 0, 2, true, 0], - 4480: ['Steel Blue Accessory Dye', 10, -1, 2975, 95, 0, 0, 2, true, 0], - 4481: ['Tan Accessory Dye', 10, -1, 3065, 95, 0, 0, 2, true, 0], - 4482: ['Teal Accessory Dye', 10, -1, 3155, 95, 0, 0, 2, true, 0], - 4483: ['Thistle Accessory Dye', 10, -1, 3245, 95, 0, 0, 2, true, 0], - 4484: ['Tomato Accessory Dye', 10, -1, 3335, 95, 0, 0, 2, true, 0], - 4485: ['Turquoise Accessory Dye', 10, -1, 3425, 95, 0, 0, 2, true, 0], - 4486: ['Violet Accessory Dye', 10, -1, 3515, 95, 0, 0, 2, true, 0], - 4487: ['Wheat Accessory Dye', 10, -1, 3605, 95, 0, 0, 2, true, 0], - 4488: ['White Accessory Dye', 10, -1, 3695, 95, 0, 0, 2, true, 0], - 4489: ['White Smoke Accessory Dye', 10, -1, 3785, 95, 0, 0, 2, true, 0], - 4490: ['Yellow Accessory Dye', 10, -1, 3875, 95, 0, 0, 2, true, 0], - 4491: ['Yellow Green Accessory Dye', 10, -1, 3965, 95, 0, 0, 2, true, 0], - 4492: ["St Patrick's Green Accessory Dye", 10, -1, 4055, 95, 0, 0, 2, true, 0], - 4608: ['Large Purple Pinstripe Cloth', 10, -1, 2030, 455, 0, 0, 2, true, 0], - 4609: ['Large Brown Lined Cloth', 10, -1, 2120, 455, 0, 0, 2, true, 0], - 4610: ['Large Blue Striped Cloth', 10, -1, 2210, 455, 0, 0, 2, true, 0], - 4611: ['Large Black Striped Cloth', 10, -1, 2300, 455, 0, 0, 2, true, 0], - 4612: ['Large Rainbow Cloth', 10, -1, 2390, 455, 0, 0, 2, true, 0], - 4613: ['Large Starry Cloth', 10, -1, 2480, 455, 0, 0, 2, true, 0], - 4614: ['Large Brown Stitch Cloth', 10, -1, 2570, 455, 0, 0, 2, true, 0], - 4615: ['Large Tan Diamond Cloth', 10, -1, 2660, 455, 0, 0, 2, true, 0], - 4616: ['Large Green Weave Cloth', 10, -1, 2750, 455, 0, 0, 2, true, 0], - 4617: ['Large Blue Wave Cloth', 10, -1, 2840, 455, 0, 0, 2, true, 0], - 4618: ['Large Yellow Wire Cloth', 10, -1, 2930, 455, 0, 0, 2, true, 0], - 4619: ['Large Futuristic Cloth', 10, -1, 3020, 455, 0, 0, 2, true, 0], - 4620: ['Large Stony Cloth', 10, -1, 3110, 455, 0, 0, 2, true, 0], - 4621: ['Large Heart Cloth', 10, -1, 3200, 455, 0, 0, 2, true, 0], - 4622: ['Large Skull Cloth', 10, -1, 3290, 455, 0, 0, 2, true, 0], - 4623: ['Large Red Diamond Cloth', 10, -1, 3380, 455, 0, 0, 2, true, 0], - 4624: ['Large Jester Cloth', 10, -1, 3470, 455, 0, 0, 2, true, 0], - 4625: ['Large Crossbox Cloth', 10, -1, 3560, 455, 0, 0, 2, true, 0], - 4626: ['Large White Diamond Cloth', 10, -1, 3650, 455, 0, 0, 2, true, 0], - 4627: ['Large Grey Scaly Cloth', 10, -1, 3740, 455, 0, 0, 2, true, 0], - 4628: ['Large Red Spotted Cloth', 10, -1, 3830, 455, 0, 0, 2, true, 0], - 4629: ['Large Smiley Cloth', 10, -1, 3920, 455, 0, 0, 2, true, 0], - 4630: ['Large Bold Diamond Cloth', 10, -1, 4010, 455, 0, 0, 2, true, 0], - 4631: ['Large Blue Lace Cloth', 10, -1, 4100, 455, 0, 0, 2, true, 0], - 4632: ['Large Loud Spotted Cloth', 10, -1, 4190, 455, 0, 0, 2, true, 0], - 4633: ['Large Red Weft Cloth', 10, -1, 4280, 455, 0, 0, 2, true, 0], - 4634: ['Large Pink Sparkly Cloth', 10, -1, 4370, 455, 0, 0, 2, true, 0], - 4635: ['Large Red Lace Cloth', 10, -1, 4460, 455, 0, 0, 2, true, 0], - 4636: ['Large Pink Maze Cloth', 10, -1, 50, 500, 0, 0, 2, true, 0], - 4637: ['Large Yellow Dot Cloth', 10, -1, 140, 500, 0, 0, 2, true, 0], - 4638: ['Large Cloud Cloth', 10, -1, 230, 500, 0, 0, 2, true, 0], - 4639: ['Large Glowthread Cloth', 10, -1, 320, 500, 0, 0, 2, true, 0], - 4640: ['Large Sweater Cloth', 10, -1, 410, 500, 0, 0, 2, true, 0], - 4641: ['Large Bee Stripe Cloth', 10, -1, 500, 500, 0, 0, 2, true, 0], - 4642: ['Large Western Stripe Cloth', 10, -1, 590, 500, 0, 0, 2, true, 0], - 4643: ['Large Blue Point Cloth', 10, -1, 680, 500, 0, 0, 2, true, 0], - 4644: ['Large Robber Cloth', 10, -1, 770, 500, 0, 0, 2, true, 0], - 4645: ['Large Chainmail Cloth', 10, -1, 860, 500, 0, 0, 2, true, 0], - 4646: ['Large Dark Blue Stripe Cloth', 10, -1, 950, 500, 0, 0, 2, true, 0], - 4647: ['Large Vine Cloth', 10, -1, 1040, 500, 0, 0, 2, true, 0], - 4648: ['Large Party Cloth', 10, -1, 1130, 500, 0, 0, 2, true, 0], - 4649: ['Large Viva Cloth', 10, -1, 1220, 500, 0, 0, 2, true, 0], - 4650: ['Large Nautical Cloth', 10, -1, 1310, 500, 0, 0, 2, true, 0], - 4651: ['Large Cactus Zag Cloth', 10, -1, 1400, 500, 0, 0, 2, true, 0], - 4652: ['Large Big-Stripe Blue Cloth', 10, -1, 1490, 500, 0, 0, 2, true, 0], - 4653: ['Large Big-Stripe Red Cloth', 10, -1, 1580, 500, 0, 0, 2, true, 0], - 4654: ['Large Starry Night Cloth', 10, -1, 1670, 500, 0, 0, 2, true, 0], - 4655: ['Large Lemon-Lime Cloth', 10, -1, 1760, 500, 0, 0, 2, true, 0], - 4656: ['Large Floral Cloth', 10, -1, 1850, 500, 0, 0, 2, true, 0], - 4657: ['Large Pink Dot Cloth', 10, -1, 1940, 500, 0, 0, 2, true, 0], - 4658: ['Large Dark Eyes Cloth', 10, -1, 2030, 500, 0, 0, 2, true, 0], - 4659: ['Large Wind Cloth', 10, -1, 2120, 500, 0, 0, 2, true, 0], - 4660: ['Large Shamrock Cloth', 10, -1, 2210, 500, 0, 0, 2, true, 0], - 4661: ['Large Bright Stripes Cloth', 10, -1, 2300, 500, 0, 0, 2, true, 0], - 4662: ['Large USA Flag Cloth', 10, -1, 2390, 500, 0, 0, 2, true, 0], - 4663: ['Large Flannel Cloth', 10, -1, 2480, 500, 0, 0, 2, true, 0], - 4664: ['Large Cow Print Cloth', 10, -1, 2570, 500, 0, 0, 2, true, 0], - 4665: ['Large Lush Camo Cloth', 10, -1, 2660, 500, 0, 0, 2, true, 0], - 4666: ['Large Dark Camo Cloth', 10, -1, 2750, 500, 0, 0, 2, true, 0], - 4667: ['Large Teal Crystal Cloth', 10, -1, 2840, 500, 0, 0, 2, true, 0], - 4668: ['Large Blue Fireworks Cloth', 10, -1, 2930, 500, 0, 0, 2, true, 0], - 4669: ['Large Crisscross Cloth', 10, -1, 3020, 500, 0, 0, 2, true, 0], - 4670: ['Large Diamond Cloth', 10, -1, 3110, 500, 0, 0, 2, true, 0], - 4671: ['Large Egyptian Cloth', 10, -1, 3200, 500, 0, 0, 2, true, 0], - 4672: ['Large Purple Bones Cloth', 10, -1, 3290, 500, 0, 0, 2, true, 0], - 4673: ['Large Plaid Cloth', 10, -1, 3380, 500, 0, 0, 2, true, 0], - 4674: ['Large Red USA Star Cloth', 10, -1, 3470, 500, 0, 0, 2, true, 0], - 4675: ['Large Blue USA Star Cloth', 10, -1, 3560, 500, 0, 0, 2, true, 0], - 4676: ['Large USA Star Cloth', 10, -1, 3650, 500, 0, 0, 2, true, 0], - 4677: ['Large Purple Stripes Cloth', 10, -1, 3740, 500, 0, 0, 2, true, 0], - 4678: ['Large Bright Floral Cloth', 10, -1, 3830, 500, 0, 0, 2, true, 0], - 4679: ['Large Clanranald Cloth', 10, -1, 3920, 500, 0, 0, 2, true, 0], - 4680: ['Large American Flag Cloth', 10, -1, 4010, 500, 0, 0, 2, true, 0], - 4681: ['Large Relief Cloth', 10, -1, 4100, 500, 0, 0, 2, true, 0], - 4682: ['Large Intense Clovers Cloth', 10, -1, 4190, 500, 0, 0, 2, true, 0], - 4683: ['Large Celtic Knot Cloth', 10, -1, 4280, 500, 0, 0, 2, true, 0], - 4684: ['Large Flame Cloth', 10, -1, 4370, 500, 0, 0, 2, true, 0], - 4685: ['Large Heavy Chainmail Cloth', 10, -1, 4460, 500, 0, 0, 2, true, 0], - 4686: ['Large Leopard Print Cloth', 10, -1, 50, 545, 0, 0, 2, true, 0], - 4687: ['Large Zebra Print Cloth', 10, -1, 140, 545, 0, 0, 2, true, 0], - 4688: ['Large Colored Egg Cloth', 10, -1, 230, 545, 0, 0, 2, true, 0], - 4689: ['Large Spring Cloth', 10, -1, 320, 545, 0, 0, 2, true, 0], - 4690: ['Large Hibiscus Beach Wrap Cloth', 10, -1, 410, 545, 0, 0, 2, true, 0], - 4691: ['Large Blue Camo Cloth', 10, -1, 500, 545, 0, 0, 2, true, 0], - 4692: ['Large Sunburst Cloth', 10, -1, 590, 545, 0, 0, 2, true, 0], - 4693: ['Large Ivory Dragon Scale Cloth', 10, -1, 680, 545, 0, 0, 2, true, 0], - 4694: ['Large Green Dragon Scale Cloth', 10, -1, 770, 545, 0, 0, 2, true, 0], - 4695: ['Large Midnight Dragon Scale Cloth', 10, -1, 860, 545, 0, 0, 2, true, 0], - 4696: ['Large Blue Dragon Scale Cloth', 10, -1, 950, 545, 0, 0, 2, true, 0], - 4697: ['Large Red Dragon Scale Cloth', 10, -1, 1040, 545, 0, 0, 2, true, 0], - 4698: ['Large Jester Argyle Cloth', 10, -1, 1130, 545, 0, 0, 2, true, 0], - 4699: ['Large Alchemist Cloth', 10, -1, 1220, 545, 0, 0, 2, true, 0], - 4700: ['Large Spooky Cloth', 10, -1, 1310, 545, 0, 0, 2, true, 0], - 4701: ['Large Mosaic Cloth', 10, -1, 1400, 545, 0, 0, 2, true, 0], - 4702: ['Large Blue Bee Cloth', 10, -1, 1490, 545, 0, 0, 2, true, 0], - 4703: ['Large Yellow Bee Cloth', 10, -1, 1580, 545, 0, 0, 2, true, 0], - 4704: ['Large Red Bee Cloth', 10, -1, 1670, 545, 0, 0, 2, true, 0], - 4705: ['Large Stormy Cloth', 10, -1, 1760, 545, 0, 0, 2, true, 0], - 4706: ['Large Musical Cloth', 10, -1, 1850, 545, 0, 0, 2, true, 0], - 4707: ['Large Digital Navy Camo Cloth', 10, -1, 1940, 545, 0, 0, 2, true, 0], - 4708: ['Large Digital Fall Camo Cloth', 10, -1, 2030, 545, 0, 0, 2, true, 0], - 4709: ['Large Digital Woods Camo Cloth', 10, -1, 2120, 545, 0, 0, 2, true, 0], - 4710: ['Large Digital Arctic Camo Cloth', 10, -1, 2210, 545, 0, 0, 2, true, 0], - 4711: ['Large UFO Cloth', 10, -1, 2300, 545, 0, 0, 2, true, 0], - 4712: ['Large Foraxian Cloth', 10, -1, 2390, 545, 0, 0, 2, true, 0], - 4713: ['Large Katalonian Cloth', 10, -1, 2480, 545, 0, 0, 2, true, 0], - 4714: ['Large Untarian Cloth', 10, -1, 2570, 545, 0, 0, 2, true, 0], - 4715: ['Large Malogian Cloth', 10, -1, 2660, 545, 0, 0, 2, true, 0], - 4716: ['Large Magma Cloth', 10, -1, 2750, 545, 0, 0, 2, true, 0], - 4717: ['Large Mixed Lights Cloth', 10, -1, 2840, 545, 0, 0, 2, true, 0], - 4718: ['Large Peppermint Cloth', 10, -1, 2930, 545, 0, 0, 2, true, 0], - 4719: ['Large Holiday Lights Cloth', 10, -1, 3020, 545, 0, 0, 2, true, 0], - 4720: ['Large Snowy Night Cloth', 10, -1, 3110, 545, 0, 0, 2, true, 0], - 4721: ['Large Snowflake Cloth', 10, -1, 3200, 545, 0, 0, 2, true, 0], - 4722: ['Large Candy Cane Cloth', 10, -1, 3290, 545, 0, 0, 2, true, 0], - 4723: ['Large Gemsbok Cloth', 10, -1, 3380, 545, 0, 0, 2, true, 0], - 4724: ['Large Dammah Cloth', 10, -1, 3470, 545, 0, 0, 2, true, 0], - 4725: ['Large Leucoryx Cloth', 10, -1, 3560, 545, 0, 0, 2, true, 0], - 4726: ['Large Exalted Oryx Cloth', 10, -1, 3650, 545, 0, 0, 2, true, 0], - 4727: ['Large Beisa Symbol Cloth', 10, -1, 3740, 545, 0, 0, 2, true, 0], - 4728: ['Large Dammah Symbol Cloth', 10, -1, 3830, 545, 0, 0, 2, true, 0], - 4729: ['Large Leucoryx Symbol Cloth', 10, -1, 3920, 545, 0, 0, 2, true, 0], - 4730: ['Large Gemsbok Symbol Cloth', 10, -1, 4010, 545, 0, 0, 2, true, 0], - 4731: ['Large Exalted Oryx Symbol Cloth', 10, -1, 4100, 545, 0, 0, 2, true, 0], - 4732: ['Large Beisa Cloth', 10, -1, 4190, 545, 0, 0, 2, true, 0], - 4733: ['Large Sanctuary Cloth', 10, -1, 4280, 545, 0, 0, 2, true, 0], - 4734: ['Large Steel Cloth', 10, -1, 4370, 545, 0, 0, 2, true, 0], - 4735: ['Large Plate Cloth', 10, -1, 4460, 545, 0, 0, 2, true, 0], - 4736: ['Large Cone Cloth', 10, -1, 50, 590, 0, 0, 2, true, 0], - 4737: ['Large Construction Cloth', 10, -1, 140, 590, 0, 0, 2, true, 0], - 4738: ['Large Obsidian Scale Cloth', 10, -1, 230, 590, 0, 0, 2, true, 0], - 4739: ['Large Cronus Square Cloth', 10, -1, 320, 590, 0, 0, 2, true, 0], - 4740: ['Large Hollow Square Cloth', 10, -1, 410, 590, 0, 0, 2, true, 0], - 4741: ['Large Pink Cube Cloth', 10, -1, 500, 590, 0, 0, 2, true, 0], - 4742: ['Large Sentinel Cloth', 10, -1, 590, 590, 0, 0, 2, true, 0], - 4743: ['Large Twilight Cloth', 10, -1, 680, 590, 0, 0, 2, true, 0], - 4744: ['Large Crown Cloth', 10, -1, 770, 590, 0, 0, 2, true, 0], - 4745: ['Large Corruption Cloth', 10, -1, 860, 590, 0, 0, 2, true, 0], - 4746: ['Large Galactic Cloth', 10, -1, 950, 590, 0, 0, 2, true, 0], - 4747: ['Large Hypnotic Cloth', 10, -1, 1040, 590, 0, 0, 2, true, 0], - 4748: ['Large Tie Dye Cloth', 10, -1, 1130, 590, 0, 0, 2, true, 0], - 4749: ['Large Rain Cloth', 10, -1, 1220, 590, 0, 0, 2, true, 0], - 4750: ['Large Barber Pole Cloth', 10, -1, 1310, 590, 0, 0, 2, true, 0], - 4751: ['Large Ahead Cloth', 10, -1, 1400, 590, 0, 0, 2, true, 0], - 4752: ['Large Tidal Cloth', 10, -1, 1490, 590, 0, 0, 2, true, 0], - 4753: ['Large Running Heart Cloth', 10, -1, 1580, 590, 0, 0, 2, true, 0], - 4754: ['Large Falling Snowflakes Cloth', 10, -1, 1670, 590, 0, 0, 2, true, 0], - 4755: ['Large Snowflake Vortex Cloth', 10, -1, 1760, 590, 0, 0, 2, true, 0], - 4756: ['Large Terminal Cloth', 10, -1, 1850, 590, 0, 0, 2, true, 0], - 4757: ['Large New Year Dragon Cloth', 10, -1, 1940, 590, 0, 0, 2, true, 0], - 4758: ['Large Flying Lanterns Cloth', 10, -1, 2030, 590, 0, 0, 2, true, 0], - 4759: ['Large Static Noise Cloth', 10, -1, 2120, 590, 0, 0, 2, true, 0], - 4760: ['Large Spinning Stars Cloth', 10, -1, 2210, 590, 0, 0, 2, true, 0], - 4761: ['Large Floating Clouds Cloth', 10, -1, 2300, 590, 0, 0, 2, true, 0], - 4762: ['Large Scrolling Suns Cloth', 10, -1, 2390, 590, 0, 0, 2, true, 0], - 4763: ['Large Low Poly Cloth', 10, -1, 2480, 590, 0, 0, 2, true, 0], - 4764: ['Large Royal Eminence Cloth', 10, -1, 2570, 590, 0, 0, 2, true, 0], - 4765: ['Large Endless Petals Cloth', 10, -1, 2660, 590, 0, 0, 2, true, 0], - 4766: ['Large Flowing Rainbow Cloth', 10, -1, 2750, 590, 0, 0, 2, true, 0], - 4767: ['Large Migrating Birds Cloth', 10, -1, 2840, 590, 0, 0, 2, true, 0], - 4768: ['Large Spinning Shamrock Cloth', 10, -1, 2930, 590, 0, 0, 2, true, 0], - 4769: ['Large Black Coin Cloth', 10, -1, 3020, 590, 0, 0, 2, true, 0], - 4770: ['Large Black Coin Rain Cloth', 10, -1, 3110, 590, 0, 0, 2, true, 0], - 4771: ['Large Voodoo Skulls Cloth', 10, -1, 3200, 590, 0, 0, 2, true, 0], - 4772: ['Large Falling Voodoo Skulls Cloth', 10, -1, 3290, 590, 0, 0, 2, true, 0], - 4773: ['Large Slithering Snakes Cloth', 10, -1, 3380, 590, 0, 0, 2, true, 0], - 4774: ['Large Blood Cloth', 10, -1, 3470, 590, 0, 0, 2, true, 0], - 4775: ['Large Nails Cloth', 10, -1, 3560, 590, 0, 0, 2, true, 0], - 4784: ['Large Gears Cloth', 10, -1, 3650, 590, 0, 0, 2, true, 0], - 4785: ['Large Big Gears Cloth', 10, -1, 3740, 590, 0, 0, 2, true, 0], - 4786: ['Large Nuts and Bolts Cloth', 10, -1, 3830, 590, 0, 0, 2, true, 0], - 4787: ['Large Steampunk Gears Cloth', 10, -1, 3920, 590, 0, 0, 2, true, 0], - 4788: ['Large Augmented Titanium Cloth', 10, -1, 4010, 590, 0, 0, 2, true, 0], - 4789: ['Large Living Vines Cloth', 10, -1, 4100, 590, 0, 0, 2, true, 0], - 4790: ['Large Royalty Cloth', 10, -1, 4190, 590, 0, 0, 2, true, 0], - 4791: ['Large Hot Coal Cloth', 10, -1, 4280, 590, 0, 0, 2, true, 0], - 4792: ['Large Void Swirl Cloth', 10, -1, 4370, 590, 0, 0, 2, true, 0], - 4793: ['Large Icy Flames Cloth', 10, -1, 4460, 590, 0, 0, 2, true, 0], - 4794: ['Large Flowers of Sin Cloth', 10, -1, 50, 635, 0, 0, 2, true, 0], - 4795: ['Large Green Camouflage Cloth', 10, -1, 140, 635, 0, 0, 2, true, 0], - 4796: ['Large Dark Camouflage Cloth', 10, -1, 230, 635, 0, 0, 2, true, 0], - 4797: ['Large Arcane Cloth', 10, -1, 320, 635, 0, 0, 2, true, 0], - 4798: ['Large Oryxtober Beer Cloth', 10, -1, 410, 635, 0, 0, 2, true, 0], - 4799: ['Large Edelweiss Cloth', 10, -1, 500, 635, 0, 0, 2, true, 0], - 4800: ['Large Odyssey Cloth', 10, -1, 590, 635, 0, 0, 2, true, 0], - 4801: ['Large Labyrinth Cloth', 10, -1, 680, 635, 0, 0, 2, true, 0], - 4864: ['Small Purple Pinstripe Cloth', 10, -1, 2075, 455, 0, 0, 2, true, 0], - 4865: ['Small Brown Lined Cloth', 10, -1, 2165, 455, 0, 0, 2, true, 0], - 4866: ['Small Blue Striped Cloth', 10, -1, 2255, 455, 0, 0, 2, true, 0], - 4867: ['Small Black Striped Cloth', 10, -1, 2345, 455, 0, 0, 2, true, 0], - 4868: ['Small Rainbow Cloth', 10, -1, 2435, 455, 0, 0, 2, true, 0], - 4869: ['Small Starry Cloth', 10, -1, 2525, 455, 0, 0, 2, true, 0], - 4870: ['Small Brown Stitch Cloth', 10, -1, 2615, 455, 0, 0, 2, true, 0], - 4871: ['Small Tan Diamond Cloth', 10, -1, 2705, 455, 0, 0, 2, true, 0], - 4872: ['Small Green Weave Cloth', 10, -1, 2795, 455, 0, 0, 2, true, 0], - 4873: ['Small Blue Wave Cloth', 10, -1, 2885, 455, 0, 0, 2, true, 0], - 4874: ['Small Yellow Wire Cloth', 10, -1, 2975, 455, 0, 0, 2, true, 0], - 4875: ['Small Futuristic Cloth', 10, -1, 3065, 455, 0, 0, 2, true, 0], - 4876: ['Small Stony Cloth', 10, -1, 3155, 455, 0, 0, 2, true, 0], - 4877: ['Small Heart Cloth', 10, -1, 3245, 455, 0, 0, 2, true, 0], - 4878: ['Small Skull Cloth', 10, -1, 3335, 455, 0, 0, 2, true, 0], - 4879: ['Small Red Diamond Cloth', 10, -1, 3425, 455, 0, 0, 2, true, 0], - 4880: ['Small Jester Cloth', 10, -1, 3515, 455, 0, 0, 2, true, 0], - 4881: ['Small Crossbox Cloth', 10, -1, 3605, 455, 0, 0, 2, true, 0], - 4882: ['Small White Diamond Cloth', 10, -1, 3695, 455, 0, 0, 2, true, 0], - 4883: ['Small Grey Scaly Cloth', 10, -1, 3785, 455, 0, 0, 2, true, 0], - 4884: ['Small Red Spotted Cloth', 10, -1, 3875, 455, 0, 0, 2, true, 0], - 4885: ['Small Smiley Cloth', 10, -1, 3965, 455, 0, 0, 2, true, 0], - 4886: ['Small Bold Diamond Cloth', 10, -1, 4055, 455, 0, 0, 2, true, 0], - 4887: ['Small Blue Lace Cloth', 10, -1, 4145, 455, 0, 0, 2, true, 0], - 4888: ['Small Loud Spotted Cloth', 10, -1, 4235, 455, 0, 0, 2, true, 0], - 4889: ['Small Red Weft Cloth', 10, -1, 4325, 455, 0, 0, 2, true, 0], - 4890: ['Small Pink Sparkly Cloth', 10, -1, 4415, 455, 0, 0, 2, true, 0], - 4891: ['Small Red Lace Cloth', 10, -1, 5, 500, 0, 0, 2, true, 0], - 4892: ['Small Pink Maze Cloth', 10, -1, 95, 500, 0, 0, 2, true, 0], - 4893: ['Small Yellow Dot Cloth', 10, -1, 185, 500, 0, 0, 2, true, 0], - 4894: ['Small Cloud Cloth', 10, -1, 275, 500, 0, 0, 2, true, 0], - 4895: ['Small Glowthread Cloth', 10, -1, 365, 500, 0, 0, 2, true, 0], - 4896: ['Small Sweater Cloth', 10, -1, 455, 500, 0, 0, 2, true, 0], - 4897: ['Small Bee Stripe Cloth', 10, -1, 545, 500, 0, 0, 2, true, 0], - 4898: ['Small Western Stripe Cloth', 10, -1, 635, 500, 0, 0, 2, true, 0], - 4899: ['Small Blue Point Cloth', 10, -1, 725, 500, 0, 0, 2, true, 0], - 4900: ['Small Robber Cloth', 10, -1, 815, 500, 0, 0, 2, true, 0], - 4901: ['Small Chainmail Cloth', 10, -1, 905, 500, 0, 0, 2, true, 0], - 4902: ['Small Dark Blue Stripe Cloth', 10, -1, 995, 500, 0, 0, 2, true, 0], - 4903: ['Small Vine Cloth', 10, -1, 1085, 500, 0, 0, 2, true, 0], - 4904: ['Small Party Cloth', 10, -1, 1175, 500, 0, 0, 2, true, 0], - 4905: ['Small Viva Cloth', 10, -1, 1265, 500, 0, 0, 2, true, 0], - 4906: ['Small Nautical Cloth', 10, -1, 1355, 500, 0, 0, 2, true, 0], - 4907: ['Small Cactus Zag Cloth', 10, -1, 1445, 500, 0, 0, 2, true, 0], - 4908: ['Small Big-Stripe Blue Cloth', 10, -1, 1535, 500, 0, 0, 2, true, 0], - 4909: ['Small Big-Stripe Red Cloth', 10, -1, 1625, 500, 0, 0, 2, true, 0], - 4910: ['Small Starry Night Cloth', 10, -1, 1715, 500, 0, 0, 2, true, 0], - 4911: ['Small Lemon-Lime Cloth', 10, -1, 1805, 500, 0, 0, 2, true, 0], - 4912: ['Small Floral Cloth', 10, -1, 1895, 500, 0, 0, 2, true, 0], - 4913: ['Small Pink Dot Cloth', 10, -1, 1985, 500, 0, 0, 2, true, 0], - 4914: ['Small Dark Eyes Cloth', 10, -1, 2075, 500, 0, 0, 2, true, 0], - 4915: ['Small Wind Cloth', 10, -1, 2165, 500, 0, 0, 2, true, 0], - 4916: ['Small Shamrock Cloth', 10, -1, 2255, 500, 0, 0, 2, true, 0], - 4917: ['Small Bright Stripes Cloth', 10, -1, 2345, 500, 0, 0, 2, true, 0], - 4918: ['Small USA Flag Cloth', 10, -1, 2435, 500, 0, 0, 2, true, 0], - 4919: ['Small Flannel Cloth', 10, -1, 2525, 500, 0, 0, 2, true, 0], - 4920: ['Small Cow Print Cloth', 10, -1, 2615, 500, 0, 0, 2, true, 0], - 4921: ['Small Lush Camo Cloth', 10, -1, 2705, 500, 0, 0, 2, true, 0], - 4922: ['Small Dark Camo Cloth', 10, -1, 2795, 500, 0, 0, 2, true, 0], - 4923: ['Small Teal Crystal Cloth', 10, -1, 2885, 500, 0, 0, 2, true, 0], - 4924: ['Small Blue Fireworks Cloth', 10, -1, 2975, 500, 0, 0, 2, true, 0], - 4925: ['Small Crisscross Cloth', 10, -1, 3065, 500, 0, 0, 2, true, 0], - 4926: ['Small Diamond Cloth', 10, -1, 3155, 500, 0, 0, 2, true, 0], - 4927: ['Small Egyptian Cloth', 10, -1, 3245, 500, 0, 0, 2, true, 0], - 4928: ['Small Purple Bones Cloth', 10, -1, 3335, 500, 0, 0, 2, true, 0], - 4929: ['Small Plaid Cloth', 10, -1, 3425, 500, 0, 0, 2, true, 0], - 4930: ['Small Red USA Star Cloth', 10, -1, 3515, 500, 0, 0, 2, true, 0], - 4931: ['Small Blue USA Star Cloth', 10, -1, 3605, 500, 0, 0, 2, true, 0], - 4932: ['Small USA Star Cloth', 10, -1, 3695, 500, 0, 0, 2, true, 0], - 4933: ['Small Purple Stripes Cloth', 10, -1, 3785, 500, 0, 0, 2, true, 0], - 4934: ['Small Bright Floral Cloth', 10, -1, 3875, 500, 0, 0, 2, true, 0], - 4935: ['Small Clanranald Cloth', 10, -1, 3965, 500, 0, 0, 2, true, 0], - 4936: ['Small American Flag Cloth', 10, -1, 4055, 500, 0, 0, 2, true, 0], - 4937: ['Small Relief Cloth', 10, -1, 4145, 500, 0, 0, 2, true, 0], - 4938: ['Small Intense Clovers Cloth', 10, -1, 4235, 500, 0, 0, 2, true, 0], - 4939: ['Small Celtic Knot Cloth', 10, -1, 4325, 500, 0, 0, 2, true, 0], - 4940: ['Small Flame Cloth', 10, -1, 4415, 500, 0, 0, 2, true, 0], - 4941: ['Small Heavy Chainmail Cloth', 10, -1, 5, 545, 0, 0, 2, true, 0], - 4942: ['Small Leopard Print Cloth', 10, -1, 95, 545, 0, 0, 2, true, 0], - 4943: ['Small Zebra Print Cloth', 10, -1, 185, 545, 0, 0, 2, true, 0], - 4944: ['Small Colored Egg Cloth', 10, -1, 275, 545, 0, 0, 2, true, 0], - 4945: ['Small Spring Cloth', 10, -1, 365, 545, 0, 0, 2, true, 0], - 4946: ['Small Hibiscus Beach Wrap Cloth', 10, -1, 455, 545, 0, 0, 2, true, 0], - 4947: ['Small Blue Camo Cloth', 10, -1, 545, 545, 0, 0, 2, true, 0], - 4948: ['Small Sunburst Cloth', 10, -1, 635, 545, 0, 0, 2, true, 0], - 4949: ['Small Ivory Dragon Scale Cloth', 10, -1, 725, 545, 0, 0, 2, true, 0], - 4950: ['Small Green Dragon Scale Cloth', 10, -1, 815, 545, 0, 0, 2, true, 0], - 4951: ['Small Midnight Dragon Scale Cloth', 10, -1, 905, 545, 0, 0, 2, true, 0], - 4952: ['Small Blue Dragon Scale Cloth', 10, -1, 995, 545, 0, 0, 2, true, 0], - 4953: ['Small Red Dragon Scale Cloth', 10, -1, 1085, 545, 0, 0, 2, true, 0], - 4954: ['Small Jester Argyle Cloth', 10, -1, 1175, 545, 0, 0, 2, true, 0], - 4955: ['Small Alchemist Cloth', 10, -1, 1265, 545, 0, 0, 2, true, 0], - 4956: ['Small Spooky Cloth', 10, -1, 1355, 545, 0, 0, 2, true, 0], - 4957: ['Small Mosaic Cloth', 10, -1, 1445, 545, 0, 0, 2, true, 0], - 4958: ['Small Blue Bee Cloth', 10, -1, 1535, 545, 0, 0, 2, true, 0], - 4959: ['Small Yellow Bee Cloth', 10, -1, 1625, 545, 0, 0, 2, true, 0], - 4960: ['Small Red Bee Cloth', 10, -1, 1715, 545, 0, 0, 2, true, 0], - 4961: ['Small Stormy Cloth', 10, -1, 1805, 545, 0, 0, 2, true, 0], - 4962: ['Small Musical Cloth', 10, -1, 1895, 545, 0, 0, 2, true, 0], - 4963: ['Small Digital Navy Camo Cloth', 10, -1, 1985, 545, 0, 0, 2, true, 0], - 4964: ['Small Digital Fall Camo Cloth', 10, -1, 2075, 545, 0, 0, 2, true, 0], - 4965: ['Small Digital Woods Camo Cloth', 10, -1, 2165, 545, 0, 0, 2, true, 0], - 4966: ['Small Digital Arctic Camo Cloth', 10, -1, 2255, 545, 0, 0, 2, true, 0], - 4967: ['Small UFO Cloth', 10, -1, 2345, 545, 0, 0, 2, true, 0], - 4968: ['Small Foraxian Cloth', 10, -1, 2435, 545, 0, 0, 2, true, 0], - 4969: ['Small Katalonian Cloth', 10, -1, 2525, 545, 0, 0, 2, true, 0], - 4970: ['Small Untarian Cloth', 10, -1, 2615, 545, 0, 0, 2, true, 0], - 4971: ['Small Malogian Cloth', 10, -1, 2705, 545, 0, 0, 2, true, 0], - 4972: ['Small Magma Cloth', 10, -1, 2795, 545, 0, 0, 2, true, 0], - 4973: ['Small Mixed Lights Cloth', 10, -1, 2885, 545, 0, 0, 2, true, 0], - 4974: ['Small Peppermint Cloth', 10, -1, 2975, 545, 0, 0, 2, true, 0], - 4975: ['Small Holiday Lights Cloth', 10, -1, 3065, 545, 0, 0, 2, true, 0], - 4976: ['Small Snowy Night Cloth', 10, -1, 3155, 545, 0, 0, 2, true, 0], - 4977: ['Small Snowflake Cloth', 10, -1, 3245, 545, 0, 0, 2, true, 0], - 4978: ['Small Candy Cane Cloth', 10, -1, 3335, 545, 0, 0, 2, true, 0], - 4979: ['Small Gemsbok Cloth', 10, -1, 3425, 545, 0, 0, 2, true, 0], - 4980: ['Small Dammah Cloth', 10, -1, 3515, 545, 0, 0, 2, true, 0], - 4981: ['Small Leucoryx Cloth', 10, -1, 3605, 545, 0, 0, 2, true, 0], - 4982: ['Small Exalted Oryx Cloth', 10, -1, 3695, 545, 0, 0, 2, true, 0], - 4983: ['Small Beisa Symbol Cloth', 10, -1, 3785, 545, 0, 0, 2, true, 0], - 4984: ['Small Dammah Symbol Cloth', 10, -1, 3875, 545, 0, 0, 2, true, 0], - 4985: ['Small Leucoryx Symbol Cloth', 10, -1, 3965, 545, 0, 0, 2, true, 0], - 4986: ['Small Gemsbok Symbol Cloth', 10, -1, 4055, 545, 0, 0, 2, true, 0], - 4987: ['Small Exalted Oryx Symbol Cloth', 10, -1, 4145, 545, 0, 0, 2, true, 0], - 4988: ['Small Beisa Cloth', 10, -1, 4235, 545, 0, 0, 2, true, 0], - 4989: ['Small Sanctuary Cloth', 10, -1, 4325, 545, 0, 0, 2, true, 0], - 4990: ['Small Steel Cloth', 10, -1, 4415, 545, 0, 0, 2, true, 0], - 4991: ['Small Plate Cloth', 10, -1, 5, 590, 0, 0, 2, true, 0], - 4992: ['Small Cone Cloth', 10, -1, 95, 590, 0, 0, 2, true, 0], - 4993: ['Small Construction Cloth', 10, -1, 185, 590, 0, 0, 2, true, 0], - 4994: ['Small Obsidian Scale Cloth', 10, -1, 275, 590, 0, 0, 2, true, 0], - 4995: ['Small Cronus Square Cloth', 10, -1, 365, 590, 0, 0, 2, true, 0], - 4996: ['Small Hollow Square Cloth', 10, -1, 455, 590, 0, 0, 2, true, 0], - 4997: ['Small Pink Cube Cloth', 10, -1, 545, 590, 0, 0, 2, true, 0], - 4998: ['Small Sentinel Cloth', 10, -1, 635, 590, 0, 0, 2, true, 0], - 4999: ['Small Twilight Cloth', 10, -1, 725, 590, 0, 0, 2, true, 0], - 5000: ['Small Crown Cloth', 10, -1, 815, 590, 0, 0, 2, true, 0], - 5001: ['Small Corruption Cloth', 10, -1, 905, 590, 0, 0, 2, true, 0], - 5002: ['Small Galactic Cloth', 10, -1, 995, 590, 0, 0, 2, true, 0], - 5003: ['Small Hypnotic Cloth', 10, -1, 1085, 590, 0, 0, 2, true, 0], - 5004: ['Small Tie Dye Cloth', 10, -1, 1175, 590, 0, 0, 2, true, 0], - 5005: ['Small Rain Cloth', 10, -1, 1265, 590, 0, 0, 2, true, 0], - 5006: ['Small Barber Pole Cloth', 10, -1, 1355, 590, 0, 0, 2, true, 0], - 5007: ['Small Ahead Cloth', 10, -1, 1445, 590, 0, 0, 2, true, 0], - 5008: ['Small Tidal Cloth', 10, -1, 1535, 590, 0, 0, 2, true, 0], - 5009: ['Small Running Heart Cloth', 10, -1, 1625, 590, 0, 0, 2, true, 0], - 5010: ['Small Falling Snowflakes Cloth', 10, -1, 1715, 590, 0, 0, 2, true, 0], - 5011: ['Small Snowflake Vortex Cloth', 10, -1, 1805, 590, 0, 0, 2, true, 0], - 5012: ['Small Terminal Cloth', 10, -1, 1895, 590, 0, 0, 2, true, 0], - 5013: ['Small New Year Dragon Cloth', 10, -1, 1985, 590, 0, 0, 2, true, 0], - 5014: ['Small Flying Lanterns Cloth', 10, -1, 2075, 590, 0, 0, 2, true, 0], - 5015: ['Small Static Noise Cloth', 10, -1, 2165, 590, 0, 0, 2, true, 0], - 5016: ['Small Spinning Stars Cloth', 10, -1, 2255, 590, 0, 0, 2, true, 0], - 5017: ['Small Floating Clouds Cloth', 10, -1, 2345, 590, 0, 0, 2, true, 0], - 5018: ['Small Scrolling Suns Cloth', 10, -1, 2435, 590, 0, 0, 2, true, 0], - 5019: ['Small Low Poly Cloth', 10, -1, 2525, 590, 0, 0, 2, true, 0], - 5020: ['Small Royal Eminence Cloth', 10, -1, 2615, 590, 0, 0, 2, true, 0], - 5021: ['Small Endless Petals Cloth', 10, -1, 2705, 590, 0, 0, 2, true, 0], - 5022: ['Small Flowing Rainbow Cloth', 10, -1, 2795, 590, 0, 0, 2, true, 0], - 5023: ['Small Migrating Birds Cloth', 10, -1, 2885, 590, 0, 0, 2, true, 0], - 5024: ['Small Spinning Shamrock Cloth', 10, -1, 2975, 590, 0, 0, 2, true, 0], - 5025: ['Small Black Coin Cloth', 10, -1, 3065, 590, 0, 0, 2, true, 0], - 5026: ['Small Black Coin Rain Cloth', 10, -1, 3155, 590, 0, 0, 2, true, 0], - 5027: ['Small Voodoo Skulls Cloth', 10, -1, 3245, 590, 0, 0, 2, true, 0], - 5028: ['Small Falling Voodoo Skulls Cloth', 10, -1, 3335, 590, 0, 0, 2, true, 0], - 5029: ['Small Slithering Snakes Cloth', 10, -1, 3425, 590, 0, 0, 2, true, 0], - 5030: ['Small Blood Cloth', 10, -1, 3515, 590, 0, 0, 2, true, 0], - 5031: ['Small Nails Cloth', 10, -1, 3605, 590, 0, 0, 2, true, 0], - 5032: ['Sunny Side Bow', 3, -1, 3605, 2480, 6, 900, 6, true, 1], - 5034: ['Eternal Graved Great Sword', 1, -1, 3650, 2480, 6, 800, 6, true, 2], - 5035: ['Spriteful Shield', 5, -1, 3695, 2480, 7, 800, 6, true, 2], - 5036: ['Eggre Battle Armor', 7, -1, 3740, 2480, 6, 700, 6, true, 2], - 5037: ['Tiara of Eggscellent Sturdiness', 9, -1, 3785, 2480, 5, 325, 6, true, 2], - 5040: ['Small Gears Cloth', 10, -1, 3695, 590, 0, 0, 2, true, 0], - 5041: ['Small Big Gears Cloth', 10, -1, 3785, 590, 0, 0, 2, true, 0], - 5042: ['Small Nuts and Bolts Cloth', 10, -1, 3875, 590, 0, 0, 2, true, 0], - 5043: ['Small Steampunk Gears Cloth', 10, -1, 3965, 590, 0, 0, 2, true, 0], - 5044: ['Small Augmented Titanium Cloth', 10, -1, 4055, 590, 0, 0, 2, true, 0], - 5045: ['Small Living Vines Cloth', 10, -1, 4145, 590, 0, 0, 2, true, 0], - 5046: ['Small Royalty Cloth', 10, -1, 4235, 590, 0, 0, 2, true, 0], - 5047: ['Small Hot Coal Cloth', 10, -1, 4325, 590, 0, 0, 2, true, 0], - 5048: ['Small Void Swirl Cloth', 10, -1, 4415, 590, 0, 0, 2, true, 0], - 5049: ['Small Icy Flames Cloth', 10, -1, 5, 635, 0, 0, 2, true, 0], - 5050: ['Small Flowers of Sin Cloth', 10, -1, 95, 635, 0, 0, 2, true, 0], - 5051: ['Small Green Camouflage Cloth', 10, -1, 185, 635, 0, 0, 2, true, 0], - 5052: ['Small Dark Camouflage Cloth', 10, -1, 275, 635, 0, 0, 2, true, 0], - 5053: ['Small Arcane Cloth', 10, -1, 365, 635, 0, 0, 2, true, 0], - 5054: ['Small Oryxtober Beer Cloth', 10, -1, 455, 635, 0, 0, 2, true, 0], - 5055: ['Small Edelweiss Cloth', 10, -1, 545, 635, 0, 0, 2, true, 0], - 5056: ['Small Odyssey Cloth', 10, -1, 635, 635, 0, 0, 2, true, 0], - 5057: ['Small Labyrinth Cloth', 10, -1, 725, 635, 0, 0, 2, true, 0], - 5072: ['Mystery Dye (Accessory)', 10, -1, 3470, 2390, 0, 0, 2, true, 0], - 5073: ['Mystery Cloth (Large)', 10, -1, 3515, 2390, 0, 0, 2, true, 0], - 5074: ['Mystery Cloth (Small)', 10, -1, 3560, 2390, 0, 0, 2, true, 0], - 5075: ['Mystery Skin (Bronze)', 10, -1, 3605, 2390, 0, 0, 8, true, 0], - 5076: ['Mystery Skin (Silver)', 10, -1, 3650, 2390, 0, 0, 8, true, 0], - 5077: ['Mystery Skin (Gold)', 10, -1, 3695, 2390, 0, 0, 8, true, 0], - 5078: ['Mystery Pet Stone (Bronze)', 10, -1, 3740, 2390, 0, 0, 8, true, 0], - 5079: ['Mystery Pet Stone (Silver)', 10, -1, 3785, 2390, 0, 0, 8, true, 0], - 5080: ['Mystery Pet Stone (Gold)', 10, -1, 3830, 2390, 0, 0, 8, true, 0], - 5081: ['Oryxmas Mystery Ability', 10, -1, 4010, 2390, 0, 0, 8, true, 0], - 5082: ['Oryxmas Mystery Pet Skin', 10, -1, 4055, 2390, 0, 0, 8, true, 0], - 5083: ['Oryxmas Mystery Gift', 10, -1, 4100, 2390, 0, 0, 8, true, 0], - 5084: ['Red Goodie Bag', 10, -1, 4190, 2390, 0, 0, 8, true, 0], - 5085: ['Purple Goodie Bag', 10, -1, 4235, 2390, 0, 0, 8, true, 0], - 5086: ['Orange Goodie Bag', 10, -1, 4280, 2390, 0, 0, 8, true, 0], - 5087: ['Green Goodie Bag', 10, -1, 4325, 2390, 0, 0, 8, true, 0], - 5088: ['Cyan Goodie Bag', 10, -1, 4370, 2390, 0, 0, 8, true, 0], - 5089: ['Black Goodie Bag', 10, -1, 4415, 2390, 0, 0, 8, true, 0], - 5090: ['White Goodie Bag', 10, -1, 4460, 2390, 0, 0, 8, true, 0], - 5091: ['Mystery Key (Bronze)', 10, -1, 5, 2435, 0, 0, 8, true, 0], - 5092: ['Mystery Key (Silver)', 10, -1, 50, 2435, 0, 0, 8, true, 0], - 5093: ['Mystery Key (Gold)', 10, -1, 95, 2435, 0, 0, 8, true, 0], - 5094: ['Mystery Stat Pot', 10, -1, 140, 2435, 0, 0, 5, true, 0], - 5137: ['Totally a White Bag', 10, -1, 2525, 2390, 0, 100, 2, true, 0], - 5138: ['Frozen Wand', 8, -1, 2660, 2390, 5, 700, 6, false, 0], - 5139: ['Freezing Quiver', 15, -1, 2705, 2390, 7, 800, 6, true, 1], - 5376: ['Black Cat Egg', 26, -1, 3695, 320, 0, 200, 3, true, 0], - 5377: ['Grey Cat Egg', 26, -1, 3740, 320, 0, 200, 3, true, 0], - 5378: ['Orange Cat Egg', 26, -1, 3785, 320, 0, 200, 3, true, 0], - 5379: ['Tan Cat Egg', 26, -1, 3830, 320, 0, 200, 3, true, 0], - 5380: ['Yellow Cat Egg', 26, -1, 3875, 320, 0, 200, 3, true, 0], - 5381: ['Brown Pup Egg', 26, -1, 3920, 320, 0, 200, 3, true, 0], - 5382: ['Grey Pup Egg', 26, -1, 3965, 320, 0, 200, 3, true, 0], - 5383: ['Golden Pup Egg', 26, -1, 4010, 320, 0, 200, 3, true, 0], - 5384: ['White Cat Egg', 26, -1, 4055, 320, 0, 200, 3, true, 0], - 5385: ['Blue Snail Egg', 26, -1, 4100, 320, 0, 200, 3, true, 0], - 5386: ['Grey Wolf Egg', 26, -1, 4145, 320, 0, 200, 3, true, 0], - 5387: ['Brown Fox Egg', 26, -1, 4190, 320, 0, 200, 3, true, 0], - 5388: ['Green Frog Egg', 26, -1, 4235, 320, 0, 200, 3, true, 0], - 5389: ['Lion Egg', 26, -1, 4280, 320, 0, 200, 3, true, 0], - 5390: ['Penguin Egg', 26, -1, 4325, 320, 0, 200, 3, true, 0], - 5391: ['Sheepdog Egg', 26, -1, 4370, 320, 0, 200, 3, true, 0], - 5392: ['Panda Egg', 26, -1, 4415, 320, 0, 200, 3, true, 0], - 5393: ['Purple Snail Egg', 26, -1, 4460, 320, 0, 200, 3, true, 0], - 5394: ['Black Wolf Egg', 26, -1, 5, 365, 0, 200, 3, true, 0], - 5395: ['Grey Fox Egg', 26, -1, 50, 365, 0, 200, 3, true, 0], - 5396: ['Purple Frog Egg', 26, -1, 95, 365, 0, 200, 3, true, 0], - 5397: ['White Lion Egg', 26, -1, 140, 365, 0, 200, 3, true, 0], - 5398: ['Green Penguin Egg', 26, -1, 185, 365, 0, 200, 3, true, 0], - 5399: ['Golden Sheepdog Egg', 26, -1, 230, 365, 0, 200, 3, true, 0], - 5400: ['Blue Parrot Egg', 26, -1, 275, 365, 0, 200, 3, true, 0], - 5401: ['Chick Egg', 26, -1, 320, 365, 0, 200, 3, true, 0], - 5402: ['Pig Egg', 26, -1, 365, 365, 0, 200, 3, true, 0], - 5403: ['Sea Slurp Egg', 26, -1, 410, 365, 0, 200, 3, true, 0], - 5404: ['Squirrel Egg', 26, -1, 455, 365, 0, 200, 3, true, 0], - 5405: ['Bat Egg', 26, -1, 500, 365, 0, 200, 3, true, 0], - 5406: ["Lil' Ghost Egg", 26, -1, 545, 365, 0, 200, 3, true, 0], - 5407: ['Valentine', 10, -1, 590, 365, 0, 250, 2, false, 0], - 5408: ['Leprechaun Egg', 26, -1, 635, 365, 0, 200, 3, true, 0], - 5409: ["Lil' Oryx Egg", 26, -1, 680, 365, 0, 200, 3, true, 0], - 5410: ['Toucan Egg', 26, -1, 725, 365, 0, 200, 3, true, 0], - 5411: ['Skunk Egg', 26, -1, 770, 365, 0, 200, 3, true, 0], - 5412: ['Mallard Egg', 26, -1, 815, 365, 0, 200, 3, true, 0], - 5413: ['Duck Egg', 26, -1, 860, 365, 0, 200, 3, true, 0], - 5414: ['Eagle Egg', 26, -1, 905, 365, 0, 200, 3, true, 0], - 5415: ['Turtle Egg', 26, -1, 950, 365, 0, 200, 3, true, 0], - 5416: ['Jelly Egg', 26, -1, 995, 365, 0, 200, 3, true, 0], - 5417: ['Bee Egg', 26, -1, 1040, 365, 0, 200, 3, true, 0], - 5418: ['Raven Egg', 26, -1, 1085, 365, 0, 200, 3, true, 0], - 5419: ['Grape Penguin Egg', 26, -1, 1130, 365, 0, 200, 3, true, 0], - 5420: ['Grass Penguin Egg', 26, -1, 1175, 365, 0, 200, 3, true, 0], - 5421: ['Elf Egg', 26, -1, 1220, 365, 0, 200, 3, true, 0], - 5422: ['Crab Egg', 26, -1, 1265, 365, 0, 200, 3, true, 0], - 5423: ['Hamster Egg', 26, -1, 1310, 365, 0, 200, 3, true, 0], - 5424: ['Dino Egg', 26, -1, 1355, 365, 0, 200, 3, true, 0], - 5425: ['Elephant Egg', 26, -1, 1400, 365, 0, 200, 3, true, 0], - 5426: ['Demon Frog Egg', 26, -1, 1445, 365, 0, 200, 3, true, 0], - 5427: ['Gargoyle Egg', 26, -1, 1490, 365, 0, 200, 3, true, 0], - 5428: ['Gummy Bear Egg', 26, -1, 1535, 365, 0, 200, 3, true, 0], - 5429: ['Dragonfly Egg', 26, -1, 1580, 365, 0, 200, 3, true, 0], - 5430: ["Lil' Cyclops Egg", 26, -1, 1625, 365, 0, 200, 3, true, 0], - 5431: ['Snowy Owl Egg', 26, -1, 1670, 365, 0, 200, 3, true, 0], - 5432: ['Turkey Egg', 26, -1, 1715, 365, 0, 200, 3, true, 0], - 5433: ['Baby Egg', 26, -1, 1760, 365, 0, 200, 3, true, 0], - 5434: ['Baby Dragon Egg', 26, -1, 1805, 365, 0, 200, 3, true, 0], - 5435: ['Karate Penguin Red Egg', 26, -1, 1850, 365, 0, 200, 3, true, 0], - 5436: ['Karate Penguin Blue Egg', 26, -1, 1895, 365, 0, 200, 3, true, 0], - 5437: ['Karate Penguin Yellow Egg', 26, -1, 1940, 365, 0, 200, 3, true, 0], - 5438: ['Karate Penguin Purple Egg', 26, -1, 1985, 365, 0, 200, 3, true, 0], - 5439: ['Beach Ball', 10, -1, 3065, 365, 0, 500, 8, true, 0], - 5440: ['Robobuddy Egg', 26, -1, 2030, 365, 0, 200, 3, true, 0], - 5441: ['Snowman Egg', 26, -1, 2075, 365, 0, 200, 3, true, 0], - 5442: ['Black Ant Egg', 26, -1, 2120, 365, 0, 200, 3, true, 0], - 5443: ['Blue Ant Egg', 26, -1, 2165, 365, 0, 200, 3, true, 0], - 5444: ['Green Ant Egg', 26, -1, 2210, 365, 0, 200, 3, true, 0], - 5445: ['Red Ant Egg', 26, -1, 2255, 365, 0, 200, 3, true, 0], - 5446: ['Purple Ant Egg', 26, -1, 2300, 365, 0, 200, 3, true, 0], - 5447: ['Beer Slurp', 10, -1, 2345, 365, 0, 1000, 0, true, 0], - 5449: ['Peppermint Snail Egg', 26, -1, 2390, 365, 0, 200, 3, true, 0], - 5450: ['Relief Oriole Egg', 26, -1, 2435, 365, 0, 200, 3, true, 0], - 5451: ['Relief Goldfinch Egg', 26, -1, 2480, 365, 0, 200, 3, true, 0], - 5452: ['Relief Bluebird Egg', 26, -1, 2525, 365, 0, 200, 3, true, 0], - 5453: ['Relief Cardinal Egg', 26, -1, 2570, 365, 0, 200, 3, true, 0], - 5454: ['Werewolf Cub Egg', 26, -1, 2615, 365, 0, 200, 3, true, 0], - 5455: ['Tomb Snake Egg', 26, -1, 2660, 365, 0, 200, 3, true, 0], - 5456: ['Ninja Cat Egg', 26, -1, 2705, 365, 0, 200, 3, true, 0], - 5457: ['Praying Mantis Egg', 26, -1, 2750, 365, 0, 200, 3, true, 0], - 5458: ['Dreidel Egg', 26, -1, 2795, 365, 0, 200, 3, true, 0], - 5459: ['Reindeer Egg', 26, -1, 2840, 365, 0, 200, 3, true, 0], - 5461: ['Koala Egg', 26, -1, 2885, 365, 0, 200, 3, true, 0], - 5462: ['USA Eagle Egg', 26, -1, 2930, 365, 0, 200, 3, true, 0], - 5463: ['Spirit Egg', 26, -1, 2975, 365, 0, 200, 3, true, 0], - 5464: ['Sprite Star Egg', 26, -1, 3020, 365, 0, 200, 3, true, 0], - 5465: ['Potion of Attack (SB)', 10, -1, 1175, 2165, 0, 150, 5, true, 0], - 5466: ['Potion of Defense (SB)', 10, -1, 1220, 2165, 0, 150, 5, true, 0], - 5467: ['Potion of Speed (SB)', 10, -1, 1265, 2165, 0, 150, 5, true, 0], - 5468: ['Potion of Vitality (SB)', 10, -1, 1310, 2165, 0, 150, 5, true, 0], - 5469: ['Potion of Wisdom (SB)', 10, -1, 1355, 2165, 0, 150, 5, true, 0], - 5470: ['Potion of Dexterity (SB)', 10, -1, 1400, 2165, 0, 150, 5, true, 0], - 5471: ['Potion of Life (SB)', 10, -1, 1445, 2165, 0, 250, 5, true, 0], - 5472: ['Potion of Mana (SB)', 10, -1, 1490, 2165, 0, 250, 5, true, 0], - 5473: ['Olive Gladiator Skin', 10, -1, 1220, 635, 0, 1000, 7, true, 0], - 5474: ['Ivory Gladiator Skin', 10, -1, 1265, 635, 0, 1000, 7, true, 0], - 5475: ['Rosen Blade Skin', 10, -1, 1310, 635, 0, 1000, 7, true, 0], - 5476: ['Djinja Skin', 10, -1, 1355, 635, 0, 1000, 7, true, 0], - 5504: ['Baby Djinja Skin', 10, -1, 1400, 635, 0, 1000, 7, true, 0], - 5705: ['St. Patricks Key', 10, -1, 3965, 185, 0, 200, 7, true, 0], - 5706: ['Clover Bow', 3, -1, 455, 2435, 5, 100, 6, false, 0], - 5707: ["Sword of the Rainbow's End", 1, -1, 500, 2435, 5, 100, 6, false, 0], - 5729: ['Heart x 1', 10, -1, 2435, 1355, 0, 0, 2, true, 0], - 5730: ['Heart x 2', 10, -1, 2480, 1355, 0, 0, 2, true, 0], - 5731: ['Heart x 3', 10, -1, 2525, 1355, 0, 0, 2, true, 0], - 5732: ['Heart x 4', 10, -1, 2570, 1355, 0, 0, 2, true, 0], - 5733: ['Heart x 5', 10, -1, 2615, 1355, 0, 0, 2, true, 0], - 5734: ['Heart x 6', 10, -1, 2660, 1355, 0, 0, 2, true, 0], - 5735: ['Heart x 7', 10, -1, 2705, 1355, 0, 0, 2, true, 0], - 5736: ['Heart x 8', 10, -1, 2750, 1355, 0, 0, 2, true, 0], - 5737: ['Heart x 9', 10, -1, 2795, 1355, 0, 0, 2, true, 0], - 5738: ['Heart x 10', 10, -1, 2840, 1355, 0, 0, 2, true, 0], - 5846: ['Enchanted Ice Blade', 1, -1, 3020, 2390, 5, 600, 6, false, 0], - 5847: ['Staff of Iceblast', 17, -1, 3065, 2390, 6, 600, 6, false, 0], - 5848: ['Eternal Snowflake Wand', 8, -1, 3110, 2390, 6, 650, 6, false, 0], - 5849: ['Arctic Bow', 3, -1, 3155, 2390, 6, 750, 6, false, 0], - 5850: ['Frost Drake Hide Armor', 6, -1, 3200, 2390, 6, 435, 4, false, 0], - 5851: ['Frost Elementalist Robe', 14, -1, 3245, 2390, 6, 435, 4, false, 0], - 5852: ['Ice Crown', 9, -1, 3290, 2390, 7, 1400, 6, true, 1], - 5853: ['Frost Citadel Armor', 7, -1, 3335, 2390, 6, 435, 4, false, 0], - 5854: ['Tome of Frigid Protection', 4, -1, 3380, 2390, 6, 1250, 6, true, 1], - 5867: ['Chinese Dress Trickster Skin', 10, -1, 590, 680, 0, 1000, 7, true, 0], - 5868: ['Penguin Knight Skin', 10, -1, 635, 680, 0, 1000, 7, true, 0], - 5869: ['Frimar Knight Skin', 10, -1, 680, 680, 0, 1000, 7, true, 0], - 5871: ['Frozen King Skin', 10, -1, 725, 680, 0, 1000, 7, true, 0], - 5872: ['Blizzard Sorcerer Skin', 10, -1, 770, 680, 0, 1000, 7, true, 0], - 5873: ['Ice King Priest Skin', 10, -1, 815, 680, 0, 1000, 7, true, 0], - 5874: ['Icicle Dial Mystic Skin', 10, -1, 860, 680, 0, 1000, 7, true, 0], - 5875: ['Yuki Onna Mystic Skin', 10, -1, 905, 680, 0, 1000, 7, true, 0], - 5876: ['Valentine Launcher', 10, -1, 3110, 365, 0, 100, 8, true, 0], - 5884: ['Verdant Larva Pet Skin', 10, -1, 4280, 1175, 0, 1000, 7, true, 0], - 5887: ['Ladybug Pet Skin', 10, -1, 4100, 1175, 0, 1000, 7, true, 0], - 5916: ['Warrior - Artist Extraordinaire Skin', 10, -1, 950, 680, 0, 0, 7, true, 0], - 5917: ['Paladin - Artist Extraordinaire Skin', 10, -1, 995, 680, 0, 0, 7, true, 0], - 5918: ['Knight - Artist Extraordinaire Skin', 10, -1, 1040, 680, 0, 0, 7, true, 0], - 5919: ['Ninja - Artist Extraordinaire Skin', 10, -1, 1085, 680, 0, 0, 7, true, 0], - 5945: ['Archer - Artist Extraordinaire Skin', 10, -1, 1130, 680, 0, 0, 7, true, 0], - 5946: ['Rogue - Artist Extraordinaire Skin', 10, -1, 1175, 680, 0, 0, 7, true, 0], - 5947: ['Assassin - Artist Extraordinaire Skin', 10, -1, 1220, 680, 0, 0, 7, true, 0], - 5948: ['Wizard - Artist Extraordinaire Skin', 10, -1, 1265, 680, 0, 0, 7, true, 0], - 5949: ['Necromancer - Artist Extraordinaire Skin', 10, -1, 1310, 680, 0, 0, 7, true, 0], - 5950: ['Priest - Artist Extraordinaire Skin', 10, -1, 1355, 680, 0, 0, 7, true, 0], - 5951: ['Sorcerer - Artist Extraordinaire Skin', 10, -1, 1400, 680, 0, 0, 7, true, 0], - 5967: ['Godlands Teleporter', 10, -1, 3965, 275, 0, 0, 8, true, 0], - 5971: ['Huntress - Artist Extraordinaire Skin', 10, -1, 1445, 680, 0, 0, 7, true, 0], - 5992: ['Mystic - Artist Extraordinaire Skin', 10, -1, 1490, 680, 0, 0, 7, true, 0], - 5993: ['Trickster - Artist Extraordinaire Skin', 10, -1, 1535, 680, 0, 0, 7, true, 0], - 6008: ['Wizard - Dungeon Mastermind Skin', 10, -1, 1580, 680, 0, 0, 7, true, 0], - 6009: ['Priest - Dungeon Mastermind Skin', 10, -1, 1625, 680, 0, 0, 7, true, 0], - 6010: ['Necromancer - Dungeon Mastermind Skin', 10, -1, 1670, 680, 0, 0, 7, true, 0], - 6011: ['Sorcerer - Dungeon Mastermind Skin', 10, -1, 1715, 680, 0, 0, 7, true, 0], - 6012: ['Mystic - Dungeon Mastermind Skin', 10, -1, 1760, 680, 0, 0, 7, true, 0], - 6013: ['Rogue - Dungeon Mastermind Skin', 10, -1, 1805, 680, 0, 0, 7, true, 0], - 6014: ['Warrior - Dungeon Mastermind Skin', 10, -1, 1850, 680, 0, 0, 7, true, 0], - 6015: ['Assassin - Dungeon Mastermind Skin', 10, -1, 1895, 680, 0, 0, 7, true, 0], - 6016: ['Ninja - Dungeon Mastermind Skin', 10, -1, 1940, 680, 0, 0, 7, true, 0], - 6017: ['Paladin - Dungeon Mastermind Skin', 10, -1, 1985, 680, 0, 0, 7, true, 0], - 6018: ['Knight - Dungeon Mastermind Skin', 10, -1, 2030, 680, 0, 0, 7, true, 0], - 6019: ['Trickster - Dungeon Mastermind Skin', 10, -1, 2075, 680, 0, 0, 7, true, 0], - 6020: ['Huntress - Dungeon Mastermind Skin', 10, -1, 2120, 680, 0, 0, 7, true, 0], - 6021: ['Archer - Dungeon Mastermind Skin', 10, -1, 2165, 680, 0, 0, 7, true, 0], - 6027: ['Juliet Trickster Skin', 10, -1, 2210, 680, 0, 1000, 7, true, 0], - 6028: ['Heartseeker Huntress Skin', 10, -1, 2255, 680, 0, 1000, 7, true, 0], - 6029: ['Romeo Assassin Skin', 10, -1, 2300, 680, 0, 1000, 7, true, 0], - 6030: ['Mardi Gras Sorcerer Skin', 10, -1, 2345, 680, 0, 1000, 7, true, 0], - 6031: ['Carnivalmancer Skin', 10, -1, 2390, 680, 0, 1000, 7, true, 0], - 6036: ["Helm of the Jack-o'-naut", 16, -1, 4415, 2435, 8, 1250, 6, true, 1], - 6037: ['Halloween Mystery Skin', 10, -1, 4460, 2435, 0, 0, 7, true, 0], - 6038: ['Halloween Mystery Pet Skin', 10, -1, 5, 2480, 0, 0, 7, true, 0], - 6046: ['Ducky Knight Skin', 10, -1, 410, 770, 0, 1000, 7, true, 0], - 6047: ['Gardener Ninja Skin', 10, -1, 455, 770, 0, 1000, 7, true, 0], - 6048: ['White Bag-chan Priestess Skin', 10, -1, 500, 770, 0, 1000, 7, true, 0], - 6049: ['Monkey King Paladin Skin', 10, -1, 545, 770, 0, 1000, 7, true, 0], - 6050: ['Cleopatra Priestess Skin', 10, -1, 590, 770, 0, 1000, 7, true, 0], - 6051: ['Timelock Mystic Skin', 10, -1, 635, 770, 0, 1000, 7, true, 0], - 6052: ['Barefoot Rogue Skin', 10, -1, 680, 770, 0, 1000, 7, true, 0], - 6055: ['Autumn Hedgehog Pet Skin', 10, -1, 1175, 1175, 0, 1000, 7, true, 0], - 6064: ['Mini Ghost Ship Pet Skin', 10, -1, 1220, 1175, 0, 1000, 7, true, 0], - 6067: ['Mini Model Ship Pet Skin', 10, -1, 1265, 1175, 0, 1000, 7, true, 0], - 6070: ['Healbot Pet Skin', 10, -1, 1310, 1175, 0, 1000, 7, true, 0], - 6073: ['Sugar Skull Pet Skin', 10, -1, 1355, 1175, 0, 1000, 7, true, 0], - 6076: ['Cow Pet Skin', 10, -1, 320, 1220, 0, 1000, 7, true, 0], - 6079: ['White Duck Pet Skin', 10, -1, 365, 1220, 0, 1000, 7, true, 0], - 6082: ['Señor Skeleton Pet Skin', 10, -1, 1400, 1175, 0, 1000, 7, true, 0], - 6085: ['Flying Eyeball Pet Skin', 10, -1, 1445, 1175, 0, 1000, 7, true, 0], - 6088: ['Mini Cauldron Pet Skin', 10, -1, 1490, 1175, 0, 1000, 7, true, 0], - 6092: ['Little Tiger Pet Skin', 10, -1, 500, 1220, 0, 1000, 7, true, 0], - 6095: ['Worm Pet Skin', 10, -1, 545, 1220, 0, 1000, 7, true, 0], - 6097: ["Doom's Steed Pet Skin", 10, -1, 1535, 1175, 0, 1000, 7, true, 0], - 6100: ['Lichwyrm Pet Skin', 10, -1, 1580, 1175, 0, 1000, 7, true, 0], - 6103: ['Cauldron Pet Skin', 10, -1, 1625, 1175, 0, 1000, 7, true, 0], - 6105: ['Spooky Roommate Wizard Skin', 10, -1, 725, 770, 0, 1000, 7, true, 0], - 6106: ['Tennis Player Archer Skin', 10, -1, 1580, 815, 0, 1000, 7, true, 0], - 6107: ['Beach Assassin Skin', 10, -1, 1625, 815, 0, 1000, 7, true, 0], - 6108: ['Snorkeler Knight Skin', 10, -1, 1670, 815, 0, 1000, 7, true, 0], - 6109: ['Beach Party Necromancer Skin', 10, -1, 1715, 815, 0, 1000, 7, true, 0], - 6110: ['Banana Boat Paladin Skin', 10, -1, 1760, 815, 0, 1000, 7, true, 0], - 6111: ['Buckethead Warrior Skin', 10, -1, 1805, 815, 0, 1000, 7, true, 0], - 6112: ['Summer Vacation Wizard Skin', 10, -1, 1850, 815, 0, 1000, 7, true, 0], - 6116: ['Eagle Eye Hunter Skin', 10, -1, 770, 770, 0, 1000, 7, true, 0], - 6117: ['Water Lily Archer Skin', 10, -1, 815, 770, 0, 1000, 7, true, 0], - 6118: ['Arms Merchant Assassin Skin', 10, -1, 860, 770, 0, 1000, 7, true, 0], - 6135: ['Mark of the Marble Colossus', 10, -1, 3470, 2435, 0, 50, 2, true, 0], - 6136: ['Mark of the Void Entity', 10, -1, 3515, 2435, 0, 50, 2, true, 0], - 6137: ['Mark of Malus', 10, -1, 3560, 2435, 0, 50, 2, true, 0], - 6138: ['Mark of the Effigy', 10, -1, 3605, 2435, 0, 50, 2, true, 0], - 6139: ['Mark of Dreadstump', 10, -1, 3650, 2435, 0, 50, 2, true, 0], - 6140: ['Mark of Mama Megamoth', 10, -1, 3695, 2435, 0, 50, 2, true, 0], - 6141: ['Mark of Arachna', 10, -1, 3740, 2435, 0, 50, 2, true, 0], - 6142: ['Mark of the Queen Bee', 10, -1, 3785, 2435, 0, 50, 2, true, 0], - 6143: ['Mark of Mixcoatl', 10, -1, 3830, 2435, 0, 50, 2, true, 0], - 6203: ['Wand of the Fallen', 8, -1, 230, 2435, 6, 750, 6, true, 1], - 6205: ['Kageboshi', 25, -1, 275, 2435, 8, 950, 6, true, 1], - 6206: ['Sakura Wakizashi', 27, -1, 1355, 2570, 6, 800, 6, true, 0], - 6209: ['Oryx Sanctuary Key', 10, -1, 3650, 320, 0, 200, 7, true, 0], - 6212: ['Bergenia Bow', 3, -1, 3560, 2615, 5, 850, 8, true, 2], - 6213: ['Lifebringing Lotus', 20, -1, 3605, 2615, 7, 700, 8, true, 2], - 6214: ['Hollyhock Hide', 6, -1, 3650, 2615, 6, 600, 8, true, 2], - 6215: ['Chrysanthemum Corsage', 9, -1, 3695, 2615, 4, 600, 8, true, 2], - 6220: ['Level 1 Steampunk Grave Unlocker', 10, -1, 3425, 140, 0, 1000, 7, true, 0], - 6221: ['Level 2-19 Steampunk Grave Unlocker', 10, -1, 3470, 140, 0, 1000, 7, true, 0], - 6222: ['Level 20 Steampunk Grave Unlocker', 10, -1, 3515, 140, 0, 1000, 7, true, 0], - 6223: ['1/8 Steampunk Grave Unlocker', 10, -1, 3560, 140, 0, 1000, 7, true, 0], - 6224: ['2/8 Steampunk Grave Unlocker', 10, -1, 3605, 140, 0, 1000, 7, true, 0], - 6225: ['3/8 Steampunk Grave Unlocker', 10, -1, 3650, 140, 0, 1000, 7, true, 0], - 6226: ['4/8 Steampunk Grave Unlocker', 10, -1, 3695, 140, 0, 1000, 7, true, 0], - 6227: ['5/8 Steampunk Grave Unlocker', 10, -1, 3740, 140, 0, 1000, 7, true, 0], - 6228: ['6/8 Steampunk Grave Unlocker', 10, -1, 3785, 140, 0, 1000, 7, true, 0], - 6229: ['7/8 Steampunk Grave Unlocker', 10, -1, 3830, 140, 0, 1000, 7, true, 0], - 6230: ['8/8 Steampunk Grave Unlocker', 10, -1, 3875, 140, 0, 1000, 7, true, 0], - 6277: ['Cowboy Samurai Skin', 10, -1, 1535, 815, 0, 1000, 7, true, 0], - 6279: ['Oni Demon Samurai Skin', 10, -1, 1400, 815, 0, 1000, 7, true, 0], - 6347: ['Beefcake Brutus Warrior Skin', 10, -1, 1445, 815, 0, 1000, 7, true, 0], - 6380: ['Bear Pet Skin', 10, -1, 680, 1220, 0, 1000, 7, true, 0], - 6383: ['Moose Pet Skin', 10, -1, 725, 1220, 0, 1000, 7, true, 0], - 6509: ['Rogue Mystery Skin', 10, -1, 1400, 2570, 0, 0, 7, true, 0], - 6510: ['Archer Mystery Skin', 10, -1, 1445, 2570, 0, 0, 7, true, 0], - 6511: ['Wizard Mystery Skin', 10, -1, 1490, 2570, 0, 0, 7, true, 0], - 6512: ['Priest Mystery Skin', 10, -1, 1535, 2570, 0, 0, 7, true, 0], - 6513: ['Warrior Mystery Skin', 10, -1, 1580, 2570, 0, 0, 7, true, 0], - 6514: ['Knight Mystery Skin', 10, -1, 1625, 2570, 0, 0, 7, true, 0], - 6515: ['Paladin Mystery Skin', 10, -1, 1670, 2570, 0, 0, 7, true, 0], - 6516: ['Assassin Mystery Skin', 10, -1, 1715, 2570, 0, 0, 7, true, 0], - 6517: ['Necromancer Mystery Skin', 10, -1, 1760, 2570, 0, 0, 7, true, 0], - 6518: ['Huntress Mystery Skin', 10, -1, 1805, 2570, 0, 0, 7, true, 0], - 6519: ['Mystic Mystery Skin', 10, -1, 1850, 2570, 0, 0, 7, true, 0], - 6520: ['Trickster Mystery Skin', 10, -1, 1895, 2570, 0, 0, 7, true, 0], - 6521: ['Sorcerer Mystery Skin', 10, -1, 1940, 2570, 0, 0, 7, true, 0], - 6522: ['Ninja Mystery Skin', 10, -1, 1985, 2570, 0, 0, 7, true, 0], - 6523: ['Samurai Mystery Skin', 10, -1, 2030, 2570, 0, 0, 7, true, 0], - 6551: ['Turtle Pet Skin', 10, -1, 1445, 1130, 0, 500, 7, true, 0], - 6552: ['Peppermint Snail Pet Skin', 10, -1, 1490, 1130, 0, 500, 7, true, 0], - 6553: ['Golden Crab Pet Skin', 10, -1, 1535, 1130, 0, 1000, 7, true, 0], - 6554: ['Robobuddy Pet Skin', 10, -1, 1580, 1130, 0, 500, 7, true, 0], - 6555: ['Redbot Pet Skin', 10, -1, 1625, 1130, 0, 500, 7, true, 0], - 6556: ['Gutsbot Pet Skin', 10, -1, 1670, 1130, 0, 1000, 7, true, 0], - 6557: ['Cardinal Pet Skin', 10, -1, 1715, 1130, 0, 500, 7, true, 0], - 6558: ['USA Eagle Pet Skin', 10, -1, 1760, 1130, 0, 500, 7, true, 0], - 6559: ['Griffin Pet Skin', 10, -1, 1805, 1130, 0, 1000, 7, true, 0], - 6560: ['Sheepdog Pet Skin', 10, -1, 1850, 1130, 0, 500, 7, true, 0], - 6561: ['Gold Bulldog Pet Skin', 10, -1, 1895, 1130, 0, 500, 7, true, 0], - 6562: ['Golden Hyena Pet Skin', 10, -1, 1940, 1130, 0, 1000, 7, true, 0], - 6563: ['Elephant Pet Skin', 10, -1, 1985, 1130, 0, 500, 7, true, 0], - 6564: ['Panda Pet Skin', 10, -1, 2030, 1130, 0, 500, 7, true, 0], - 6565: ['King Gorilla Pet Skin', 10, -1, 2075, 1130, 0, 1000, 7, true, 0], - 6566: ['Duck Pet Skin', 10, -1, 2120, 1130, 0, 500, 7, true, 0], - 6567: ['Mallard Pet Skin', 10, -1, 2165, 1130, 0, 500, 7, true, 0], - 6568: ['Enraged Yak Pet Skin', 10, -1, 2210, 1130, 0, 1000, 7, true, 0], - 6569: ['Tan Cat Pet Skin', 10, -1, 2255, 1130, 0, 500, 7, true, 0], - 6570: ['White Lion Pet Skin', 10, -1, 2300, 1130, 0, 500, 7, true, 0], - 6571: ['Tiger Pet Skin', 10, -1, 2345, 1130, 0, 1000, 7, true, 0], - 6572: ['Leprechaun Pet Skin', 10, -1, 2390, 1130, 0, 500, 7, true, 0], - 6573: ['Red Ant Pet Skin', 10, -1, 2435, 1130, 0, 500, 7, true, 0], - 6574: ['Bee Pet Skin', 10, -1, 2480, 1130, 0, 500, 7, true, 0], - 6575: ['Beetleman Pet Skin', 10, -1, 2525, 1130, 0, 1000, 7, true, 0], - 6576: ['Penguin Pet Skin', 10, -1, 2570, 1130, 0, 500, 7, true, 0], - 6577: ['Karate Purple Pet Skin', 10, -1, 2615, 1130, 0, 500, 7, true, 0], - 6578: ['Tank Penguin Pet Skin', 10, -1, 2660, 1130, 0, 1000, 7, true, 0], - 6579: ['Dino Pet Skin', 10, -1, 2705, 1130, 0, 500, 7, true, 0], - 6582: ['Frilled Lizard Pet Skin', 10, -1, 2750, 1130, 0, 500, 7, true, 0], - 6583: ['Poison Drake Pet Skin', 10, -1, 2795, 1130, 0, 1000, 7, true, 0], - 6584: ['Spirit Pet Skin', 10, -1, 2840, 1130, 0, 500, 7, true, 0], - 6585: ['Werewolf Cub Pet Skin', 10, -1, 2885, 1130, 0, 500, 7, true, 0], - 6586: ['Hamster Pet Skin', 10, -1, 2930, 1130, 0, 500, 7, true, 0], - 6587: ['Snowy Owl Pet Skin', 10, -1, 2975, 1130, 0, 500, 7, true, 0], - 6588: ['Sprite Star Pet Skin', 10, -1, 3020, 1130, 0, 500, 7, true, 0], - 6589: ['Gummy Bear Pet Skin', 10, -1, 3065, 1130, 0, 500, 7, true, 0], - 6592: ['Fire Rooster Pet Skin', 10, -1, 3110, 1130, 0, 1000, 7, true, 0], - 6595: ['Rooster of Good Fortune Pet Skin', 10, -1, 3155, 1130, 0, 1000, 7, true, 0], - 6598: ['Mini Chinese Dragon Pet Skin', 10, -1, 3200, 1130, 0, 1000, 7, true, 0], - 6601: ['Gingerbread Man Pet Skin', 10, -1, 3245, 1130, 0, 1000, 7, true, 0], - 6604: ['Mini Polaris Pet Skin', 10, -1, 3290, 1130, 0, 1000, 7, true, 0], - 6607: ['Mini Paper Lantern Pet Skin', 10, -1, 3335, 1130, 0, 1000, 7, true, 0], - 6610: ['Paper Lantern Pet Skin', 10, -1, 3380, 1130, 0, 1000, 7, true, 0], - 6613: ['Chinese Dragon Pet Skin', 10, -1, 3425, 1130, 0, 1000, 7, true, 0], - 6616: ['Desert Cobra Pet Skin', 10, -1, 3470, 1130, 0, 1000, 7, true, 0], - 6706: ['Mini Medusa Pet Skin', 10, -1, 2345, 1220, 0, 1000, 7, true, 0], - 6709: ['Mini Djinn Pet Skin', 10, -1, 2390, 1220, 0, 1000, 7, true, 0], - 6712: ['Mini Ghost God Pet Skin', 10, -1, 2435, 1220, 0, 1000, 7, true, 0], - 6715: ['Mini Flying Brain Pet Skin', 10, -1, 2480, 1220, 0, 1000, 7, true, 0], - 6718: ['Mini Beholder Pet Skin', 10, -1, 2525, 1220, 0, 1000, 7, true, 0], - 6721: ['Mini Sprite God Pet Skin', 10, -1, 2570, 1220, 0, 1000, 7, true, 0], - 6724: ['Mini Ent God Pet Skin', 10, -1, 2615, 1220, 0, 1000, 7, true, 0], - 6727: ['Mini Slime God Pet Skin', 10, -1, 2660, 1220, 0, 1000, 7, true, 0], - 6730: ['Mini White Demon Pet Skin', 10, -1, 2705, 1220, 0, 1000, 7, true, 0], - 6731: ['Potion of Max Level', 10, -1, 2615, 2525, 0, 0, 7, true, 0], - 6732: ['Potion of Max Level', 10, -1, 2660, 2525, 0, 0, 7, true, 0], - 6733: ['Potion of Max Level', 10, -1, 2705, 2525, 0, 0, 7, true, 0], - 6734: ['Potion of Max Level', 10, -1, 2750, 2525, 0, 0, 7, true, 0], - 6735: ['Potion of Max Level', 10, -1, 2795, 2525, 0, 0, 7, true, 0], - 6826: ['Simple Wakizashi', 27, 0, 2660, 2300, 0, 4, 1, false, 0], - 6827: ['Steel Wakizashi', 27, 1, 2705, 2300, 0, 8, 1, false, 0], - 6828: ['Crimson Wakizashi', 27, 2, 2750, 2300, 0, 15, 1, false, 0], - 6829: ['Enforced Wakizashi', 27, 3, 2795, 2300, 1, 34, 2, false, 0], - 6830: ['Turquoise Wakizashi', 27, 4, 2840, 2300, 2, 68, 2, false, 0], - 6831: ['Jade-Imbued Wakizashi', 27, 5, 2885, 2300, 4, 139, 4, false, 0], - 6832: ['Royal Wakizashi', 27, 6, 2930, 2300, 6, 380, 4, false, 0], - 6858: ['Icicle Launcher', 3, -1, 1625, 2480, 5, 450, 4, false, 0], - 6859: ["Frost Lich's Finger", 2, -1, 1670, 2480, 5, 450, 4, false, 0], - 6860: ["Frosty's Walking Stick", 17, -1, 1715, 2480, 5, 450, 4, false, 0], - 6861: ["Winter's Breath Wand", 8, -1, 1760, 2480, 5, 450, 4, false, 0], - 6862: ["Saint Nicolas' Blade", 1, -1, 1805, 2480, 5, 450, 4, false, 0], - 6863: ['Yuki', 24, -1, 1850, 2480, 5, 450, 4, false, 0], - 6874: ['Santa Trickster Skin', 10, -1, 1535, 770, 0, 500, 7, false, 0], - 6875: ['Helping Huntress Skin', 10, -1, 1580, 770, 0, 1000, 7, true, 0], - 6876: ['Mystic of Christmas Past Skin', 10, -1, 1625, 770, 0, 1000, 7, true, 0], - 6878: ['Wizard of Christmas Present Skin', 10, -1, 1670, 770, 0, 1000, 7, true, 0], - 6879: ['Necro of Christmas Yet-to-Come Skin', 10, -1, 1715, 770, 0, 1000, 7, true, 0], - 6890: ['Snowland Priestess Skin', 10, -1, 1760, 770, 0, 1000, 7, true, 0], - 6891: ['Frost Raider Warrior Skin', 10, -1, 1805, 770, 0, 1000, 7, true, 0], - 6892: ['Roguish Business Partner Skin', 10, -1, 1850, 770, 0, 1000, 7, true, 0], - 6893: ['Snowball Kid Assassin Skin', 10, -1, 1895, 770, 0, 1000, 7, true, 0], - 6937: ["Tyrant's Toxin", 18, -1, 2435, 2705, 7, 700, 6, true, 1], - 6938: ['Helm of Exalted Might', 16, -1, 2255, 2705, 7, 700, 6, true, 1], - 6939: ['AoO Shield Proc', 15, -1, 2345, 2705, 0, 0, 0, true, 1], - 7560: ['Sword Subattack Item', -1, -1, 3065, 275, 0, 0, 0, false, 0], - 7561: ['Flail Subattack Item', -1, -1, 3110, 275, 0, 0, 0, false, 0], - 7562: ['Dagger Subattack Item', -1, -1, 3155, 275, 0, 0, 0, false, 0], - 7563: ['Dualblade Subattack Item', -1, -1, 3200, 275, 0, 0, 0, false, 0], - 7564: ['Staff Subattack Item', -1, -1, 3245, 275, 0, 0, 0, false, 0], - 7565: ['Spellblade Subattack Item', -1, -1, 3290, 275, 0, 0, 0, false, 0], - 7566: ['Wand Subattack Item', -1, -1, 3335, 275, 0, 0, 0, false, 0], - 7567: ['Morningstar Subattack Item', -1, -1, 3380, 275, 0, 0, 0, false, 0], - 7568: ['Bow Subattack Item', -1, -1, 3425, 275, 0, 0, 0, false, 0], - 7569: ['Longbow Subattack Item', -1, -1, 3470, 275, 0, 0, 0, false, 0], - 7570: ['Katana Subattack Item', -1, -1, 3515, 275, 0, 0, 0, false, 0], - 7571: ['Tachi Subattack Item', -1, -1, 3560, 275, 0, 0, 0, false, 0], - 7572: ['Onhit Quiver Projectile T6', 15, -1, 2660, 3155, 0, 0, 0, false, 0], - 7573: ['Onhit Quiver Projectile T7', 15, -1, 2705, 3155, 0, 0, 0, false, 0], - 7574: ['Onhit Spell Projectile T6', 15, -1, 2750, 3155, 0, 0, 0, false, 0], - 7575: ['Onhit Spell Projectile T7', 15, -1, 2795, 3155, 0, 0, 0, false, 0], - 7576: ['Onhit Shield Projectile T6', 15, -1, 2840, 3155, 0, 0, 0, false, 0], - 7577: ['Onhit Shield Projectile T7', 15, -1, 2885, 3155, 0, 0, 0, false, 0], - 7578: ['Onhit Star Projectile T6', 15, -1, 2930, 3155, 0, 0, 0, false, 0], - 7579: ['Onhit Star Projectile T7', 15, -1, 2975, 3155, 0, 0, 0, false, 0], - 7580: ['Onhit Wakizashi Projectile T6', 15, -1, 3020, 3155, 0, 0, 0, false, 0], - 7581: ['Onhit Wakizashi Projectile T7', 15, -1, 3065, 3155, 0, 0, 0, false, 0], - 7582: ['Onhit Mace Projectile T6', 15, -1, 3110, 3155, 0, 0, 0, false, 0], - 7583: ['Onhit Mace Projectile T7', 15, -1, 3155, 3155, 0, 0, 0, false, 0], - 7706: ['Mark of the Fountain Spirit', 10, -1, 3380, 2435, 0, 50, 2, true, 0], - 7708: ['Mark of the Archivist', 10, -1, 3425, 2435, 0, 50, 2, true, 0], - 7713: ["Santa's Bag", 10, -1, 1580, 2480, 0, 200, 2, true, 0], - 7718: ['Mark of Septavius', 10, -1, 2300, 2435, 0, 50, 2, true, 0], - 7719: ['Mark of Malphas', 10, -1, 2345, 2435, 0, 50, 2, true, 0], - 7720: ['Mark of Gulpord', 10, -1, 2390, 2435, 0, 50, 2, true, 0], - 7721: ['Mark of Dr Terrible', 10, -1, 2435, 2435, 0, 50, 2, true, 0], - 7722: ['Mark of the Puppet Master', 10, -1, 2480, 2435, 0, 50, 2, true, 0], - 7723: ['Mark of Skuld', 10, -1, 2525, 2435, 0, 50, 2, true, 0], - 7724: ['Mark of Ruthven', 10, -1, 2570, 2435, 0, 50, 2, true, 0], - 7725: ['Mark of Daichi', 10, -1, 2615, 2435, 0, 50, 2, true, 0], - 7726: ['Mark of Esben', 10, -1, 2660, 2435, 0, 50, 2, true, 0], - 7727: ['Mark of Limon', 10, -1, 2705, 2435, 0, 50, 2, true, 0], - 7728: ['Mark of Thessal', 10, -1, 2750, 2435, 0, 50, 2, true, 0], - 7729: ['Mark of Geb', 10, -1, 2795, 2435, 0, 50, 2, true, 0], - 7730: ['Mark of Oryx', 10, -1, 2840, 2435, 0, 50, 2, true, 0], - 7731: ['Mark of Janus', 10, -1, 2885, 2435, 0, 50, 2, true, 0], - 7732: ['Mark of the Wyvern', 10, -1, 2930, 2435, 0, 50, 2, true, 0], - 7733: ['Mark of the Forgotten King', 10, -1, 2975, 2435, 0, 50, 2, true, 0], - 7734: ['Mark of Shaitan', 10, -1, 3020, 2435, 0, 50, 2, true, 0], - 7735: ['Mark of Bilgewater', 10, -1, 3065, 2435, 0, 50, 2, true, 0], - 7736: ['Mark of the Megamoth', 10, -1, 3110, 2435, 0, 50, 2, true, 0], - 7737: ['Mark of the Killer Bee Queen', 10, -1, 3155, 2435, 0, 50, 2, true, 0], - 7738: ['Mark of the Son of Arachna', 10, -1, 3200, 2435, 0, 50, 2, true, 0], - 7739: ['Mark of Stheno', 10, -1, 3245, 2435, 0, 50, 2, true, 0], - 7740: ['Mark of Davy Jones', 10, -1, 3290, 2435, 0, 50, 2, true, 0], - 7741: ['Mark of Parasitic Horrors', 10, -1, 3335, 2435, 0, 50, 2, true, 0], - 7742: ['Egg Omelette', 10, -1, 3875, 2435, 0, 500, 7, true, 0], - 7748: ['Deathless Crossbow', 3, -1, 1175, 2570, 5, 900, 8, true, 2], - 7749: ['Quiver of Shrieking Specters', 15, -1, 1220, 2570, 7, 800, 8, true, 2], - 7750: ["Wraith's Brigandine", 6, -1, 1265, 2570, 6, 700, 8, true, 2], - 7751: ['Revenant Ring', 9, -1, 1310, 2570, 4, 600, 8, true, 2], - 7757: ['Reikoku', 24, -1, 995, 2570, 5, 700, 8, true, 2], - 7758: ['Jade Beetle', 9, -1, 995, 2660, 7, 500, 6, true, 1], - 7759: ['Hirejou Tenne', 6, -1, 1085, 2570, 6, 650, 8, true, 2], - 7760: ['Heavenly Magatama', 9, -1, 1130, 2570, 4, 550, 8, true, 2], - 7768: ['Daybreak Chakram', 25, -1, 1040, 2570, 7, 950, 8, true, 2], - 8165: ['Oryx Horde key', 10, -1, 3605, 320, 0, 0, 0, true, 0], - 8204: ['Theurgy Wand', 8, -1, 3380, 2615, 5, 1100, 8, true, 2], - 8205: ['Ceremonial Merlot', 4, -1, 3425, 2615, 7, 1200, 8, true, 2], - 8206: ['Anointed Robe', 14, -1, 3470, 2615, 6, 800, 8, true, 2], - 8207: ['Ring of Pagan Favor', 9, -1, 3515, 2615, 4, 500, 8, true, 2], - 8254: ['Kazekiri', 24, -1, 3200, 2525, 5, 800, 8, true, 2], - 8256: ['Kamishimo', 7, -1, 3245, 2525, 6, 600, 8, true, 2], - 8257: ["Akuma's Tear", 9, -1, 3290, 2525, 4, 400, 8, true, 2], - 8258: ["Santa's Sleigh", 10, -1, 2210, 2480, 0, 35, 2, true, 0], - 8259: ['Egg Nog', 10, -1, 2255, 2480, 0, 35, 2, true, 0], - 8260: ['Fruitcake', 10, -1, 2300, 2480, 0, 35, 2, true, 0], - 8261: ['Candy Cane', 10, -1, 2345, 2480, 0, 35, 2, true, 0], - 8262: ['Figgy Pudding', 10, -1, 2390, 2480, 0, 35, 2, true, 0], - 8263: ['Mistletoe', 10, -1, 2435, 2480, 0, 35, 2, true, 0], - 8264: ['Ice Castle', 10, -1, 1985, 2480, 0, 80, 2, true, 0], - 8265: ['Ice Castle', 10, -1, 2030, 2480, 0, 60, 2, true, 0], - 8266: ['Ice Castle', 10, -1, 2075, 2480, 0, 40, 2, true, 0], - 8267: ['Ice Castle', 10, -1, 2120, 2480, 0, 20, 2, true, 0], - 8268: ['Ice Castle', 10, -1, 2165, 2480, 0, 10, 2, true, 0], - 8270: ['Frost Cake', 10, -1, 2480, 2480, 0, 35, 2, true, 0], - 8271: ['Blue Ice Candy', 10, -1, 2525, 2480, 0, 35, 2, true, 0], - 8272: ['Ice Cave Permakey', 10, -1, 2570, 185, 0, 200, 7, true, 0], - 8273: ['Inner Sanctum Permakey', 10, -1, 2615, 185, 0, 200, 7, true, 0], - 8274: ['Reindeer Food', 10, -1, 1940, 2480, 0, 15000, 7, true, 0], - 8277: ['Burning Retribution Spell', 11, 7, 4010, 2660, 8, 570, 9, true, 0], - 8278: ['Tome of Hallowed Language', 4, 7, 4055, 2660, 8, 570, 9, true, 0], - 8279: ['Quiver of the Autumn King', 15, 7, 4100, 2660, 8, 570, 9, true, 0], - 8280: ['Cloak of Nightmares', 13, 7, 4145, 2660, 8, 570, 9, true, 0], - 8281: ['Helm of the Tribune', 16, 7, 4190, 2660, 8, 570, 9, true, 0], - 8282: ['Shield of Orcish Regalia', 5, 7, 4235, 2660, 8, 570, 9, true, 0], - 8283: ['Seal of Invocation', 12, 7, 4280, 2660, 8, 570, 9, true, 0], - 8284: ['Necrofish Poison', 18, 7, 4325, 2660, 8, 570, 9, true, 0], - 8285: ['Mindwaster Skull', 19, 7, 4370, 2660, 8, 570, 9, true, 0], - 8286: ['Depthchaser Trap', 20, 7, 4415, 2660, 8, 570, 9, true, 0], - 8287: ['Dimensiongate Orb', 21, 7, 4460, 2660, 8, 570, 9, true, 0], - 8288: ['Prism of Reveries', 22, 7, 5, 2705, 8, 570, 9, true, 0], - 8289: ['Scepter of the Firmament', 23, 7, 50, 2705, 8, 570, 9, true, 0], - 8290: ['Dynastic Star', 25, 7, 95, 2705, 8, 570, 9, true, 0], - 8291: ['Virtuous Wakizashi', 27, 7, 140, 2705, 8, 570, 9, true, 0], - 8319: ['Oryxmas Rogue Skin', 10, -1, 905, 770, 0, 0, 7, false, 0], - 8320: ['Oryxmas Archer Skin', 10, -1, 950, 770, 0, 0, 7, false, 0], - 8321: ['Oryxmas Wizard Skin', 10, -1, 995, 770, 0, 0, 7, false, 0], - 8322: ['Oryxmas Priest Skin', 10, -1, 1040, 770, 0, 0, 7, false, 0], - 8323: ['Oryxmas Warrior Skin', 10, -1, 1085, 770, 0, 0, 7, false, 0], - 8324: ['Oryxmas Knight Skin', 10, -1, 1130, 770, 0, 0, 7, false, 0], - 8325: ['Oryxmas Paladin Skin', 10, -1, 1175, 770, 0, 0, 7, false, 0], - 8326: ['Oryxmas Assassin Skin', 10, -1, 1220, 770, 0, 0, 7, false, 0], - 8327: ['Oryxmas Necromancer Skin', 10, -1, 1265, 770, 0, 0, 7, false, 0], - 8328: ['Oryxmas Huntress Skin', 10, -1, 1310, 770, 0, 0, 7, false, 0], - 8329: ['Oryxmas Mystic Skin', 10, -1, 1355, 770, 0, 0, 7, false, 0], - 8330: ['Oryxmas Trickster Skin', 10, -1, 1400, 770, 0, 0, 7, false, 0], - 8331: ['Oryxmas Sorcerer Skin', 10, -1, 1445, 770, 0, 0, 7, false, 0], - 8332: ['Oryxmas Ninja Skin', 10, -1, 1490, 770, 0, 0, 7, false, 0], - 8333: ['Cloak of Winter', 13, -1, 1085, 2480, 7, 380, 4, false, 0], - 8334: ['Snowbound Orb', 21, -1, 635, 2480, 7, 380, 4, false, 0], - 8335: ["Pathfinder's Helm", 16, -1, 680, 2480, 7, 380, 4, false, 0], - 8336: ['Coalbearing Quiver', 15, -1, 725, 2480, 7, 380, 4, false, 0], - 8337: ['Skull of Krampus', 19, -1, 770, 2480, 7, 380, 4, false, 0], - 8338: ['Vigil Spell', 11, -1, 815, 2480, 7, 380, 4, false, 0], - 8339: ['Greedsnatcher Trap', 20, -1, 860, 2480, 7, 380, 4, false, 0], - 8340: ['Resounding Shield', 5, -1, 905, 2480, 7, 380, 4, false, 0], - 8341: ['Ornamental Prism', 22, -1, 950, 2480, 7, 380, 4, false, 0], - 8342: ['Nativity Tome', 4, -1, 995, 2480, 7, 380, 4, false, 0], - 8343: ['Holly Poison', 18, -1, 1040, 2480, 7, 380, 4, false, 0], - 8344: ['Advent Seal', 12, -1, 1130, 2480, 7, 380, 4, false, 0], - 8345: ['Ilex Star', 25, -1, 1175, 2480, 7, 380, 4, false, 0], - 8346: ['Scepter of Sainthood', 23, -1, 590, 2480, 7, 380, 4, false, 0], - 8386: ['Orb of Aether', 21, -1, 1625, 2525, 6, 800, 6, true, 1], - 8390: ['Pillbug Pet Skin', 10, -1, 815, 1220, 0, 1000, 7, true, 0], - 8429: ['Moonlight Village Solo Key', 10, -1, 2030, 275, 0, 200, 7, true, 0], - 8430: ['Moonlight Village Enchanted Key', 10, -1, 2075, 275, 0, 200, 7, true, 0], - 8431: ['Moonlight Village Augmented Key', 10, -1, 2120, 275, 0, 200, 7, true, 0], - 8594: ['Brown Bulldog Pet Skin', 10, -1, 95, 1220, 0, 1000, 7, true, 0], - 8597: ['White Bulldog Pet Skin', 10, -1, 140, 1220, 0, 1000, 7, true, 0], - 8600: ['Dingo Pet Skin', 10, -1, 185, 1220, 0, 1000, 7, true, 0], - 8608: ['Legacy Etherite Dagger', 2, -1, 590, 2390, 5, 500, 8, false, 2], - 8609: ['Legacy Mantle of Skuld', 6, -1, 635, 2390, 7, 500, 8, false, 2], - 8610: ['Legacy Ghastly Drape', 13, -1, 680, 2390, 6, 500, 8, false, 2], - 8611: ['Legacy Spectral Ring of Horrors', 9, -1, 725, 2390, 4, 500, 8, false, 2], - 8615: ['Legacy Sentient Staff', 17, -1, 950, 2390, 5, 500, 8, false, 2], - 8616: ['Legacy Robe of Twilight', 14, -1, 1040, 2390, 6, 500, 8, false, 2], - 8617: ['Legacy Ancient Spell: Pierce', 11, -1, 995, 2390, 7, 500, 8, false, 2], - 8618: ['Legacy Forgotten Ring', 9, -1, 1085, 2390, 4, 500, 8, false, 2], - 8643: ['Mystery ST Shard x1', 10, -1, 860, 1355, 0, 50, 2, true, 0], - 8644: ['Mystery ST Shard x2', 10, -1, 905, 1355, 0, 100, 2, true, 0], - 8645: ['Mystery ST Shard x3', 10, -1, 950, 1355, 0, 150, 2, true, 0], - 8646: ['Mystery ST Shard x4', 10, -1, 995, 1355, 0, 200, 2, true, 0], - 8647: ['Mystery ST Shard x5', 10, -1, 1040, 1355, 0, 250, 2, true, 0], - 8648: ['Mystery ST Shard x6', 10, -1, 1085, 1355, 0, 300, 2, true, 0], - 8649: ['Mystery ST Shard x7', 10, -1, 1130, 1355, 0, 350, 2, true, 0], - 8650: ['Mystery ST Shard x8', 10, -1, 1175, 1355, 0, 400, 2, true, 0], - 8651: ['Mystery ST Shard x9', 10, -1, 1220, 1355, 0, 450, 2, true, 0], - 8652: ['Mystery ST Shard x10', 10, -1, 1265, 1355, 0, 500, 2, true, 0], - 8653: ['Mystery ST Shard x11', 10, -1, 1310, 1355, 0, 550, 2, true, 0], - 8654: ['Mystery ST Shard x12', 10, -1, 1355, 1355, 0, 600, 2, true, 0], - 8655: ['Mystery ST Shard x13', 10, -1, 1400, 1355, 0, 650, 2, true, 0], - 8656: ['Mystery ST Shard x14', 10, -1, 1445, 1355, 0, 700, 2, true, 0], - 8657: ['Mystery ST Shard x15', 10, -1, 1490, 1355, 0, 750, 2, true, 0], - 8663: ['Red Parrot Pet Skin', 10, -1, 275, 1220, 0, 1000, 7, true, 0], - 8665: ["Swashbuckler's Sickle", 1, -1, 3785, 2615, 5, 900, 8, true, 2], - 8666: ['Tricorne of the High Seas', 16, -1, 3830, 2615, 7, 950, 8, true, 2], - 8667: ['Naval Uniform', 7, -1, 3875, 2615, 6, 600, 8, true, 2], - 8668: ["First Mate's Hook", 9, -1, 3920, 2615, 4, 250, 8, true, 2], - 8672: ['Cannon Cluster Proc', 15, -1, 3740, 2615, 0, 0, 0, false, 0], - 8673: ['Gold Bar', 10, -1, 3920, 2435, 0, 1400, 8, true, 0], - 8681: ['Forax Weapon Cache', 10, -1, 3695, 2570, 0, 0, 8, true, 0], - 8682: ['Katalund Weapon Cache', 10, -1, 3740, 2570, 0, 0, 8, true, 0], - 8683: ['Untaris Weapon Cache', 10, -1, 3785, 2570, 0, 0, 8, true, 0], - 8684: ['Malogia Weapon Cache', 10, -1, 3830, 2570, 0, 0, 8, true, 0], - 8685: ['Alien Weapon Cache', 10, -1, 3875, 2570, 0, 0, 8, true, 0], - 8691: ['Corruption Tether', 17, -1, 1130, 2390, 7, 800, 8, true, 2], - 8692: ['Ancient Eminence', 11, -1, 1175, 2390, 7, 1000, 8, true, 2], - 8693: ['Twilight Shroud', 14, -1, 1220, 2390, 6, 850, 8, true, 2], - 8694: ['Defiled Equilibrium', 9, -1, 1265, 2390, 5, 750, 8, true, 2], - 8710: ['Cheetah Pet Skin', 10, -1, 410, 1220, 0, 1000, 7, true, 0], - 8713: ['Jaguar Pet Skin', 10, -1, 455, 1220, 0, 1000, 7, true, 0], - 8732: ['Skull-splitter Sword', 1, -1, 1940, 2345, 4, 310, 4, false, 0], - 8736: ['Exalted Essence', 10, -1, 3560, 2705, 0, 250, 6, true, 0], - 8764: ['Potion of Health5', 10, -1, 2165, 2345, 0, 5, 0, false, 0], - 8765: ['Potion of Health6', 10, -1, 2210, 2345, 0, 5, 0, false, 0], - 8770: ['Chonmage Samurai Skin', 10, -1, 2210, 815, 0, 1000, 7, true, 0], - 8771: ['Baywatch Samurai Skin', 10, -1, 2255, 815, 0, 1000, 7, true, 0], - 8772: ['Shark Hunter Ninja Skin', 10, -1, 2300, 815, 0, 1000, 7, true, 0], - 8773: ['Kilnmaster Samurai Skin', 10, -1, 2345, 815, 0, 1000, 7, true, 0], - 8776: ['Slime Samurai Skin', 10, -1, 2390, 815, 0, 500, 7, false, 0], - 8777: ['Onna Bugeisha Samurai Skin', 10, -1, 2435, 815, 0, 1000, 7, true, 0], - 8779: ['Potion of Health1', 10, -1, 1985, 2345, 0, 5, 0, false, 0], - 8780: ['Potion of Health4', 10, -1, 2120, 2345, 0, 5, 0, false, 0], - 8781: ['Shoveguy Skin', 10, -1, 2660, 635, 0, 500, 7, false, 0], - 8783: ['Holy Avenger Skin', 10, -1, 3200, 635, 0, 500, 7, false, 0], - 8784: ["Shaman's Staff", 17, -1, 95, 3065, 6, 900, 8, true, 2], - 8785: ['Ritual Skull', 19, -1, 140, 3065, 6, 850, 8, true, 2], - 8786: ['Ragged Robes', 14, -1, 185, 3065, 6, 850, 8, true, 2], - 8787: ['Fang Necklace', 9, -1, 230, 3065, 6, 850, 8, true, 2], - 8788: ['Toxic Toad', 2, -1, 320, 3065, 6, 900, 8, true, 2], - 8789: ['Makeshift Blowpipe', 18, -1, 365, 3065, 6, 850, 8, true, 2], - 8790: ["Alchemist's Disheveled Garbs", 6, -1, 410, 3065, 6, 850, 8, true, 2], - 8791: ['Protective Gloves', 9, -1, 455, 3065, 6, 850, 8, true, 2], - 8792: ['Soul Gem Amulet', 9, -1, 275, 3065, 6, 850, 8, true, 2], - 8793: ['Alchemist Dart Proc', 9, -1, 500, 3065, 0, 0, 0, true, 1], - 8794: ['Alchemist Dart Proc 2', 9, -1, 545, 3065, 0, 0, 0, true, 1], - 8795: ['Potion of Health3', 10, -1, 2075, 2345, 0, 5, 0, false, 0], - 8796: ['Ranger Skin', 10, -1, 3470, 635, 0, 500, 7, false, 0], - 8798: ['Potion of Health2', 10, -1, 2030, 2345, 0, 5, 0, false, 0], - 8812: ['Scarlett Skin', 10, -1, 2615, 635, 0, 500, 7, false, 0], - 8814: ['Slime Archer Skin', 10, -1, 2390, 635, 0, 500, 7, false, 0], - 8815: ['Brigand Skin', 10, -1, 2525, 635, 0, 500, 7, false, 0], - 8826: ['Gentleman Skin', 10, -1, 2570, 635, 0, 1000, 7, true, 0], - 8827: ['Agent Skin', 10, -1, 2480, 635, 0, 500, 7, false, 0], - 8828: ['Slime Knight Skin', 10, -1, 2345, 635, 0, 500, 7, false, 0], - 8829: ['Slime Priest Skin', 10, -1, 2435, 635, 0, 500, 7, false, 0], - 8830: ['Bashing Bride Skin', 10, -1, 2750, 635, 0, 500, 7, false, 0], - 8831: ['Eligible Bachelor Skin', 10, -1, 2795, 635, 0, 500, 7, false, 0], - 8841: ['Corsair Ring', 9, -1, 4280, 365, 0, 50, 4, false, 0], - 8842: ['Diamond-Bladed Katana', 24, -1, 2255, 2345, 2, 145, 2, false, 0], - 8843: ['Staff of Adoration', 17, -1, 2300, 2345, 2, 145, 2, false, 0], - 8844: ['Wand of Budding Romance', 8, -1, 2345, 2345, 2, 145, 2, false, 0], - 8845: ['Heartfind Dagger', 2, -1, 2390, 2345, 2, 145, 2, false, 0], - 8846: ['Vinesword', 1, -1, 2435, 2345, 2, 145, 2, false, 0], - 8847: ["Cupid's Bow", 3, -1, 2480, 2345, 2, 145, 2, false, 0], - 8848: ["Bella's Key", 10, -1, 3290, 185, 0, 200, 7, true, 0], - 8850: ['Slime Wizard Skin', 10, -1, 3020, 635, 0, 500, 7, false, 0], - 8851: ['Deadly Vixen Skin', 10, -1, 3065, 635, 0, 500, 7, false, 0], - 8852: ["Shaitan's Key", 10, -1, 3335, 185, 0, 200, 7, true, 0], - 8854: ['Wand of Egg-cellence', 8, -1, 2525, 2345, 4, 310, 4, false, 0], - 8856: ['Stanley the Spring Bunny Skin', 10, -1, 3110, 635, 0, 500, 7, false, 0], - 8857: ['Staff of the Rising Sun', 17, -1, 2570, 2345, 5, 450, 4, false, 0], - 8858: ['Nun Skin', 10, -1, 2840, 635, 0, 500, 7, false, 0], - 8859: ['Witch Doctor Skin', 10, -1, 2885, 635, 0, 500, 7, false, 0], - 8860: ['Sorceress Skin', 10, -1, 2930, 635, 0, 500, 7, false, 0], - 8861: ['Artemis Skin', 10, -1, 2975, 635, 0, 500, 7, false, 0], - 8862: ['Thousand Suns Spell', 11, -1, 2615, 2345, 6, 380, 4, false, 0], - 8863: ['Robe of the Summer Solstice', 14, -1, 2660, 2345, 5, 435, 4, false, 0], - 8866: ['Mystery ST Chest', 10, -1, 2570, 2525, 0, 0, 8, true, 0], - 8948: ['Beginner Quest Chest', 10, -1, 3965, 2435, 0, 200, 8, true, 0], - 8949: ['Honeyed Epic Quest Chest', 10, -1, 4100, 2435, 0, 200, 8, true, 0], - 8950: ['Legacy Royal Epic Quest Chest', 10, -1, 4145, 2435, 0, 200, 8, true, 0], - 8951: ['Marble Epic Quest Chest', 10, -1, 4235, 2435, 0, 200, 8, true, 0], - 8952: ['Cultish Epic Quest Chest', 10, -1, 4280, 2435, 0, 200, 8, true, 0], - 8953: ['Voided Epic Quest Chest', 10, -1, 4325, 2435, 0, 200, 8, true, 0], - 8954: ['Crystallized Epic Quest Chest', 10, -1, 4370, 2435, 0, 200, 8, true, 0], - 8960: ['Ring of the Burning Sun', 9, -1, 2705, 2345, 5, 300, 4, false, 0], - 8961: ['Bow of the Morning Star', 3, -1, 2750, 2345, 6, 800, 6, false, 0], - 8962: ['Sword of the Mad God', 1, -1, 3695, 2345, 5, 450, 8, false, 2], - 8963: ['Sword of Illumination', 1, -1, 2795, 2345, 6, 700, 6, false, 0], - 8970: ['Rare Mystery Key', 10, -1, 2435, 2525, 0, 0, 7, true, 0], - 8971: ['Epic Mystery Key', 10, -1, 2480, 2525, 0, 0, 7, true, 0], - 8972: ['Aspirant Exalted Mystery Key', 10, -1, 2525, 2525, 0, 0, 7, true, 0], - 8973: ['Rare Mystery Pet Skin', 10, -1, 2300, 2525, 0, 0, 7, true, 0], - 8974: ['Epic Mystery Pet Skin', 10, -1, 2345, 2525, 0, 0, 7, true, 0], - 8975: ['Legendary Mystery Pet Skin', 10, -1, 2390, 2525, 0, 0, 7, true, 0], - 8980: ['Platinum Knight Skin', 10, -1, 3515, 635, 0, 500, 7, false, 0], - 8981: ['Platinum Warrior Skin', 10, -1, 3560, 635, 0, 500, 7, false, 0], - 8982: ['Platinum Rogue Skin', 10, -1, 3605, 635, 0, 500, 7, false, 0], - 8983: ['B.B. Wolf Skin', 10, -1, 3335, 635, 0, 500, 7, false, 0], - 8984: ['Lil Red Skin', 10, -1, 3380, 635, 0, 500, 7, false, 0], - 8985: ['King Knifeula Skin', 10, -1, 3425, 635, 0, 500, 7, false, 0], - 8993: ['Nexus no Miko Skin', 10, -1, 3245, 635, 0, 500, 7, false, 0], - 8994: ['Wakizashi of Eastern Winds', 27, -1, 2975, 2300, 6, 800, 6, false, 0], - 8995: ['Drow Trickster Skin', 10, -1, 3290, 635, 0, 500, 7, false, 0], - 8996: ['Unstable Anomaly', 1, -1, 2885, 2345, 1, 0, 4, false, 0], - 8997: ['Precisely Calibrated Stringstick', 3, -1, 2930, 2345, 0, 0, 4, false, 0], - 8998: ['Barely Attuned Magic Thingy', 17, -1, 2975, 2345, 0, 0, 4, false, 0], - 8999: ['Lethargic Sentience', 8, -1, 3020, 2345, 0, 0, 4, false, 0], - 9000: ['Toy Knife', 2, -1, 3065, 2345, 0, 0, 4, false, 0], - 9002: ['Dagger of the Amethyst Prism', 2, -1, 2840, 2345, 5, 450, 4, false, 0], - 9011: ['Witch Skin', 10, -1, 3650, 635, 0, 0, 7, false, 0], - 9015: ['Almandine Armor of Anger', 7, -1, 3560, 2345, 6, 435, 8, false, 2], - 9016: ['Almandine Ring of Wrath', 9, -1, 3605, 2345, 4, 300, 8, false, 2], - 9017: ['Onyx Shield of the Mad God', 5, -1, 3650, 2345, 7, 380, 8, false, 2], - 9018: ['The Devil Tarot Card', 10, -1, 3110, 2345, 0, 250, 7, false, 0], - 9019: ['The Sun Tarot Card', 10, -1, 3155, 2345, 0, 250, 7, false, 0], - 9020: ['Death Tarot Card', 10, -1, 3200, 2345, 0, 250, 7, false, 0], - 9021: ['The Tower Tarot Card', 10, -1, 3245, 2345, 0, 250, 7, false, 0], - 9022: ['The Magician Tarot Card', 10, -1, 3290, 2345, 0, 250, 7, false, 0], - 9023: ['The World Tarot Card', 10, -1, 3335, 2345, 0, 250, 7, false, 0], - 9024: ['The Chariot Tarot Card', 10, -1, 3380, 2345, 0, 250, 7, false, 0], - 9025: ['The Moon Tarot Card', 10, -1, 3425, 2345, 0, 250, 7, false, 0], - 9033: ['Slime Sorcerer Skin', 10, -1, 3695, 635, 0, 500, 7, false, 0], - 9034: ['Slime Trickster Skin', 10, -1, 3740, 635, 0, 500, 7, false, 0], - 9035: ['Slime Mystic Skin', 10, -1, 3785, 635, 0, 500, 7, false, 0], - 9036: ['Slime Huntress Skin', 10, -1, 3830, 635, 0, 500, 7, false, 0], - 9037: ['Slime Necromancer Skin', 10, -1, 3875, 635, 0, 500, 7, false, 0], - 9038: ['Slime Assassin Skin', 10, -1, 3920, 635, 0, 500, 7, false, 0], - 9039: ['Slime Paladin Skin', 10, -1, 3965, 635, 0, 500, 7, false, 0], - 9040: ['Slime Rogue Skin', 10, -1, 4010, 635, 0, 500, 7, false, 0], - 9041: ['Slime Warrior Skin', 10, -1, 4055, 635, 0, 500, 7, false, 0], - 9042: ['Theatre Key', 10, -1, 3380, 185, 0, 200, 7, true, 0], - 9052: ['Shendyt of Geb', 14, -1, 4460, 2345, 6, 650, 8, false, 2], - 9053: ["Geb's Ring of Wisdom", 9, -1, 5, 2390, 4, 400, 8, false, 2], - 9054: ['Book of Geb', 4, -1, 50, 2390, 7, 800, 8, false, 2], - 9055: ['Wand of Geb', 8, -1, 95, 2390, 5, 500, 8, false, 2], - 9056: ['Soulless Robe', 14, -1, 230, 2390, 6, 700, 8, false, 2], - 9057: ['Ring of the Covetous Heart', 9, -1, 275, 2390, 4, 400, 8, false, 2], - 9058: ['Soul of the Bearer', 21, -1, 320, 2390, 7, 700, 8, false, 2], - 9059: ['The Phylactery', 17, -1, 365, 2390, 5, 750, 8, false, 2], - 9060: ['Legacy Fairy Plate', 7, -1, 500, 2390, 6, 500, 8, false, 2], - 9061: ['Legacy Ring of Pure Wishes', 9, -1, 545, 2390, 4, 500, 8, false, 2], - 9062: ['Legacy Seal of the Enchanted Forest', 12, -1, 455, 2390, 7, 500, 8, false, 2], - 9063: ['Legacy Pixie-Enchanted Sword', 1, -1, 410, 2390, 5, 500, 8, false, 2], - 9064: ['Greater Potion of Attack', 10, 5, 3965, 2345, 0, 200, 5, false, 0], - 9065: ['Greater Potion of Defense', 10, 5, 4010, 2345, 0, 200, 5, false, 0], - 9066: ['Greater Potion of Speed', 10, 5, 4055, 2345, 0, 200, 5, false, 0], - 9067: ['Greater Potion of Vitality', 10, 5, 4100, 2345, 0, 200, 5, false, 0], - 9068: ['Greater Potion of Wisdom', 10, 5, 4145, 2345, 0, 200, 5, false, 0], - 9069: ['Greater Potion of Dexterity', 10, 5, 4190, 2345, 0, 200, 5, false, 0], - 9070: ['Greater Potion of Life', 10, -1, 4235, 2345, 0, 350, 5, false, 0], - 9071: ['Greater Potion of Mana', 10, -1, 4280, 2345, 0, 350, 5, false, 0], - 9074: ['Ghost Huntress Skin', 10, -1, 4190, 635, 0, 500, 7, false, 0], - 9075: ['Skeleton Warrior Skin', 10, -1, 4235, 635, 0, 500, 7, false, 0], - 9076: ['Infected Assassin Skin', 10, -1, 4280, 635, 0, 500, 7, false, 0], - 9077: ['Candy Corn', 10, -1, 4325, 2345, 0, 5, 2, false, 0], - 9084: ['Present Dispensing Wand', 8, -1, 1760, 2390, 4, 310, 4, false, 0], - 9085: ['An Icicle', 2, -1, 1805, 2390, 4, 310, 4, false, 0], - 9086: ['Staff of Yuletide Carols', 17, -1, 1850, 2390, 4, 310, 4, false, 0], - 9087: ['Salju', 24, -1, 1895, 2390, 4, 310, 4, false, 0], - 9088: ['Bramble Bow', 3, -1, 3830, 2705, 0, 80, 4, false, 0], - 9089: ['Cocoon Quiver', 15, -1, 3875, 2705, 0, 85, 4, false, 0], - 9136: ['Legendary Mystery Skin', 10, -1, 2975, 2480, 0, 0, 7, true, 0], - 9137: ['Epic Mystery Skin', 10, -1, 3020, 2480, 0, 0, 7, true, 0], - 9138: ['Rare Mystery Skin', 10, -1, 3065, 2480, 0, 0, 7, true, 0], - 9150: ['Parasol Maiden Ninja Skin', 10, -1, 3605, 770, 0, 1000, 7, true, 0], - 9151: ['Harrowed Slinger Warrior Skin', 10, -1, 3650, 770, 0, 1000, 7, true, 0], - 9152: ['Wakizashi of Crossing Fires', 27, -1, 3020, 2300, 7, 1000, 6, false, 0], - 9153: ['Oni Paladin Skin', 10, -1, 3695, 770, 0, 1000, 7, true, 0], - 9154: ['Dual Duelist Ninja Skin', 10, -1, 3740, 770, 0, 1000, 7, true, 0], - 9155: ['Wicked Dragon Wizard Skin', 10, -1, 3785, 770, 0, 1000, 7, true, 0], - 9156: ['Ancient Archivist Priest Skin', 10, -1, 3830, 770, 0, 1000, 7, true, 0], - 9157: ['Magma Dweller Archer Skin', 10, -1, 3875, 770, 0, 1000, 7, true, 0], - 9158: ['Yin Yang Sorcerer Skin', 10, -1, 3920, 770, 0, 1000, 7, true, 0], - 9159: ['Ebony Sorcerer Skin', 10, -1, 3965, 770, 0, 1000, 7, true, 0], - 9160: ['Ivory Priest Skin', 10, -1, 4010, 770, 0, 1000, 7, true, 0], - 9161: ['Moonlight Elf Huntress Skin', 10, -1, 4055, 770, 0, 1000, 7, true, 0], - 9164: ['Floomp Pet Skin', 10, -1, 2660, 1175, 0, 1000, 7, true, 0], - 9169: ['Vermilion Dragon Pet Skin', 10, -1, 2705, 1175, 0, 1000, 7, true, 0], - 9172: ['Golden Capricorn Pet Skin', 10, -1, 2750, 1175, 0, 1000, 7, true, 0], - 9175: ['Golden Sagittarius Pet Skin', 10, -1, 2795, 1175, 0, 1000, 7, true, 0], - 9178: ['Golden Aquarius Pet Skin', 10, -1, 2840, 1175, 0, 1000, 7, true, 0], - 9181: ['Capricorn Pet Skin', 10, -1, 2885, 1175, 0, 1000, 7, true, 0], - 9185: ['Sagittarius Pet Skin', 10, -1, 2930, 1175, 0, 1000, 7, true, 0], - 9188: ['Aquarius Pet Skin', 10, -1, 2975, 1175, 0, 1000, 7, true, 0], - 9191: ['Bouncing Slime Pet Skin', 10, -1, 3020, 1175, 0, 1000, 7, true, 0], - 9194: ['Mini Pot Of Gold Pet Skin', 10, -1, 3065, 1175, 0, 1000, 7, true, 0], - 9197: ["Leprechaun's Walking Hat Pet Skin", 10, -1, 3110, 1175, 0, 1000, 7, true, 0], - 9200: ['Rainbow Rocketeer Pet Skin', 10, -1, 3155, 1175, 0, 1000, 7, true, 0], - 9202: ['Irish Dancer Trickster Skin', 10, -1, 4100, 770, 0, 1000, 7, true, 0], - 9204: ['Scarecrow Warrior Skin', 10, -1, 4145, 770, 0, 1000, 7, true, 0], - 9206: ["Paddy's Flying Hat", 10, -1, 3110, 2480, 0, 50, 2, true, 0], - 9208: ['Rainbow Clover', 10, -1, 3155, 2480, 0, 50, 2, true, 0], - 9210: ['Templar Knight Skin', 10, -1, 4190, 770, 0, 1000, 7, true, 0], - 9211: ['Skink Necromancer Skin', 10, -1, 4235, 770, 0, 1000, 7, true, 0], - 9227: ['Kingsman Cavalry Warrior Skin', 10, -1, 4280, 770, 0, 500, 7, false, 0], - 9228: ['Kingsman Guard Knight Skin', 10, -1, 4325, 770, 0, 500, 7, false, 0], - 9229: ['Kingsman Armorbearer Paladin Skin', 10, -1, 4370, 770, 0, 500, 7, false, 0], - 9230: ['Court Wizard Skin', 10, -1, 4415, 770, 0, 500, 7, false, 0], - 9231: ['Demon Summoner Necromancer Skin', 10, -1, 4460, 770, 0, 500, 7, false, 0], - 9232: ['Wandering Gypsy Mystic Skin', 10, -1, 5, 815, 0, 500, 7, false, 0], - 9233: ['Village Peasant Trickster Skin', 10, -1, 50, 815, 0, 500, 7, false, 0], - 9234: ['Blackguard Mercenary Assassin Skin', 10, -1, 95, 815, 0, 500, 7, false, 0], - 9235: ['Sensei Ninja Skin', 10, -1, 140, 815, 0, 500, 7, false, 0], - 9236: ['King of Thieves Rogue Skin', 10, -1, 185, 815, 0, 500, 7, false, 0], - 9237: ['Kings Bowman Archer Skin', 10, -1, 230, 815, 0, 500, 7, false, 0], - 9238: ['Forest Tracker Huntress Skin', 10, -1, 275, 815, 0, 500, 7, false, 0], - 9239: ['Carthusian Monk Priest Skin', 10, -1, 320, 815, 0, 500, 7, false, 0], - 9240: ['Royal Sorcerer Skin', 10, -1, 365, 815, 0, 500, 7, false, 0], - 9246: ['Lustrous Champion Knight Skin', 10, -1, 410, 815, 0, 1000, 7, true, 0], - 9247: ['Discoverer Sorcerer Skin', 10, -1, 455, 815, 0, 1000, 7, true, 0], - 9248: ["Poisson d'Avril Paladin Skin", 10, -1, 500, 815, 0, 1000, 7, true, 0], - 9249: ['Rabbit Warrior Skin', 10, -1, 545, 815, 0, 1000, 7, true, 0], - 9250: ['Mysterious Wizard Skin', 10, -1, 590, 815, 0, 1000, 7, true, 0], - 9253: ['Tuxedo Bird Pet Skin', 10, -1, 3200, 1175, 0, 1000, 7, true, 0], - 9256: ['Flamingo Pet Skin', 10, -1, 3245, 1175, 0, 1000, 7, true, 0], - 9259: ['Heron Pet Skin', 10, -1, 3290, 1175, 0, 1000, 7, true, 0], - 9262: ['Angelic Drake Pet Skin', 10, -1, 3335, 1175, 0, 1000, 7, true, 0], - 9265: ['Demonic Drake Pet Skin', 10, -1, 3380, 1175, 0, 1000, 7, true, 0], - 9268: ['Fusion Golem Pet Skin', 10, -1, 3425, 1175, 0, 1000, 7, true, 0], - 9271: ['Vibrant Seadragon Pet Skin', 10, -1, 3470, 1175, 0, 1000, 7, true, 0], - 9274: ['Arthro-bot Pet Skin', 10, -1, 3515, 1175, 0, 1000, 7, true, 0], - 9277: ['Mini Biff Pet Skin', 10, -1, 3560, 1175, 0, 1000, 7, true, 0], - 9280: ['Newborn Chick Pet Skin', 10, -1, 3605, 1175, 0, 1000, 7, true, 0], - 9283: ['Amazon Pet Skin', 10, -1, 3650, 1175, 0, 1000, 7, true, 0], - 9286: ['Party Crow Pet Skin', 10, -1, 3695, 1175, 0, 1000, 7, true, 0], - 9289: ['Honey-bot Ant Pet Skin', 10, -1, 3740, 1175, 0, 1000, 7, true, 0], - 9292: ['Fountain Child Pet Skin', 10, -1, 3785, 1175, 0, 1000, 7, true, 0], - 9295: ['Desert Scorpion Pet Skin', 10, -1, 3830, 1175, 0, 1000, 7, true, 0], - 9298: ['Giant Centipede Pet Skin', 10, -1, 3875, 1175, 0, 1000, 7, true, 0], - 9301: ['Silver Sky Serpent Pet Skin', 10, -1, 3920, 1175, 0, 1000, 7, true, 0], - 9303: ['Butterfly Wizard Skin', 10, -1, 635, 815, 0, 1000, 7, true, 0], - 9306: ['Twilight Angler Pet Skin', 10, -1, 3965, 1175, 0, 1000, 7, true, 0], - 9309: ['Abyss Goliath Pet Skin', 10, -1, 4010, 1175, 0, 1000, 7, true, 0], - 9315: ['Demonhunter Huntress Skin', 10, -1, 680, 815, 0, 1000, 7, true, 0], - 9316: ['Blessed Champion Paladin Skin', 10, -1, 725, 815, 0, 1000, 7, true, 0], - 9317: ['Sworded Inquisitor Paladin Skin', 10, -1, 770, 815, 0, 1000, 7, true, 0], - 9318: ['Dapper Disguiser Rogue Skin', 10, -1, 815, 815, 0, 1000, 7, true, 0], - 9319: ['Wise Elder Sorcerer Skin', 10, -1, 860, 815, 0, 1000, 7, true, 0], - 9321: ['Jellyhead Trickster Skin', 10, -1, 905, 815, 0, 1000, 7, true, 0], - 9325: ['Heroic Abyss of Demons Key', 10, -1, 50, 230, 0, 200, 7, true, 0], - 9326: ['Heroic Undead Lair Key', 10, -1, 95, 230, 0, 200, 7, true, 0], - 9327: ['Tomb of the Ancients Enchanted Key', 10, -1, 1310, 230, 0, 200, 7, true, 0], - 9328: ['The Nest Enchanted Key', 10, -1, 1355, 230, 0, 200, 7, true, 0], - 9329: ["Davy's Enchanted Key", 10, -1, 1400, 230, 0, 200, 7, true, 0], - 9330: ['Mountain Temple Enchanted Key', 10, -1, 1445, 230, 0, 200, 7, true, 0], - 9331: ['Malogia Enchanted Key', 10, -1, 1490, 230, 0, 200, 7, true, 0], - 9332: ['Untaris Enchanted Key', 10, -1, 1535, 230, 0, 200, 7, true, 0], - 9333: ['Forax Enchanted Key', 10, -1, 1580, 230, 0, 200, 7, true, 0], - 9334: ['Katalund Enchanted Key', 10, -1, 1625, 230, 0, 200, 7, true, 0], - 9336: ['Ukulele Girl Bard Skin', 10, -1, 1040, 905, 0, 1000, 7, true, 0], - 9338: ['Bird Masked Bard Skin', 10, -1, 1085, 905, 0, 1000, 7, true, 0], - 9340: ['Traveling Songster Bard Skin', 10, -1, 1130, 905, 0, 500, 7, false, 0], - 9342: ['Star Shooter Assassin Skin', 10, -1, 1175, 905, 0, 1000, 7, true, 0], - 9344: ['Emo Trickster Skin', 10, -1, 1220, 905, 0, 1000, 7, true, 0], - 9346: ['Space Cowboy Rogue Skin', 10, -1, 1265, 905, 0, 1000, 7, true, 0], - 9348: ['Web Kid Trickster Skin', 10, -1, 1310, 905, 0, 1000, 7, true, 0], - 9350: ['Presidential Paladin Skin', 10, -1, 1355, 905, 0, 1000, 7, true, 0], - 9352: ['Sand Wanderer Trickster Skin', 10, -1, 1400, 905, 0, 1000, 7, true, 0], - 9354: ['Shielded Pal Knight Skin', 10, -1, 1445, 905, 0, 1000, 7, true, 0], - 9356: ['Pegasus Warrior Skin', 10, -1, 1490, 905, 0, 1000, 7, true, 0], - 9358: ['Zombie Gal Warrior Skin', 10, -1, 1535, 905, 0, 1000, 7, true, 0], - 9360: ['Virgil the Rockstar of the Abyss Skin', 10, -1, 1580, 905, 0, 1000, 7, true, 0], - 9362: ['Clown Knight Skin', 10, -1, 1625, 905, 0, 1000, 7, true, 0], - 9364: ['Chemist of Steel Paladin Skin', 10, -1, 1670, 905, 0, 1000, 7, true, 0], - 9366: ['Tavern Bard Skin', 10, -1, 1715, 905, 0, 1000, 7, true, 0], - 9368: ['Red Prismed Trickster Skin', 10, -1, 1760, 905, 0, 1000, 7, true, 0], - 9370: ['Skeleton Trumpeter Bard Skin', 10, -1, 1805, 905, 0, 1000, 7, true, 0], - 9372: ['Baby Bard Skin', 10, -1, 1850, 905, 0, 1000, 7, true, 0], - 9374: ['The Fiddler Bard Skin', 10, -1, 1895, 905, 0, 1000, 7, true, 0], - 9376: ['Twintailed Vocalist Bard Skin', 10, -1, 1940, 905, 0, 1000, 7, true, 0], - 9378: ['Treacherous Trout Bard Skin', 10, -1, 1985, 905, 0, 1000, 7, true, 0], - 9380: ['Wandering Spellcaster Bard Skin', 10, -1, 2030, 905, 0, 1000, 7, true, 0], - 9382: ['Slime Bard Skin', 10, -1, 2075, 905, 0, 500, 7, false, 0], - 9384: ['Bard - Future Seeker Tester Skin', 10, -1, 2120, 905, 0, 0, 7, true, 0], - 9386: ['Bard - Dungeon Mastermind Skin', 10, -1, 2165, 905, 0, 0, 7, true, 0], - 9388: ['Bard - Artist Extraordinaire Skin', 10, -1, 2210, 905, 0, 0, 7, true, 0], - 9390: ['Oryxmas Bard Skin', 10, -1, 2255, 905, 0, 0, 7, false, 0], - 9392: ['Bard - Cyber Cop Skin', 10, -1, 2300, 905, 0, 0, 7, true, 0], - 9394: ['Stone Bard Skin', 10, -1, 2345, 905, 0, 500, 7, false, 0], - 9396: ['Western Miguel Rogue Skin', 10, -1, 2390, 905, 0, 1000, 7, true, 0], - 9398: ['Mini Angelic Bard Skin', 10, -1, 2435, 905, 0, 1000, 7, true, 0], - 9400: ['Fire Flower Samurai Skin', 10, -1, 2480, 905, 0, 1000, 7, true, 0], - 9402: ['Celtic Spearwoman Paladin Skin', 10, -1, 2525, 905, 0, 1000, 7, true, 0], - 9404: ['Blindfold Archer Skin', 10, -1, 2570, 905, 0, 1000, 7, true, 0], - 9406: ['Decapod Crustacean Warrior Skin', 10, -1, 2615, 905, 0, 1000, 7, true, 0], - 9408: ['Lucky Sapling Priest Skin', 10, -1, 2660, 905, 0, 1000, 7, true, 0], - 9410: ['The 12th Sorcerer Skin', 10, -1, 2705, 905, 0, 1000, 7, true, 0], - 9412: ['Brad the Bard Skin', 10, -1, 2750, 905, 0, 1000, 7, true, 0], - 9414: ['Abyss Adventurer Necromancer Skin', 10, -1, 2795, 905, 0, 1000, 7, true, 0], - 9416: ['Leech Robot Necromancer Skin', 10, -1, 2840, 905, 0, 1000, 7, true, 0], - 9418: ['Merfolk Paladin Skin', 10, -1, 2885, 905, 0, 1000, 7, true, 0], - 9420: ['Swimsuit Ninja Skin', 10, -1, 2930, 905, 0, 1000, 7, true, 0], - 9422: ['Ghost Captain Rogue Skin', 10, -1, 2975, 905, 0, 1000, 7, true, 0], - 9424: ['Night Huntress Skin', 10, -1, 3020, 905, 0, 1000, 7, true, 0], - 9426: ['Blorph the Archer Skin', 10, -1, 3065, 905, 0, 1000, 7, true, 0], - 9428: ['Mushroom Girl Rogue Skin', 10, -1, 3110, 905, 0, 1000, 7, true, 0], - 9430: ['Wasteland Mercenary Archer Skin', 10, -1, 3155, 905, 0, 1000, 7, true, 0], - 9432: ['Dungeon Recruit Huntress Skin', 10, -1, 3200, 905, 0, 1000, 7, true, 0], - 9434: ['Dungeon Recruit Archer Skin', 10, -1, 3245, 905, 0, 1000, 7, true, 0], - 9436: ['Mini Treasure Hunter Archer Skin', 10, -1, 3290, 905, 0, 1000, 7, true, 0], - 9438: ['Mini Vampire Rogue Skin', 10, -1, 3335, 905, 0, 1000, 7, true, 0], - 9440: ['Torched Paleolithic Wizard Skin', 10, -1, 3380, 905, 0, 1000, 7, true, 0], - 9442: ['Crab Samurai Skin', 10, -1, 3425, 905, 0, 1000, 7, true, 0], - 9444: ['Sleepover Archer Skin', 10, -1, 3470, 905, 0, 1000, 7, true, 0], - 9446: ['Construction Rogue Skin', 10, -1, 3515, 905, 0, 0, 7, false, 0], - 9448: ['Construction Archer Skin', 10, -1, 3560, 905, 0, 0, 7, false, 0], - 9450: ['Construction Wizard Skin', 10, -1, 3605, 905, 0, 0, 7, false, 0], - 9452: ['Construction Priest Skin', 10, -1, 3650, 905, 0, 0, 7, false, 0], - 9454: ['Construction Warrior Skin', 10, -1, 3695, 905, 0, 0, 7, false, 0], - 9456: ['Construction Knight Skin', 10, -1, 3740, 905, 0, 0, 7, false, 0], - 9458: ['Construction Paladin Skin', 10, -1, 3785, 905, 0, 0, 7, false, 0], - 9460: ['Construction Assassin Skin', 10, -1, 3830, 905, 0, 0, 7, false, 0], - 9462: ['Construction Necromancer Skin', 10, -1, 3875, 905, 0, 0, 7, false, 0], - 9464: ['Construction Huntress Skin', 10, -1, 3920, 905, 0, 0, 7, false, 0], - 9466: ['Construction Mystic Skin', 10, -1, 3965, 905, 0, 0, 7, false, 0], - 9468: ['Construction Trickster Skin', 10, -1, 4010, 905, 0, 0, 7, false, 0], - 9470: ['Construction Sorcerer Skin', 10, -1, 4055, 905, 0, 0, 7, false, 0], - 9472: ['Construction Ninja Skin', 10, -1, 4100, 905, 0, 0, 7, false, 0], - 9474: ['Construction Samurai Skin', 10, -1, 4145, 905, 0, 0, 7, false, 0], - 9476: ['Construction Bard Skin', 10, -1, 4190, 905, 0, 0, 7, false, 0], - 9478: ['Basketball Player Mystic Skin', 10, -1, 4235, 905, 0, 1000, 7, true, 0], - 9480: ['Sleepover Sorcerer Skin', 10, -1, 4280, 905, 0, 1000, 7, true, 0], - 9482: ['Sleepover Knight Skin', 10, -1, 4325, 905, 0, 1000, 7, true, 0], - 9484: ['Traffic Cone Trickster Skin', 10, -1, 4370, 905, 0, 1000, 7, true, 0], - 9486: ['Whack-a-Warrior Skin', 10, -1, 4415, 905, 0, 1000, 7, true, 0], - 9488: ['Beefcake Construction Knight Skin', 10, -1, 4460, 905, 0, 1000, 7, true, 0], - 9490: ['Jackhammer Constructor Knight Skin', 10, -1, 5, 950, 0, 1000, 7, true, 0], - 9492: ['Wrench Constructor Ninja Skin', 10, -1, 50, 950, 0, 1000, 7, true, 0], - 9494: ['Hammer Constructor Priest Skin', 10, -1, 95, 950, 0, 1000, 7, true, 0], - 9496: ['House Painter Paladin Skin', 10, -1, 140, 950, 0, 1000, 7, true, 0], - 9498: ['Exalted Rogue Skin', 10, -1, 185, 950, 0, 0, 7, true, 0], - 9500: ['Exalted Archer Skin', 10, -1, 230, 950, 0, 0, 7, true, 0], - 9502: ['Exalted Wizard Skin', 10, -1, 275, 950, 0, 0, 7, true, 0], - 9504: ['Exalted Priest Skin', 10, -1, 320, 950, 0, 0, 7, true, 0], - 9506: ['Exalted Warrior Skin', 10, -1, 365, 950, 0, 0, 7, true, 0], - 9508: ['Exalted Knight Skin', 10, -1, 410, 950, 0, 0, 7, true, 0], - 9510: ['Exalted Paladin Skin', 10, -1, 455, 950, 0, 0, 7, true, 0], - 9512: ['Exalted Assassin Skin', 10, -1, 500, 950, 0, 0, 7, true, 0], - 9514: ['Exalted Necromancer Skin', 10, -1, 545, 950, 0, 0, 7, true, 0], - 9516: ['Exalted Huntress Skin', 10, -1, 590, 950, 0, 0, 7, true, 0], - 9518: ['Exalted Mystic Skin', 10, -1, 635, 950, 0, 0, 7, true, 0], - 9520: ['Exalted Trickster Skin', 10, -1, 680, 950, 0, 0, 7, true, 0], - 9522: ['Exalted Sorcerer Skin', 10, -1, 725, 950, 0, 0, 7, true, 0], - 9524: ['Exalted Ninja Skin', 10, -1, 770, 950, 0, 0, 7, true, 0], - 9526: ['Exalted Samurai Skin', 10, -1, 815, 950, 0, 0, 7, true, 0], - 9528: ['Exalted Bard Skin', 10, -1, 860, 950, 0, 0, 7, true, 0], - 9530: ['Cheesecake Rogue Skin', 10, -1, 905, 950, 0, 1000, 7, true, 0], - 9532: ['Rogue - Magnificent Maestro Skin', 10, -1, 950, 950, 0, 500, 7, true, 0], - 9534: ['Archer - Magnificent Maestro Skin', 10, -1, 995, 950, 0, 500, 7, true, 0], - 9536: ['Wizard - Magnificent Maestro Skin', 10, -1, 1040, 950, 0, 500, 7, true, 0], - 9538: ['Priest - Magnificent Maestro Skin', 10, -1, 1085, 950, 0, 500, 7, true, 0], - 9540: ['Warrior - Magnificent Maestro Skin', 10, -1, 1130, 950, 0, 500, 7, true, 0], - 9542: ['Knight - Magnificent Maestro Skin', 10, -1, 1175, 950, 0, 500, 7, true, 0], - 9544: ['Paladin - Magnificent Maestro Skin', 10, -1, 1220, 950, 0, 500, 7, true, 0], - 9546: ['Assassin - Magnificent Maestro Skin', 10, -1, 1265, 950, 0, 500, 7, true, 0], - 9548: ['Necromancer - Magnificent Maestro Skin', 10, -1, 1310, 950, 0, 500, 7, true, 0], - 9550: ['Sorcerer - Magnificent Maestro Skin', 10, -1, 1355, 950, 0, 500, 7, true, 0], - 9552: ['Ninja - Magnificent Maestro Skin', 10, -1, 1400, 950, 0, 500, 7, true, 0], - 9554: ['Samurai - Magnificent Maestro Skin', 10, -1, 1445, 950, 0, 500, 7, true, 0], - 9556: ['Bard - Magnificent Maestro Skin', 10, -1, 1490, 950, 0, 500, 7, true, 0], - 9558: ['Huntress - Magnificent Maestro Skin', 10, -1, 1535, 950, 0, 500, 7, true, 0], - 9560: ['Mystic - Magnificent Maestro Skin', 10, -1, 1580, 950, 0, 500, 7, true, 0], - 9562: ['Trickster - Magnificent Maestro Skin', 10, -1, 1625, 950, 0, 500, 7, true, 0], - 9564: ['Bedsheet Ghost Assassin Skin', 10, -1, 1670, 950, 0, 1000, 7, true, 0], - 9566: ['Eyeball Mystic Skin', 10, -1, 1715, 950, 0, 1000, 7, true, 0], - 9568: ['Chicken Suit Rogue Skin', 10, -1, 1760, 950, 0, 1000, 7, true, 0], - 9570: ['Marching Band Drummer Bard Skin', 10, -1, 1805, 950, 0, 1000, 7, true, 0], - 9572: ['Haori Hakama Samurai Skin', 10, -1, 1850, 950, 0, 1000, 7, true, 0], - 9574: ['Synthwave Priest Skin', 10, -1, 1895, 950, 0, 1000, 7, true, 0], - 9576: ['Synthwave Rogue Skin', 10, -1, 1940, 950, 0, 1000, 7, true, 0], - 9578: ['Synthwave Sorcerer Skin', 10, -1, 1985, 950, 0, 1000, 7, true, 0], - 9580: ['Synthwave Assassin Skin', 10, -1, 2030, 950, 0, 1000, 7, true, 0], - 9582: ['Cheerleading Bard Skin', 10, -1, 2075, 950, 0, 1000, 7, true, 0], - 9584: ['Tim the Tiny Wizard Skin', 10, -1, 2120, 950, 0, 1000, 7, true, 0], - 9586: ['Surprise Sorcerer Skin', 10, -1, 2165, 950, 0, 1000, 7, true, 0], - 9588: ['Nutcracker Necromancer Skin', 10, -1, 2210, 950, 0, 1000, 7, true, 0], - 9590: ['Mouse King Rogue Skin', 10, -1, 2255, 950, 0, 1000, 7, true, 0], - 9592: ['Snowboarder Warrior Skin', 10, -1, 2300, 950, 0, 1000, 7, true, 0], - 9594: ['Chicken Knight Skin', 10, -1, 2345, 950, 0, 1000, 7, true, 0], - 9596: ['Skier Ninja Skin', 10, -1, 2390, 950, 0, 1000, 7, true, 0], - 9600: ['Mini Rosen Skin', 10, -1, 1445, 635, 0, 1000, 7, true, 0], - 9601: ['Mini Geb Skin', 10, -1, 1490, 635, 0, 1000, 7, true, 0], - 9602: ['Mini Skuld Skin', 10, -1, 1535, 635, 0, 1000, 7, true, 0], - 9603: ['Mini Oryx Skin', 10, -1, 1580, 635, 0, 1000, 7, true, 0], - 9604: ['Mini Swoll Skin', 10, -1, 1625, 635, 0, 1000, 7, true, 0], - 9605: ['Mini Twilight Skin', 10, -1, 1670, 635, 0, 1000, 7, true, 0], - 9606: ['Mini Phylactery Skin', 10, -1, 1715, 635, 0, 1000, 7, true, 0], - 9607: ['Mini Thessal Skin', 10, -1, 1760, 635, 0, 1000, 7, true, 0], - 9608: ['Slurp Knight Skin', 10, -1, 1805, 635, 0, 1000, 7, true, 0], - 9610: ['Bow of Eternal Frost', 3, -1, 1670, 2390, 4, 310, 4, false, 0], - 9612: ['Frostbite', 1, -1, 1715, 2390, 4, 310, 4, false, 0], - 9615: ['Slime Ninja Skin', 10, -1, 2705, 635, 0, 500, 7, false, 0], - 9658: ['Ancient Ruins Key', 10, -1, 2030, 230, 0, 200, 7, true, 0], - 9659: ['Arcane Rapier', 1, -1, 3650, 2705, 6, 700, 6, false, 0], - 9660: ['Sandstone Seal', 12, -1, 3695, 2705, 5, 350, 4, false, 0], - 9661: ['Amber Encrusted Helmet', 16, -1, 3740, 2705, 5, 350, 4, false, 0], - 9669: ['The Forgotten Ring', 9, -1, 3290, 2885, 5, 350, 9, false, 0], - 9671: ['July Monthly Shard', 10, -1, 2840, 2525, 0, 50, 7, true, 0], - 9724: ['Candy of Extreme Vitality', 10, -1, 50, 2480, 0, 500, 7, true, 0], - 9725: ['Candy of Extreme Wisdom', 10, -1, 95, 2480, 0, 500, 7, true, 0], - 9726: ['Candy of Extreme Speed', 10, -1, 140, 2480, 0, 500, 7, true, 0], - 9727: ['Candy of Extreme Defense', 10, -1, 185, 2480, 0, 500, 7, true, 0], - 9728: ['Candy of Extreme Dexterity', 10, -1, 230, 2480, 0, 500, 7, true, 0], - 9729: ['Candy of Extreme Attack', 10, -1, 275, 2480, 0, 500, 7, true, 0], - 9730: ['Candy of Extreme Mana', 10, -1, 320, 2480, 0, 500, 7, true, 0], - 9731: ['Candy of Extreme Life', 10, -1, 365, 2480, 0, 500, 7, true, 0], - 9733: ['Masked Samurai Skin', 10, -1, 3020, 815, 0, 1000, 7, true, 0], - 9735: ['Little Prince Rogue Skin', 10, -1, 3065, 815, 0, 1000, 7, true, 0], - 9737: ['Samurai - Future Seeker Tester Skin', 10, -1, 3110, 815, 0, 0, 7, true, 0], - 9739: ['Silent Samurai Skin', 10, -1, 3155, 815, 0, 1000, 7, true, 0], - 9742: ['Little Fox Pet Skin', 10, -1, 3065, 1220, 0, 1000, 7, true, 0], - 9745: ['Mini Beer God Pet Skin', 10, -1, 3110, 1220, 0, 1000, 7, true, 0], - 9748: ['Titanium Rex Pet Skin', 10, -1, 3155, 1220, 0, 1000, 7, true, 0], - 9751: ['Red Panda Pet Skin', 10, -1, 3200, 1220, 0, 1000, 7, true, 0], - 9754: ['Gargantua Pet Skin', 10, -1, 3245, 1220, 0, 1000, 7, true, 0], - 9756: ['Bone Sigil x1', 10, -1, 1310, 1535, 0, 0, 2, true, 0], - 9757: ['Bone Sigil x2', 10, -1, 1355, 1535, 0, 0, 2, true, 0], - 9758: ['Bone Sigil x3', 10, -1, 1400, 1535, 0, 0, 2, true, 0], - 9759: ['Bone Sigil x4', 10, -1, 1445, 1535, 0, 0, 2, true, 0], - 9760: ['Bone Sigil x5', 10, -1, 1490, 1535, 0, 0, 2, true, 0], - 9761: ['Bone Sigil x6', 10, -1, 1535, 1535, 0, 0, 2, true, 0], - 9762: ['Bone Sigil x7', 10, -1, 1580, 1535, 0, 0, 2, true, 0], - 9763: ['Bone Sigil x8', 10, -1, 1625, 1535, 0, 0, 2, true, 0], - 9764: ['Bone Sigil x9', 10, -1, 1670, 1535, 0, 0, 2, true, 0], - 9765: ['Bone Sigil x10', 10, -1, 1715, 1535, 0, 0, 2, true, 0], - 9766: ['Bone Sigil x11', 10, -1, 1760, 1535, 0, 0, 2, true, 0], - 9767: ['Bone Sigil x12', 10, -1, 1805, 1535, 0, 0, 2, true, 0], - 9768: ['Bone Sigil x13', 10, -1, 1850, 1535, 0, 0, 2, true, 0], - 9769: ['Bone Sigil x14', 10, -1, 1895, 1535, 0, 0, 2, true, 0], - 9770: ['Bone Sigil x15', 10, -1, 1940, 1535, 0, 0, 2, true, 0], - 9771: ['Bone Sigil x16', 10, -1, 1985, 1535, 0, 0, 2, true, 0], - 9772: ['Bone Sigil x17', 10, -1, 2030, 1535, 0, 0, 2, true, 0], - 9773: ['Bone Sigil x18', 10, -1, 2075, 1535, 0, 0, 2, true, 0], - 9774: ['Bone Sigil x19', 10, -1, 2120, 1535, 0, 0, 2, true, 0], - 9775: ['Bone Sigil x20', 10, -1, 2165, 1535, 0, 0, 2, true, 0], - 9776: ['Bone Sigil x21', 10, -1, 2210, 1535, 0, 0, 2, true, 0], - 9777: ['Bone Sigil x22', 10, -1, 2255, 1535, 0, 0, 2, true, 0], - 9778: ['Bone Sigil x23', 10, -1, 2300, 1535, 0, 0, 2, true, 0], - 9779: ['Bone Sigil x24', 10, -1, 2345, 1535, 0, 0, 2, true, 0], - 9780: ['Bone Sigil x25', 10, -1, 2390, 1535, 0, 0, 2, true, 0], - 9985: ["Santa's Workshop Key", 10, -1, 4325, 185, 0, 200, 7, true, 0], - 9990: ['Reindeer Mystery Bag', 10, -1, 1895, 2480, 0, 0, 8, true, 0], - 10022: ['Sword Rune', 10, -1, 2660, 2660, 0, 750, 4, true, 0], - 10023: ['Shield Rune', 10, -1, 2705, 2660, 0, 750, 4, true, 0], - 10024: ['Helmet Rune', 10, -1, 2750, 2660, 0, 750, 4, true, 0], - 10043: ['Crystal Cavern Key', 10, -1, 320, 5, 0, 200, 8, true, 0], - 10064: ['Etherite Dagger', 2, -1, 770, 2390, 5, 900, 8, true, 2], - 10065: ['Ghastly Drape', 13, -1, 815, 2390, 7, 950, 8, true, 2], - 10066: ['Mantle of Skuld', 6, -1, 860, 2390, 6, 750, 8, true, 2], - 10067: ['Spectral Ring of Horrors', 9, -1, 905, 2390, 4, 500, 8, true, 2], - 10082: ['Warrior - Cyber Cop Skin', 10, -1, 1715, 860, 0, 0, 7, true, 0], - 10084: ['Paladin - Cyber Cop Skin', 10, -1, 1760, 860, 0, 0, 7, true, 0], - 10086: ['Knight - Cyber Cop Skin', 10, -1, 1805, 860, 0, 0, 7, true, 0], - 10088: ['Ninja - Cyber Cop Skin', 10, -1, 1850, 860, 0, 0, 7, true, 0], - 10090: ['Archer - Cyber Cop Skin', 10, -1, 1895, 860, 0, 0, 7, true, 0], - 10092: ['Rogue - Cyber Cop Skin', 10, -1, 1940, 860, 0, 0, 7, true, 0], - 10094: ['Assassin - Cyber Cop Skin', 10, -1, 1985, 860, 0, 0, 7, true, 0], - 10096: ['Wizard - Cyber Cop Skin', 10, -1, 2030, 860, 0, 0, 7, true, 0], - 10098: ['Necromancer - Cyber Cop Skin', 10, -1, 2075, 860, 0, 0, 7, true, 0], - 10100: ['Priest - Cyber Cop Skin', 10, -1, 2120, 860, 0, 0, 7, true, 0], - 10102: ['Sorcerer - Cyber Cop Skin', 10, -1, 2165, 860, 0, 0, 7, true, 0], - 10104: ['Huntress - Cyber Cop Skin', 10, -1, 2210, 860, 0, 0, 7, true, 0], - 10106: ['Mystic - Cyber Cop Skin', 10, -1, 2255, 860, 0, 0, 7, true, 0], - 10108: ['Trickster - Cyber Cop Skin', 10, -1, 2300, 860, 0, 0, 7, true, 0], - 10110: ['Samurai - Cyber Cop Skin', 10, -1, 2345, 860, 0, 0, 7, true, 0], - 10112: ['Infested Assassin Skin', 10, -1, 2705, 860, 0, 1000, 7, true, 0], - 10114: ['Stygian Figure Trickster Skin', 10, -1, 2750, 860, 0, 1000, 7, true, 0], - 10116: ['Wind Samurai Skin', 10, -1, 2795, 860, 0, 1000, 7, true, 0], - 10118: ['Indecisive Reaper Warrior Skin', 10, -1, 2840, 860, 0, 1000, 7, true, 0], - 10120: ['Dancer Wizard Skin', 10, -1, 2885, 860, 0, 1000, 7, true, 0], - 10122: ['Cave Guy Assassin Skin', 10, -1, 2930, 860, 0, 1000, 7, true, 0], - 10124: ['Cave Girl Mystic Skin', 10, -1, 2975, 860, 0, 1000, 7, true, 0], - 10126: ['Odyssey Samurai Skin', 10, -1, 3020, 860, 0, 1000, 7, true, 0], - 10128: ['Indy James Samurai Skin', 10, -1, 3065, 860, 0, 1000, 7, true, 0], - 10130: ['Masked Ninja Skin', 10, -1, 3110, 860, 0, 1000, 7, true, 0], - 10132: ['Dante Trickster of the Abyss Skin', 10, -1, 3155, 860, 0, 1000, 7, true, 0], - 10134: ['Playful Demon Trickster Skin', 10, -1, 3200, 860, 0, 1000, 7, true, 0], - 10136: ['Fortune Teller Mystic Skin', 10, -1, 3245, 860, 0, 1000, 7, true, 0], - 10138: ['Mini Horticultural Huntress Skin', 10, -1, 3290, 860, 0, 1000, 7, true, 0], - 10140: ['Mini Messenger Priest Skin', 10, -1, 3335, 860, 0, 1000, 7, true, 0], - 10142: ['Mini Pirate King Warrior Skin', 10, -1, 3380, 860, 0, 1000, 7, true, 0], - 10144: ['The 11th Priest Skin', 10, -1, 3425, 860, 0, 1000, 7, true, 0], - 10146: ['Quickdraw Cowboy Sorcerer Skin', 10, -1, 3470, 860, 0, 1000, 7, true, 0], - 10148: ['Moon Maiden Archer Skin', 10, -1, 3515, 860, 0, 1000, 7, true, 0], - 10150: ['Exiled Princess Rogue Skin', 10, -1, 3560, 860, 0, 1000, 7, true, 0], - 10152: ['Raven Grandmaster Sorcerer Skin', 10, -1, 3605, 860, 0, 1000, 7, true, 0], - 10154: ['Bunny Sorcerer Skin', 10, -1, 3650, 860, 0, 1000, 7, true, 0], - 10156: ['Disgraced Knight Skin', 10, -1, 3695, 860, 0, 1000, 7, true, 0], - 10158: ['Saber Wielder Warrior Skin', 10, -1, 3740, 860, 0, 1000, 7, true, 0], - 10160: ['Little Evil Doer Wizard Skin', 10, -1, 3785, 860, 0, 1000, 7, true, 0], - 10162: ['Shadow Stalker Rogue Skin', 10, -1, 3830, 860, 0, 1000, 7, true, 0], - 10164: ['Scalette Paladin Skin', 10, -1, 3875, 860, 0, 1000, 7, true, 0], - 10166: ['Lord Doku Samurai Skin', 10, -1, 3920, 860, 0, 1000, 7, true, 0], - 10168: ['Mini Acidified Assassin Skin', 10, -1, 3965, 860, 0, 1000, 7, true, 0], - 10170: ['Mini Magmatic Mystic Skin', 10, -1, 4010, 860, 0, 1000, 7, true, 0], - 10172: ['Mini Crystal Kunoichi Skin', 10, -1, 4055, 860, 0, 1000, 7, true, 0], - 10174: ['Fire Battlemaiden Wizard Skin', 10, -1, 4100, 860, 0, 1000, 7, true, 0], - 10176: ['Wolf Headdress Warrior Skin', 10, -1, 4145, 860, 0, 1000, 7, true, 0], - 10178: ['Cronus Entity Assassin Skin', 10, -1, 4190, 860, 0, 1000, 7, true, 0], - 10180: ['Samurai Quack Skin', 10, -1, 4235, 860, 0, 1000, 7, true, 0], - 10182: ['Water Battlemaiden Sorcerer Skin', 10, -1, 4280, 860, 0, 1000, 7, true, 0], - 10184: ['Nurse Priest Skin', 10, -1, 4325, 860, 0, 1000, 7, true, 0], - 10186: ['Vengeful Yokai Necromancer Skin', 10, -1, 4370, 860, 0, 1000, 7, true, 0], - 10188: ['Mystery Rogue Skin', 10, -1, 4415, 860, 0, 500, 7, false, 0], - 10190: ['Mystery Archer Skin', 10, -1, 4460, 860, 0, 500, 7, false, 0], - 10192: ['Mystery Wizard Skin', 10, -1, 5, 905, 0, 500, 7, false, 0], - 10194: ['Mystery Priest Skin', 10, -1, 50, 905, 0, 500, 7, false, 0], - 10196: ['Mystery Warrior Skin', 10, -1, 95, 905, 0, 500, 7, false, 0], - 10198: ['Mystery Knight Skin', 10, -1, 140, 905, 0, 500, 7, false, 0], - 10200: ['Mystery Paladin Skin', 10, -1, 185, 905, 0, 500, 7, false, 0], - 10202: ['Mystery Assassin Skin', 10, -1, 230, 905, 0, 500, 7, false, 0], - 10204: ['Mystery Necromancer Skin', 10, -1, 275, 905, 0, 500, 7, false, 0], - 10206: ['Mystery Huntress Skin', 10, -1, 320, 905, 0, 500, 7, false, 0], - 10208: ['Mystery Mystic Skin', 10, -1, 365, 905, 0, 500, 7, false, 0], - 10210: ['Mystery Trickster Skin', 10, -1, 410, 905, 0, 500, 7, false, 0], - 10212: ['Mystery Sorcerer Skin', 10, -1, 455, 905, 0, 500, 7, false, 0], - 10214: ['Mystery Ninja Skin', 10, -1, 500, 905, 0, 500, 7, false, 0], - 10216: ['Mystery Samurai Skin', 10, -1, 545, 905, 0, 500, 7, false, 0], - 10218: ['Occult Mercenary Trickster Skin', 10, -1, 590, 905, 0, 1000, 7, true, 0], - 10220: ['Mistral Druid Necromancer Skin', 10, -1, 635, 905, 0, 1000, 7, true, 0], - 10222: ['Earth Battlemaiden Warrior Skin', 10, -1, 680, 905, 0, 1000, 7, true, 0], - 10224: ['Shadow Land Sorcerer Skin', 10, -1, 725, 905, 0, 1000, 7, true, 0], - 10226: ['Lunatic Bunny Trickster Skin', 10, -1, 770, 905, 0, 1000, 7, true, 0], - 10228: ['The 10th Rogue Skin', 10, -1, 815, 905, 0, 1000, 7, true, 0], - 10230: ['F.E.R.A.L. Sorcerer Skin', 10, -1, 860, 905, 0, 1000, 7, true, 0], - 10232: ['Mini Discoverer Samurai Skin', 10, -1, 905, 905, 0, 1000, 7, true, 0], - 10234: ['Mini Slurp Scion Wizard Skin', 10, -1, 950, 905, 0, 1000, 7, true, 0], - 10236: ['Mini Court Magician Sorcerer Skin', 10, -1, 995, 905, 0, 1000, 7, true, 0], - 10243: ['Gluhwein', 10, -1, 2570, 2480, 0, 10, 2, false, 0], - 10244: ['Grog', 10, -1, 2615, 2480, 0, 10, 2, false, 0], - 10245: ['Cranberry Punch', 10, -1, 2660, 2480, 0, 10, 2, false, 0], - 10246: ['Demon Frog Skin', 10, -1, 860, 1220, 0, 500, 7, true, 0], - 10254: ['Stone Samurai Skin', 10, -1, 2165, 815, 0, 500, 7, false, 0], - 10256: ['Oryx Mystery Gift', 10, -1, 3560, 320, 0, 0, 8, true, 0], - 10291: ['Mace of the Celestial Forest', 29, -1, 4370, 2795, 6, 700, 6, false, 0], - 10303: ['Hivemind Mace', 29, -1, 4460, 2795, 7, 1000, 6, true, 0], - 10304: ['Incubation Mace', 29, -1, 5, 2840, 8, 1000, 6, true, 0], - 10591: ['Topaz Shard x 1', 10, -1, 635, 1400, 0, 0, 2, true, 0], - 10592: ['Topaz Shard x 2', 10, -1, 680, 1400, 0, 0, 2, true, 0], - 10593: ['Topaz Shard x 3', 10, -1, 725, 1400, 0, 0, 2, true, 0], - 10594: ['Topaz Shard x 4', 10, -1, 770, 1400, 0, 0, 2, true, 0], - 10595: ['Topaz Shard x 5', 10, -1, 815, 1400, 0, 0, 2, true, 0], - 10596: ['Topaz Shard x 6', 10, -1, 860, 1400, 0, 0, 2, true, 0], - 10597: ['Topaz Shard x 7', 10, -1, 905, 1400, 0, 0, 2, true, 0], - 10598: ['Topaz Shard x 8', 10, -1, 950, 1400, 0, 0, 2, true, 0], - 10599: ['Topaz Shard x 9', 10, -1, 995, 1400, 0, 0, 2, true, 0], - 10600: ['Topaz Shard x 10', 10, -1, 1040, 1400, 0, 0, 2, true, 0], - 10601: ['Topaz Gem', 10, -1, 2345, 2570, 0, 500, 8, true, 0], - 10603: ['Carnival Token x 1', 10, -1, 4010, 1535, 0, 0, 2, true, 0], - 10604: ['Carnival Token x 2', 10, -1, 4055, 1535, 0, 0, 2, true, 0], - 10605: ['Carnival Token x 3', 10, -1, 4100, 1535, 0, 0, 2, true, 0], - 10606: ['Carnival Token x 4', 10, -1, 4145, 1535, 0, 0, 2, true, 0], - 10607: ['Carnival Token x 5', 10, -1, 4190, 1535, 0, 0, 2, true, 0], - 10608: ['Carnival Token x 6', 10, -1, 4235, 1535, 0, 0, 2, true, 0], - 10609: ['Carnival Token x 7', 10, -1, 4280, 1535, 0, 0, 2, true, 0], - 10610: ['Carnival Token x 8', 10, -1, 4325, 1535, 0, 0, 2, true, 0], - 10611: ['Carnival Token x 9', 10, -1, 4370, 1535, 0, 0, 2, true, 0], - 10612: ['Carnival Token x 10', 10, -1, 4415, 1535, 0, 0, 2, true, 0], - 10614: ['Paddy Token x1', 10, -1, 4460, 1535, 0, 0, 2, true, 0], - 10615: ['Paddy Token x2', 10, -1, 5, 1580, 0, 0, 2, true, 0], - 10616: ['Paddy Token x3', 10, -1, 50, 1580, 0, 0, 2, true, 0], - 10617: ['Paddy Token x4', 10, -1, 95, 1580, 0, 0, 2, true, 0], - 10618: ['Paddy Token x5', 10, -1, 140, 1580, 0, 0, 2, true, 0], - 10619: ['Paddy Token x6', 10, -1, 185, 1580, 0, 0, 2, true, 0], - 10620: ['Paddy Token x7', 10, -1, 230, 1580, 0, 0, 2, true, 0], - 10621: ['Paddy Token x8', 10, -1, 275, 1580, 0, 0, 2, true, 0], - 10622: ['Paddy Token x9', 10, -1, 320, 1580, 0, 0, 2, true, 0], - 10623: ['Paddy Token x10', 10, -1, 365, 1580, 0, 0, 2, true, 0], - 10624: ['Paddy Token x11', 10, -1, 410, 1580, 0, 0, 2, true, 0], - 10625: ['Paddy Token x12', 10, -1, 455, 1580, 0, 0, 2, true, 0], - 10626: ['Paddy Token x13', 10, -1, 500, 1580, 0, 0, 2, true, 0], - 10627: ['Paddy Token x14', 10, -1, 545, 1580, 0, 0, 2, true, 0], - 10628: ['Paddy Token x15', 10, -1, 590, 1580, 0, 0, 2, true, 0], - 10914: ['White Bounsheep Pet Skin', 10, -1, 3515, 1130, 0, 1000, 7, true, 0], - 10917: ['Grey Bounsheep Pet Skin', 10, -1, 3560, 1130, 0, 1000, 7, true, 0], - 10920: ['Brown Bounsheep Pet Skin', 10, -1, 3605, 1130, 0, 1000, 7, true, 0], - 10923: ["Bes' Artifact Pet Skin", 10, -1, 3650, 1130, 0, 1000, 7, true, 0], - 10926: ["Geb's Artifact Pet Skin", 10, -1, 3695, 1130, 0, 1000, 7, true, 0], - 10929: ["Nut's Artifact Pet Skin", 10, -1, 3740, 1130, 0, 1000, 7, true, 0], - 10939: ['Beefcake Rogue Skin', 10, -1, 3740, 680, 0, 1000, 7, true, 0], - 10945: ['Warrior - Future Seeker Tester Skin', 10, -1, 2435, 680, 0, 0, 7, true, 0], - 10946: ['Knight - Future Seeker Tester Skin', 10, -1, 2480, 680, 0, 0, 7, true, 0], - 10947: ['Paladin - Future Seeker Tester Skin', 10, -1, 2525, 680, 0, 0, 7, true, 0], - 10948: ['Rogue - Future Seeker Tester Skin', 10, -1, 2570, 680, 0, 0, 7, true, 0], - 10949: ['Assassin - Future Seeker Tester Skin', 10, -1, 2615, 680, 0, 0, 7, true, 0], - 10950: ['Trickster - Future Seeker Tester Skin', 10, -1, 2660, 680, 0, 0, 7, true, 0], - 10951: ['Ninja - Future Seeker Tester Skin', 10, -1, 2705, 680, 0, 0, 7, true, 0], - 10952: ['Wizard - Future Seeker Tester Skin', 10, -1, 2750, 680, 0, 0, 7, true, 0], - 10953: ['Necromancer - Future Seeker Tester Skin', 10, -1, 2795, 680, 0, 0, 7, true, 0], - 10954: ['Mystic - Future Seeker Tester Skin', 10, -1, 2840, 680, 0, 0, 7, true, 0], - 10955: ['Archer - Future Seeker Tester Skin', 10, -1, 2885, 680, 0, 0, 7, true, 0], - 10956: ['Huntress - Future Seeker Tester Skin', 10, -1, 2930, 680, 0, 0, 7, true, 0], - 10957: ['Priest - Future Seeker Tester Skin', 10, -1, 2975, 680, 0, 0, 7, true, 0], - 10958: ['Sorcerer - Future Seeker Tester Skin', 10, -1, 3020, 680, 0, 0, 7, true, 0], - 10975: ['Wind Flower Ninja Skin', 10, -1, 3065, 680, 0, 1000, 7, true, 0], - 10976: ['Leprechaun Mystic Skin', 10, -1, 3110, 680, 0, 1000, 7, true, 0], - 10977: ['Miss Shamrock Wizard Skin', 10, -1, 3200, 680, 0, 1000, 7, true, 0], - 10978: ['Sheep Warrior Skin', 10, -1, 3245, 680, 0, 1000, 7, true, 0], - 10979: ['Sheep Rogue Skin', 10, -1, 3290, 680, 0, 1000, 7, true, 0], - 10980: ['Sheep Wizard Skin', 10, -1, 3335, 680, 0, 1000, 7, true, 0], - 10981: ['Sheep Archer Skin', 10, -1, 3380, 680, 0, 1000, 7, true, 0], - 10982: ['Sheep Priest Skin', 10, -1, 3425, 680, 0, 1000, 7, true, 0], - 10983: ["Lil' Bo-Peep Mystic Skin", 10, -1, 3470, 680, 0, 1000, 7, true, 0], - 10984: ['The Flamingo Wizard Skin', 10, -1, 3515, 680, 0, 1000, 7, true, 0], - 10985: ['Mini Stheno Skin', 10, -1, 3605, 680, 0, 1000, 7, true, 0], - 10986: ['Dr. Spellbomb Skin', 10, -1, 3560, 680, 0, 1000, 7, true, 0], - 10987: ['Iron Maiden Skin', 10, -1, 3650, 680, 0, 1000, 7, true, 0], - 10988: ['Explorer Skin', 10, -1, 3695, 680, 0, 1000, 7, true, 0], - 10989: ['Mini Nut Archer Skin', 10, -1, 3155, 680, 0, 1000, 7, true, 0], - 12036: ['Crystal of Fortune x1', 10, -1, 2885, 1445, 0, 400, 2, true, 0], - 12037: ['Crystal of Fortune x2', 10, -1, 2930, 1445, 0, 800, 2, true, 0], - 12038: ['Crystal of Fortune x3', 10, -1, 2975, 1445, 0, 1200, 2, true, 0], - 12039: ['Crystal of Fortune x4', 10, -1, 3020, 1445, 0, 1600, 2, true, 0], - 12040: ['Crystal of Fortune x5', 10, -1, 3065, 1445, 0, 2000, 2, true, 0], - 12041: ['Crystal of Fortune x6', 10, -1, 3110, 1445, 0, 2100, 2, true, 0], - 12042: ['Crystal of Fortune x7', 10, -1, 3155, 1445, 0, 2200, 2, true, 0], - 12043: ['Crystal of Fortune x8', 10, -1, 3200, 1445, 0, 2300, 2, true, 0], - 12044: ['Crystal of Fortune x9', 10, -1, 3245, 1445, 0, 2400, 2, true, 0], - 12045: ['Crystal of Fortune x10', 10, -1, 3290, 1445, 0, 2500, 2, true, 0], - 12046: ['Crystal of Fortune x11', 10, -1, 3335, 1445, 0, 2600, 2, true, 0], - 12047: ['Crystal of Fortune x12', 10, -1, 3380, 1445, 0, 2700, 2, true, 0], - 12048: ['Crystal of Fortune x13', 10, -1, 3425, 1445, 0, 2800, 2, true, 0], - 12049: ['Crystal of Fortune x14', 10, -1, 3470, 1445, 0, 2900, 2, true, 0], - 12050: ['Crystal of Fortune x15', 10, -1, 3515, 1445, 0, 3000, 2, true, 0], - 12051: ['Crystal of Fortune x16', 10, -1, 3560, 1445, 0, 3100, 2, true, 0], - 12052: ['Crystal of Fortune x17', 10, -1, 3605, 1445, 0, 3200, 2, true, 0], - 12053: ['Crystal of Fortune x18', 10, -1, 3650, 1445, 0, 3300, 2, true, 0], - 12054: ['Crystal of Fortune x19', 10, -1, 3695, 1445, 0, 3400, 2, true, 0], - 12055: ['Crystal of Fortune x20', 10, -1, 3740, 1445, 0, 3500, 2, true, 0], - 12067: ['Nail Gun Bow', 3, -1, 320, 2750, 6, 450, 4, false, 0], - 12068: ['Spatula Dagger', 2, -1, 365, 2750, 6, 450, 4, false, 0], - 12069: ['Screwdriver Staff', 17, -1, 410, 2750, 6, 450, 4, false, 0], - 12070: ['Measuring Wand', 8, -1, 455, 2750, 6, 450, 4, false, 0], - 12071: ['Hammer Sword', 1, -1, 500, 2750, 6, 450, 4, false, 0], - 12072: ['Sawblade Katana', 24, -1, 545, 2750, 6, 450, 4, false, 0], - 12073: ['Magic Construction Vest', 14, -1, 590, 2750, 7, 435, 4, false, 0], - 12074: ['Fitted Construction Vest', 6, -1, 635, 2750, 7, 435, 4, false, 0], - 12075: ['Heavy Construction Vest', 7, -1, 680, 2750, 7, 435, 4, false, 0], - 12076: ["Laborer's Hard Hat", 9, -1, 725, 2750, 6, 700, 6, true, 2], - 12077: ["Operator's Hard Hat", 9, -1, 770, 2750, 7, 700, 6, true, 2], - 12078: ["Foreman's Hard Hat", 9, -1, 815, 2750, 8, 700, 6, true, 2], - 12079: ['Construction Weapon Box', 10, -1, 860, 2750, 0, 0, 8, true, 0], - 12080: ['Construction Armor Box', 10, -1, 905, 2750, 0, 0, 8, true, 0], - 12081: ['Construction Skin Agreement', 10, -1, 950, 2750, 0, 0, 8, true, 0], - 12082: ['Construction Goodie Bag', 10, -1, 995, 2750, 0, 0, 8, true, 0], - 12138: ['Chocolate Bonbon x1', 10, -1, 3605, 2795, 0, 2500, 7, true, 0], - 12139: ['Chocolate Bonbon x2', 10, -1, 3650, 2795, 0, 4550, 7, true, 0], - 12140: ['Chocolate Bonbon x3', 10, -1, 3695, 2795, 0, 6550, 7, true, 0], - 12141: ['Chocolate Bonbon x4', 10, -1, 3740, 2795, 0, 8550, 7, true, 0], - 12142: ['Chocolate Bonbon x5', 10, -1, 3785, 2795, 0, 10400, 7, true, 0], - 12143: ['Chocolate Bonbon x6', 10, -1, 3830, 2795, 0, 12250, 7, true, 0], - 12144: ['Heart-shaped Chocolate Box', 10, -1, 3875, 2795, 0, 13000, 7, true, 0], - 12145: ['Strawberry Milkshake', 10, -1, 3560, 2795, 0, 2100, 7, true, 0], - 12160: ['Evergreen Dagger', 2, -1, 2075, 2750, 6, 800, 6, true, 1], - 12161: ['Sleigh Bell Staff', 17, -1, 2120, 2750, 6, 800, 6, true, 1], - 12162: ['Brass Chamberstick', 8, -1, 2165, 2750, 6, 800, 6, true, 1], - 12163: ['Cheerful Chipper', 1, -1, 2210, 2750, 6, 800, 6, true, 1], - 12164: ['Candy Katana', 24, -1, 2255, 2750, 6, 800, 6, true, 1], - 12165: ['Garland Bow', 3, -1, 2300, 2750, 6, 800, 6, true, 1], - 12166: ["Santa's Arsenal", 10, -1, 2345, 2750, 0, 0, 8, true, 0], - 12167: ['Oryxmas Carol', 28, -1, 2390, 2750, 7, 380, 4, false, 0], - 12168: ['Oryxmas Mystery Weapon', 10, -1, 2795, 2750, 0, 0, 8, true, 0], - 12288: ['Diamond Mystery Key', 10, -1, 1895, 185, 0, 200, 7, true, 0], - 12289: ['Ruby Mystery Key', 10, -1, 1940, 185, 0, 200, 7, true, 0], - 12290: ['Emerald Mystery Key', 10, -1, 1985, 185, 0, 200, 7, true, 0], - 12298: ['The Inner Workings Key', 10, -1, 1670, 230, 0, 200, 7, true, 0], - 12299: ['Arcane Style Remover', 10, -1, 4325, 365, 0, 0, 2, true, 0], - 12300: ['Low Bubble Scroller Style', 10, -1, 1850, 455, 0, 0, 2, true, 0], - 12301: ['Blue Pulse Style', 10, -1, 4370, 365, 0, 0, 2, true, 0], - 12302: ['Brown Pulse Style', 10, -1, 4415, 365, 0, 0, 2, true, 0], - 12303: ['Crimson Pulse Style', 10, -1, 4460, 365, 0, 0, 2, true, 0], - 12304: ['Cyan Pulse Style', 10, -1, 5, 410, 0, 0, 2, true, 0], - 12305: ['Gold Pulse Style', 10, -1, 50, 410, 0, 0, 2, true, 0], - 12306: ['Gray Pulse Style', 10, -1, 95, 410, 0, 0, 2, true, 0], - 12307: ['Green Pulse Style', 10, -1, 140, 410, 0, 0, 2, true, 0], - 12308: ['Indigo Pulse Style', 10, -1, 185, 410, 0, 0, 2, true, 0], - 12309: ['Lime Pulse Style', 10, -1, 230, 410, 0, 0, 2, true, 0], - 12310: ['Orange Pulse Style', 10, -1, 275, 410, 0, 0, 2, true, 0], - 12311: ['Pink Pulse Style', 10, -1, 320, 410, 0, 0, 2, true, 0], - 12312: ['Purple Pulse Style', 10, -1, 365, 410, 0, 0, 2, true, 0], - 12313: ['Red Pulse Style', 10, -1, 410, 410, 0, 0, 2, true, 0], - 12314: ['Silver Pulse Style', 10, -1, 455, 410, 0, 0, 2, true, 0], - 12315: ['Turquoise Pulse Style', 10, -1, 500, 410, 0, 0, 2, true, 0], - 12316: ['Violet Pulse Style', 10, -1, 545, 410, 0, 0, 2, true, 0], - 12317: ['White Pulse Style', 10, -1, 590, 410, 0, 0, 2, true, 0], - 12318: ['Yellow Pulse Style', 10, -1, 635, 410, 0, 0, 2, true, 0], - 12319: ['Mid Bubble Scroller Style', 10, -1, 1895, 455, 0, 0, 2, true, 0], - 12320: ['Low Blue Inner Glow Style', 10, -1, 680, 410, 0, 0, 2, true, 0], - 12321: ['Low Brown Inner Glow Style', 10, -1, 725, 410, 0, 0, 2, true, 0], - 12322: ['Low Crimson Inner Glow Style', 10, -1, 770, 410, 0, 0, 2, true, 0], - 12323: ['Low Cyan Inner Glow Style', 10, -1, 815, 410, 0, 0, 2, true, 0], - 12324: ['Low Gold Inner Glow Style', 10, -1, 860, 410, 0, 0, 2, true, 0], - 12325: ['Low Gray Inner Glow Style', 10, -1, 905, 410, 0, 0, 2, true, 0], - 12326: ['Low Green Inner Glow Style', 10, -1, 950, 410, 0, 0, 2, true, 0], - 12327: ['Low Indigo Inner Glow Style', 10, -1, 995, 410, 0, 0, 2, true, 0], - 12328: ['Low Lime Inner Glow Style', 10, -1, 1040, 410, 0, 0, 2, true, 0], - 12329: ['Low Orange Inner Glow Style', 10, -1, 1085, 410, 0, 0, 2, true, 0], - 12330: ['Low Pink Inner Glow Style', 10, -1, 1130, 410, 0, 0, 2, true, 0], - 12331: ['Low Purple Inner Glow Style', 10, -1, 1175, 410, 0, 0, 2, true, 0], - 12332: ['Low Red Inner Glow Style', 10, -1, 1220, 410, 0, 0, 2, true, 0], - 12333: ['Low Silver Inner Glow Style', 10, -1, 1265, 410, 0, 0, 2, true, 0], - 12334: ['Low Turquoise Inner Glow Style', 10, -1, 1310, 410, 0, 0, 2, true, 0], - 12335: ['Low Violet Inner Glow Style', 10, -1, 1355, 410, 0, 0, 2, true, 0], - 12336: ['Low White Inner Glow Style', 10, -1, 1400, 410, 0, 0, 2, true, 0], - 12337: ['Low Yellow Inner Glow Style', 10, -1, 1445, 410, 0, 0, 2, true, 0], - 12338: ['High Bubble Scroller Style', 10, -1, 1940, 455, 0, 0, 2, true, 0], - 12339: ['Medium Blue Inner Glow Style', 10, -1, 1490, 410, 0, 0, 2, true, 0], - 12340: ['Medium Brown Inner Glow Style', 10, -1, 1535, 410, 0, 0, 2, true, 0], - 12341: ['Medium Crimson Inner Glow Style', 10, -1, 1580, 410, 0, 0, 2, true, 0], - 12342: ['Medium Cyan Inner Glow Style', 10, -1, 1625, 410, 0, 0, 2, true, 0], - 12343: ['Medium Gold Inner Glow Style', 10, -1, 1670, 410, 0, 0, 2, true, 0], - 12344: ['Medium Gray Inner Glow Style', 10, -1, 1715, 410, 0, 0, 2, true, 0], - 12345: ['Medium Green Inner Glow Style', 10, -1, 1760, 410, 0, 0, 2, true, 0], - 12346: ['Medium Indigo Inner Glow Style', 10, -1, 1805, 410, 0, 0, 2, true, 0], - 12347: ['Medium Lime Inner Glow Style', 10, -1, 1850, 410, 0, 0, 2, true, 0], - 12348: ['Medium Orange Inner Glow Style', 10, -1, 1895, 410, 0, 0, 2, true, 0], - 12349: ['Medium Pink Inner Glow Style', 10, -1, 1940, 410, 0, 0, 2, true, 0], - 12350: ['Medium Purple Inner Glow Style', 10, -1, 1985, 410, 0, 0, 2, true, 0], - 12351: ['Medium Red Inner Glow Style', 10, -1, 2030, 410, 0, 0, 2, true, 0], - 12352: ['Medium Silver Inner Glow Style', 10, -1, 2075, 410, 0, 0, 2, true, 0], - 12353: ['Medium Turquoise Inner Glow Style', 10, -1, 2120, 410, 0, 0, 2, true, 0], - 12354: ['Medium Violet Inner Glow Style', 10, -1, 2165, 410, 0, 0, 2, true, 0], - 12355: ['Medium White Inner Glow Style', 10, -1, 2210, 410, 0, 0, 2, true, 0], - 12356: ['Medium Yellow Inner Glow Style', 10, -1, 2255, 410, 0, 0, 2, true, 0], - 12358: ['High Blue Inner Glow Style', 10, -1, 2300, 410, 0, 0, 2, true, 0], - 12359: ['High Brown Inner Glow Style', 10, -1, 2345, 410, 0, 0, 2, true, 0], - 12360: ['High Crimson Inner Glow Style', 10, -1, 2390, 410, 0, 0, 2, true, 0], - 12361: ['High Cyan Inner Glow Style', 10, -1, 2435, 410, 0, 0, 2, true, 0], - 12362: ['High Gold Inner Glow Style', 10, -1, 2480, 410, 0, 0, 2, true, 0], - 12363: ['High Gray Inner Glow Style', 10, -1, 2525, 410, 0, 0, 2, true, 0], - 12364: ['High Green Inner Glow Style', 10, -1, 2570, 410, 0, 0, 2, true, 0], - 12365: ['High Indigo Inner Glow Style', 10, -1, 2615, 410, 0, 0, 2, true, 0], - 12366: ['High Lime Inner Glow Style', 10, -1, 2660, 410, 0, 0, 2, true, 0], - 12367: ['High Orange Inner Glow Style', 10, -1, 2705, 410, 0, 0, 2, true, 0], - 12368: ['High Pink Inner Glow Style', 10, -1, 2750, 410, 0, 0, 2, true, 0], - 12369: ['High Purple Inner Glow Style', 10, -1, 2795, 410, 0, 0, 2, true, 0], - 12370: ['High Red Inner Glow Style', 10, -1, 2840, 410, 0, 0, 2, true, 0], - 12371: ['High Silver Inner Glow Style', 10, -1, 2885, 410, 0, 0, 2, true, 0], - 12372: ['High Turquoise Inner Glow Style', 10, -1, 2930, 410, 0, 0, 2, true, 0], - 12373: ['High Violet Inner Glow Style', 10, -1, 2975, 410, 0, 0, 2, true, 0], - 12374: ['High White Inner Glow Style', 10, -1, 3020, 410, 0, 0, 2, true, 0], - 12375: ['High Yellow Inner Glow Style', 10, -1, 3065, 410, 0, 0, 2, true, 0], - 12377: ['Low Blue Pulse and Glow Style', 10, -1, 3110, 410, 0, 0, 2, true, 0], - 12378: ['Low Brown Pulse and Glow Style', 10, -1, 3155, 410, 0, 0, 2, true, 0], - 12379: ['Low Crimson Pulse and Glow Style', 10, -1, 3200, 410, 0, 0, 2, true, 0], - 12380: ['Low Cyan Pulse and Glow Style', 10, -1, 3245, 410, 0, 0, 2, true, 0], - 12381: ['Low Gold Pulse and Glow Style', 10, -1, 3290, 410, 0, 0, 2, true, 0], - 12382: ['Low Gray Pulse and Glow Style', 10, -1, 3335, 410, 0, 0, 2, true, 0], - 12383: ['Low Green Pulse and Glow Style', 10, -1, 3380, 410, 0, 0, 2, true, 0], - 12384: ['Low Indigo Pulse and Glow Style', 10, -1, 3425, 410, 0, 0, 2, true, 0], - 12385: ['Low Lime Pulse and Glow Style', 10, -1, 3470, 410, 0, 0, 2, true, 0], - 12386: ['Low Orange Pulse and Glow Style', 10, -1, 3515, 410, 0, 0, 2, true, 0], - 12387: ['Low Pink Pulse and Glow Style', 10, -1, 3560, 410, 0, 0, 2, true, 0], - 12388: ['Low Purple Pulse and Glow Style', 10, -1, 3605, 410, 0, 0, 2, true, 0], - 12389: ['Low Red Pulse and Glow Style', 10, -1, 3650, 410, 0, 0, 2, true, 0], - 12390: ['Low Silver Pulse and Glow Style', 10, -1, 3695, 410, 0, 0, 2, true, 0], - 12391: ['Low Turquoise Pulse and Glow Style', 10, -1, 3740, 410, 0, 0, 2, true, 0], - 12392: ['Low Violet Pulse and Glow Style', 10, -1, 3785, 410, 0, 0, 2, true, 0], - 12393: ['Low White Pulse and Glow Style', 10, -1, 3830, 410, 0, 0, 2, true, 0], - 12394: ['Low Yellow Pulse and Glow Style', 10, -1, 3875, 410, 0, 0, 2, true, 0], - 12396: ['Medium Blue Pulse and Glow Style', 10, -1, 3920, 410, 0, 0, 2, true, 0], - 12397: ['Medium Brown Pulse and Glow Style', 10, -1, 3965, 410, 0, 0, 2, true, 0], - 12398: ['Medium Crimson Pulse and Glow Style', 10, -1, 4010, 410, 0, 0, 2, true, 0], - 12399: ['Medium Cyan Pulse and Glow Style', 10, -1, 4055, 410, 0, 0, 2, true, 0], - 12400: ['Medium Gold Pulse and Glow Style', 10, -1, 4100, 410, 0, 0, 2, true, 0], - 12401: ['Medium Gray Pulse and Glow Style', 10, -1, 4145, 410, 0, 0, 2, true, 0], - 12402: ['Medium Green Pulse and Glow Style', 10, -1, 4190, 410, 0, 0, 2, true, 0], - 12403: ['Medium Indigo Pulse and Glow Style', 10, -1, 4235, 410, 0, 0, 2, true, 0], - 12404: ['Medium Lime Pulse and Glow Style', 10, -1, 4280, 410, 0, 0, 2, true, 0], - 12405: ['Medium Orange Pulse and Glow Style', 10, -1, 4325, 410, 0, 0, 2, true, 0], - 12406: ['Medium Pink Pulse and Glow Style', 10, -1, 4370, 410, 0, 0, 2, true, 0], - 12407: ['Medium Purple Pulse and Glow Style', 10, -1, 4415, 410, 0, 0, 2, true, 0], - 12408: ['Medium Red Pulse and Glow Style', 10, -1, 4460, 410, 0, 0, 2, true, 0], - 12409: ['Medium Silver Pulse and Glow Style', 10, -1, 5, 455, 0, 0, 2, true, 0], - 12410: ['Medium Turquoise Pulse and Glow Style', 10, -1, 50, 455, 0, 0, 2, true, 0], - 12411: ['Medium Violet Pulse and Glow Style', 10, -1, 95, 455, 0, 0, 2, true, 0], - 12412: ['Medium White Pulse and Glow Style', 10, -1, 140, 455, 0, 0, 2, true, 0], - 12413: ['Medium Yellow Pulse and Glow Style', 10, -1, 185, 455, 0, 0, 2, true, 0], - 12415: ['High Blue Pulse and Glow Style', 10, -1, 230, 455, 0, 0, 2, true, 0], - 12416: ['High Brown Pulse and Glow Style', 10, -1, 275, 455, 0, 0, 2, true, 0], - 12417: ['High Crimson Pulse and Glow Style', 10, -1, 320, 455, 0, 0, 2, true, 0], - 12418: ['High Cyan Pulse and Glow Style', 10, -1, 365, 455, 0, 0, 2, true, 0], - 12419: ['High Gold Pulse and Glow Style', 10, -1, 410, 455, 0, 0, 2, true, 0], - 12420: ['High Gray Pulse and Glow Style', 10, -1, 455, 455, 0, 0, 2, true, 0], - 12421: ['High Green Pulse and Glow Style', 10, -1, 500, 455, 0, 0, 2, true, 0], - 12422: ['High Indigo Pulse and Glow Style', 10, -1, 545, 455, 0, 0, 2, true, 0], - 12423: ['High Lime Pulse and Glow Style', 10, -1, 590, 455, 0, 0, 2, true, 0], - 12424: ['High Orange Pulse and Glow Style', 10, -1, 635, 455, 0, 0, 2, true, 0], - 12425: ['High Pink Pulse and Glow Style', 10, -1, 680, 455, 0, 0, 2, true, 0], - 12426: ['High Purple Pulse and Glow Style', 10, -1, 725, 455, 0, 0, 2, true, 0], - 12427: ['High Red Pulse and Glow Style', 10, -1, 770, 455, 0, 0, 2, true, 0], - 12428: ['High Silver Pulse and Glow Style', 10, -1, 815, 455, 0, 0, 2, true, 0], - 12429: ['High Turquoise Pulse and Glow Style', 10, -1, 860, 455, 0, 0, 2, true, 0], - 12430: ['High Violet Pulse and Glow Style', 10, -1, 905, 455, 0, 0, 2, true, 0], - 12431: ['High White Pulse and Glow Style', 10, -1, 950, 455, 0, 0, 2, true, 0], - 12432: ['High Yellow Pulse and Glow Style', 10, -1, 995, 455, 0, 0, 2, true, 0], - 12434: ['Blue Hologram Style', 10, -1, 1040, 455, 0, 0, 2, true, 0], - 12435: ['Brown Hologram Style', 10, -1, 1085, 455, 0, 0, 2, true, 0], - 12436: ['Crimson Hologram Style', 10, -1, 1130, 455, 0, 0, 2, true, 0], - 12437: ['Cyan Hologram Style', 10, -1, 1175, 455, 0, 0, 2, true, 0], - 12438: ['Gold Hologram Style', 10, -1, 1220, 455, 0, 0, 2, true, 0], - 12439: ['Gray Hologram Style', 10, -1, 1265, 455, 0, 0, 2, true, 0], - 12440: ['Green Hologram Style', 10, -1, 1310, 455, 0, 0, 2, true, 0], - 12441: ['Indigo Hologram Style', 10, -1, 1355, 455, 0, 0, 2, true, 0], - 12442: ['Lime Hologram Style', 10, -1, 1400, 455, 0, 0, 2, true, 0], - 12443: ['Orange Hologram Style', 10, -1, 1445, 455, 0, 0, 2, true, 0], - 12444: ['Pink Hologram Style', 10, -1, 1490, 455, 0, 0, 2, true, 0], - 12445: ['Purple Hologram Style', 10, -1, 1535, 455, 0, 0, 2, true, 0], - 12446: ['Red Hologram Style', 10, -1, 1580, 455, 0, 0, 2, true, 0], - 12447: ['Silver Hologram Style', 10, -1, 1625, 455, 0, 0, 2, true, 0], - 12448: ['Turquoise Hologram Style', 10, -1, 1670, 455, 0, 0, 2, true, 0], - 12449: ['Violet Hologram Style', 10, -1, 1715, 455, 0, 0, 2, true, 0], - 12450: ['White Hologram Style', 10, -1, 1760, 455, 0, 0, 2, true, 0], - 12451: ['Yellow Hologram Style', 10, -1, 1805, 455, 0, 0, 2, true, 0], - 13984: ['Secluded Thicket Key', 10, -1, 5, 230, 0, 200, 7, true, 0], - 13986: ["Tezcacoatl's Tail", 17, -1, 3380, 2525, 6, 800, 6, true, 1], - 13987: ['Sealed Crystal Skull', 19, -1, 3425, 2525, 7, 900, 6, false, 0], - 13988: ['Penetrating Blast Spell', 11, -1, 3515, 2525, 6, 1000, 6, true, 1], - 14074: ["Tlatoani's Shroud", 14, -1, 3470, 2525, 4, 500, 4, false, 0], - 14077: ['Draconis Potion', 10, -1, 3920, 2570, 0, 100, 2, true, 0], - 14081: ['Father Time Priest Skin', 10, -1, 1940, 770, 0, 1000, 7, true, 0], - 14082: ['Amazonian Huntress Skin', 10, -1, 1985, 770, 0, 1000, 7, true, 0], - 14083: ['Merlin Wizard Skin', 10, -1, 2030, 770, 0, 1000, 7, true, 0], - 14084: ['Death Mage Necromancer Skin', 10, -1, 2075, 770, 0, 1000, 7, true, 0], - 14085: ['Warlock Sorcerer Skin', 10, -1, 2120, 770, 0, 1000, 7, true, 0], - 14086: ['Seer Mystic Skin', 10, -1, 2165, 770, 0, 1000, 7, true, 0], - 14087: ['Juggernaut Warrior Skin', 10, -1, 2210, 770, 0, 1000, 7, true, 0], - 14088: ['Knight of the Round Knight Skin', 10, -1, 2255, 770, 0, 1000, 7, true, 0], - 14089: ['Cupid Archer Skin', 10, -1, 2300, 770, 0, 1000, 7, true, 0], - 14090: ['Decorated Paladin Skin', 10, -1, 2345, 770, 0, 1000, 7, true, 0], - 14091: ['Bandit Rogue Skin', 10, -1, 2390, 770, 0, 1000, 7, true, 0], - 14092: ['Stealth Assassin Skin', 10, -1, 2435, 770, 0, 1000, 7, true, 0], - 14093: ['Loki Trickster Skin', 10, -1, 2480, 770, 0, 1000, 7, true, 0], - 14094: ['Shadow Ninja Skin', 10, -1, 2525, 770, 0, 1000, 7, true, 0], - 14097: ['Skelly Penguin Pet Skin', 10, -1, 2120, 1220, 0, 1000, 7, true, 0], - 14100: ['Reticulated Longuin Pet Skin', 10, -1, 2165, 1220, 0, 1000, 7, true, 0], - 14103: ['Transcendent Penguin Pet Skin', 10, -1, 2210, 1220, 0, 1000, 7, true, 0], - 14106: ['Aeronautical Penguin Pet Skin', 10, -1, 2255, 1220, 0, 1000, 7, true, 0], - 14108: ['Soul Spark x1', 10, -1, 3560, 1490, 0, 0, 2, true, 0], - 14109: ['Soul Spark x2', 10, -1, 3605, 1490, 0, 0, 2, true, 0], - 14110: ['Soul Spark x3', 10, -1, 3650, 1490, 0, 0, 2, true, 0], - 14111: ['Soul Spark x4', 10, -1, 3695, 1490, 0, 0, 2, true, 0], - 14112: ['Soul Spark x5', 10, -1, 3740, 1490, 0, 0, 2, true, 0], - 14113: ['Soul Spark x6', 10, -1, 3785, 1490, 0, 0, 2, true, 0], - 14114: ['Soul Spark x7', 10, -1, 3830, 1490, 0, 0, 2, true, 0], - 14115: ['Soul Spark x8', 10, -1, 3875, 1490, 0, 0, 2, true, 0], - 14116: ['Soul Spark x9', 10, -1, 3920, 1490, 0, 0, 2, true, 0], - 14117: ['Soul Spark x10', 10, -1, 3965, 1490, 0, 0, 2, true, 0], - 14118: ['Soul Spark x11', 10, -1, 4010, 1490, 0, 0, 2, true, 0], - 14119: ['Soul Spark x12', 10, -1, 4055, 1490, 0, 0, 2, true, 0], - 14120: ['Soul Spark x13', 10, -1, 4100, 1490, 0, 0, 2, true, 0], - 14121: ['Soul Spark x14', 10, -1, 4145, 1490, 0, 0, 2, true, 0], - 14122: ['Soul Spark x15', 10, -1, 4190, 1490, 0, 0, 2, true, 0], - 14123: ['Soul Spark x16', 10, -1, 4235, 1490, 0, 0, 2, true, 0], - 14124: ['Soul Spark x17', 10, -1, 4280, 1490, 0, 0, 2, true, 0], - 14125: ['Soul Spark x18', 10, -1, 4325, 1490, 0, 0, 2, true, 0], - 14126: ['Soul Spark x19', 10, -1, 4370, 1490, 0, 0, 2, true, 0], - 14127: ['Soul Spark x20', 10, -1, 4415, 1490, 0, 0, 2, true, 0], - 14128: ['Soul Spark x21', 10, -1, 4460, 1490, 0, 0, 2, true, 0], - 14129: ['Soul Spark x22', 10, -1, 5, 1535, 0, 0, 2, true, 0], - 14130: ['Soul Spark x23', 10, -1, 50, 1535, 0, 0, 2, true, 0], - 14131: ['Soul Spark x24', 10, -1, 95, 1535, 0, 0, 2, true, 0], - 14132: ['Soul Spark x25', 10, -1, 140, 1535, 0, 0, 2, true, 0], - 14149: ['Spider Shuriken', 25, -1, 1985, 455, 0, 170, 4, false, 0], - 14172: ['Spellblade of Decimation', 17, 7, 1040, 2255, 1, 53, 2, false, 0], - 14173: ['Spellblade of Nightmares', 17, 8, 1085, 2255, 2, 75, 2, false, 0], - 14205: ["Leprechaun's Lucky Hat", 10, -1, 3920, 2795, 0, 0, 8, true, 0], - 14207: ['Lullaby', 28, -1, 410, 2840, 4, 500, 6, false, 0], - 14208: ['Enhanced Morning Shot 3', 21, -1, 590, 3020, 0, 0, 0, true, 1], - 14209: ['Enhanced Spellblade Shot 1', 21, -1, 320, 3020, 0, 0, 0, true, 1], - 14212: ['Mace of the Depths', 29, -1, 4415, 2795, 7, 800, 6, true, 0], - 14214: ['Chrysalis of Eternity', 9, -1, 3200, 2975, 9, 1500, 6, true, 1], - 14218: ['Earthen Ward', 8, -1, 3020, 2930, 6, 900, 8, true, 2], - 14219: ['Stonemould Mace', 29, -1, 3065, 2930, 7, 900, 8, true, 2], - 14220: ['Rocky Robe', 14, -1, 3110, 2930, 5, 900, 8, true, 2], - 14221: ['Steadfast Glyph', 9, -1, 3155, 2930, 5, 900, 8, true, 2], - 14226: ['C.L.A.W.', 8, -1, 50, 2840, 6, 900, 8, true, 2], - 14227: ['B.O.O.M.', 29, -1, 95, 2840, 6, 900, 8, true, 2], - 14228: ['A.R.M.O.R.', 14, -1, 140, 2840, 6, 900, 8, true, 2], - 14229: ['C.O.N.T.R.O.L.L.E.R.', 9, -1, 185, 2840, 4, 900, 8, true, 2], - 14245: ['Mechanical Mace', 29, -1, 230, 2840, 7, 700, 6, true, 0], - 14256: ['Cornbread', 10, -1, 4145, 2930, 0, 7000, 7, true, 0], - 14257: ['Pecan Pie', 10, -1, 4190, 2930, 0, 4500, 7, true, 0], - 14258: ['Apple Pie', 10, -1, 4235, 2930, 0, 5000, 7, true, 0], - 14259: ['Mashed Potatoes', 10, -1, 4280, 2930, 0, 3800, 7, true, 0], - 14260: ['Turkey Cake', 10, -1, 4325, 2930, 0, 10000, 7, true, 0], - 14261: ['Mystery Summoner ST Crate', 10, -1, 4370, 2930, 0, 0, 8, true, 0], - 14262: ['Mystery Bard ST Crate', 10, -1, 4415, 2930, 0, 0, 8, true, 0], - 14265: ['Storm Caller', 23, -1, 1940, 3020, 7, 900, 6, true, 1], - 14266: ['Book of Test', 10, -1, 455, 2840, 0, 5, 0, false, 0], - 14267: ['Book of Chess', 10, -1, 500, 2840, 0, 5, 0, false, 0], - 14268: ['Book of Backgammon', 10, -1, 545, 2840, 0, 5, 0, false, 0], - 14269: ['Book of Arcade', 10, -1, 590, 2840, 0, 5, 0, false, 0], - 14270: ['Forgotten Log I', 10, -1, 635, 2840, 0, 5, 0, false, 0], - 14271: ['Forgotten Log II', 10, -1, 680, 2840, 0, 5, 0, false, 0], - 14272: ['Ancient Ruins Enchanted Key', 10, -1, 2210, 230, 0, 200, 7, true, 0], - 14273: ['Toxic Sewers Enchanted Key', 10, -1, 2255, 230, 0, 200, 7, true, 0], - 14274: ['Sprite World Enchanted Key', 10, -1, 2300, 230, 0, 200, 7, true, 0], - 14275: ['Candy Enchanted Key', 10, -1, 2345, 230, 0, 200, 7, true, 0], - 14276: ['Lab Enchanted Key', 10, -1, 2390, 230, 0, 200, 7, true, 0], - 14277: ['Manor Enchanted Key', 10, -1, 2435, 230, 0, 200, 7, true, 0], - 14278: ['Carrot Cake', 10, -1, 950, 2840, 0, 4000, 7, true, 0], - 14279: ['Solar Potato', 10, -1, 995, 2840, 0, 22500, 7, true, 0], - 14280: ['Hot Cross Buns', 10, -1, 1040, 2840, 0, 3200, 7, true, 0], - 14281: ['Roast Biff', 10, -1, 1085, 2840, 0, 2000, 7, true, 0], - 14283: ['Rusted Barrel', 18, -1, 1985, 3020, 7, 1000, 6, true, 1], - 14287: ['The Machine Enchanted Key', 10, -1, 2480, 230, 0, 200, 7, true, 0], - 14288: ['Mystery Mystery Skin', 10, -1, 1130, 2840, 0, 0, 7, true, 0], - 14290: ['The Shattered Kingdom: Tome I', 10, -1, 1220, 2840, 0, 0, 7, true, 0], - 14291: ['The Shattered Kingdom: Tome II', 10, -1, 1265, 2840, 0, 0, 7, true, 0], - 14292: ['The Shattered Kingdom: Tome III', 10, -1, 1310, 2840, 0, 0, 7, true, 0], - 14293: ['The Shattered Kingdom: Tome IV', 10, -1, 1355, 2840, 0, 0, 7, true, 0], - 14294: ["His Majesty's Eminence", 9, -1, 1400, 2840, 7, 1400, 6, true, 1], - 14295: ['Page I: Former Glory', 10, -1, 1445, 2840, 0, 5, 7, true, 0], - 14296: ['Page II: The Royal Guard', 10, -1, 1490, 2840, 0, 5, 7, true, 0], - 14297: ['Page III: Knight of the People', 10, -1, 1535, 2840, 0, 5, 7, true, 0], - 14298: ['Page IV: The Right Stuff', 10, -1, 1580, 2840, 0, 5, 7, true, 0], - 14299: ['Page V: Honor and Might', 10, -1, 1625, 2840, 0, 5, 7, true, 0], - 14300: ['Page VI: First Among Equals', 10, -1, 1670, 2840, 0, 5, 7, true, 0], - 14301: ['Page VII: Oryx the Merciful', 10, -1, 1715, 2840, 0, 5, 7, true, 0], - 14302: ['Page VIII: True Potential', 10, -1, 1760, 2840, 0, 5, 7, true, 0], - 14303: ['Page IX: The Wrong Stuff', 10, -1, 1805, 2840, 0, 5, 7, true, 0], - 14315: ['Page X: Turning the Tables', 10, -1, 1850, 2840, 0, 5, 7, true, 0], - 14316: ['Page XI: Jealousy', 10, -1, 1895, 2840, 0, 5, 7, true, 0], - 14317: ['Page XII: Regret', 10, -1, 1940, 2840, 0, 5, 7, true, 0], - 14318: ['Page XIII: Loyalty', 10, -1, 1985, 2840, 0, 5, 7, true, 0], - 14319: ['Page XIV: Point of No Return', 10, -1, 2030, 2840, 0, 5, 7, true, 0], - 14320: ['Page XV: Drastic Measures', 10, -1, 2075, 2840, 0, 5, 7, true, 0], - 14321: ['Page XVI: Present Shame', 10, -1, 2120, 2840, 0, 5, 7, true, 0], - 14322: ['Page XVII: Hollow', 10, -1, 2165, 2840, 0, 5, 7, true, 0], - 14323: ['Page XVIII: Minds and Magic', 10, -1, 2210, 2840, 0, 5, 7, true, 0], - 14324: ['Page XIX: A Bridge Too Far', 10, -1, 2255, 2840, 0, 5, 7, true, 0], - 14325: ['Page XX: Royal Consequences', 10, -1, 2300, 2840, 0, 5, 7, true, 0], - 14326: ['Ember of the Daeva', 9, -1, 1895, 2885, 6, 700, 6, true, 2], - 14327: ['Parasite Chambers Enchanted Key', 10, -1, 2570, 230, 0, 200, 7, true, 0], - 14328: ['Undead Lair Enchanted Key', 10, -1, 2615, 230, 0, 200, 7, true, 0], - 14329: ['Cursed Library Enchanted Key', 10, -1, 2660, 230, 0, 200, 7, true, 0], - 14330: ['High Tech Terror Enchanted Key', 10, -1, 2705, 230, 0, 200, 7, true, 0], - 14331: ['Admin Arena Key', 10, -1, 2750, 230, 0, 5, 7, true, 0], - 14332: ['Lab Guild Key', 10, -1, 2795, 230, 0, 200, 7, true, 0], - 14333: ["Davy's Guild Key", 10, -1, 2840, 230, 0, 200, 7, true, 0], - 14334: ['Deadwater Docks Guild Key', 10, -1, 2885, 230, 0, 200, 7, true, 0], - 14335: ['Woodland Labyrinth Guild Key', 10, -1, 2930, 230, 0, 200, 7, true, 0], - 14336: ['Crystal Mace', 29, -1, 275, 2840, 7, 900, 6, true, 0], - 14341: ['Mace of the North Pole', 29, -1, 365, 2840, 7, 380, 4, false, 0], - 14346: ['The Crawling Depths Guild Key', 10, -1, 2975, 230, 0, 200, 7, true, 0], - 14347: ['Ice Cave Guild Key', 10, -1, 3020, 230, 0, 200, 7, true, 0], - 14348: ["Shaitan's Guild Key", 10, -1, 3065, 230, 0, 200, 7, true, 0], - 14349: ['Reef Guild Key', 10, -1, 3110, 230, 0, 200, 7, true, 0], - 14350: ["Puppet Master's Encore Guild Key", 10, -1, 3155, 230, 0, 200, 7, true, 0], - 14351: ['The Third Dimension Guild Key', 10, -1, 3200, 230, 0, 200, 7, true, 0], - 14352: ['High Tech Terror Guild Key', 10, -1, 3245, 230, 0, 200, 7, true, 0], - 14353: ['Hailstorm', 3, -1, 2840, 2930, 6, 800, 8, true, 2], - 14354: ['Thundering Chorus', 28, -1, 2885, 2930, 7, 850, 8, true, 2], - 14355: ['Wind Dancer Robe', 14, -1, 2930, 2930, 5, 700, 8, true, 2], - 14356: ['Augur of the Tempest', 9, -1, 2975, 2930, 5, 600, 8, true, 2], - 14373: ['Abyss of Demons Enchanted Key', 10, -1, 3290, 230, 0, 200, 7, true, 0], - 14374: ['Theatre Enchanted Key', 10, -1, 3335, 230, 0, 200, 7, true, 0], - 14375: ['Draconis Enchanted Key', 10, -1, 3380, 230, 0, 200, 7, true, 0], - 14376: ["Bella's Enchanted Key", 10, -1, 3425, 230, 0, 200, 7, true, 0], - 14377: ['Solo Lost Halls Key', 10, -1, 3470, 230, 0, 200, 7, true, 0], - 14378: ['Sulfuric Stone Blueprint', 10, -1, 1265, 3065, 0, 500, 7, true, 0], - 14379: ['Fiery Katana', 24, -1, 1355, 2975, 5, 800, 8, true, 2], - 14380: ['Pyro Sheath', 30, -1, 1400, 2975, 7, 900, 8, true, 2], - 14381: ['Flame Guard', 7, -1, 1940, 2975, 6, 700, 8, true, 2], - 14382: ['Firelight Necklace', 9, -1, 1985, 2975, 4, 600, 8, true, 2], - 14383: ['2KenseiST2A', 15, -1, 1445, 2975, 0, 0, 0, true, 1], - 14384: ['2KenseiST2B', 15, -1, 1490, 2975, 0, 0, 0, true, 1], - 14385: ['Thistleleaf Necklace Blueprint', 10, -1, 1310, 3065, 0, 500, 7, true, 0], - 14387: ['2KenseiST2E', 15, -1, 1535, 2975, 0, 0, 0, true, 1], - 14388: ['2KenseiST2F', 15, -1, 1580, 2975, 0, 0, 0, true, 1], - 14389: ['2KenseiST2G', 15, -1, 1625, 2975, 0, 0, 0, true, 1], - 14392: ['2KenseiST2J', 15, -1, 1670, 2975, 0, 0, 0, true, 1], - 14393: ['2KenseiST2K', 15, -1, 1715, 2975, 0, 0, 0, true, 1], - 14394: ['2KenseiST2L', 15, -1, 1760, 2975, 0, 0, 0, true, 1], - 14397: ['Spellblade of Arcane Magic', 17, 9, 1130, 2255, 3, 109, 2, false, 0], - 14398: ['Amulet of Elemental Fire', 9, -1, 2030, 2975, 6, 325, 9, false, 0], - 14399: ['Amulet of Elemental Air', 9, -1, 2075, 2975, 6, 325, 9, false, 0], - 14400: ['Amulet of Elemental Water', 9, -1, 2120, 2975, 6, 325, 9, false, 0], - 14401: ['Amulet of Elemental Earth', 9, -1, 2165, 2975, 6, 325, 9, false, 0], - 14402: ['Elemental Equilibrium', 9, -1, 2210, 2975, 7, 1000, 6, true, 1], - 14403: ['Summoning Mace', 29, 0, 3965, 2795, 0, 4, 1, false, 0], - 14404: ['Ritual Mace', 29, 1, 4010, 2795, 0, 8, 1, false, 0], - 14405: ['Disciple Mace', 29, 2, 4055, 2795, 0, 15, 1, false, 0], - 14406: ['Specialist Mace', 29, 3, 4100, 2795, 1, 34, 2, false, 0], - 14407: ['Adept Mace', 29, 4, 4145, 2795, 2, 68, 2, false, 0], - 14408: ['Monarch Mace', 29, 5, 4190, 2795, 4, 139, 4, false, 0], - 14409: ['Sovereign Mace', 29, 6, 4235, 2795, 6, 380, 4, false, 0], - 14410: ['Grandmaster Mace', 29, 7, 4280, 2795, 8, 570, 9, true, 0], - 14411: ['Overlord Mace', 29, 8, 4325, 2795, 9, 855, 9, true, 0], - 14413: ['Tsunami', 24, -1, 2255, 2975, 7, 650, 9, false, 0], - 14414: ['Arashi', 24, -1, 2300, 2975, 6, 850, 6, true, 1], - 14415: ['Ignis', 3, -1, 2345, 2975, 7, 650, 9, false, 0], - 14416: ['Tectonus', 3, -1, 2390, 2975, 6, 800, 6, true, 1], - 14421: ['Book of Water', 10, -1, 2435, 2975, 0, 5, 7, true, 0], - 14422: ['Book of Air', 10, -1, 2480, 2975, 0, 5, 7, true, 0], - 14423: ['Book of Fire', 10, -1, 2525, 2975, 0, 5, 7, true, 0], - 14424: ['Book of Earth', 10, -1, 2570, 2975, 0, 5, 7, true, 0], - 14426: ['Light Syndicate Attire', 6, -1, 1220, 3020, 6, 750, 6, true, 1], - 14427: ['Mystic Syndicate Attire', 14, -1, 1265, 3020, 6, 750, 6, true, 1], - 14428: ['Heavy Syndicate Attire', 7, -1, 1310, 3020, 6, 750, 6, true, 1], - 14429: ['Warped Mantle Blueprint', 10, -1, 1355, 3065, 0, 500, 7, true, 0], - 14430: ['Enhanced Flail Ball 3', 21, -1, 680, 3020, 0, 0, 0, true, 1], - 14431: ['The Shatters Bridge Sentinel Rehearsal Key', 10, -1, 1085, 275, 0, 200, 7, true, 0], - 14432: ['The Shatters Twilight Archmage Rehearsal Key', 10, -1, 1130, 275, 0, 200, 7, true, 0], - 14433: ['The Shatters Forgotten King Rehearsal Key', 10, -1, 1175, 275, 0, 200, 7, true, 0], - 14434: ['Bogwood Crook Blueprint', 10, -1, 1400, 3065, 0, 500, 7, true, 0], - 14435: ["Solo Puppet Master's Encore Key", 10, -1, 1220, 275, 0, 200, 7, true, 0], - 14436: ['Solo Reef Key', 10, -1, 1265, 275, 0, 200, 7, true, 0], - 14437: ['Solo Lost Halls Key', 10, -1, 1310, 275, 0, 200, 7, true, 0], - 14438: ['Solo Fungal Cavern Key', 10, -1, 1355, 275, 0, 200, 7, true, 0], - 14439: ["Solo Puppet Master's Encore Key", 10, -1, 1400, 275, 0, 200, 7, true, 0], - 14440: ['Solo Reef Key', 10, -1, 1445, 275, 0, 200, 7, true, 0], - 14441: ['Brambletooth Tachi Blueprint', 10, -1, 1445, 3065, 0, 500, 7, true, 0], - 14442: ['Enhanced Magic Shot 2', 21, -1, 365, 3020, 0, 0, 0, true, 1], - 14443: ['Enhanced Magic Shot 3', 21, -1, 410, 3020, 0, 0, 0, true, 1], - 14444: ['Enhanced Bow Shot 2', 21, -1, 185, 3020, 0, 0, 0, true, 1], - 14445: ['Enhanced Bow Shot 3', 21, -1, 230, 3020, 0, 0, 0, true, 1], - 14447: ['Enhanced Bow Shot 1', 21, -1, 140, 3020, 0, 0, 0, true, 1], - 14448: ['Frangible Longbow', 3, -1, 275, 3020, 7, 750, 6, true, 1], - 14449: ['Royal Sekhem', 17, -1, 455, 3020, 7, 750, 6, true, 1], - 14450: ['Obsidian Macuahuitl', 8, -1, 635, 3020, 7, 750, 6, true, 1], - 14451: ['Gilded Chain Scythe', 1, -1, 815, 3020, 7, 750, 6, true, 1], - 14452: ['Ritual Khopesh', 24, -1, 995, 3020, 7, 750, 6, true, 1], - 14453: ["Pirate's Sidearms", 2, -1, 1175, 3020, 7, 750, 6, true, 1], - 14454: ['Enhanced Flail Ball 2', 21, -1, 725, 3020, 0, 0, 0, true, 1], - 14455: ['Enhanced Flail Ball 1', 21, -1, 770, 3020, 0, 0, 0, true, 1], - 14456: ['Sunken Fire Opal Ring', 9, -1, 1355, 3020, 6, 750, 6, true, 1], - 14457: ['Faded Heart Scarab', 9, -1, 1400, 3020, 6, 750, 6, true, 1], - 14458: ['Fractured Hannya', 9, -1, 1445, 3020, 6, 750, 6, true, 1], - 14459: ['Enhanced Tachi Shot 1', 21, -1, 860, 3020, 0, 0, 0, true, 1], - 14460: ['Enhanced Tachi Shot 2', 21, -1, 905, 3020, 0, 0, 0, true, 1], - 14461: ['Enhanced Tachi Shot 3', 21, -1, 950, 3020, 0, 0, 0, true, 1], - 14462: ['Enhanced Dagger Shot 1', 21, -1, 1040, 3020, 0, 0, 0, true, 1], - 14463: ['Enhanced Dagger Shot 2', 21, -1, 1085, 3020, 0, 0, 0, true, 1], - 14464: ['Valor', 24, -1, 2975, 2885, 8, 1000, 6, true, 1], - 14465: ['Dusky Catalyst', 8, -1, 3020, 2885, 8, 1000, 6, true, 1], - 14466: ['Warmonger', 3, -1, 3065, 2885, 8, 1000, 6, true, 1], - 14467: ['Enhanced Dagger Shot 3', 21, -1, 1130, 3020, 0, 0, 0, true, 1], - 14468: ['Enhanced Morning Shot 1', 21, -1, 500, 3020, 0, 0, 0, true, 1], - 14469: ['Enhanced Morning Shot 2', 21, -1, 545, 3020, 0, 0, 0, true, 1], - 14470: ['Mantle of the Monarchy', 14, -1, 3110, 2885, 8, 900, 6, true, 1], - 14471: ['Vest of Abandoned Shadows', 6, -1, 3155, 2885, 8, 900, 6, true, 1], - 14472: ["Royal Guard's Cuirass", 7, -1, 3200, 2885, 8, 900, 6, true, 1], - 14482: ['Mini Fiery Kensei Skin', 10, -1, 3200, 1040, 0, 1000, 7, true, 0], - 14487: ['Mystery Paladin ST Crate', 10, -1, 1355, 2885, 0, 0, 8, true, 0], - 14488: ['Mystery Trickster ST Crate', 10, -1, 1400, 2885, 0, 0, 8, true, 0], - 14491: ['Dagger of Eternal Chaos', 2, -1, 1445, 2885, 6, 450, 4, false, 0], - 14492: ["Bow of the Sky's Glory", 3, -1, 1490, 2885, 6, 450, 4, false, 0], - 14493: ['Staff of Silver Wings', 17, -1, 1535, 2885, 6, 450, 4, false, 0], - 14494: ['Wand of the Summoned One', 8, -1, 1580, 2885, 6, 450, 4, false, 0], - 14495: ['Sword of the Unending Chaos', 1, -1, 1625, 2885, 6, 450, 4, false, 0], - 14497: ['Skybound Blade', 24, -1, 1670, 2885, 6, 450, 4, false, 0], - 14498: ['Shadowbeast Hide', 6, -1, 1715, 2885, 7, 231, 4, false, 0], - 14499: ['Robe of Dark Summoning', 14, -1, 1760, 2885, 7, 231, 4, false, 0], - 14500: ['Armor of Heavenly Light', 7, -1, 1805, 2885, 7, 231, 4, false, 0], - 14501: ['Ember of the Void', 9, -1, 1850, 2885, 6, 700, 6, true, 2], - 14517: ['Broccoli', 10, -1, 1940, 2885, 0, 1500, 7, true, 0], - 14518: ['French Toast', 10, -1, 1985, 2885, 0, 1900, 7, true, 0], - 14519: ['Banana', 10, -1, 2030, 2885, 0, 3600, 7, true, 0], - 14520: ['Ripe Pumpkin', 10, -1, 2075, 2885, 0, 4500, 7, true, 0], - 14521: ['Ice Cream', 10, -1, 2120, 2885, 0, 3000, 7, true, 0], - 14522: ['Solar Cupcake', 10, -1, 2165, 2885, 0, 7000, 7, true, 0], - 14523: ['Dark Ambrosia', 10, -1, 2210, 2885, 0, 5500, 7, true, 0], - 14524: ['Mead', 10, -1, 2300, 2885, 0, 1000, 7, true, 0], - 14525: ['Space Jam', 10, -1, 2345, 2885, 0, 8000, 7, true, 0], - 14526: ['Deadly Dapperling', 10, -1, 2390, 2885, 0, 2800, 7, true, 0], - 14527: ['Protein Shake', 10, -1, 2435, 2885, 0, 18000, 7, true, 0], - 14528: ['Void Venom', 10, -1, 2480, 2885, 0, 6000, 7, true, 0], - 14529: ['Daeva Elixir', 10, -1, 2525, 2885, 0, 9000, 7, true, 0], - 14530: ['Grapes of Heaven', 10, -1, 2570, 2885, 0, 2000, 7, true, 0], - 14531: ['Sanctified Ambrosia', 10, -1, 2255, 2885, 0, 6000, 7, true, 0], - 14532: ['Gift of the Void', 10, -1, 3335, 2885, 0, 0, 8, true, 0], - 14533: ['Gift of the Daeva', 10, -1, 3380, 2885, 0, 0, 8, true, 0], - 14544: ['Royal Guard Blueprint', 10, -1, 3425, 2885, 0, 500, 7, true, 0], - 14545: ['Abandoned Shadows Blueprint', 10, -1, 3470, 2885, 0, 500, 7, true, 0], - 14546: ['Monarchy Blueprint', 10, -1, 3515, 2885, 0, 500, 7, true, 0], - 14547: ['Warmonger Blueprint', 10, -1, 3560, 2885, 0, 500, 7, true, 0], - 14548: ['Dusky Blueprint', 10, -1, 3605, 2885, 0, 500, 7, true, 0], - 14549: ['Valor Blueprint', 10, -1, 3650, 2885, 0, 500, 7, true, 0], - 14550: ['Primal Blueprint', 10, -1, 3695, 2885, 0, 500, 7, true, 0], - 14551: ["Sentinel's Sidearm Blueprint", 10, -1, 3740, 2885, 0, 500, 7, true, 0], - 14552: ['Polarity Blueprint', 10, -1, 3785, 2885, 0, 500, 7, true, 0], - 14553: ['Noble Blueprint', 10, -1, 3830, 2885, 0, 500, 7, true, 0], - 14554: ["Vanguard's Blueprint", 10, -1, 3875, 2885, 0, 500, 7, true, 0], - 14555: ['Peacekeeper Blueprint', 10, -1, 3920, 2885, 0, 500, 7, true, 0], - 14556: ["Tezcacoatl's Blueprint", 10, -1, 4460, 2885, 0, 500, 7, true, 0], - 14557: ['Nile Blueprint', 10, -1, 5, 2930, 0, 500, 7, true, 0], - 14558: ['Cnidaria Blueprint', 10, -1, 50, 2930, 0, 500, 7, true, 0], - 14559: ['Ancient Stone Blueprint', 10, -1, 95, 2930, 0, 500, 7, true, 0], - 14560: ['Yellow Beehemoth Blueprint', 10, -1, 140, 2930, 0, 500, 7, true, 0], - 14561: ['Demon Blade Blueprint', 10, -1, 185, 2930, 0, 500, 7, true, 0], - 14562: ['Arcane Blueprint', 10, -1, 230, 2930, 0, 500, 7, true, 0], - 14563: ['Sealed Crystal Blueprint', 10, -1, 275, 2930, 0, 500, 7, true, 0], - 14564: ['Crystal Sword Blueprint', 10, -1, 320, 2930, 0, 500, 7, true, 0], - 14565: ["Sphinx's Blueprint", 10, -1, 365, 2930, 0, 500, 7, true, 0], - 14566: ["Captain's Blueprint", 10, -1, 410, 2930, 0, 500, 7, true, 0], - 14567: ['Sprite Wand Blueprint', 10, -1, 455, 2930, 0, 500, 7, true, 0], - 14568: ['Snake Skin Shield Blueprint', 10, -1, 500, 2930, 0, 500, 7, true, 0], - 14569: ['Coral Venom Blueprint', 10, -1, 545, 2930, 0, 500, 7, true, 0], - 14570: ['Crossing Fires Blueprint', 10, -1, 590, 2930, 0, 500, 7, true, 0], - 14571: ['Thousand Shot Blueprint', 10, -1, 635, 2930, 0, 500, 7, true, 0], - 14572: ['Leaf Bow Blueprint', 10, -1, 680, 2930, 0, 500, 7, true, 0], - 14573: ['Red Beehemoth Blueprint', 10, -1, 725, 2930, 0, 500, 7, true, 0], - 14574: ["Esben's Shaman Blueprint", 10, -1, 770, 2930, 0, 500, 7, true, 0], - 14575: ["Soul's Guidance Blueprint", 10, -1, 815, 2930, 0, 500, 7, true, 0], - 14576: ['Snake Charmer Blueprint', 10, -1, 860, 2930, 0, 500, 7, true, 0], - 14577: ['Staff of Esben Blueprint', 10, -1, 905, 2930, 0, 500, 7, true, 0], - 14578: ['Candy-Coated Blueprint', 10, -1, 950, 2930, 0, 500, 7, true, 0], - 14579: ['Extreme Prejudice Blueprint', 10, -1, 995, 2930, 0, 500, 7, true, 0], - 14580: ['Crystal Serpent Blueprint', 10, -1, 1040, 2930, 0, 500, 7, true, 0], - 14581: ['Poison Fang Blueprint', 10, -1, 1085, 2930, 0, 500, 7, true, 0], - 14582: ['Wavecrest Blueprint', 10, -1, 1130, 2930, 0, 500, 7, true, 0], - 14583: ['Medusozoan Blueprint', 10, -1, 1175, 2930, 0, 500, 7, true, 0], - 14584: ["Pharaoh's Requiem Blueprint", 10, -1, 1220, 2930, 0, 500, 7, true, 0], - 14585: ['Spiteful Scutum Blueprint', 10, -1, 1265, 2930, 0, 500, 7, true, 0], - 14586: ['Blue Beehemoth Blueprint', 10, -1, 1310, 2930, 0, 500, 7, true, 0], - 14587: ['Conducting Wand Blueprint', 10, -1, 1355, 2930, 0, 500, 7, true, 0], - 14588: ["Esben's Wedding Blueprint", 10, -1, 1400, 2930, 0, 500, 7, true, 0], - 14589: ['Spectral Cloth Blueprint', 10, -1, 1445, 2930, 0, 500, 7, true, 0], - 14590: ['Harlequin Blueprint', 10, -1, 1490, 2930, 0, 500, 7, true, 0], - 14591: ["Scholar's Seal Blueprint", 10, -1, 1535, 2930, 0, 500, 7, true, 0], - 14592: ['Spirit Staff Blueprint', 10, -1, 1580, 2930, 0, 500, 7, true, 0], - 14593: ['Fairy Ring Blueprint', 10, -1, 1625, 2930, 0, 500, 7, true, 0], - 14594: ['Honey Scepter Blueprint', 10, -1, 1670, 2930, 0, 500, 7, true, 0], - 14595: ['Coral Ring Blueprint', 10, -1, 1715, 2930, 0, 500, 7, true, 0], - 14596: ['Snake Skin Armor Blueprint', 10, -1, 1760, 2930, 0, 500, 7, true, 0], - 14597: ['Sweet Demise Blueprint', 10, -1, 1805, 2930, 0, 500, 7, true, 0], - 14608: ['Slashing Sheath', 30, 0, 3200, 2930, 0, 4, 1, false, 0], - 14609: ['Timber Sheath', 30, 1, 3245, 2930, 0, 8, 1, false, 0], - 14610: ['Vineland Sheath', 30, 2, 3290, 2930, 0, 15, 1, false, 0], - 14611: ['Haze Sheath', 30, 3, 3335, 2930, 1, 34, 2, false, 0], - 14612: ['Ichor Sheath', 30, 4, 3380, 2930, 2, 68, 2, false, 0], - 14613: ['Serpentine Sheath', 30, 5, 3425, 2930, 4, 139, 4, false, 0], - 14614: ['Great Shinobi Sheath', 30, 6, 3470, 2930, 6, 380, 4, false, 0], - 14615: ['Sonic Wave Sheath', 30, 7, 3515, 2930, 8, 570, 9, true, 0], - 14616: ['Asura Sheath', 30, 8, 3560, 2930, 9, 855, 9, true, 0], - 14630: ['Sulfurous Wetlands Enchanted Key', 10, -1, 1535, 275, 0, 200, 7, true, 0], - 14631: ['Sulfurous Wetlands Guild Key', 10, -1, 1580, 275, 0, 200, 7, true, 0], - 14660: ['Blitz Sheath', 30, -1, 3830, 2930, 7, 700, 6, true, 0], - 14661: ['Paper Machete', 30, -1, 3875, 2930, 4, 500, 6, false, 0], - 14662: ["Snowman's Sheath", 30, -1, 3920, 2930, 7, 380, 4, false, 0], - 14708: ['Royal Epic Quest Chest', 10, -1, 4190, 2435, 0, 200, 8, true, 0], - 14756: ['Antinomy Artifact', 9, -1, 3965, 2885, 8, 1000, 6, true, 2], - 14757: ['Autumn Gift', 10, -1, 4010, 2885, 0, 0, 7, true, 0], - 14758: ['Secret Hoard', 10, -1, 4055, 2885, 0, 0, 7, true, 0], - 14760: ["Key to Oryx's Armory", 10, -1, 4145, 2885, 0, 0, 7, true, 0], - 14761: ['Mirror of Vanity', 10, -1, 4190, 2885, 0, 0, 7, true, 0], - 14762: ['Autumn Treasure', 10, -1, 4235, 2885, 0, 0, 7, true, 0], - 14763: ['Backup Stash', 10, -1, 4100, 2885, 0, 0, 7, true, 0], - 14764: ['Latte', 10, -1, 4280, 2885, 0, 2500, 7, true, 0], - 14765: ['Jack-o-Lantern', 10, -1, 4325, 2885, 0, 4600, 7, true, 0], - 14766: ['Pumpkin Spice Latte', 10, -1, 4370, 2885, 0, 2500, 7, true, 0], - 14767: ['Bloody Ambrosia', 10, -1, 4415, 2885, 0, 5000, 7, true, 0], - 14768: ['Droplet of Bloody Ambrosia', 10, -1, 1850, 2930, 0, 1800, 7, true, 0], - 14769: ['Vial of Bloody Ambrosia', 10, -1, 1895, 2930, 0, 2400, 7, true, 0], - 14770: ['Chalice of Bloody Ambrosia', 10, -1, 1940, 2930, 0, 3700, 7, true, 0], - 14771: ['Haunted Tombstone', 10, -1, 1985, 2930, 0, 0, 8, true, 0], - 14772: ['Moon Rage Proc', 15, -1, 2030, 2930, 0, 0, 0, false, 0], - 14773: ['Savage Claws', 1, -1, 2075, 2930, 5, 900, 8, true, 2], - 14774: ['Beastly Mane', 16, -1, 2120, 2930, 7, 950, 8, true, 2], - 14775: ['Ragetorn Armor', 7, -1, 2165, 2930, 6, 600, 8, true, 2], - 14776: ['Moonstone Ring', 9, -1, 2210, 2930, 4, 250, 8, true, 2], - 14779: ['Tormented Shriek', 8, -1, 2255, 2930, 6, 900, 8, true, 2], - 14780: ['Ghastly Mace', 29, -1, 2300, 2930, 6, 900, 8, true, 2], - 14781: ['Lacerated Gown', 14, -1, 2345, 2930, 6, 900, 8, true, 2], - 14782: ['Unresolved Grudge', 9, -1, 2390, 2930, 4, 900, 8, true, 2], - 14784: ['Holy Artifact', 8, -1, 2435, 2930, 5, 1100, 8, true, 2], - 14785: ['Tome of Exorcism', 4, -1, 2480, 2930, 7, 1200, 8, true, 2], - 14786: ['Garb of the Ordained', 14, -1, 2525, 2930, 6, 800, 8, true, 2], - 14787: ['Pontifex Ring', 9, -1, 2570, 2930, 4, 500, 8, true, 2], - 14789: ['Silver Revolvers', 3, -1, 2615, 2930, 5, 850, 8, true, 2], - 14790: ['Consecrated Trap', 20, -1, 2660, 2930, 7, 700, 8, true, 2], - 14791: ['Metal-plated Corset', 6, -1, 2705, 2930, 6, 600, 8, true, 2], - 14792: ['Vial of Sustenance', 9, -1, 2750, 2930, 4, 600, 8, true, 2], - 14815: ['Cloak of Eerie Trepidation', 13, -1, 2795, 2930, 8, 1300, 6, true, 1], - 14816: ['Irradiance Sheath', 30, -1, 3785, 2930, 8, 1000, 6, true, 0], - 14817: ['Kaiken', 30, -1, 3650, 2930, 7, 900, 6, true, 0], - 14818: ['Volcanic Sheath', 30, -1, 3605, 2930, 6, 700, 6, false, 0], - 14819: ["Labyrinth Dweller's Sheath", 30, -1, 3695, 2930, 7, 900, 6, true, 0], - 14820: ['Quartermaster Scabbard', 30, -1, 3740, 2930, 7, 800, 6, false, 0], - 14866: ['Saif of the Deep', 24, -1, 3965, 2930, 5, 800, 8, true, 2], - 14867: ['Loch Sheath', 30, -1, 4010, 2930, 7, 900, 8, true, 2], - 14868: ['Barrier Reef', 7, -1, 4055, 2930, 6, 700, 8, true, 2], - 14869: ["Alexander's Band", 9, -1, 4100, 2930, 4, 600, 8, true, 2], - 14880: ['The Shatters Bridge Sentinel Rehearsal Key', 10, -1, 950, 275, 0, 200, 7, true, 0], - 14881: ['The Shatters Twilight Archmage Rehearsal Key', 10, -1, 995, 275, 0, 200, 7, true, 0], - 14882: ['The Shatters Forgotten King Rehearsal Key', 10, -1, 1040, 275, 0, 200, 7, true, 0], - 14896: ['Peacekeeper (Rehearsal)', 29, -1, 3830, 3020, 7, 900, 6, true, 0], - 14897: ["Vanguard's Visage (Rehearsal)", 16, -1, 3875, 3020, 7, 900, 6, true, 1], - 14898: ["Vanguard's Visage Proc (Rehearsal)", 9, -1, 3920, 3020, 0, 0, 0, true, 1], - 14899: ['Noble Mandolin (Rehearsal)', 28, -1, 3965, 3020, 7, 900, 6, true, 0], - 14900: ['Polarity Poison (Rehearsal)', 18, -1, 4010, 3020, 7, 900, 6, true, 1], - 14901: ["Sentinel's Sidearm (Rehearsal)", 27, -1, 4055, 3020, 7, 900, 6, true, 0], - 14902: ['Primal Arcana (Rehearsal)', 21, -1, 4100, 3020, 7, 900, 6, true, 1], - 14903: ['Color Orb Red Projectile', 21, -1, 4145, 3020, 0, 0, 0, true, 1], - 14904: ['Valor (Rehearsal)', 24, -1, 4190, 3020, 7, 900, 6, true, 1], - 14905: ['Dusky Catalyst (Rehearsal)', 8, -1, 4235, 3020, 7, 900, 6, true, 1], - 14906: ['Warmonger (Rehearsal)', 3, -1, 4280, 3020, 7, 900, 6, true, 1], - 14907: ['Mantle of the Monarchy (Rehearsal)', 14, -1, 4325, 3020, 7, 900, 6, true, 1], - 14908: ['Vest of Abandoned Shadows (Rehearsal)', 6, -1, 4370, 3020, 7, 900, 6, true, 1], - 14909: ["Royal Guard's Cuirass (Rehearsal)", 7, -1, 4415, 3020, 7, 900, 6, true, 1], - 14910: ['The Forgotten Crown (Rehearsal)', 9, -1, 4460, 3020, 7, 1200, 6, true, 1], - 14911: ['The Twilight Gemstone (Rehearsal)', 9, -1, 5, 3065, 7, 1000, 6, true, 1], - 14912: ['Bracer of the Guardian (Rehearsal)', 9, -1, 50, 3065, 7, 900, 6, true, 1], - 14976: ['Peacekeeper', 29, -1, 2615, 2885, 8, 1100, 6, true, 0], - 14980: ["Vanguard's Visage", 16, -1, 2660, 2885, 8, 1100, 6, true, 1], - 14981: ['Noble Mandolin', 28, -1, 2750, 2885, 8, 1100, 6, true, 0], - 14992: ['Primal Arcana', 21, -1, 2885, 2885, 8, 1100, 6, true, 1], - 15018: ['Level 1 Voodoo Grave Unlocker', 10, -1, 2435, 140, 0, 1000, 7, true, 0], - 15019: ['Level 2-19 Voodoo Grave Unlocker', 10, -1, 2480, 140, 0, 1000, 7, true, 0], - 15020: ['Level 20 Voodoo Grave Unlocker', 10, -1, 2525, 140, 0, 1000, 7, true, 0], - 15021: ['1/8 Voodoo Grave Unlocker', 10, -1, 2570, 140, 0, 1000, 7, true, 0], - 15022: ['2/8 Voodoo Grave Unlocker', 10, -1, 2615, 140, 0, 1000, 7, true, 0], - 15023: ['3/8 Voodoo Grave Unlocker', 10, -1, 2660, 140, 0, 1000, 7, true, 0], - 15034: ['4/8 Voodoo Grave Unlocker', 10, -1, 2705, 140, 0, 1000, 7, true, 0], - 15035: ['5/8 Voodoo Grave Unlocker', 10, -1, 2750, 140, 0, 1000, 7, true, 0], - 15036: ['6/8 Voodoo Grave Unlocker', 10, -1, 2795, 140, 0, 1000, 7, true, 0], - 15037: ['7/8 Voodoo Grave Unlocker', 10, -1, 2840, 140, 0, 1000, 7, true, 0], - 15038: ['8/8 Voodoo Grave Unlocker', 10, -1, 2885, 140, 0, 1000, 7, true, 0], - 15713: ['Good Mask Spirit Pet Skin', 10, -1, 2975, 1220, 0, 1000, 7, true, 0], - 15716: ['Evil Mask Spirit Pet Skin', 10, -1, 3020, 1220, 0, 1000, 7, true, 0], - 15717: ['Greaterhosen', 6, -1, 1670, 2615, 6, 650, 6, false, 0], - 15718: ['Mighty Stein', 18, -1, 1715, 2615, 7, 650, 6, false, 0], - 15731: ['High Tech Terror Key', 10, -1, 2075, 230, 0, 200, 7, true, 0], - 15753: ['HTT Quiver Proc 1', 15, -1, 1265, 2750, 0, 0, 0, true, 1], - 15754: ['HTT Quiver Proc 2', 15, -1, 1310, 2750, 0, 0, 0, true, 1], - 15755: ['HTT Quiver Proc 3', 15, -1, 1355, 2750, 0, 0, 0, true, 1], - 15756: ['HTT Quiver Proc 4', 15, -1, 1400, 2750, 0, 0, 0, true, 1], - 15757: ['B.O.W.', 3, -1, 1535, 2750, 6, 950, 6, true, 1], - 15758: ['S.T.A.F.F.', 17, -1, 1580, 2750, 6, 950, 6, true, 1], - 15759: ['E.Y.E.', 9, -1, 1625, 2750, 6, 950, 6, true, 1], - 15760: ['HTT Eye Proc', 9, -1, 1445, 2750, 0, 0, 0, true, 1], - 15761: ['Q.U.I.V.E.R.', 15, -1, 1490, 2750, 7, 1000, 6, true, 1], - 16278: ['Small Carrot', 10, -1, 860, 635, 0, 0, 2, true, 0], - 16289: ['Carrot', 10, -1, 905, 635, 0, 0, 2, true, 0], - 16290: ['Top Hat', 10, -1, 950, 635, 0, 0, 2, true, 0], - 16291: ['Santa Hat', 10, -1, 995, 635, 0, 0, 2, true, 0], - 16292: ['Green Striped Scarf', 10, -1, 1040, 635, 0, 0, 2, true, 0], - 16293: ['Red Striped Scarf', 10, -1, 1085, 635, 0, 0, 2, true, 0], - 16294: ['Coal', 10, -1, 815, 635, 0, 0, 2, true, 0], - 16295: ['Tree branch', 10, -1, 770, 635, 0, 0, 2, true, 0], - 16345: ['XN Test Sn Base', 10, -1, 1130, 635, 0, 0, 2, true, 0], - 16346: ['Test Dropper', 10, -1, 1175, 635, 0, 0, 2, true, 0], - 16374: ['Mystery Archer ST Crate', 10, -1, 3920, 2705, 0, 0, 8, true, 0], - 16375: ['Mystery Rogue ST Crate', 10, -1, 3965, 2705, 0, 0, 8, true, 0], - 16376: ['Mystery Necromancer ST Crate', 10, -1, 2120, 2795, 0, 0, 8, true, 0], - 16377: ['Mystery Knight ST Crate', 10, -1, 2615, 2795, 0, 0, 8, true, 0], - 16874: ['Candy of Ominous Spells', 10, -1, 275, 5, 0, 0, 5, true, 0], - 16890: ['Amethyst Shard x 1', 10, -1, 4235, 1355, 0, 0, 2, true, 0], - 16891: ['Amethyst Shard x 2', 10, -1, 4280, 1355, 0, 0, 2, true, 0], - 16892: ['Amethyst Shard x 3', 10, -1, 4325, 1355, 0, 0, 2, true, 0], - 16893: ['Amethyst Shard x 4', 10, -1, 4370, 1355, 0, 0, 2, true, 0], - 16894: ['Amethyst Shard x 5', 10, -1, 4415, 1355, 0, 0, 2, true, 0], - 16895: ['Amethyst Shard x 6', 10, -1, 4460, 1355, 0, 0, 2, true, 0], - 16896: ['Amethyst Shard x 7', 10, -1, 5, 1400, 0, 0, 2, true, 0], - 16897: ['Amethyst Shard x 8', 10, -1, 50, 1400, 0, 0, 2, true, 0], - 16898: ['Amethyst Shard x 9', 10, -1, 95, 1400, 0, 0, 2, true, 0], - 16899: ['Amethyst Shard x 10', 10, -1, 140, 1400, 0, 0, 2, true, 0], - 16900: ['Amethyst Gem', 10, -1, 2255, 2570, 0, 500, 8, true, 0], - 16918: ['2ArcherST1C', 15, -1, 4325, 2705, 0, 0, 0, true, 1], - 16919: ['2ArcherST1D', 15, -1, 4370, 2705, 0, 0, 0, true, 1], - 16920: ['2ArcherST1E', 15, -1, 4415, 2705, 0, 0, 0, true, 1], - 16929: ['Bogwood Crook', 17, -1, 725, 3065, 7, 800, 6, true, 1], - 16945: ['Mark of the Tesseract Goddess', 10, -1, 2480, 2750, 0, 50, 2, true, 0], - 16953: ['Cubic Jelly', 10, -1, 2435, 2750, 0, 50, 2, false, 0], - 16963: ['Squaroid Staff', 17, -1, 2165, 2795, 5, 800, 8, true, 2], - 16978: ['Cubic Frame', 19, -1, 2210, 2795, 6, 850, 8, true, 2], - 16979: ['Polygonal Garbs', 14, -1, 2255, 2795, 6, 700, 8, true, 2], - 16980: ['Cuband', 9, -1, 2390, 2795, 5, 600, 8, true, 2], - 16982: ['2NecroST2ProcA', 15, -1, 2300, 2795, 0, 0, 0, true, 1], - 16983: ['2NecroST2ProcB', 15, -1, 2345, 2795, 0, 0, 0, true, 1], - 17124: ["Archangel's Judgement", 2, -1, 1175, 2885, 5, 800, 8, true, 2], - 17135: ['Daevite Progenitor', 22, -1, 1220, 2885, 7, 900, 8, true, 2], - 17139: ["Seraphim's Guard", 6, -1, 1265, 2885, 6, 700, 8, true, 2], - 17140: ['Flames of Genesis', 9, -1, 1310, 2885, 4, 600, 8, true, 2], - 17187: ["Sentinel's Sidearm", 27, -1, 2840, 2885, 8, 1100, 6, true, 0], - 17383: ['2PaladinST2 Proc', 7, -1, 1085, 2885, 0, 0, 0, true, 1], - 17387: ["Fallen One's Blade", 1, -1, 950, 2885, 5, 850, 8, true, 2], - 17388: ['Abyssal Insignia', 12, -1, 995, 2885, 7, 900, 8, true, 2], - 17389: ['Vortex Plating', 7, -1, 1040, 2885, 6, 750, 8, true, 2], - 17390: ['Eye of the Void', 9, -1, 1130, 2885, 4, 650, 8, true, 2], - 17425: ['Cloudstrike Tachi', 24, 7, 3605, 2975, 1, 53, 2, false, 0], - 17427: ['Devilbane Tachi', 24, 8, 3650, 2975, 2, 75, 2, false, 0], - 17428: ['Darksteel Tachi', 24, 9, 3695, 2975, 3, 109, 2, false, 0], - 17429: ['Dragonbone Tachi', 24, 10, 3740, 2975, 4, 159, 4, false, 0], - 17430: ['Accursed Tachi', 24, 11, 3785, 2975, 5, 233, 4, false, 0], - 17431: ['Skyslash Tachi', 24, 12, 3830, 2975, 6, 450, 4, false, 0], - 17432: ['Sunset Tachi', 24, 13, 3875, 2975, 7, 650, 9, false, 0], - 17433: ['Godslayer Tachi', 24, 14, 3920, 2975, 8, 950, 9, true, 0], - 17434: ['Royal Blades', 2, 7, 3245, 2975, 1, 53, 2, false, 0], - 17435: ['Blazing Blades', 2, 8, 3290, 2975, 2, 75, 2, false, 0], - 17436: ['Garnet Blades', 2, 9, 3335, 2975, 3, 109, 2, false, 0], - 17437: ['Verdant Blades', 2, 10, 3380, 2975, 4, 159, 4, false, 0], - 17438: ['Occult Blades', 2, 11, 3425, 2975, 5, 233, 4, false, 0], - 17439: ['Bloodshed Blades', 2, 12, 3470, 2975, 6, 450, 4, false, 0], - 17455: ['Moonstone Blades', 2, 13, 3515, 2975, 7, 650, 9, false, 0], - 17456: ['Soulforged Blades', 2, 14, 3560, 2975, 8, 950, 9, true, 0], - 17457: ['MotMG 2023 Subattack Item', -1, -1, 3605, 275, 0, 0, 0, false, 0], - 17458: ['MotMG 2023 Subattack Item 2', -1, -1, 3650, 275, 0, 0, 0, false, 0], - 17499: ['Overclocking Amulet', 9, -1, 2165, 3065, 7, 800, 6, true, 1], - 17501: ['Steam Pipe', 17, -1, 2210, 3065, 7, 800, 6, true, 1], - 17552: ['Gilded Flail', 1, 7, 3965, 2975, 1, 53, 2, false, 0], - 17553: ["Champion's Flail", 1, 8, 4010, 2975, 2, 75, 2, false, 0], - 17554: ["Drakerider's Flail", 1, 9, 4055, 2975, 3, 109, 2, false, 0], - 17555: ['Infernal Flail', 1, 10, 4100, 2975, 4, 159, 4, false, 0], - 17556: ['Mithril Flail', 1, 11, 4145, 2975, 5, 233, 4, false, 0], - 17557: ['Celebrant Flail', 1, 12, 4190, 2975, 6, 450, 4, false, 0], - 17558: ['Divine Flail', 1, 13, 4235, 2975, 7, 650, 9, false, 0], - 17559: ["Gravelord's Flail", 1, 14, 4280, 2975, 8, 950, 9, true, 0], - 17560: ['Fractal Blades', 2, -1, 4325, 2975, 7, 970, 6, true, 1], - 17561: ['Barnacle Basher', 1, -1, 4370, 2975, 8, 950, 6, true, 1], - 17563: ['Burial Blades', 24, -1, 4415, 2975, 7, 950, 6, true, 1], - 17564: ['Beehemoth Quiver', 15, -1, 1220, 3200, 8, 800, 6, true, 1], - 17565: ['Beehemoth Armor', 6, -1, 1265, 3200, 6, 650, 4, false, 0], - 17568: ['Advanced Nest Key', 10, -1, 2525, 275, 0, 200, 7, true, 0], - 17569: ['Helm of minstack', 6, -1, 3155, 2975, 6, 500, 8, true, 1], - 17571: ['Advanced Mark of the Killer Bee Queen', 10, -1, 1580, 3200, 0, 50, 2, true, 0], - 17578: ['MotMG 2023 Subattack Item 3', -1, -1, 3695, 275, 0, 0, 0, false, 0], - 17583: ['Mark of the Barkeep', 10, -1, 2390, 3200, 0, 50, 2, true, 0], - 17584: ["Aspirant's Sword Dropper", 10, -1, 4055, 3155, 0, 0, 8, true, 0], - 17585: ["Aspirant's Wand Dropper", 10, -1, 4100, 3155, 0, 0, 8, true, 0], - 17586: ["Aspirant's Blade Dropper", 10, -1, 4145, 3155, 0, 0, 8, true, 0], - 17587: ["Aspirant's Dagger Dropper", 10, -1, 4190, 3155, 0, 0, 8, true, 0], - 17588: ["Aspirant's Staff Dropper", 10, -1, 4235, 3155, 0, 0, 8, true, 0], - 17589: ["Aspirant's Bow Dropper", 10, -1, 4280, 3155, 0, 0, 8, true, 0], - 17590: ["Aspirant's Plate Dropper", 10, -1, 4325, 3155, 0, 0, 8, true, 0], - 17591: ["Aspirant's Hide Dropper", 10, -1, 4370, 3155, 0, 0, 8, true, 0], - 17592: ["Aspirant's Robes Dropper", 10, -1, 4415, 3155, 0, 0, 8, true, 0], - 17593: ['Ring of the Stalwart Dropper', 10, -1, 4460, 3155, 0, 0, 8, true, 0], - 17594: ['Ring of the Magus Dropper', 10, -1, 5, 3200, 0, 0, 8, true, 0], - 17595: ['Ring of the Sniper Dropper', 10, -1, 50, 3200, 0, 0, 8, true, 0], - 17596: ['Ring of the Swiftblade Dropper', 10, -1, 95, 3200, 0, 0, 8, true, 0], - 17601: ['Ring of the Sniper', 9, -1, 3695, 3155, 7, 300, 6, true, 2], - 17602: ['Ring of the Swiftblade', 9, -1, 3740, 3155, 7, 300, 6, true, 2], - 17632: ["Aspirant's Plate", 7, -1, 3470, 3155, 7, 900, 6, true, 1], - 17633: ["Aspirant's Robes", 14, -1, 3515, 3155, 7, 900, 6, true, 1], - 17634: ["Aspirant's Hide", 6, -1, 3560, 3155, 7, 900, 6, true, 1], - 17635: ['Ring of the Stalwart', 9, -1, 3605, 3155, 7, 300, 6, true, 2], - 17636: ['Ring of the Magus', 9, -1, 3650, 3155, 7, 300, 6, true, 2], - 17646: ['Path of the Magus Engraving', 10, -1, 3785, 3155, 0, 0, 6, true, 0], - 17647: ['Path of the Sniper Engraving', 10, -1, 3830, 3155, 0, 0, 6, true, 0], - 17648: ['Path of the Stalwart Engraving', 10, -1, 3875, 3155, 0, 0, 6, true, 0], - 17649: ['Path of the Swiftblade Engraving', 10, -1, 3920, 3155, 0, 0, 6, true, 0], - 17650: ['Living Hive Engraving', 10, -1, 1625, 3200, 0, 0, 6, true, 0], - 17651: ['Buzzing Bullets Engraving', 10, -1, 1670, 3200, 0, 0, 6, true, 0], - 17652: ['Might of the bumblebees Engraving', 10, -1, 1715, 3200, 0, 0, 6, true, 0], - 17653: ['Buzzing Bullets Subattack Item', -1, -1, 3740, 275, 0, 0, 0, false, 0], - 17676: ['Deadly Keg Blueprint', 10, -1, 2435, 3200, 0, 500, 7, true, 0], - 17677: ['Tipsy Topper Blueprint', 10, -1, 2480, 3200, 0, 500, 7, true, 0], - 17678: ['Double Vision Darts Blueprint', 10, -1, 2525, 3200, 0, 500, 7, true, 0], - 17679: ['Cask Corslet Blueprint', 10, -1, 2570, 3200, 0, 500, 7, true, 0], - 17680: ['Nest Engraving Chest', 10, -1, 1760, 3200, 0, 0, 8, true, 0], - 17681: ['MotMG Gift', 10, -1, 1805, 3200, 0, 0, 7, true, 0], - 17682: ['MotMG Treasure', 10, -1, 1850, 3200, 0, 0, 7, true, 0], - 17683: ['Advanced Nest Augmented Key', 10, -1, 2570, 275, 0, 200, 7, true, 0], - 17684: ['Advanced Nest Solo Key', 10, -1, 2615, 275, 0, 200, 7, true, 0], - 17685: ['Advanced Nest Enchanted Key', 10, -1, 2660, 275, 0, 200, 7, true, 0], - 17686: ['Advanced Nest Guild Key', 10, -1, 2705, 275, 0, 200, 7, true, 0], - 17687: ['Oryxmania Rumble Key', 10, -1, 2750, 275, 0, 200, 7, true, 0], - 17688: ['The Right Hook Blueprint', 10, -1, 2615, 3200, 0, 500, 7, true, 0], - 17689: ["Brewer's Bangle Blueprint", 10, -1, 2660, 3200, 0, 500, 7, true, 0], - 17690: ['The Tavern Key', 10, -1, 2795, 275, 0, 200, 7, true, 0], - 17691: ['Amulet of Lightning', 9, -1, 1400, 3155, 7, 900, 6, true, 1], - 17692: ['Test Chest 1', 10, -1, 1940, 3155, 0, 0, 8, false, 0], - 17693: ['Test Chest 2', 10, -1, 1985, 3155, 0, 0, 8, false, 0], - 17694: ['Test Chest 3', 10, -1, 2030, 3155, 0, 0, 8, false, 0], - 17697: ['Daily Engravings Drop Potion (250%)', 10, -1, 2255, 3155, 0, 0, 7, true, 0], - 17698: ['Weekly Engravings Drop Potion (250%)', 10, -1, 2300, 3155, 0, 0, 7, true, 0], - 17699: ['The Tavern Augmented Key', 10, -1, 2840, 275, 0, 200, 7, true, 0], - 17700: ["Beekeeper's Flamethrower", 8, -1, 1220, 3155, 7, 1000, 6, true, 1], - 17706: ["Aspirant's Sword", 1, -1, 3200, 3155, 6, 450, 6, true, 1], - 17707: ["Aspirant's Bow", 3, -1, 3245, 3155, 6, 450, 6, true, 1], - 17708: ["Aspirant's Wand", 8, -1, 3290, 3155, 6, 450, 6, true, 1], - 17709: ["Aspirant's Dagger", 2, -1, 3335, 3155, 6, 450, 6, true, 1], - 17710: ["Aspirant's Staff", 17, -1, 3380, 3155, 6, 450, 6, true, 1], - 17711: ["Aspirant's Blade", 24, -1, 3425, 3155, 6, 450, 6, true, 1], - 17712: ['Solo Parasite Chambers Key', 10, -1, 2165, 275, 0, 200, 7, true, 0], - 17713: ['Sulfurous Wetlands Augmented Key', 10, -1, 2210, 275, 0, 200, 7, true, 0], - 17714: ['The Third Dimension Solo Key', 10, -1, 2255, 275, 0, 200, 7, true, 0], - 17718: ['Tome of Holy Protection', 4, -1, 1265, 3155, 7, 1250, 6, true, 1], - 17719: ['Scepter of Devastation', 23, -1, 1310, 3155, 7, 900, 6, true, 1], - 17720: ['Penetrating Blast Spell', 11, -1, 1355, 3155, 6, 1000, 6, true, 1], - 17740: ['The Tavern Solo Key', 10, -1, 2885, 275, 0, 200, 7, true, 0], - 17741: ['The Tavern Enchanted Key', 10, -1, 2930, 275, 0, 200, 7, true, 0], - 17742: ['The Tavern Guild Key', 10, -1, 2975, 275, 0, 200, 7, true, 0], - 17743: ['Solo Manor Key', 10, -1, 3020, 275, 0, 200, 7, true, 0], - 17829: ['Crystal Cavern Solo Key', 10, -1, 2300, 275, 0, 200, 7, true, 0], - 17840: ['Demon Blade', 1, -1, 2075, 3155, 6, 700, 6, true, 1], - 17842: ['Fractal Blades', 2, -1, 2120, 3155, 7, 970, 6, true, 1], - 17845: ['Plague Poison', 18, -1, 2165, 3155, 7, 1000, 6, true, 1], - 17846: ['Water Dragon Silk Robe', 14, -1, 2210, 3155, 6, 700, 6, true, 1], - 17847: ['Deadly Keg', 20, -1, 2120, 3200, 6, 900, 6, true, 1], - 17848: ['Tipsy Topper', 16, -1, 2165, 3200, 6, 800, 6, true, 1], - 17849: ['Double Vision Darts', 15, -1, 2210, 3200, 6, 850, 6, true, 1], - 17850: ['Cask Corslet', 7, -1, 2255, 3200, 6, 900, 6, true, 1], - 17856: ['The Right Hook', 2, -1, 2300, 3200, 6, 950, 6, true, 1], - 17857: ["Brewer's Bangle", 9, -1, 2345, 3200, 6, 800, 6, true, 1], - 17868: ['Soulcursed Scythe', 2, -1, 4460, 2705, 5, 900, 8, true, 2], - 17871: ['ChainScytheProcA', 15, -1, 4010, 2705, 0, 0, 0, true, 1], - 17872: ['ChainScytheProcB', 15, -1, 4055, 2705, 0, 0, 0, true, 1], - 17873: ['ChainScytheProcC', 15, -1, 4100, 2705, 0, 0, 0, true, 1], - 17874: ['ChainScytheProcD', 15, -1, 4145, 2705, 0, 0, 0, true, 1], - 17875: ['ChainScytheProcE', 15, -1, 4190, 2705, 0, 0, 0, true, 1], - 17881: ['Vampiric Cape', 13, -1, 5, 2750, 7, 950, 8, true, 2], - 17885: ['Hallowed Hide', 6, -1, 50, 2750, 6, 750, 8, true, 2], - 17886: ["Ruthven's Rosary", 9, -1, 95, 2750, 4, 550, 8, true, 2], - 17889: ['Teal Treat', 10, -1, 3560, 3200, 0, 10, 2, false, 0], - 17890: ['Hazel Treat', 10, -1, 3605, 3200, 0, 10, 2, false, 0], - 17891: ['Azure Treat', 10, -1, 3650, 3200, 0, 10, 2, false, 0], - 17892: ['Crimson Treat', 10, -1, 3695, 3200, 0, 10, 2, false, 0], - 17893: ['Scarlet Treat', 10, -1, 3740, 3200, 0, 10, 2, false, 0], - 17894: ['Beryl Treat', 10, -1, 3785, 3200, 0, 10, 2, false, 0], - 17895: ['Onyx Treat', 10, -1, 3830, 3200, 0, 10, 2, false, 0], - 17896: ['Amaranth Treat', 10, -1, 3875, 3200, 0, 10, 2, false, 0], - 17905: ['Halloween Mystery Chest', 10, -1, 3920, 3200, 0, 0, 8, true, 0], - 17906: ['Haunted Halloween Mystery Chest', 10, -1, 3965, 3200, 0, 0, 8, true, 0], - 17907: ['Possessed Halloween Mystery Chest', 10, -1, 4010, 3200, 0, 0, 8, true, 0], - 18345: ['Needlessly Large Spoon', 2, -1, 1040, 2750, 5, 750, 6, false, 0], - 18347: ['Polarity Poison', 18, -1, 2795, 2885, 8, 1100, 6, true, 1], - 18355: ['Chefs Atire', 6, -1, 1175, 2750, 5, 700, 6, false, 0], - 18357: ['apetizerPlate1', 15, -1, 1130, 2750, 0, 0, 0, true, 1], - 18358: ['Eggshell Cowl', 13, -1, 1085, 2750, 6, 750, 6, false, 0], - 18360: ["Chef's Hat", 9, -1, 1220, 2750, 5, 450, 6, false, 0], - 18499: ['Recursion Mace', 29, -1, 320, 2840, 4, 500, 6, false, 0], - 18505: ['Foreign General Samurai Skin', 10, -1, 2480, 815, 0, 500, 7, false, 0], - 18516: ['Chest Coupon x 1', 10, -1, 3785, 1355, 0, 0, 2, true, 0], - 18517: ['Chest Coupon x 2', 10, -1, 3830, 1355, 0, 0, 2, true, 0], - 18518: ['Chest Coupon x 3', 10, -1, 3875, 1355, 0, 0, 2, true, 0], - 18519: ['Chest Coupon x 4', 10, -1, 3920, 1355, 0, 0, 2, true, 0], - 18520: ['Chest Coupon x 5', 10, -1, 3965, 1355, 0, 0, 2, true, 0], - 18522: ['Char Slot Coupon x 1', 10, -1, 4010, 1355, 0, 0, 2, true, 0], - 18523: ['Char Slot Coupon x 2', 10, -1, 4055, 1355, 0, 0, 2, true, 0], - 18524: ['Char Slot Coupon x 3', 10, -1, 4100, 1355, 0, 0, 2, true, 0], - 18525: ['Char Slot Coupon x 4', 10, -1, 4145, 1355, 0, 0, 2, true, 0], - 18526: ['Char Slot Coupon x 5', 10, -1, 4190, 1355, 0, 0, 2, true, 0], - 19114: ['Shoveguy Skin (SB)', 10, -1, 3785, 680, 0, 500, 7, true, 0], - 19115: ['B.B. Wolf Skin (SB)', 10, -1, 3830, 680, 0, 500, 7, true, 0], - 19116: ['Agent Skin (SB)', 10, -1, 3875, 680, 0, 500, 7, true, 0], - 19117: ['Brigand Skin (SB)', 10, -1, 3920, 680, 0, 500, 7, true, 0], - 19118: ['Sorceress Skin (SB)', 10, -1, 3965, 680, 0, 500, 7, true, 0], - 19119: ['Iceman Skin (SB)', 10, -1, 4010, 680, 0, 500, 7, true, 0], - 19120: ['Scarlett Skin (SB)', 10, -1, 4055, 680, 0, 500, 7, true, 0], - 19121: ['Lil Red Skin (SB)', 10, -1, 4100, 680, 0, 500, 7, true, 0], - 19122: ['Platinum Warrior Skin (SB)', 10, -1, 4145, 680, 0, 500, 7, true, 0], - 19123: ['Ranger Skin (SB)', 10, -1, 4190, 680, 0, 500, 7, true, 0], - 19124: ['Huntsman Skin (SB)', 10, -1, 4235, 680, 0, 500, 7, true, 0], - 19125: ['Holy Avenger Skin (SB)', 10, -1, 4280, 680, 0, 500, 7, true, 0], - 19126: ['Hunchback Skin (SB)', 10, -1, 4325, 680, 0, 500, 7, true, 0], - 19127: ['Witch Doctor Skin (SB)', 10, -1, 4370, 680, 0, 500, 7, true, 0], - 19128: ['Nun Skin (SB)', 10, -1, 4415, 680, 0, 500, 7, true, 0], - 19129: ['Witch Skin (SB)', 10, -1, 4460, 680, 0, 500, 7, true, 0], - 19130: ['Artemis Skin (SB)', 10, -1, 5, 725, 0, 500, 7, true, 0], - 19131: ['Bashing Bride Skin (SB)', 10, -1, 50, 725, 0, 500, 7, true, 0], - 19132: ['Eligible Bachelor Skin (SB)', 10, -1, 95, 725, 0, 500, 7, true, 0], - 19133: ['Dark Elf Huntress Skin (SB)', 10, -1, 140, 725, 0, 500, 7, true, 0], - 19134: ['Drow Trickster Skin (SB)', 10, -1, 185, 725, 0, 500, 7, true, 0], - 19135: ['Ascended Sorcerer Skin (SB)', 10, -1, 230, 725, 0, 500, 7, true, 0], - 19136: ['King Knifeula Skin (SB)', 10, -1, 275, 725, 0, 500, 7, true, 0], - 19137: ['Platinum Knight Skin (SB)', 10, -1, 320, 725, 0, 500, 7, true, 0], - 19138: ['Platinum Rogue Skin (SB)', 10, -1, 365, 725, 0, 500, 7, true, 0], - 19139: ['Deadly Vixen Skin (SB)', 10, -1, 410, 725, 0, 500, 7, true, 0], - 19141: ['Mini Sphinx Pet Skin', 10, -1, 3785, 1130, 0, 1000, 7, true, 0], - 19143: ['Mini Crystal Steed Pet Skin', 10, -1, 3830, 1130, 0, 1000, 7, true, 0], - 19145: ['Carnivorous Plant Pet Skin', 10, -1, 3875, 1130, 0, 1000, 7, true, 0], - 19147: ['Knight Companion Pet Skin', 10, -1, 3920, 1130, 0, 1000, 7, true, 0], - 19149: ['Mr Cactus Jr. Pet Skin', 10, -1, 3965, 1130, 0, 1000, 7, true, 0], - 19151: ['Mr Cactus Pet Skin', 10, -1, 4010, 1130, 0, 1000, 7, true, 0], - 19160: ['Mystic Emeritus Skin', 10, -1, 455, 725, 0, 1000, 7, true, 0], - 19161: ['Silver Ninja Skin', 10, -1, 500, 725, 0, 500, 7, true, 0], - 19162: ['Woodland Huntress Skin', 10, -1, 545, 725, 0, 1000, 7, true, 0], - 19163: ['Bunny Trickster Skin', 10, -1, 590, 725, 0, 1000, 7, true, 0], - 19164: ['Shrine Priestess Skin', 10, -1, 635, 725, 0, 1000, 7, true, 0], - 19165: ['Red Outlaw Skin', 10, -1, 680, 725, 0, 1000, 7, true, 0], - 19166: ['Shadow Mage Skin', 10, -1, 725, 725, 0, 1000, 7, true, 0], - 19167: ['Shield Maiden Skin', 10, -1, 770, 725, 0, 1000, 7, true, 0], - 19169: ['Hermit Wizard Skin', 10, -1, 2030, 815, 0, 1000, 7, true, 0], - 19172: ['Greater Suspicious Milk Bottle', 10, -1, 2885, 2615, 0, 0, 2, true, 0], - 19173: ['Greater Suspicious Milk Bottle', 10, -1, 2930, 2615, 0, 0, 2, true, 0], - 19174: ['Greater Suspicious Milk Bottle', 10, -1, 2975, 2615, 0, 0, 2, true, 0], - 19191: ['Crystal of Extreme Fortune x1', 10, -1, 3785, 1445, 0, 400, 2, true, 0], - 19192: ['Crystal of Extreme Fortune x2', 10, -1, 3830, 1445, 0, 800, 2, true, 0], - 19193: ['Crystal of Extreme Fortune x3', 10, -1, 3875, 1445, 0, 1200, 2, true, 0], - 19194: ['Crystal of Extreme Fortune x4', 10, -1, 3920, 1445, 0, 1600, 2, true, 0], - 19195: ['Crystal of Extreme Fortune x5', 10, -1, 3965, 1445, 0, 2000, 2, true, 0], - 19196: ['Crystal of Extreme Fortune x6', 10, -1, 4010, 1445, 0, 2100, 2, true, 0], - 19197: ['Crystal of Extreme Fortune x7', 10, -1, 4055, 1445, 0, 2200, 2, true, 0], - 19198: ['Crystal of Extreme Fortune x8', 10, -1, 4100, 1445, 0, 2300, 2, true, 0], - 19199: ['Crystal of Extreme Fortune x9', 10, -1, 4145, 1445, 0, 2400, 2, true, 0], - 19200: ['Crystal of Extreme Fortune x10', 10, -1, 4190, 1445, 0, 2500, 2, true, 0], - 19201: ['Crystal of Extreme Fortune x11', 10, -1, 4235, 1445, 0, 2600, 2, true, 0], - 19202: ['Crystal of Extreme Fortune x12', 10, -1, 4280, 1445, 0, 2700, 2, true, 0], - 19203: ['Crystal of Extreme Fortune x13', 10, -1, 4325, 1445, 0, 2800, 2, true, 0], - 19204: ['Crystal of Extreme Fortune x14', 10, -1, 4370, 1445, 0, 2900, 2, true, 0], - 19205: ['Crystal of Extreme Fortune x15', 10, -1, 4415, 1445, 0, 3000, 2, true, 0], - 19206: ['Crystal of Extreme Fortune x16', 10, -1, 4460, 1445, 0, 3100, 2, true, 0], - 19207: ['Crystal of Extreme Fortune x17', 10, -1, 5, 1490, 0, 3200, 2, true, 0], - 19208: ['Crystal of Extreme Fortune x18', 10, -1, 50, 1490, 0, 3300, 2, true, 0], - 19209: ['Crystal of Extreme Fortune x19', 10, -1, 95, 1490, 0, 3400, 2, true, 0], - 19210: ['Crystal of Extreme Fortune x20', 10, -1, 140, 1490, 0, 3500, 2, true, 0], - 19212: ['Keychain Cutlass', 1, -1, 455, 2615, 8, 900, 6, false, 0], - 19250: ['Crystal Key', 9, -1, 500, 2615, 6, 800, 6, false, 0], - 19251: ['Crystal Key Proc', 15, -1, 545, 2615, 0, 0, 0, false, 0], - 19252: ['Mimicry Trap', 20, -1, 590, 2615, 8, 750, 6, false, 0], - 19254: ['Prismimic', 22, -1, 635, 2615, 8, 750, 6, false, 0], - 19257: ['Virulent Venom', 18, -1, 1535, 2660, 7, 900, 8, true, 2], - 19258: ['Acidic Armor', 6, -1, 1490, 2660, 6, 700, 8, true, 2], - 19259: ['Pernicious Peridot', 9, -1, 1445, 2660, 4, 600, 8, true, 2], - 19260: ['Quartz Cutter', 24, -1, 1400, 2660, 5, 900, 8, true, 2], - 19262: ['Crystalline Kunai', 25, -1, 1310, 2660, 7, 950, 8, true, 2], - 19264: ['Radiant Heart', 9, -1, 1220, 2660, 4, 750, 8, true, 2], - 19265: ['Luminous Armor', 6, -1, 1265, 2660, 6, 800, 8, true, 2], - 19266: ['Staff of Eruption', 17, -1, 1175, 2660, 5, 850, 8, true, 2], - 19268: ['Scorchium Stone', 21, -1, 1130, 2660, 7, 900, 8, true, 2], - 19269: ['Molten Mantle', 14, -1, 1085, 2660, 6, 800, 8, true, 2], - 19270: ['Ring of the Inferno', 9, -1, 1040, 2660, 4, 750, 8, true, 2], - 19271: ['Crystal Kunai Proc', 15, -1, 1355, 2660, 0, 0, 0, false, 0], - 19282: ['Cursed Spire Spell', 11, -1, 1805, 2705, 7, 700, 6, true, 1], - 19291: ['Rage Claws', 25, -1, 1715, 2705, 7, 700, 6, true, 1], - 19298: ['Siege Scepter', 23, -1, 1625, 2705, 7, 700, 6, true, 1], - 19301: ['The Third Dimension Key', 10, -1, 2120, 230, 0, 200, 7, true, 0], - 19304: ['Seal of Cubic Conundra', 12, -1, 2705, 2750, 7, 800, 6, true, 1], - 19306: ['The Third Dimension Enchanted Key', 10, -1, 2165, 230, 0, 200, 7, true, 0], - 19307: ['Cloak of Cubic Enigma', 13, -1, 2750, 2750, 7, 800, 6, true, 1], - 19324: ['Rainbow Rod', 8, -1, 2300, 2660, 4, 100, 6, false, 0], - 19350: ['Perennial Cranium', 19, -1, 1805, 2660, 7, 900, 6, true, 1], - 19354: ['Hanagasaku', 25, -1, 1850, 2660, 7, 900, 6, true, 1], - 19361: ["Performer's Hat", 9, -1, 3965, 2660, 4, 750, 8, true, 2], - 19362: ["Magician's Robe", 14, -1, 3920, 2660, 6, 800, 8, true, 2], - 19363: ['Lightshow Scepter', 23, -1, 3875, 2660, 7, 900, 8, true, 2], - 19366: ['Magic Wand', 8, -1, 3830, 2660, 5, 850, 8, true, 2], - 19376: ['Markswoman Huntress Skin', 10, -1, 815, 725, 0, 1000, 7, true, 0], - 19377: ['Elven Archer Skin', 10, -1, 860, 725, 0, 1000, 7, true, 0], - 19378: ['Ordinary Magician Skin', 10, -1, 905, 725, 0, 1000, 7, true, 0], - 19379: ['Heroic Knight Skin', 10, -1, 950, 725, 0, 1000, 7, true, 0], - 19380: ['Ancient Sorcerer Skin', 10, -1, 995, 725, 0, 1000, 7, true, 0], - 19381: ['Dark Elf Assassin Skin', 10, -1, 1040, 725, 0, 1000, 7, true, 0], - 19384: ['Mini Limon Pet Skin', 10, -1, 4055, 1130, 0, 1000, 7, true, 0], - 19386: ['Cunning Sorcerer Skin', 10, -1, 1085, 725, 0, 1000, 7, true, 0], - 19395: ['Beach Trickster Skin', 10, -1, 1130, 725, 0, 1000, 7, true, 0], - 19396: ['Hula Mystic Skin', 10, -1, 1175, 725, 0, 1000, 7, true, 0], - 19397: ['Redcoat Assassin Skin', 10, -1, 1220, 725, 0, 1000, 7, true, 0], - 19398: ['Patriot Paladin Skin', 10, -1, 1265, 725, 0, 1000, 7, true, 0], - 19399: ['Swimsuit Mystic Skin', 10, -1, 1310, 725, 0, 1000, 7, true, 0], - 19400: ['Swimsuit Huntress Skin', 10, -1, 1355, 725, 0, 1000, 7, true, 0], - 19401: ['Swimsuit Trickster Skin', 10, -1, 1400, 725, 0, 1000, 7, true, 0], - 19402: ['Slashing Beauty Ninja Skin', 10, -1, 1445, 725, 0, 1000, 7, true, 0], - 19405: ['Sunflower Archer Skin', 10, -1, 1490, 725, 0, 1000, 7, true, 0], - 19406: ['Thief Queen Skin', 10, -1, 1535, 725, 0, 1000, 7, true, 0], - 19408: ['Mini Queen Bee Huntress Skin', 10, -1, 1580, 725, 0, 1000, 7, true, 0], - 19434: ['Lyrical Priestess Skin', 10, -1, 1625, 725, 0, 1000, 7, true, 0], - 19435: ['Princess Warrior Skin', 10, -1, 1670, 725, 0, 1000, 7, true, 0], - 19436: ['Light Cavalry Warrior Skin', 10, -1, 1715, 725, 0, 1000, 7, true, 0], - 19437: ['Clockwork Mystic Skin', 10, -1, 1760, 725, 0, 1000, 7, true, 0], - 19438: ['Twilight Acolyte Rogue Skin', 10, -1, 1805, 725, 0, 1000, 7, true, 0], - 19439: ['Ethereal Princess Archer Skin', 10, -1, 1850, 725, 0, 1000, 7, true, 0], - 19440: ['Antique Diver Knight Skin', 10, -1, 1895, 725, 0, 1000, 7, true, 0], - 19441: ['Guerilla Archer Skin', 10, -1, 1940, 725, 0, 1000, 7, true, 0], - 19442: ['Ordinary Box Rogue Skin', 10, -1, 1985, 725, 0, 1000, 7, true, 0], - 19443: ['Lifeguard Priest Skin', 10, -1, 2030, 725, 0, 1000, 7, true, 0], - 19444: ['Stone Rogue Skin', 10, -1, 2075, 725, 0, 500, 7, false, 0], - 19445: ['Stone Archer Skin', 10, -1, 2120, 725, 0, 500, 7, false, 0], - 19446: ['Stone Wizard Skin', 10, -1, 2165, 725, 0, 500, 7, false, 0], - 19447: ['Stone Priest Skin', 10, -1, 2210, 725, 0, 500, 7, false, 0], - 19448: ['Stone Warrior Skin', 10, -1, 2255, 725, 0, 500, 7, false, 0], - 19449: ['Stone Knight Skin', 10, -1, 2300, 725, 0, 500, 7, false, 0], - 19450: ['Stone Paladin Skin', 10, -1, 2345, 725, 0, 500, 7, false, 0], - 19451: ['Stone Assassin Skin', 10, -1, 2390, 725, 0, 500, 7, false, 0], - 19452: ['Stone Necromancer Skin', 10, -1, 2435, 725, 0, 500, 7, false, 0], - 19453: ['Stone Huntress Skin', 10, -1, 2480, 725, 0, 500, 7, false, 0], - 19454: ['Stone Mystic Skin', 10, -1, 2525, 725, 0, 500, 7, false, 0], - 19455: ['Stone Trickster Skin', 10, -1, 2570, 725, 0, 500, 7, false, 0], - 19456: ['Stone Sorcerer Skin', 10, -1, 2615, 725, 0, 500, 7, false, 0], - 19457: ['Stone Ninja Skin', 10, -1, 2660, 725, 0, 500, 7, false, 0], - 19458: ['Voodoo Magus Necromancer Skin', 10, -1, 2705, 725, 0, 1000, 7, true, 0], - 19463: ['Mini Stone Oryx Pet Skin', 10, -1, 4145, 1130, 0, 1000, 7, true, 0], - 19466: ['Mini Gigacorn Pet Skin', 10, -1, 4190, 1130, 0, 1000, 7, true, 0], - 19469: ['Mini Creampuff Pet Skin', 10, -1, 4235, 1130, 0, 1000, 7, true, 0], - 19472: ['Mini Desire Troll Pet Skin', 10, -1, 4280, 1130, 0, 1000, 7, true, 0], - 19475: ['Mini Rototo Pet Skin', 10, -1, 4325, 1130, 0, 1000, 7, true, 0], - 19478: ['Mini Flying Stheno Pet Skin', 10, -1, 4370, 1130, 0, 1000, 7, true, 0], - 19481: ['Surfing Bro Pet Skin', 10, -1, 4415, 1130, 0, 1000, 7, true, 0], - 19488: ['Undine Sorcerer Skin', 10, -1, 2750, 725, 0, 1000, 7, true, 0], - 19489: ['Lodestar Warrior Skin', 10, -1, 2795, 725, 0, 1000, 7, true, 0], - 19490: ['Alice Assassin Skin', 10, -1, 2840, 725, 0, 1000, 7, true, 0], - 19491: ['Mad Hatter Trickster Skin', 10, -1, 2885, 725, 0, 1000, 7, true, 0], - 19492: ['Queen Of Hearts Sorcerer Skin', 10, -1, 2930, 725, 0, 1000, 7, true, 0], - 19493: ['Mad Dwarf Paladin Skin', 10, -1, 2975, 725, 0, 1000, 7, true, 0], - 19495: ['Beachcake Rogue Skin', 10, -1, 3020, 725, 0, 1000, 7, true, 0], - 19499: ['Athena Warrior Skin', 10, -1, 3065, 725, 0, 1000, 7, true, 0], - 19500: ['Valkyrie Paladin Skin', 10, -1, 3110, 725, 0, 1000, 7, true, 0], - 19501: ['Nameless Sorcerer Skin', 10, -1, 3155, 725, 0, 1000, 7, true, 0], - 19504: ['Mini Ghost King Pet Skin', 10, -1, 4460, 1130, 0, 1000, 7, true, 0], - 19507: ['Robo Brain Pet Skin', 10, -1, 5, 1175, 0, 1000, 7, true, 0], - 19510: ['Baby Orange Drake Pet Skin', 10, -1, 50, 1175, 0, 1000, 7, true, 0], - 19513: ['Baby Yellow Drake Pet Skin', 10, -1, 95, 1175, 0, 1000, 7, true, 0], - 19516: ['Baby White Drake Pet Skin', 10, -1, 140, 1175, 0, 1000, 7, true, 0], - 19519: ['Baby Green Drake Pet Skin', 10, -1, 185, 1175, 0, 1000, 7, true, 0], - 19522: ['Mini Leviathan Pet Skin', 10, -1, 230, 1175, 0, 1000, 7, true, 0], - 19525: ['Baby Blue Drake Pet Skin', 10, -1, 275, 1175, 0, 1000, 7, true, 0], - 19528: ['Baby Purple Drake Pet Skin', 10, -1, 320, 1175, 0, 1000, 7, true, 0], - 19530: ['Mini Golem Trickster Skin', 10, -1, 3200, 725, 0, 1000, 7, true, 0], - 19532: ['Thunder God Sorcerer Skin', 10, -1, 3245, 725, 0, 1000, 7, true, 0], - 19535: ['HP Pot Pet Skin', 10, -1, 365, 1175, 0, 1000, 7, true, 0], - 19538: ['MP Pot Pet Skin', 10, -1, 410, 1175, 0, 1000, 7, true, 0], - 19542: ['Soubrette Trickster Skin', 10, -1, 3290, 725, 0, 1000, 7, true, 0], - 19543: ['Drake Hunter Skin', 10, -1, 3335, 725, 0, 1000, 7, true, 0], - 19544: ['Pharaoh Ninja Skin', 10, -1, 3380, 725, 0, 1000, 7, true, 0], - 19570: ['Heartless Necromancer Skin', 10, -1, 3425, 725, 0, 1000, 7, true, 0], - 19571: ['Plague Doctor Assassin Skin', 10, -1, 3470, 725, 0, 1000, 7, true, 0], - 19572: ['Jack-o-mancer Skin', 10, -1, 3515, 725, 0, 1000, 7, true, 0], - 19573: ['Mini Malus Sorcerer Skin', 10, -1, 3560, 725, 0, 1000, 7, true, 0], - 19574: ['Knight Lady Skin', 10, -1, 3605, 725, 0, 1000, 7, true, 0], - 19575: ['Hollow Prince Necromancer Skin', 10, -1, 3650, 725, 0, 1000, 7, true, 0], - 19576: ['Kabuki Ninja Skin', 10, -1, 3695, 725, 0, 1000, 7, true, 0], - 19577: ['Candle Maid Sorceress Skin', 10, -1, 3740, 725, 0, 1000, 7, true, 0], - 19578: ['Cleaner Maid Paladin Skin', 10, -1, 3785, 725, 0, 1000, 7, true, 0], - 19579: ['Chu-Ko-Nu Archer Skin', 10, -1, 3830, 725, 0, 1000, 7, true, 0], - 19580: ['Dark Rider Ninja Skin', 10, -1, 3875, 725, 0, 1000, 7, true, 0], - 19581: ['Monster Hunter Knight Skin', 10, -1, 3920, 725, 0, 1000, 7, true, 0], - 19582: ['Pandora Priestess Skin', 10, -1, 3965, 725, 0, 1000, 7, true, 0], - 19583: ['Living Armor Warrior Skin', 10, -1, 4010, 725, 0, 1000, 7, true, 0], - 19584: ['Underworld Archer Skin', 10, -1, 4055, 725, 0, 1000, 7, true, 0], - 19585: ['Apprentice Wizard Skin', 10, -1, 4100, 725, 0, 1000, 7, true, 0], - 19586: ['Grand Enchantress Mystic Skin', 10, -1, 4145, 725, 0, 1000, 7, true, 0], - 19587: ['Lady Violetta Necromancer Skin', 10, -1, 4190, 725, 0, 1000, 7, true, 0], - 19588: ['Bruno the Rogue Steward Skin', 10, -1, 4235, 725, 0, 1000, 7, true, 0], - 19589: ['Misery Ghost Bride Huntress Skin', 10, -1, 4280, 725, 0, 1000, 7, true, 0], - 19590: ['Vampire Groom Assassin Skin', 10, -1, 4325, 725, 0, 1000, 7, true, 0], - 19591: ['Haunted Knight Skin', 10, -1, 4370, 725, 0, 1000, 7, true, 0], - 19592: ['Turkey Rogue Skin', 10, -1, 4415, 725, 0, 1000, 7, true, 0], - 19593: ["Adorable Lil' Warrior Skin", 10, -1, 4460, 725, 0, 1000, 7, true, 0], - 19594: ['Nerd Paladin Skin', 10, -1, 5, 770, 0, 1000, 7, true, 0], - 19597: ['Crowned Penguin Pet Skin', 10, -1, 455, 1175, 0, 1000, 7, true, 0], - 19600: ['Mini Void Entity Pet Skin', 10, -1, 500, 1175, 0, 1000, 7, true, 0], - 19603: ['Hoverbot Pet Skin', 10, -1, 545, 1175, 0, 1000, 7, true, 0], - 19606: ['Zombie Dog Pet Skin', 10, -1, 590, 1175, 0, 1000, 7, true, 0], - 19609: ['Green Whale Pet Skin', 10, -1, 635, 1175, 0, 1000, 7, true, 0], - 19612: ["Pumpking's Head Pet Skin", 10, -1, 680, 1175, 0, 1000, 7, true, 0], - 19619: ['Schankmaid Assassin Skin', 10, -1, 50, 770, 0, 1000, 7, true, 0], - 19620: ['Catrina Necromancer Skin', 10, -1, 95, 770, 0, 1000, 7, true, 0], - 19621: ['Lunar Mystic Skin', 10, -1, 140, 770, 0, 1000, 7, true, 0], - 19622: ['Sunrise Hunter Skin', 10, -1, 185, 770, 0, 1000, 7, true, 0], - 19623: ['Heartless Dodger Rogue Skin', 10, -1, 230, 770, 0, 1000, 7, true, 0], - 19624: ['Heart Thief Necromancer Skin', 10, -1, 275, 770, 0, 1000, 7, true, 0], - 19627: ['Manticore Pet Skin', 10, -1, 725, 1175, 0, 1000, 7, true, 0], - 19630: ['Flying Pig Pet Skin', 10, -1, 770, 1175, 0, 1000, 7, true, 0], - 19633: ['Double Viper Pet Skin', 10, -1, 815, 1175, 0, 1000, 7, true, 0], - 19636: ['Black Hellhound Pet Skin', 10, -1, 860, 1175, 0, 1000, 7, true, 0], - 19639: ['Deerigator Pet Skin', 10, -1, 905, 1175, 0, 1000, 7, true, 0], - 19642: ['Moon Bunny Pet Skin', 10, -1, 950, 1175, 0, 1000, 7, true, 0], - 19645: ['Hungry Pumpkin Pet Skin', 10, -1, 995, 1175, 0, 1000, 7, true, 0], - 19648: ['Evil Ghost Pet Skin', 10, -1, 1040, 1175, 0, 1000, 7, true, 0], - 19651: ['Spooky Boi Pet Skin', 10, -1, 1085, 1175, 0, 1000, 7, true, 0], - 19654: ['Walking Grave Pet Skin', 10, -1, 1130, 1175, 0, 1000, 7, true, 0], - 19656: ['Gladiator Skin', 10, -1, 320, 770, 0, 1000, 7, true, 0], - 19658: ['Haunted Robe Skin', 10, -1, 365, 770, 0, 1000, 7, true, 0], - 19660: ['Oryxmas Samurai Skin', 10, -1, 185, 860, 0, 0, 7, false, 0], - 19662: ['Forax Fragment x1', 10, -1, 2885, 1400, 0, 0, 2, true, 0], - 19663: ['Forax Fragment x2', 10, -1, 2930, 1400, 0, 0, 2, true, 0], - 19664: ['Forax Fragment x3', 10, -1, 2975, 1400, 0, 0, 2, true, 0], - 19665: ['Forax Fragment x4', 10, -1, 3020, 1400, 0, 0, 2, true, 0], - 19666: ['Forax Fragment x5', 10, -1, 3065, 1400, 0, 0, 2, true, 0], - 19667: ['Forax Fragment x6', 10, -1, 3110, 1400, 0, 0, 2, true, 0], - 19668: ['Forax Fragment x7', 10, -1, 3155, 1400, 0, 0, 2, true, 0], - 19669: ['Forax Fragment x8', 10, -1, 3200, 1400, 0, 0, 2, true, 0], - 19670: ['Forax Fragment x9', 10, -1, 3245, 1400, 0, 0, 2, true, 0], - 19671: ['Forax Fragment x10', 10, -1, 3290, 1400, 0, 0, 2, true, 0], - 19672: ['Forax Fragment x11', 10, -1, 3335, 1400, 0, 0, 2, true, 0], - 19673: ['Forax Fragment x12', 10, -1, 3380, 1400, 0, 0, 2, true, 0], - 19674: ['Forax Fragment x13', 10, -1, 3425, 1400, 0, 0, 2, true, 0], - 19675: ['Forax Fragment x14', 10, -1, 3470, 1400, 0, 0, 2, true, 0], - 19676: ['Forax Fragment x15', 10, -1, 3515, 1400, 0, 0, 2, true, 0], - 19677: ['Forax Fragment x16', 10, -1, 3560, 1400, 0, 0, 2, true, 0], - 19678: ['Forax Fragment x17', 10, -1, 3605, 1400, 0, 0, 2, true, 0], - 19679: ['Forax Fragment x18', 10, -1, 3650, 1400, 0, 0, 2, true, 0], - 19680: ['Forax Fragment x19', 10, -1, 3695, 1400, 0, 0, 2, true, 0], - 19681: ['Forax Fragment x20', 10, -1, 3740, 1400, 0, 0, 2, true, 0], - 19682: ['Forax Fragment x21', 10, -1, 3785, 1400, 0, 0, 2, true, 0], - 19683: ['Forax Fragment x22', 10, -1, 3830, 1400, 0, 0, 2, true, 0], - 19684: ['Forax Fragment x23', 10, -1, 3875, 1400, 0, 0, 2, true, 0], - 19685: ['Forax Fragment x24', 10, -1, 3920, 1400, 0, 0, 2, true, 0], - 19686: ['Forax Fragment x25', 10, -1, 3965, 1400, 0, 0, 2, true, 0], - 19948: ['Wavecrest Concertina', 28, -1, 1445, 2705, 7, 800, 6, true, 0], - 19950: ['Snake Charmer Pungi', 28, -1, 1490, 2705, 7, 650, 6, false, 0], - 19951: ["Pharaoh's Requiem", 28, -1, 1535, 2705, 7, 1000, 6, false, 0], - 19961: ['Harmonious Harp', 3, -1, 1265, 2705, 5, 1200, 8, true, 2], - 19962: ["Angel's Fanfare", 28, -1, 1310, 2705, 7, 1300, 8, true, 2], - 19963: ['Wings of Sanctity', 14, -1, 1355, 2705, 6, 1000, 8, true, 2], - 19964: ['Heavenly Halo', 9, -1, 1400, 2705, 4, 800, 8, true, 2], - 19969: ['Orb of Conquest', 21, -1, 2120, 2705, 7, 700, 6, true, 1], - 19971: ["Chief's War Horn", 28, -1, 2165, 2705, 7, 700, 6, true, 0], - 19973: ['Seal of the Battle God', 12, -1, 2210, 2705, 7, 700, 6, true, 1], - 20275: ['Brutal Buckler', 5, -1, 2300, 2705, 7, 700, 6, true, 1], - 20276: ['Mad Javelin', 15, -1, 2390, 2705, 7, 700, 6, true, 1], - 20302: ['Tideturner Trident', 17, -1, 3650, 2660, 5, 1000, 8, true, 2], - 20303: ['Slurpian Sea Scroll', 11, -1, 3695, 2660, 7, 850, 8, true, 2], - 20304: ['Oceanic Apparel', 14, -1, 3740, 2660, 6, 800, 8, true, 2], - 20305: ['Imperial Keepsake', 9, -1, 3785, 2660, 4, 750, 8, true, 2], - 20446: ['Moonlight Village Key', 10, -1, 2390, 3110, 0, 200, 4, true, 0], - 20466: ['Tezutsu Hanabi', 23, -1, 2795, 3110, 8, 1300, 6, true, 1], - 20468: ["Sage's Wakibiki", 7, -1, 2660, 3110, 7, 950, 6, true, 1], - 20480: ['Rain Maker', 20, -1, 2885, 3110, 7, 1000, 6, true, 1], - 20483: ['Onigiri', 10, -1, 3290, 3110, 0, 600, 7, true, 0], - 20484: ['Moonlit Epic Quest Chest', 10, -1, 3245, 3110, 0, 200, 8, true, 0], - 20534: ['Tofu Delicacy', 10, -1, 2255, 3110, 0, 0, 4, true, 0], - 20604: ['Ethereal Happi', 6, -1, 2615, 3110, 7, 950, 6, true, 1], - 20605: ['Taiko Drums', 28, -1, 2480, 3110, 7, 1000, 6, true, 0], - 20606: ['Elegant Parasol', 30, -1, 2525, 3110, 7, 1000, 6, true, 0], - 20657: ['Mark of Moonlight', 10, -1, 2300, 3110, 0, 50, 2, true, 0], - 20703: ['Basic Fishing Rod', 9, -1, 905, 3155, 0, 0, 4, true, 1], - 20706: ['Flowering Kimono', 14, -1, 2570, 3110, 7, 950, 6, true, 1], - 20722: ['Intermediate Fishing Rod', 9, -1, 950, 3155, 0, 250, 4, true, 1], - 20723: ['Master Fishing Rod', 9, -1, 1040, 3155, 0, 750, 6, true, 1], - 20726: ['Legendary Fishing Rod', 9, -1, 1085, 3155, 0, 1000, 6, true, 1], - 20733: ['Steamed Clam', 10, -1, 3335, 3110, 0, 600, 7, true, 0], - 20734: ['Sizzled Tentacle', 10, -1, 3380, 3110, 0, 600, 7, true, 0], - 20735: ['Barbecued Shrimp', 10, -1, 3425, 3110, 0, 600, 7, true, 0], - 20736: ['Sushi Roll', 10, -1, 3470, 3110, 0, 1200, 7, true, 0], - 20737: ['Tuna Nigiri', 10, -1, 3515, 3110, 0, 1200, 7, true, 0], - 20738: ['Takoyaki', 10, -1, 3560, 3110, 0, 1200, 7, true, 0], - 20739: ['Grilled Fish', 10, -1, 3605, 3110, 0, 1200, 7, true, 0], - 20740: ['Akuma Ramen', 10, -1, 3650, 3110, 0, 1800, 7, true, 0], - 20741: ['Seafood Bento', 10, -1, 3695, 3110, 0, 1800, 7, true, 0], - 20742: ['Salmon Roe', 10, -1, 3740, 3110, 0, 1800, 7, true, 0], - 20743: ['Unadon', 10, -1, 3785, 3110, 0, 1800, 7, true, 0], - 20745: ['Fortitude', 8, -1, 2930, 3110, 8, 1200, 6, true, 1], - 20746: ['Vigor', 17, -1, 2975, 3110, 8, 1200, 6, true, 1], - 20748: ['The Princess and the Fox: Page 1', 10, -1, 3830, 3110, 0, 5, 7, true, 0], - 20749: ['The Princess and the Fox: Page 2', 10, -1, 3875, 3110, 0, 5, 7, true, 0], - 20750: ['The Princess and the Fox: Page 3', 10, -1, 3920, 3110, 0, 5, 7, true, 0], - 20751: ['The Princess and the Fox: Page 4', 10, -1, 3965, 3110, 0, 5, 7, true, 0], - 20752: ['The Princess and the Fox: Page 5', 10, -1, 4010, 3110, 0, 5, 7, true, 0], - 20753: ['The Princess and the Fox: Page 6', 10, -1, 4055, 3110, 0, 5, 7, true, 0], - 20754: ['The Night Prince', 10, -1, 4325, 3110, 0, 5, 7, true, 0], - 20755: ['The Night Prince', 10, -1, 4370, 3110, 0, 5, 7, true, 0], - 20756: ['Makakoyumi', 3, -1, 2750, 3110, 9, 1500, 6, true, 1], - 20760: ['Tezutsu Hanabi', 23, -1, 2840, 3110, 9, 1500, 6, true, 1], - 20764: ['Token of Happiness', 9, -1, 3020, 3110, 7, 750, 6, true, 1], - 20765: ['Token of Warmth', 9, -1, 3065, 3110, 7, 750, 6, true, 1], - 20766: ['Mischief', 2, -1, 3110, 3110, 8, 1200, 6, true, 1], - 20771: ['The Night Prince: Page 1', 10, -1, 4100, 3110, 0, 5, 7, true, 0], - 20773: ['The Night Prince: Page 2', 10, -1, 4145, 3110, 0, 5, 7, true, 0], - 20774: ['The Night Prince: Page 3', 10, -1, 4190, 3110, 0, 5, 7, true, 0], - 20775: ['The Night Prince: Page 4', 10, -1, 4235, 3110, 0, 5, 7, true, 0], - 20776: ['The Night Prince: Page 5', 10, -1, 4280, 3110, 0, 5, 7, true, 0], - 20786: ['The Night Prince', 10, -1, 50, 3155, 0, 5, 7, true, 0], - 20795: ['Kagenohikari', 9, -1, 3155, 3110, 8, 1400, 6, true, 1], - 20796: ['Concentrated Soul Fire', 10, -1, 2345, 3110, 0, 1200, 6, true, 0], - 20797: ['Kagenohikari', 9, -1, 3200, 3110, 9, 1500, 6, true, 1], - 20810: ['Expert Fishing Rod', 9, -1, 995, 3155, 0, 500, 4, true, 1], - 20814: ['The Night Prince', 10, -1, 4415, 3110, 0, 5, 7, true, 0], - 20815: ['The Night Prince', 10, -1, 4460, 3110, 0, 5, 7, true, 0], - 20827: ['The Night Prince', 10, -1, 5, 3155, 0, 5, 7, true, 0], - 20831: ["Umi's Gratitude", 10, -1, 95, 3155, 0, 0, 2, true, 0], - 20832: ['Fishing Award', 10, -1, 140, 3155, 0, 0, 2, true, 0], - 20833: ['Fisherman Title Unlocker', 10, -1, 1715, 320, 0, 0, 7, true, 0], - 20844: ['Mark of the Kitsune', 10, -1, 2435, 3110, 0, 50, 2, true, 0], - 20848: ["Umi's Blue Parcel", 10, -1, 185, 3155, 0, 0, 2, true, 0], - 20849: ["Umi's Pink Parcel", 10, -1, 230, 3155, 0, 0, 2, true, 0], - 20850: ["Umi's Yellow Parcel", 10, -1, 275, 3155, 0, 0, 2, true, 0], - 20851: ["Umi's Fishy Parcel", 10, -1, 320, 3155, 0, 0, 2, true, 0], - 20852: ['Mysterious Crate', 10, -1, 365, 3155, 0, 1000, 2, true, 0], - 20858: ['Makakoyumi', 3, -1, 2705, 3110, 8, 1300, 6, true, 1], - 20962: ['Blacklight Artifice', 20, -1, 1895, 2705, 7, 700, 6, true, 1], - 20977: ['Staff of the Saint', 17, -1, 2435, 2660, 4, 100, 6, false, 0], - 20983: ['Prismatic Slasher', 2, -1, 2390, 2660, 4, 100, 6, false, 0], - 20992: ['Kogbold Steamworks Key', 10, -1, 1805, 275, 0, 200, 7, true, 0], - 20993: ['The Nest Key', 10, -1, 1850, 275, 0, 200, 7, true, 0], - 20994: ["Shaitan's Solo Key", 10, -1, 1895, 275, 0, 200, 7, true, 0], - 20995: ["Davy's Lucky Guild Key", 10, -1, 1940, 275, 0, 200, 7, true, 0], - 20996: ['Mountain Temple Lucky Guild Key', 10, -1, 1985, 275, 0, 200, 7, true, 0], - 21002: ['Amaterasu', 27, -1, 1850, 2705, 7, 700, 6, true, 0], - 21010: ["Demon Lord's Skull", 19, -1, 1940, 2705, 7, 700, 6, true, 1], - 21012: ['Advanced Kogbold Steamworks Solo Key', 10, -1, 2435, 275, 0, 200, 7, true, 0], - 21013: ['Advanced Kogbold Steamworks Enchanted Key', 10, -1, 2480, 275, 0, 200, 7, true, 0], - 21028: ['AoOScepterProc', 15, -1, 1670, 2705, 0, 0, 0, true, 1], - 21029: ['AoOStarProc', 15, -1, 1760, 2705, 0, 0, 0, true, 1], - 21091: ['Morning Star of Mystic Light', 8, 7, 1085, 2120, 1, 53, 2, false, 0], - 21092: ['Morning Star of Silent Mourning', 8, 8, 1130, 2120, 2, 75, 2, false, 0], - 21093: ['Morning Star of Hidden Secrets', 8, 9, 1175, 2120, 3, 109, 2, false, 0], - 21094: ['Morning Star of the Night', 8, 10, 1220, 2120, 4, 159, 4, false, 0], - 21095: ['Morning Star of Harrowing Memories', 8, 11, 1265, 2120, 5, 233, 4, false, 0], - 21096: ['Morning Star of Repentance', 8, 12, 1310, 2120, 6, 450, 4, false, 0], - 21097: ['Morning Star of Conjuration', 8, 13, 1355, 2120, 7, 650, 9, false, 0], - 21098: ['Morning Star of Reckoning', 8, 14, 1400, 2120, 8, 950, 9, true, 0], - 21099: ['Spellblade of Corrupt Premonitions', 17, 10, 1175, 2255, 4, 159, 4, false, 0], - 21100: ['Spellblade of Starry Insight', 17, 11, 1220, 2255, 5, 233, 4, false, 0], - 21101: ['Spellblade of the Sun', 17, 12, 1265, 2255, 6, 450, 4, false, 0], - 21102: ['Spellblade of the Heavens Light', 17, 13, 1310, 2255, 7, 650, 9, false, 0], - 21103: ['Spellblade of the Everlasting Death', 17, 14, 1355, 2255, 8, 950, 9, true, 0], - 21113: ['StarTest', 15, -1, 3245, 2705, 0, 0, 0, true, 1], - 21116: ['Aquamarine Amulet', 9, -1, 275, 2750, 4, 600, 8, true, 2], - 21120: ['Shadow Serpent Sidearm', 27, -1, 2525, 2750, 7, 800, 6, true, 0], - 21121: ['tD WakiProcA', 15, -1, 2570, 2750, 0, 0, 0, true, 1], - 21122: ['tD WakiProcB', 15, -1, 2615, 2750, 0, 0, 0, true, 1], - 21135: ['tD WakiProcC', 15, -1, 2660, 2750, 0, 0, 0, true, 1], - 21187: ['Embellished Quiver', 15, -1, 185, 2750, 7, 850, 8, true, 2], - 21188: ['2ArcherST1A', 15, -1, 4235, 2705, 0, 0, 0, true, 1], - 21189: ['2ArcherST1B', 15, -1, 4280, 2705, 0, 0, 0, true, 1], - 21190: ['Resplendent Bow', 3, -1, 140, 2750, 5, 800, 8, true, 2], - 21191: ['Ornate Armor', 6, -1, 230, 2750, 6, 700, 8, true, 2], - 21210: ['Prism of Shattered Light', 22, -1, 1985, 2705, 7, 700, 6, true, 1], - 21218: ['Kiritsukeru', 24, -1, 3470, 2660, 5, 800, 8, true, 2], - 21221: ['Watarimono', 27, -1, 3515, 2660, 7, 850, 8, true, 2], - 21223: ['Reinforced Root Armor', 7, -1, 3560, 2660, 6, 750, 8, true, 2], - 21224: ["Traveler's Trinket", 9, -1, 3605, 2660, 4, 650, 8, true, 2], - 21227: ['Tome of the Tarnished Gods', 4, -1, 2030, 2705, 7, 700, 6, true, 1], - 21228: ['Cloak of the Darkened Sun', 13, -1, 2075, 2705, 7, 700, 6, true, 1], - 22053: ['Color Orb Red Projectile', 21, -1, 2930, 2885, 0, 0, 0, true, 1], - 22443: ["Dalvar's Battle Axe", 1, -1, 2435, 2795, 6, 900, 8, true, 2], - 22458: ['Sunken Buckler', 5, -1, 2480, 2795, 6, 950, 8, true, 2], - 22481: ['Chainmail Body Armor', 7, -1, 2525, 2795, 6, 850, 8, true, 2], - 22482: ['Gjallarhorn', 9, -1, 2570, 2795, 6, 800, 8, true, 2], - 23310: ['Mini Lord Pet Skin', 10, -1, 2750, 1220, 0, 1000, 7, true, 0], - 23313: ['Mini Tornado Pet Skin', 10, -1, 2795, 1220, 0, 1000, 7, true, 0], - 23316: ['Wooden Burrito Pet Skin', 10, -1, 2840, 1220, 0, 1000, 7, true, 0], - 23319: ['Mini Nikao Pet Skin', 10, -1, 2885, 1220, 0, 1000, 7, true, 0], - 23322: ["Lil' Davy Pet Skin", 10, -1, 2930, 1220, 0, 1000, 7, true, 0], - 23325: ['Maneki-neko Pet Skin', 10, -1, 3290, 1220, 0, 1000, 7, true, 0], - 23326: ['Jade Storm', 11, -1, 3065, 2525, 7, 950, 6, true, 1], - 23327: ['Cloak of the Mad God', 13, -1, 3110, 2525, 6, 950, 6, true, 1], - 23328: ['Shield of Flowing Clarity', 5, -1, 3155, 2525, 7, 950, 6, true, 1], - 23330: ['Random Spell Extraction Device', 11, -1, 2930, 2525, 6, 0, 6, false, 0], - 23332: ['Krathana', 24, -1, 2975, 2525, 6, 0, 6, false, 0], - 23334: ["Silex's Hammer", 1, -1, 3020, 2525, 6, 0, 6, false, 0], - 23335: ['Mirror Cloak', 13, -1, 275, 2570, 4, 500, 6, false, 0], - 23337: ['Archerang', 15, -1, 320, 2570, 4, 500, 6, false, 0], - 23339: ['Spelling Spell', 11, -1, 365, 2570, 4, 500, 6, false, 0], - 23341: ['Tome of Moral Support', 4, -1, 410, 2570, 4, 500, 6, false, 0], - 23343: ['Challenger Helm', 16, -1, 455, 2570, 4, 500, 6, false, 0], - 23344: ['Shield of Pogmur', 5, -1, 500, 2570, 4, 500, 6, false, 0], - 23346: ['Seal of Eternal Life', 12, -1, 545, 2570, 4, 500, 6, false, 0], - 23347: ['Lightning in a Bottle', 18, -1, 590, 2570, 4, 500, 6, false, 0], - 23349: ['Epiphany Skull', 19, -1, 635, 2570, 4, 500, 6, false, 0], - 23351: ['Helium Trap', 20, -1, 680, 2570, 4, 500, 6, false, 0], - 23352: ['Karma Orb', 21, -1, 725, 2570, 4, 500, 6, false, 0], - 23353: ["Fool's Prism", 22, -1, 770, 2570, 4, 500, 6, false, 0], - 23354: ['Honey Scepter Supreme', 23, -1, 815, 2570, 7, 500, 6, false, 0], - 23355: ['Unshuriken', 25, -1, 860, 2570, 4, 500, 6, false, 0], - 23357: ['NSFWakizashi', 27, -1, 905, 2570, 4, 500, 6, false, 0], - 23359: ['Omni-Impotence Ring', 9, -1, 950, 2570, 5, 500, 6, true, 2], - 23372: ['Love Letter x 1', 10, -1, 2885, 1355, 0, 0, 2, true, 0], - 23373: ['Love Letter x 2', 10, -1, 2930, 1355, 0, 0, 2, true, 0], - 23374: ['Love Letter x 3', 10, -1, 2975, 1355, 0, 0, 2, true, 0], - 23375: ['Love Letter x 4', 10, -1, 3020, 1355, 0, 0, 2, true, 0], - 23376: ['Love Letter x 5', 10, -1, 3065, 1355, 0, 0, 2, true, 0], - 23377: ['Love Letter x 6', 10, -1, 3110, 1355, 0, 0, 2, true, 0], - 23378: ['Love Letter x 7', 10, -1, 3155, 1355, 0, 0, 2, true, 0], - 23379: ['Love Letter x 8', 10, -1, 3200, 1355, 0, 0, 2, true, 0], - 23380: ['Love Letter x 9', 10, -1, 3245, 1355, 0, 0, 2, true, 0], - 23381: ['Love Letter x 10', 10, -1, 3290, 1355, 0, 0, 2, true, 0], - 23382: ['Love Letter x 11', 10, -1, 3335, 1355, 0, 0, 2, true, 0], - 23383: ['Love Letter x 12', 10, -1, 3380, 1355, 0, 0, 2, true, 0], - 23384: ['Love Letter x 13', 10, -1, 3425, 1355, 0, 0, 2, true, 0], - 23385: ['Love Letter x 14', 10, -1, 3470, 1355, 0, 0, 2, true, 0], - 23386: ['Love Letter x 15', 10, -1, 3515, 1355, 0, 0, 2, true, 0], - 23387: ['Love Letter x 16', 10, -1, 3560, 1355, 0, 0, 2, true, 0], - 23388: ['Love Letter x 17', 10, -1, 3605, 1355, 0, 0, 2, true, 0], - 23389: ['Love Letter x 18', 10, -1, 3650, 1355, 0, 0, 2, true, 0], - 23390: ['Love Letter x 19', 10, -1, 3695, 1355, 0, 0, 2, true, 0], - 23391: ['Love Letter x 20', 10, -1, 3740, 1355, 0, 0, 2, true, 0], - 23518: ["Mercy's Bane", 7, -1, 3605, 2525, 6, 750, 8, true, 2], - 23519: ['Bloodstone Ring', 9, -1, 3650, 2525, 4, 650, 8, true, 2], - 23520: ["Champion's Bastion", 5, -1, 3695, 2525, 7, 800, 8, true, 2], - 23521: ["Oryx's Greatsword", 1, -1, 3740, 2525, 5, 850, 8, true, 2], - 23523: ['Shard of the Mad God x1', 10, -1, 2435, 1490, 0, 0, 2, true, 0], - 23524: ['Shard of the Mad God x2', 10, -1, 2480, 1490, 0, 0, 2, true, 0], - 23525: ['Shard of the Mad God x3', 10, -1, 2525, 1490, 0, 0, 2, true, 0], - 23526: ['Shard of the Mad God x4', 10, -1, 2570, 1490, 0, 0, 2, true, 0], - 23527: ['Shard of the Mad God x5', 10, -1, 2615, 1490, 0, 0, 2, true, 0], - 23528: ['Shard of the Mad God x6', 10, -1, 2660, 1490, 0, 0, 2, true, 0], - 23529: ['Shard of the Mad God x7', 10, -1, 2705, 1490, 0, 0, 2, true, 0], - 23530: ['Shard of the Mad God x8', 10, -1, 2750, 1490, 0, 0, 2, true, 0], - 23531: ['Shard of the Mad God x9', 10, -1, 2795, 1490, 0, 0, 2, true, 0], - 23532: ['Shard of the Mad God x10', 10, -1, 2840, 1490, 0, 0, 2, true, 0], - 23533: ['Shard of the Mad God x11', 10, -1, 2885, 1490, 0, 0, 2, true, 0], - 23534: ['Shard of the Mad God x12', 10, -1, 2930, 1490, 0, 0, 2, true, 0], - 23535: ['Shard of the Mad God x13', 10, -1, 2975, 1490, 0, 0, 2, true, 0], - 23536: ['Shard of the Mad God x14', 10, -1, 3020, 1490, 0, 0, 2, true, 0], - 23537: ['Shard of the Mad God x15', 10, -1, 3065, 1490, 0, 0, 2, true, 0], - 23538: ['Shard of the Mad God x16', 10, -1, 3110, 1490, 0, 0, 2, true, 0], - 23539: ['Shard of the Mad God x17', 10, -1, 3155, 1490, 0, 0, 2, true, 0], - 23540: ['Shard of the Mad God x18', 10, -1, 3200, 1490, 0, 0, 2, true, 0], - 23541: ['Shard of the Mad God x19', 10, -1, 3245, 1490, 0, 0, 2, true, 0], - 23542: ['Shard of the Mad God x20', 10, -1, 3290, 1490, 0, 0, 2, true, 0], - 23543: ['Shard of the Mad God x21', 10, -1, 3335, 1490, 0, 0, 2, true, 0], - 23544: ['Shard of the Mad God x22', 10, -1, 3380, 1490, 0, 0, 2, true, 0], - 23545: ['Shard of the Mad God x23', 10, -1, 3425, 1490, 0, 0, 2, true, 0], - 23546: ['Shard of the Mad God x24', 10, -1, 3470, 1490, 0, 0, 2, true, 0], - 23547: ['Shard of the Mad God x25', 10, -1, 3515, 1490, 0, 0, 2, true, 0], - 23549: ['Shard of the Doorwarden x1', 10, -1, 2435, 1535, 0, 0, 2, true, 0], - 23550: ['Shard of the Doorwarden x2', 10, -1, 2480, 1535, 0, 0, 2, true, 0], - 23551: ['Shard of the Doorwarden x3', 10, -1, 2525, 1535, 0, 0, 2, true, 0], - 23552: ['Shard of the Doorwarden x4', 10, -1, 2570, 1535, 0, 0, 2, true, 0], - 23553: ['Shard of the Doorwarden x5', 10, -1, 2615, 1535, 0, 0, 2, true, 0], - 23554: ['Shard of the Doorwarden x6', 10, -1, 2660, 1535, 0, 0, 2, true, 0], - 23555: ['Shard of the Doorwarden x7', 10, -1, 2705, 1535, 0, 0, 2, true, 0], - 23556: ['Shard of the Doorwarden x8', 10, -1, 2750, 1535, 0, 0, 2, true, 0], - 23557: ['Shard of the Doorwarden x9', 10, -1, 2795, 1535, 0, 0, 2, true, 0], - 23558: ['Shard of the Doorwarden x10', 10, -1, 2840, 1535, 0, 0, 2, true, 0], - 23559: ['Shard of the Doorwarden x11', 10, -1, 2885, 1535, 0, 0, 2, true, 0], - 23560: ['Shard of the Doorwarden x12', 10, -1, 2930, 1535, 0, 0, 2, true, 0], - 23561: ['Shard of the Doorwarden x13', 10, -1, 2975, 1535, 0, 0, 2, true, 0], - 23562: ['Shard of the Doorwarden x14', 10, -1, 3020, 1535, 0, 0, 2, true, 0], - 23563: ['Shard of the Doorwarden x15', 10, -1, 3065, 1535, 0, 0, 2, true, 0], - 23564: ['Shard of the Doorwarden x16', 10, -1, 3110, 1535, 0, 0, 2, true, 0], - 23565: ['Shard of the Doorwarden x17', 10, -1, 3155, 1535, 0, 0, 2, true, 0], - 23566: ['Shard of the Doorwarden x18', 10, -1, 3200, 1535, 0, 0, 2, true, 0], - 23567: ['Shard of the Doorwarden x19', 10, -1, 3245, 1535, 0, 0, 2, true, 0], - 23568: ['Shard of the Doorwarden x20', 10, -1, 3290, 1535, 0, 0, 2, true, 0], - 23569: ['Shard of the Doorwarden x21', 10, -1, 3335, 1535, 0, 0, 2, true, 0], - 23570: ['Shard of the Doorwarden x22', 10, -1, 3380, 1535, 0, 0, 2, true, 0], - 23571: ['Shard of the Doorwarden x23', 10, -1, 3425, 1535, 0, 0, 2, true, 0], - 23572: ['Shard of the Doorwarden x24', 10, -1, 3470, 1535, 0, 0, 2, true, 0], - 23573: ['Shard of the Doorwarden x25', 10, -1, 3515, 1535, 0, 0, 2, true, 0], - 23574: ['Shard of the Doorwarden x26', 10, -1, 3560, 1535, 0, 0, 2, true, 0], - 23575: ['Shard of the Doorwarden x27', 10, -1, 3605, 1535, 0, 0, 2, true, 0], - 23576: ['Shard of the Doorwarden x28', 10, -1, 3650, 1535, 0, 0, 2, true, 0], - 23577: ['Shard of the Doorwarden x29', 10, -1, 3695, 1535, 0, 0, 2, true, 0], - 23578: ['Shard of the Doorwarden x30', 10, -1, 3740, 1535, 0, 0, 2, true, 0], - 23579: ['Shard of the Doorwarden x31', 10, -1, 3785, 1535, 0, 0, 2, true, 0], - 23580: ['Shard of the Doorwarden x32', 10, -1, 3830, 1535, 0, 0, 2, true, 0], - 23581: ['Shard of the Doorwarden x33', 10, -1, 3875, 1535, 0, 0, 2, true, 0], - 23582: ['Shard of the Doorwarden x34', 10, -1, 3920, 1535, 0, 0, 2, true, 0], - 23583: ['Shard of the Doorwarden x35', 10, -1, 3965, 1535, 0, 0, 2, true, 0], - 23605: ['Shard of the Intern x1', 10, -1, 635, 1580, 0, 0, 2, true, 0], - 23606: ['Shard of the Intern x2', 10, -1, 680, 1580, 0, 0, 2, true, 0], - 23607: ['Shard of the Intern x3', 10, -1, 725, 1580, 0, 0, 2, true, 0], - 23608: ['Shard of the Intern x4', 10, -1, 770, 1580, 0, 0, 2, true, 0], - 23609: ['Shard of the Intern x5', 10, -1, 815, 1580, 0, 0, 2, true, 0], - 23610: ['Shard of the Intern x6', 10, -1, 860, 1580, 0, 0, 2, true, 0], - 23611: ['Shard of the Intern x7', 10, -1, 905, 1580, 0, 0, 2, true, 0], - 23612: ['Shard of the Intern x8', 10, -1, 950, 1580, 0, 0, 2, true, 0], - 23613: ['Shard of the Intern x9', 10, -1, 995, 1580, 0, 0, 2, true, 0], - 23614: ['Shard of the Intern x10', 10, -1, 1040, 1580, 0, 0, 2, true, 0], - 23615: ['Shard of the Intern x11', 10, -1, 1085, 1580, 0, 0, 2, true, 0], - 23616: ['Shard of the Intern x12', 10, -1, 1130, 1580, 0, 0, 2, true, 0], - 23617: ['Shard of the Intern x13', 10, -1, 1175, 1580, 0, 0, 2, true, 0], - 23618: ['Shard of the Intern x14', 10, -1, 1220, 1580, 0, 0, 2, true, 0], - 23619: ['Shard of the Intern x15', 10, -1, 1265, 1580, 0, 0, 2, true, 0], - 24091: ['Lost Halls PermaKey', 10, -1, 4055, 185, 0, 200, 7, true, 0], - 24095: ['Feed', 10, -1, 2885, 2390, 0, 50000, 7, true, 0], - 24102: ['SuperFame', 10, -1, 2930, 2390, 0, 0, 8, true, 0], - 24109: ['Treasure Map', 10, -1, 3875, 185, 0, 200, 7, true, 0], - 24219: ["April's O", 10, -1, 3425, 2480, 0, 0, 8, true, 0], - 24220: ["April's R", 10, -1, 3470, 2480, 0, 0, 8, true, 0], - 24221: ["April's Y", 10, -1, 3515, 2480, 0, 0, 8, true, 0], - 24222: ["April's X", 10, -1, 3560, 2480, 0, 0, 8, true, 0], - 24225: ['Holy Guide Priest Skin', 10, -1, 5, 860, 0, 1000, 7, true, 0], - 24227: ['Jiangshi Trickster Skin', 10, -1, 50, 860, 0, 1000, 7, true, 0], - 24229: ['Royal Champion Samurai Skin', 10, -1, 95, 860, 0, 1000, 7, true, 0], - 24231: ['Armored Champion Warrior Skin', 10, -1, 140, 860, 0, 1000, 7, true, 0], - 24233: ['Time Traveler Trickster Skin', 10, -1, 230, 860, 0, 1000, 7, true, 0], - 24235: ['Skeleton Knight Skin', 10, -1, 275, 860, 0, 1000, 7, true, 0], - 24237: ['Skeleton Archer Skin', 10, -1, 320, 860, 0, 1000, 7, true, 0], - 24239: ['Scrooge Priest Skin', 10, -1, 365, 860, 0, 1000, 7, true, 0], - 24241: ['Glacius Knight Skin', 10, -1, 410, 860, 0, 1000, 7, true, 0], - 24243: ['Guillotiner Samurai Skin', 10, -1, 455, 860, 0, 1000, 7, true, 0], - 24245: ['Bolt Caster Wizard Skin', 10, -1, 500, 860, 0, 1000, 7, true, 0], - 24247: ['Spellmaster Wizard Skin', 10, -1, 545, 860, 0, 1000, 7, true, 0], - 24249: ['Archbishop Priest Skin', 10, -1, 590, 860, 0, 1000, 7, true, 0], - 24251: ['Hero Paladin Skin', 10, -1, 635, 860, 0, 1000, 7, true, 0], - 24253: ['Scorpion Hunter Rogue Skin', 10, -1, 680, 860, 0, 1000, 7, true, 0], - 24255: ['Night Elf Queen Trickster Skin', 10, -1, 725, 860, 0, 1000, 7, true, 0], - 24256: ['Mini Raijin Skin', 10, -1, 770, 860, 0, 1000, 7, true, 0], - 24257: ['Easter Mystery Gift', 10, -1, 4145, 2390, 0, 0, 8, true, 0], - 24259: ['Electronic Scholar Sorcerer Skin', 10, -1, 815, 860, 0, 1000, 7, true, 0], - 24261: ['Queen of Misrule Trickster Skin', 10, -1, 860, 860, 0, 1000, 7, true, 0], - 24263: ['Morris Dancer Priest Skin', 10, -1, 905, 860, 0, 1000, 7, true, 0], - 24265: ['Fire Goddess Mystic Skin', 10, -1, 950, 860, 0, 1000, 7, true, 0], - 24267: ['Moss Magus Wizard Skin', 10, -1, 995, 860, 0, 1000, 7, true, 0], - 24269: ['Mini Ghost Archer Skin', 10, -1, 1040, 860, 0, 1000, 7, true, 0], - 24271: ['Pirate Chief Warrior Skin', 10, -1, 1085, 860, 0, 1000, 7, true, 0], - 24273: ['Dragon Skull Necromancer Skin', 10, -1, 1130, 860, 0, 1000, 7, true, 0], - 24275: ['Doctor Priest Skin', 10, -1, 1175, 860, 0, 1000, 7, true, 0], - 24277: ['Astronaut Knight Skin', 10, -1, 1220, 860, 0, 1000, 7, true, 0], - 24279: ['Lost Lands Knight Skin', 10, -1, 1265, 860, 0, 1000, 7, true, 0], - 24281: ['Mini Totalia Mystic Skin', 10, -1, 1310, 860, 0, 1000, 7, true, 0], - 24283: ['Space Smuggler Rogue Skin', 10, -1, 1355, 860, 0, 1000, 7, true, 0], - 24285: ['Exploratory Bot Paladin Skin', 10, -1, 1400, 860, 0, 1000, 7, true, 0], - 24287: ['Shroom Warrior Skin', 10, -1, 1445, 860, 0, 1000, 7, true, 0], - 24289: ['Plague Necromancer Skin', 10, -1, 1490, 860, 0, 1000, 7, true, 0], - 24291: ['Angler Wizard Skin', 10, -1, 1535, 860, 0, 1000, 7, true, 0], - 24293: ['Lighthouse Keeper Paladin Skin', 10, -1, 1580, 860, 0, 1000, 7, true, 0], - 24295: ['Miner Warrior Skin', 10, -1, 1625, 860, 0, 1000, 7, true, 0], - 24297: ['Brandon the Fish Trickster Skin', 10, -1, 1670, 860, 0, 1000, 7, true, 0], - 24299: ['Haunted Doll Trickster Skin', 10, -1, 2390, 860, 0, 1000, 7, true, 0], - 24301: ['Lazy Skeleton Assassin Skin', 10, -1, 2435, 860, 0, 1000, 7, true, 0], - 24303: ['Locomotive Knight Skin', 10, -1, 2480, 860, 0, 1000, 7, true, 0], - 24305: ['Demon Girl Samurai Skin', 10, -1, 2525, 860, 0, 1000, 7, true, 0], - 24307: ['Urglemancer Mystic Skin', 10, -1, 2570, 860, 0, 1000, 7, true, 0], - 24309: ['Chinese Princess Warrior Skin', 10, -1, 2615, 860, 0, 1000, 7, true, 0], - 24311: ['Keyper Paladin Skin', 10, -1, 2660, 860, 0, 1000, 7, true, 0], - 24374: ['Tattooed Yakuza Samurai Skin', 10, -1, 1490, 815, 0, 1000, 7, true, 0], - 24604: ['King Skin of the Toys Pet Skin', 10, -1, 1670, 1175, 0, 1000, 7, true, 0], - 24607: ['Festive Slurp Pet Skin', 10, -1, 1715, 1175, 0, 1000, 7, true, 0], - 24611: ['Holiday Penguin Pet Skin', 10, -1, 1760, 1175, 0, 1000, 7, true, 0], - 24614: ['Young Elk Pet Skin', 10, -1, 1805, 1175, 0, 1000, 7, true, 0], - 24617: ['Krampus Pet Skin', 10, -1, 1850, 1175, 0, 1000, 7, true, 0], - 24619: ['Giant Sword Warrior Skin', 10, -1, 2075, 815, 0, 1000, 7, true, 0], - 24635: ['Champagne Lady Assassin Skin', 10, -1, 2570, 770, 0, 1000, 7, true, 0], - 24637: ['Halberdier Paladin Skin', 10, -1, 2615, 770, 0, 1000, 7, true, 0], - 24643: ['Lunar High Priestess Skin', 10, -1, 2660, 770, 0, 1000, 7, true, 0], - 24644: ['Dionysus Priest Skin', 10, -1, 2705, 770, 0, 1000, 7, true, 0], - 24645: ['Lone Rogue Skin', 10, -1, 2750, 770, 0, 1000, 7, true, 0], - 24646: ['Wise Swine Knight Skin', 10, -1, 2795, 770, 0, 1000, 7, true, 0], - 24647: ['Sand Monk Warrior Skin', 10, -1, 2840, 770, 0, 1000, 7, true, 0], - 24650: ['Egg Monster Pet Skin', 10, -1, 1895, 1175, 0, 1000, 7, true, 0], - 24653: ['Peacock Pet Skin', 10, -1, 1940, 1175, 0, 1000, 7, true, 0], - 24656: ['Tricycle Bot Pet Skin', 10, -1, 1985, 1175, 0, 1000, 7, true, 0], - 24659: ['Mini Candy Gnome Pet Skin', 10, -1, 2030, 1175, 0, 1000, 7, true, 0], - 24662: ["Lil' Mummy Pet Skin", 10, -1, 2075, 1175, 0, 1000, 7, true, 0], - 24665: ['Parasaurolophus Pet Skin', 10, -1, 2120, 1175, 0, 1000, 7, true, 0], - 24668: ['Lambeosaurus Pet Skin', 10, -1, 2165, 1175, 0, 1000, 7, true, 0], - 24670: ['Gnome Trickster Skin', 10, -1, 2885, 770, 0, 1000, 7, true, 0], - 24678: ['Veteran of 2017', 10, -1, 2705, 2480, 0, 500, 5, true, 0], - 24691: ['Guiding Spirit Pet Skin', 10, -1, 2210, 1175, 0, 1000, 7, true, 0], - 24692: ['Energy Potato', 10, -1, 1220, 2345, 0, 10000, 7, true, 0], - 24708: ['Aphrodite Mystic Skin', 10, -1, 2930, 770, 0, 1000, 7, true, 0], - 24709: ['Raccoon Rogue Skin', 10, -1, 2975, 770, 0, 1000, 7, true, 0], - 24710: ['Raven Archer Skin', 10, -1, 3020, 770, 0, 1000, 7, true, 0], - 24711: ['Bunny Magician Skin', 10, -1, 3065, 770, 0, 1000, 7, true, 0], - 24712: ['Panda Priest Skin', 10, -1, 3110, 770, 0, 1000, 7, true, 0], - 24713: ['Penguin Warrior Skin', 10, -1, 3155, 770, 0, 1000, 7, true, 0], - 24714: ['Turtle Knight Skin', 10, -1, 3200, 770, 0, 1000, 7, true, 0], - 24715: ['Mouse Paladin Skin', 10, -1, 3245, 770, 0, 1000, 7, true, 0], - 24716: ['Blue Frog Assassin Skin', 10, -1, 3290, 770, 0, 1000, 7, true, 0], - 24717: ['Anubis Necromancer Skin', 10, -1, 3335, 770, 0, 1000, 7, true, 0], - 24718: ['Reptilian Hunter Skin', 10, -1, 3380, 770, 0, 1000, 7, true, 0], - 24719: ['Mystical Owl Skin', 10, -1, 3425, 770, 0, 1000, 7, true, 0], - 24720: ['Fox Trickster Skin', 10, -1, 3470, 770, 0, 1000, 7, true, 0], - 24721: ['Piglet Sorcerer Skin', 10, -1, 3515, 770, 0, 1000, 7, true, 0], - 24722: ['Feline Blade Ninja Skin', 10, -1, 3560, 770, 0, 1000, 7, true, 0], - 24725: ['Red Heart Pet Skin', 10, -1, 2255, 1175, 0, 1000, 7, true, 0], - 24728: ['Pink Heart Pet Skin', 10, -1, 2300, 1175, 0, 1000, 7, true, 0], - 24731: ['Mini Pegasus Pet Skin', 10, -1, 2345, 1175, 0, 1000, 7, true, 0], - 24734: ['Prince Frog Pet Skin', 10, -1, 2390, 1175, 0, 1000, 7, true, 0], - 24737: ['Mystery ST Skin Shard x1', 10, -1, 1085, 1400, 0, 50, 2, true, 0], - 24738: ['Mystery ST Skin Shard x2', 10, -1, 1130, 1400, 0, 100, 2, true, 0], - 24739: ['Mystery ST Skin Shard x3', 10, -1, 1175, 1400, 0, 150, 2, true, 0], - 24740: ['Mystery ST Skin Shard x4', 10, -1, 1220, 1400, 0, 200, 2, true, 0], - 24741: ['Mystery ST Skin Shard x5', 10, -1, 1265, 1400, 0, 250, 2, true, 0], - 24742: ['Mystery ST Skin Shard x6', 10, -1, 1310, 1400, 0, 300, 2, true, 0], - 24743: ['Mystery ST Skin Shard x7', 10, -1, 1355, 1400, 0, 350, 2, true, 0], - 24744: ['Mystery ST Skin Shard x8', 10, -1, 1400, 1400, 0, 400, 2, true, 0], - 24745: ['Mystery ST Skin Shard x9', 10, -1, 1445, 1400, 0, 450, 2, true, 0], - 24746: ['Mystery ST Skin Shard x10', 10, -1, 1490, 1400, 0, 500, 2, true, 0], - 24747: ['Mystery ST Skin Shard x11', 10, -1, 1535, 1400, 0, 550, 2, true, 0], - 24748: ['Mystery ST Skin Shard x12', 10, -1, 1580, 1400, 0, 600, 2, true, 0], - 24749: ['Mystery ST Skin Shard x13', 10, -1, 1625, 1400, 0, 650, 2, true, 0], - 24750: ['Mystery ST Skin Shard x14', 10, -1, 1670, 1400, 0, 700, 2, true, 0], - 24751: ['Mystery ST Skin Shard x15', 10, -1, 1715, 1400, 0, 750, 2, true, 0], - 24753: ['Celestial Stone x1', 10, -1, 1760, 1895, 0, 0, 2, true, 0], - 24754: ['Celestial Stone x2', 10, -1, 1805, 1895, 0, 0, 2, true, 0], - 24755: ['Celestial Stone x3', 10, -1, 1850, 1895, 0, 0, 2, true, 0], - 24756: ['Celestial Stone x4', 10, -1, 1895, 1895, 0, 0, 2, true, 0], - 24757: ['Celestial Stone x5', 10, -1, 1940, 1895, 0, 0, 2, true, 0], - 24758: ['Celestial Stone x6', 10, -1, 1985, 1895, 0, 0, 2, true, 0], - 24759: ['Celestial Stone x7', 10, -1, 2030, 1895, 0, 0, 2, true, 0], - 24760: ['Celestial Stone x8', 10, -1, 2075, 1895, 0, 0, 2, true, 0], - 24761: ['Celestial Stone x9', 10, -1, 2120, 1895, 0, 0, 2, true, 0], - 24762: ['Celestial Stone x10', 10, -1, 2165, 1895, 0, 0, 2, true, 0], - 24763: ['Celestial Stone x11', 10, -1, 2210, 1895, 0, 0, 2, true, 0], - 24764: ['Celestial Stone x12', 10, -1, 2255, 1895, 0, 0, 2, true, 0], - 24765: ['Celestial Stone x13', 10, -1, 2300, 1895, 0, 0, 2, true, 0], - 24766: ['Celestial Stone x14', 10, -1, 2345, 1895, 0, 0, 2, true, 0], - 24767: ['Celestial Stone x15', 10, -1, 2390, 1895, 0, 0, 2, true, 0], - 24768: ['Celestial Stone x16', 10, -1, 2435, 1895, 0, 0, 2, true, 0], - 24769: ['Celestial Stone x17', 10, -1, 2480, 1895, 0, 0, 2, true, 0], - 24770: ['Celestial Stone x18', 10, -1, 2525, 1895, 0, 0, 2, true, 0], - 24771: ['Celestial Stone x19', 10, -1, 2570, 1895, 0, 0, 2, true, 0], - 24772: ['Celestial Stone x20', 10, -1, 2615, 1895, 0, 0, 2, true, 0], - 24774: ['Ice Potion x1', 10, -1, 2660, 1895, 0, 0, 2, true, 0], - 24775: ['Ice Potion x2', 10, -1, 2705, 1895, 0, 0, 2, true, 0], - 24776: ['Ice Potion x3', 10, -1, 2750, 1895, 0, 0, 2, true, 0], - 24777: ['Ice Potion x4', 10, -1, 2795, 1895, 0, 0, 2, true, 0], - 24778: ['Ice Potion x5', 10, -1, 2840, 1895, 0, 0, 2, true, 0], - 24779: ['Ice Potion x6', 10, -1, 2885, 1895, 0, 0, 2, true, 0], - 24780: ['Ice Potion x7', 10, -1, 2930, 1895, 0, 0, 2, true, 0], - 24781: ['Ice Potion x8', 10, -1, 2975, 1895, 0, 0, 2, true, 0], - 24782: ['Ice Potion x9', 10, -1, 3020, 1895, 0, 0, 2, true, 0], - 24783: ['Ice Potion x10', 10, -1, 3065, 1895, 0, 0, 2, true, 0], - 24785: ['Void Stone x1', 10, -1, 3110, 1895, 0, 0, 2, true, 0], - 24786: ['Void Stone x2', 10, -1, 3155, 1895, 0, 0, 2, true, 0], - 24787: ['Void Stone x3', 10, -1, 3200, 1895, 0, 0, 2, true, 0], - 24788: ['Void Stone x4', 10, -1, 3245, 1895, 0, 0, 2, true, 0], - 24789: ['Void Stone x5', 10, -1, 3290, 1895, 0, 0, 2, true, 0], - 24790: ['Void Stone x6', 10, -1, 3335, 1895, 0, 0, 2, true, 0], - 24791: ['Void Stone x7', 10, -1, 3380, 1895, 0, 0, 2, true, 0], - 24792: ['Void Stone x8', 10, -1, 3425, 1895, 0, 0, 2, true, 0], - 24793: ['Void Stone x9', 10, -1, 3470, 1895, 0, 0, 2, true, 0], - 24794: ['Void Stone x10', 10, -1, 3515, 1895, 0, 0, 2, true, 0], - 24796: ['Whisper of Destiny x1', 10, -1, 3560, 1895, 0, 0, 2, true, 0], - 24797: ['Whisper of Destiny x2', 10, -1, 3605, 1895, 0, 0, 2, true, 0], - 24798: ['Whisper of Destiny x3', 10, -1, 3650, 1895, 0, 0, 2, true, 0], - 24799: ['Whisper of Destiny x4', 10, -1, 3695, 1895, 0, 0, 2, true, 0], - 24800: ['Whisper of Destiny x5', 10, -1, 3740, 1895, 0, 0, 2, true, 0], - 24801: ['Whisper of Destiny x6', 10, -1, 3785, 1895, 0, 0, 2, true, 0], - 24802: ['Whisper of Destiny x7', 10, -1, 3830, 1895, 0, 0, 2, true, 0], - 24803: ['Whisper of Destiny x8', 10, -1, 3875, 1895, 0, 0, 2, true, 0], - 24804: ['Whisper of Destiny x9', 10, -1, 3920, 1895, 0, 0, 2, true, 0], - 24805: ['Whisper of Destiny x10', 10, -1, 3965, 1895, 0, 0, 2, true, 0], - 24806: ['Whisper of Destiny x11', 10, -1, 4010, 1895, 0, 0, 2, true, 0], - 24807: ['Whisper of Destiny x12', 10, -1, 4055, 1895, 0, 0, 2, true, 0], - 24808: ['Whisper of Destiny x13', 10, -1, 4100, 1895, 0, 0, 2, true, 0], - 24809: ['Whisper of Destiny x14', 10, -1, 4145, 1895, 0, 0, 2, true, 0], - 24810: ['Whisper of Destiny x15', 10, -1, 4190, 1895, 0, 0, 2, true, 0], - 24811: ['Whisper of Destiny x16', 10, -1, 4235, 1895, 0, 0, 2, true, 0], - 24812: ['Whisper of Destiny x17', 10, -1, 4280, 1895, 0, 0, 2, true, 0], - 24813: ['Whisper of Destiny x18', 10, -1, 4325, 1895, 0, 0, 2, true, 0], - 24814: ['Whisper of Destiny x19', 10, -1, 4370, 1895, 0, 0, 2, true, 0], - 24815: ['Whisper of Destiny x20', 10, -1, 4415, 1895, 0, 0, 2, true, 0], - 24834: ["Soul's Guidance", 8, -1, 4010, 2300, 6, 800, 6, false, 0], - 24837: ['Bagston Pet Skin', 10, -1, 950, 1130, 0, 1000, 7, true, 0], - 24840: ['Goldy Pet Skin', 10, -1, 995, 1130, 0, 1000, 7, true, 0], - 24843: ['Jaco Pet Skin', 10, -1, 1040, 1130, 0, 1000, 7, true, 0], - 24850: ['Echo of Destiny x1', 10, -1, 860, 1940, 0, 0, 2, true, 0], - 24851: ['Echo of Destiny x2', 10, -1, 905, 1940, 0, 0, 2, true, 0], - 24852: ['Echo of Destiny x3', 10, -1, 950, 1940, 0, 0, 2, true, 0], - 24853: ['Echo of Destiny x4', 10, -1, 995, 1940, 0, 0, 2, true, 0], - 24854: ['Echo of Destiny x5', 10, -1, 1040, 1940, 0, 0, 2, true, 0], - 24855: ['Echo of Destiny x6', 10, -1, 1085, 1940, 0, 0, 2, true, 0], - 24856: ['Echo of Destiny x7', 10, -1, 1130, 1940, 0, 0, 2, true, 0], - 24857: ['Echo of Destiny x8', 10, -1, 1175, 1940, 0, 0, 2, true, 0], - 24858: ['Echo of Destiny x9', 10, -1, 1220, 1940, 0, 0, 2, true, 0], - 24859: ['Echo of Destiny x10', 10, -1, 1265, 1940, 0, 0, 2, true, 0], - 24860: ['Echo of Destiny x11', 10, -1, 1310, 1940, 0, 0, 2, true, 0], - 24861: ['Echo of Destiny x12', 10, -1, 1355, 1940, 0, 0, 2, true, 0], - 24862: ['Echo of Destiny x13', 10, -1, 1400, 1940, 0, 0, 2, true, 0], - 24863: ['Echo of Destiny x14', 10, -1, 1445, 1940, 0, 0, 2, true, 0], - 24864: ['Echo of Destiny x15', 10, -1, 1490, 1940, 0, 0, 2, true, 0], - 24865: ['Echo of Destiny x16', 10, -1, 1535, 1940, 0, 0, 2, true, 0], - 24866: ['Echo of Destiny x17', 10, -1, 1580, 1940, 0, 0, 2, true, 0], - 24867: ['Echo of Destiny x18', 10, -1, 1625, 1940, 0, 0, 2, true, 0], - 24868: ['Echo of Destiny x19', 10, -1, 1670, 1940, 0, 0, 2, true, 0], - 24869: ['Echo of Destiny x20', 10, -1, 1715, 1940, 0, 0, 2, true, 0], - 24871: ['Echoes of Stone x1', 10, -1, 1760, 1940, 0, 0, 2, true, 0], - 24872: ['Echoes of Stone x2', 10, -1, 1805, 1940, 0, 0, 2, true, 0], - 24873: ['Echoes of Stone x3', 10, -1, 1850, 1940, 0, 0, 2, true, 0], - 24874: ['Echoes of Stone x4', 10, -1, 1895, 1940, 0, 0, 2, true, 0], - 24875: ['Echoes of Stone x5', 10, -1, 1940, 1940, 0, 0, 2, true, 0], - 24876: ['Echoes of Stone x6', 10, -1, 1985, 1940, 0, 0, 2, true, 0], - 24877: ['Echoes of Stone x7', 10, -1, 2030, 1940, 0, 0, 2, true, 0], - 24878: ['Echoes of Stone x8', 10, -1, 2075, 1940, 0, 0, 2, true, 0], - 24879: ['Echoes of Stone x9', 10, -1, 2120, 1940, 0, 0, 2, true, 0], - 24880: ['Echoes of Stone x10', 10, -1, 2165, 1940, 0, 0, 2, true, 0], - 24881: ['Stone Collection Chest', 10, -1, 140, 3200, 0, 0, 8, true, 0], - 24883: ['Echoes of Antinomy x1', 10, -1, 2660, 1940, 0, 0, 2, true, 0], - 24884: ['Echoes of Antinomy x2', 10, -1, 2705, 1940, 0, 0, 2, true, 0], - 24885: ['Echoes of Antinomy x3', 10, -1, 2750, 1940, 0, 0, 2, true, 0], - 24886: ['Echoes of Antinomy x4', 10, -1, 2795, 1940, 0, 0, 2, true, 0], - 24887: ['Echoes of Antinomy x5', 10, -1, 2840, 1940, 0, 0, 2, true, 0], - 24888: ['Echoes of Antinomy x6', 10, -1, 2885, 1940, 0, 0, 2, true, 0], - 24889: ['Echoes of Antinomy x7', 10, -1, 2930, 1940, 0, 0, 2, true, 0], - 24890: ['Echoes of Antinomy x8', 10, -1, 2975, 1940, 0, 0, 2, true, 0], - 24891: ['Echoes of Antinomy x9', 10, -1, 3020, 1940, 0, 0, 2, true, 0], - 24892: ['Echoes of Antinomy x10', 10, -1, 3065, 1940, 0, 0, 2, true, 0], - 24893: ['Antinomy Collection Chest', 10, -1, 185, 3200, 0, 0, 8, true, 0], - 24895: ['Echoes of a Mad God x1', 10, -1, 2210, 1940, 0, 0, 2, true, 0], - 24896: ['Echoes of a Mad God x2', 10, -1, 2255, 1940, 0, 0, 2, true, 0], - 24897: ['Echoes of a Mad God x3', 10, -1, 2300, 1940, 0, 0, 2, true, 0], - 24898: ['Echoes of a Mad God x4', 10, -1, 2345, 1940, 0, 0, 2, true, 0], - 24899: ['Echoes of a Mad God x5', 10, -1, 2390, 1940, 0, 0, 2, true, 0], - 24900: ['Echoes of a Mad God x6', 10, -1, 2435, 1940, 0, 0, 2, true, 0], - 24901: ['Echoes of a Mad God x7', 10, -1, 2480, 1940, 0, 0, 2, true, 0], - 24902: ['Echoes of a Mad God x8', 10, -1, 2525, 1940, 0, 0, 2, true, 0], - 24903: ['Echoes of a Mad God x9', 10, -1, 2570, 1940, 0, 0, 2, true, 0], - 24904: ['Echoes of a Mad God x10', 10, -1, 2615, 1940, 0, 0, 2, true, 0], - 24905: ['Kingdom Collection Chest', 10, -1, 230, 3200, 0, 0, 8, true, 0], - 24907: ['Echoes of Vindication x1', 10, -1, 3110, 1940, 0, 0, 2, true, 0], - 24908: ['Echoes of Vindication x2', 10, -1, 3155, 1940, 0, 0, 2, true, 0], - 24909: ['Echoes of Vindication x3', 10, -1, 3200, 1940, 0, 0, 2, true, 0], - 24910: ['Echoes of Vindication x4', 10, -1, 3245, 1940, 0, 0, 2, true, 0], - 24911: ['Echoes of Vindication x5', 10, -1, 3290, 1940, 0, 0, 2, true, 0], - 24912: ['Echoes of Vindication x6', 10, -1, 3335, 1940, 0, 0, 2, true, 0], - 24913: ['Echoes of Vindication x7', 10, -1, 3380, 1940, 0, 0, 2, true, 0], - 24914: ['Echoes of Vindication x8', 10, -1, 3425, 1940, 0, 0, 2, true, 0], - 24915: ['Echoes of Vindication x9', 10, -1, 3470, 1940, 0, 0, 2, true, 0], - 24916: ['Echoes of Vindication x10', 10, -1, 3515, 1940, 0, 0, 2, true, 0], - 24917: ['Vindication Collection Chest', 10, -1, 275, 3200, 0, 0, 8, true, 0], - 24918: ['Kogbold Collection Chest', 10, -1, 320, 3200, 0, 0, 8, true, 0], - 24920: ['Stalwart Token x1', 10, -1, 3560, 1940, 0, 0, 2, true, 0], - 24921: ['Stalwart Token x2', 10, -1, 3605, 1940, 0, 0, 2, true, 0], - 24922: ['Stalwart Token x3', 10, -1, 3650, 1940, 0, 0, 2, true, 0], - 24923: ['Stalwart Token x4', 10, -1, 3695, 1940, 0, 0, 2, true, 0], - 24924: ['Stalwart Token x5', 10, -1, 3740, 1940, 0, 0, 2, true, 0], - 24926: ['Sniper Token x1', 10, -1, 3785, 1940, 0, 0, 2, true, 0], - 24927: ['Sniper Token x2', 10, -1, 3830, 1940, 0, 0, 2, true, 0], - 24928: ['Sniper Token x3', 10, -1, 3875, 1940, 0, 0, 2, true, 0], - 24929: ['Sniper Token x4', 10, -1, 3920, 1940, 0, 0, 2, true, 0], - 24930: ['Sniper Token x5', 10, -1, 3965, 1940, 0, 0, 2, true, 0], - 24932: ['Swiftblade Token x1', 10, -1, 4010, 1940, 0, 0, 2, true, 0], - 24933: ['Swiftblade Token x2', 10, -1, 4055, 1940, 0, 0, 2, true, 0], - 24934: ['Swiftblade Token x3', 10, -1, 4100, 1940, 0, 0, 2, true, 0], - 24935: ['Swiftblade Token x4', 10, -1, 4145, 1940, 0, 0, 2, true, 0], - 24936: ['Swiftblade Token x5', 10, -1, 4190, 1940, 0, 0, 2, true, 0], - 24938: ['Magus Token x1', 10, -1, 4235, 1940, 0, 0, 2, true, 0], - 24939: ['Magus Token x2', 10, -1, 4280, 1940, 0, 0, 2, true, 0], - 24940: ['Magus Token x3', 10, -1, 4325, 1940, 0, 0, 2, true, 0], - 24941: ['Magus Token x4', 10, -1, 4370, 1940, 0, 0, 2, true, 0], - 24942: ['Magus Token x5', 10, -1, 4415, 1940, 0, 0, 2, true, 0], - 24944: ['Mastery Token x1', 10, -1, 4460, 1940, 0, 0, 2, true, 0], - 24945: ['Mastery Token x2', 10, -1, 5, 1985, 0, 0, 2, true, 0], - 24946: ['Mastery Token x3', 10, -1, 50, 1985, 0, 0, 2, true, 0], - 24947: ['Mastery Token x4', 10, -1, 95, 1985, 0, 0, 2, true, 0], - 24948: ['Mastery Token x5', 10, -1, 140, 1985, 0, 0, 2, true, 0], - 24949: ['Mastery Token x6', 10, -1, 185, 1985, 0, 0, 2, true, 0], - 24950: ['Mastery Token x7', 10, -1, 230, 1985, 0, 0, 2, true, 0], - 24951: ['Mastery Token x8', 10, -1, 275, 1985, 0, 0, 2, true, 0], - 24952: ['Mastery Token x9', 10, -1, 320, 1985, 0, 0, 2, true, 0], - 24953: ['Mastery Token x10', 10, -1, 365, 1985, 0, 0, 2, true, 0], - 24954: ['Mastery Token x11', 10, -1, 410, 1985, 0, 0, 2, true, 0], - 24955: ['Mastery Token x12', 10, -1, 455, 1985, 0, 0, 2, true, 0], - 24956: ['Mastery Token x13', 10, -1, 500, 1985, 0, 0, 2, true, 0], - 24957: ['Mastery Token x14', 10, -1, 545, 1985, 0, 0, 2, true, 0], - 24958: ['Mastery Token x15', 10, -1, 590, 1985, 0, 0, 2, true, 0], - 24959: ['Mastery Token x16', 10, -1, 635, 1985, 0, 0, 2, true, 0], - 24960: ['Mastery Token x17', 10, -1, 680, 1985, 0, 0, 2, true, 0], - 24961: ['Mastery Token x18', 10, -1, 725, 1985, 0, 0, 2, true, 0], - 24962: ['Mastery Token x19', 10, -1, 770, 1985, 0, 0, 2, true, 0], - 24963: ['Mastery Token x20', 10, -1, 815, 1985, 0, 0, 2, true, 0], - 24964: ["Hero's Crate", 10, -1, 365, 3200, 0, 0, 8, true, 0], - 24965: ["Hero's Dagger", 2, -1, 410, 3200, 8, 650, 9, true, 1], - 24966: ["Hero's Bow", 3, -1, 455, 3200, 8, 650, 9, true, 1], - 24967: ["Hero's Staff", 17, -1, 500, 3200, 8, 650, 9, true, 1], - 24968: ["Hero's Wand", 8, -1, 545, 3200, 8, 650, 9, true, 1], - 24969: ["Hero's Sword", 1, -1, 590, 3200, 8, 650, 9, true, 1], - 24970: ["Hero's Katana", 24, -1, 635, 3200, 8, 650, 9, true, 1], - 24971: ["Hero's Blades", 2, -1, 680, 3200, 8, 650, 9, true, 1], - 24972: ["Hero's Longbow", 3, -1, 725, 3200, 8, 650, 9, true, 1], - 24973: ["Hero's Spellblade", 17, -1, 770, 3200, 8, 650, 9, true, 1], - 24974: ['Morning Star of the Hero', 8, -1, 815, 3200, 8, 650, 9, true, 1], - 24975: ["Hero's Flail", 1, -1, 860, 3200, 8, 650, 9, true, 1], - 24976: ["Hero's Tachi", 24, -1, 905, 3200, 8, 650, 9, true, 1], - 24994: ['Aspirant Weapon Chest', 10, -1, 950, 3200, 0, 0, 8, true, 0], - 24995: ['Aspirant Armor Chest', 10, -1, 995, 3200, 0, 0, 8, true, 0], - 24996: ['Aspirant Ring Chest', 10, -1, 1040, 3200, 0, 0, 8, true, 0], - 24997: ['Aspirant Engraving Chest', 10, -1, 1085, 3200, 0, 0, 8, true, 0], - 24998: ['Voice of Destiny x1', 10, -1, 4460, 1895, 0, 0, 2, true, 0], - 24999: ['Voice of Destiny x2', 10, -1, 5, 1940, 0, 0, 2, true, 0], - 25000: ['Voice of Destiny x3', 10, -1, 50, 1940, 0, 0, 2, true, 0], - 25001: ['Voice of Destiny x4', 10, -1, 95, 1940, 0, 0, 2, true, 0], - 25002: ['Voice of Destiny x5', 10, -1, 140, 1940, 0, 0, 2, true, 0], - 25003: ['Voice of Destiny x6', 10, -1, 185, 1940, 0, 0, 2, true, 0], - 25004: ['Voice of Destiny x7', 10, -1, 230, 1940, 0, 0, 2, true, 0], - 25005: ['Voice of Destiny x8', 10, -1, 275, 1940, 0, 0, 2, true, 0], - 25006: ['Voice of Destiny x9', 10, -1, 320, 1940, 0, 0, 2, true, 0], - 25007: ['Voice of Destiny x10', 10, -1, 365, 1940, 0, 0, 2, true, 0], - 25008: ['Voice of Destiny x11', 10, -1, 410, 1940, 0, 0, 2, true, 0], - 25009: ['Voice of Destiny x12', 10, -1, 455, 1940, 0, 0, 2, true, 0], - 25010: ['Voice of Destiny x13', 10, -1, 500, 1940, 0, 0, 2, true, 0], - 25011: ['Voice of Destiny x14', 10, -1, 545, 1940, 0, 0, 2, true, 0], - 25012: ['Voice of Destiny x15', 10, -1, 590, 1940, 0, 0, 2, true, 0], - 25013: ['Voice of Destiny x16', 10, -1, 635, 1940, 0, 0, 2, true, 0], - 25014: ['Voice of Destiny x17', 10, -1, 680, 1940, 0, 0, 2, true, 0], - 25015: ['Voice of Destiny x18', 10, -1, 725, 1940, 0, 0, 2, true, 0], - 25016: ['Voice of Destiny x19', 10, -1, 770, 1940, 0, 0, 2, true, 0], - 25017: ['Voice of Destiny x20', 10, -1, 815, 1940, 0, 0, 2, true, 0], - 25018: ['Common Mystery Key', 10, -1, 1130, 3200, 0, 0, 7, true, 0], - 25019: ['Exalted Mystery Key', 10, -1, 1175, 3200, 0, 0, 7, true, 0], - 25020: ['Steamworks Compensation Chest', 10, -1, 3155, 3200, 0, 0, 8, true, 0], - 25021: ['Crucible Mystery Chest', 10, -1, 3200, 3200, 0, 0, 8, true, 0], - 25022: ['Oryxtober Mystery Chest', 10, -1, 3245, 3200, 0, 0, 8, true, 0], - 25089: ['Lovebird Pet Skin', 10, -1, 2480, 1175, 0, 1000, 7, true, 0], - 25092: ['Rat Pet Skin', 10, -1, 2525, 1175, 0, 1000, 7, true, 0], - 25095: ['Goldfish Pet Skin', 10, -1, 2435, 1175, 0, 1000, 7, true, 0], - 25098: ['Giant Monarch Pet Skin', 10, -1, 2570, 1175, 0, 1000, 7, true, 0], - 25101: ['Zodiac Dog Pet Skin', 10, -1, 2615, 1175, 0, 1000, 7, true, 0], - 25103: ['Silex Almighty Knight Skin', 10, -1, 2525, 815, 0, 1000, 7, true, 0], - 25105: ['Random Mad Scientist Skin', 10, -1, 2570, 815, 0, 1000, 7, true, 0], - 25107: ['Krathman Skin', 10, -1, 2615, 815, 0, 1000, 7, true, 0], - 25109: ['Painbow', 20, -1, 2345, 2660, 4, 100, 6, false, 0], - 25110: ['Welcome Back Gift', 10, -1, 2480, 2660, 0, 0, 2, true, 0], - 25111: ['Totally an Orange Bag', 10, -1, 2525, 2660, 0, 100, 2, true, 0], - 25113: ['Botany Book', 4, -1, 2570, 2660, 7, 950, 6, false, 0], - 25114: ['April Fools Skin Bag', 10, -1, 2615, 2660, 0, 0, 7, true, 0], - 25115: ['Bronze Ticket', 10, -1, 2795, 2660, 0, 0, 8, true, 0], - 25116: ['Silver Ticket', 10, -1, 2840, 2660, 0, 0, 8, true, 0], - 25117: ['Golden Ticket', 10, -1, 2885, 2660, 0, 0, 8, true, 0], - 25118: ['Exalt Trophy', 10, -1, 2930, 2660, 0, 50, 2, true, 0], - 25128: ['Supreme Token', 10, -1, 2390, 2570, 0, 0, 8, true, 0], - 25442: ['MotMG Quiver Proc 2', 9, -1, 1805, 3020, 0, 0, 0, true, 1], - 25443: ['MotMG Quiver Proc 3', 9, -1, 1850, 3020, 0, 0, 0, true, 1], - 25449: ['MotMG Quiver Proc 1', 9, -1, 1760, 3020, 0, 0, 0, true, 1], - 25457: ["Huntsman's Volley", 15, -1, 1715, 3020, 7, 950, 6, true, 1], - 25458: ['MotMG Quiver Proc 4', 9, -1, 1895, 3020, 0, 0, 0, true, 1], - 25474: ['Swamped Panda Pet Skin', 10, -1, 3785, 1310, 0, 1000, 7, true, 0], - 25497: ['Sulfurous Wetlands Key', 10, -1, 1490, 275, 0, 200, 7, true, 0], - 25498: ["Vanguard's Visage Proc", 9, -1, 2705, 2885, 0, 0, 0, true, 1], - 25575: ['Sulfuric Concoction', 10, -1, 1085, 3065, 0, 75, 2, false, 0], - 25590: ['Brambletooth Tachi', 24, -1, 680, 3065, 7, 800, 6, true, 1], - 25600: ['Bloodroot Extract', 10, -1, 1130, 3065, 0, 75, 2, false, 0], - 25604: ["Cupid's Garments", 6, -1, 2795, 2480, 6, 700, 6, true, 2], - 25605: ['Ring of Unbound Love', 9, -1, 2840, 2480, 5, 325, 6, true, 2], - 25606: ['Heartstruck Bow', 3, -1, 2885, 2480, 6, 800, 6, true, 2], - 25607: ['Quiver of Dazing Love', 15, -1, 2930, 2480, 8, 800, 6, true, 2], - 25610: ['World Turtles Pet Skin', 10, -1, 2075, 1220, 0, 1000, 7, true, 0], - 25620: ['Mad Pass', 10, -1, 3020, 2615, 0, 0, 8, true, 0], - 25621: ['Emblem of Quest 1', 10, -1, 3065, 2615, 0, 0, 8, true, 0], - 25622: ['Emblem of Quest 2', 10, -1, 3110, 2615, 0, 0, 8, true, 0], - 25623: ['Emblem of Quest 3', 10, -1, 3155, 2615, 0, 0, 8, true, 0], - 25624: ['Emblem of Quest 4', 10, -1, 3200, 2615, 0, 0, 8, true, 0], - 25625: ['Emblem of Quest 5', 10, -1, 3245, 2615, 0, 0, 8, true, 0], - 25626: ['Emblem of Quest 6', 10, -1, 3290, 2615, 0, 0, 8, true, 0], - 25627: ['Emblem of Quest 7', 10, -1, 3335, 2615, 0, 0, 8, true, 0], - 25628: ['Mystery ST Crate', 10, -1, 3965, 2615, 0, 0, 8, true, 0], - 25629: ['Emblem of Event Quest 1', 10, -1, 4010, 2615, 0, 0, 8, true, 0], - 25630: ['Emblem of Event Quest 2', 10, -1, 4055, 2615, 0, 0, 8, true, 0], - 25631: ['Mystery Priest ST Crate', 10, -1, 4100, 2615, 0, 0, 8, true, 0], - 25632: ['Mystery Warrior ST Crate', 10, -1, 4145, 2615, 0, 0, 8, true, 0], - 25633: ['Mystery Huntress ST Crate', 10, -1, 4190, 2615, 0, 0, 8, true, 0], - 25634: ['War STory Chest', 10, -1, 4235, 2615, 0, 0, 8, true, 0], - 25642: ['Sapphire Shard x 1', 10, -1, 185, 1400, 0, 0, 2, true, 0], - 25643: ['Sapphire Shard x 2', 10, -1, 230, 1400, 0, 0, 2, true, 0], - 25644: ['Sapphire Shard x 3', 10, -1, 275, 1400, 0, 0, 2, true, 0], - 25645: ['Sapphire Shard x 4', 10, -1, 320, 1400, 0, 0, 2, true, 0], - 25646: ['Sapphire Shard x 5', 10, -1, 365, 1400, 0, 0, 2, true, 0], - 25647: ['Sapphire Shard x 6', 10, -1, 410, 1400, 0, 0, 2, true, 0], - 25648: ['Sapphire Shard x 7', 10, -1, 455, 1400, 0, 0, 2, true, 0], - 25649: ['Sapphire Shard x 8', 10, -1, 500, 1400, 0, 0, 2, true, 0], - 25650: ['Sapphire Shard x 9', 10, -1, 545, 1400, 0, 0, 2, true, 0], - 25651: ['Sapphire Shard x 10', 10, -1, 590, 1400, 0, 0, 2, true, 0], - 25652: ['Sapphire Gem', 10, -1, 2300, 2570, 0, 500, 8, true, 0], - 25686: ['Alien Core: Power', 9, -1, 2975, 2570, 6, 750, 6, true, 2], - 25688: ['Foramite Staff', 17, -1, 3155, 2570, 7, 750, 6, false, 0], - 25690: ['Comet of Calamity', 17, -1, 3200, 2570, 7, 750, 6, true, 1], - 25691: ['Gaseous Glaive', 1, -1, 3245, 2570, 7, 750, 6, false, 0], - 25692: ['Acidic Slasher', 1, -1, 3290, 2570, 7, 750, 6, true, 1], - 25693: ['Fire Blade', 24, -1, 3335, 2570, 7, 750, 6, false, 0], - 25694: ['Moonbeam Blade', 24, -1, 3380, 2570, 7, 750, 6, true, 1], - 25695: ['Blazon Bow', 3, -1, 3425, 2570, 7, 750, 6, true, 1], - 25696: ["Sun's Judgement", 3, -1, 3470, 2570, 7, 750, 6, false, 0], - 25697: ['Corrosion Cutter', 2, -1, 3515, 2570, 7, 750, 6, true, 1], - 25698: ['Dueling Daggers', 2, -1, 3560, 2570, 7, 750, 6, false, 0], - 25699: ['Warlord Wand', 8, -1, 3605, 2570, 7, 750, 6, true, 1], - 25700: ['Snowblind Wand', 8, -1, 3650, 2570, 7, 750, 6, true, 1], - 25701: ['Alien Core: Warp', 9, -1, 3020, 2570, 6, 750, 6, true, 2], - 25702: ['Alien Core: Corrosion', 9, -1, 3065, 2570, 6, 750, 6, true, 2], - 25703: ['Alien Core: Dark Matter', 9, -1, 3110, 2570, 6, 750, 6, true, 2], - 25705: ['Metal Scrap x1', 10, -1, 1760, 1445, 0, 0, 2, true, 0], - 25706: ['Metal Scrap x2', 10, -1, 1805, 1445, 0, 0, 2, true, 0], - 25707: ['Metal Scrap x3', 10, -1, 1850, 1445, 0, 0, 2, true, 0], - 25708: ['Metal Scrap x4', 10, -1, 1895, 1445, 0, 0, 2, true, 0], - 25709: ['Metal Scrap x5', 10, -1, 1940, 1445, 0, 0, 2, true, 0], - 25710: ['Metal Scrap x6', 10, -1, 1985, 1445, 0, 0, 2, true, 0], - 25711: ['Metal Scrap x7', 10, -1, 2030, 1445, 0, 0, 2, true, 0], - 25712: ['Metal Scrap x8', 10, -1, 2075, 1445, 0, 0, 2, true, 0], - 25713: ['Metal Scrap x9', 10, -1, 2120, 1445, 0, 0, 2, true, 0], - 25714: ['Metal Scrap x10', 10, -1, 2165, 1445, 0, 0, 2, true, 0], - 25715: ['Metal Scrap x11', 10, -1, 2210, 1445, 0, 0, 2, true, 0], - 25716: ['Metal Scrap x12', 10, -1, 2255, 1445, 0, 0, 2, true, 0], - 25717: ['Metal Scrap x13', 10, -1, 2300, 1445, 0, 0, 2, true, 0], - 25718: ['Metal Scrap x14', 10, -1, 2345, 1445, 0, 0, 2, true, 0], - 25719: ['Metal Scrap x15', 10, -1, 2390, 1445, 0, 0, 2, true, 0], - 25720: ['Metal Scrap x16', 10, -1, 2435, 1445, 0, 0, 2, true, 0], - 25721: ['Metal Scrap x17', 10, -1, 2480, 1445, 0, 0, 2, true, 0], - 25722: ['Metal Scrap x18', 10, -1, 2525, 1445, 0, 0, 2, true, 0], - 25723: ['Metal Scrap x19', 10, -1, 2570, 1445, 0, 0, 2, true, 0], - 25724: ['Metal Scrap x20', 10, -1, 2615, 1445, 0, 0, 2, true, 0], - 25725: ['Metal Scrap x21', 10, -1, 2660, 1445, 0, 0, 2, true, 0], - 25726: ['Metal Scrap x22', 10, -1, 2705, 1445, 0, 0, 2, true, 0], - 25727: ['Metal Scrap x23', 10, -1, 2750, 1445, 0, 0, 2, true, 0], - 25728: ['Metal Scrap x24', 10, -1, 2795, 1445, 0, 0, 2, true, 0], - 25729: ['Metal Scrap x25', 10, -1, 2840, 1445, 0, 0, 2, true, 0], - 25731: ['Maize Machete', 2, -1, 950, 2615, 5, 900, 8, true, 2], - 25732: ['Pumpkin Prism', 22, -1, 995, 2615, 7, 950, 8, true, 2], - 25733: ['Withered Poncho', 6, -1, 1040, 2615, 6, 700, 8, true, 2], - 25734: ['Burlap Hat', 9, -1, 1085, 2615, 4, 700, 8, true, 2], - 25738: ['Bone Bow', 3, -1, 1130, 2615, 5, 900, 8, true, 2], - 25739: ['Spinal Quiver', 15, -1, 1175, 2615, 7, 800, 8, true, 2], - 25740: ['Torso Tunic', 6, -1, 1220, 2615, 6, 700, 8, true, 2], - 25741: ['Collarbone Collar', 9, -1, 1265, 2615, 4, 600, 8, true, 2], - 25745: ['Hellfire Broadsword', 1, -1, 1310, 2615, 5, 750, 8, true, 2], - 25746: ['Sacrilege Seal', 12, -1, 1355, 2615, 7, 600, 8, true, 2], - 25747: ["Tormentor's Chainmail", 7, -1, 1400, 2615, 6, 500, 8, true, 2], - 25748: ['Horned Ring', 9, -1, 1445, 2615, 4, 500, 8, true, 2], - 25751: ['Stygian Torch', 17, -1, 1490, 2615, 5, 750, 8, true, 2], - 25752: ['Orb of the Sabbath', 21, -1, 1535, 2615, 7, 700, 8, true, 2], - 25753: ['Robe of the Enchantress', 14, -1, 1580, 2615, 6, 700, 8, true, 2], - 25754: ["Witch's Brooch", 9, -1, 1625, 2615, 4, 400, 8, true, 2], - 25756: ['Demon Pumpkin', 10, -1, 1760, 2615, 0, 0, 8, true, 0], - 25757: ["Witch's Skull", 10, -1, 1805, 2615, 0, 0, 8, true, 0], - 25759: ['Supernatural Staff', 17, -1, 1850, 2615, 7, 800, 8, true, 2], - 25760: ['Spectral Spell', 11, -1, 1895, 2615, 7, 1000, 8, true, 2], - 25761: ['Immortal Mantle', 14, -1, 1940, 2615, 6, 850, 8, true, 2], - 25762: ['Phantom Pendant', 9, -1, 1985, 2615, 5, 750, 8, true, 2], - 25765: ['Caramel Apple', 10, -1, 2030, 2615, 0, 900, 7, true, 0], - 25766: ['Candy Apple', 10, -1, 2075, 2615, 0, 900, 7, true, 0], - 25767: ['Sugar Gummy Worm', 10, -1, 2120, 2615, 0, 1300, 7, true, 0], - 25768: ['Rainbow Gummy Worm', 10, -1, 2165, 2615, 0, 1300, 7, true, 0], - 25769: ['Eyecicle', 10, -1, 2210, 2615, 0, 5000, 7, true, 0], - 25770: ['Chocolate Bar', 10, -1, 2255, 2615, 0, 10000, 7, true, 0], - 25774: ['Greater Zombie Bottle', 10, -1, 2300, 2615, 0, 0, 2, true, 0], - 25775: ['Greater Zombie Bottle', 10, -1, 2345, 2615, 0, 0, 2, true, 0], - 25776: ['Greater Zombie Bottle', 10, -1, 2390, 2615, 0, 0, 2, true, 0], - 25777: ['Greater Bat Bottle', 10, -1, 2435, 2615, 0, 0, 2, true, 0], - 25778: ['Greater Bat Bottle', 10, -1, 2480, 2615, 0, 0, 2, true, 0], - 25779: ['Greater Bat Bottle', 10, -1, 2525, 2615, 0, 0, 2, true, 0], - 25780: ['Greater Ghost Bottle', 10, -1, 2570, 2615, 0, 0, 2, true, 0], - 25781: ['Greater Ghost Bottle', 10, -1, 2615, 2615, 0, 0, 2, true, 0], - 25782: ['Greater Ghost Bottle', 10, -1, 2660, 2615, 0, 0, 2, true, 0], - 25783: ['Zombie Bottle', 10, -1, 2705, 2615, 0, 0, 2, true, 0], - 25784: ['Bat Bottle', 10, -1, 2750, 2615, 0, 0, 2, true, 0], - 25785: ['Ghost Bottle', 10, -1, 2795, 2615, 0, 0, 2, true, 0], - 25786: ['Phantasm Dirk', 2, -1, 2840, 2615, 8, 950, 6, true, 1], - 25788: ['Oryxmas Ornament: Energized', 9, -1, 590, 2660, 7, 700, 6, false, 0], - 25789: ['Oryxmas Ornament: Weak', 9, -1, 635, 2660, 7, 700, 6, false, 0], - 25790: ['Oryxmas Ornament: Exposed', 9, -1, 680, 2660, 7, 700, 6, false, 0], - 25791: ['Ornaments of Unity', 9, -1, 725, 2660, 7, 1000, 6, true, 2], - 25796: ['Oryxmas Mystery Armor', 10, -1, 770, 2660, 0, 0, 8, true, 0], - 25797: ['Guild Present', 10, -1, 815, 2660, 0, 0, 8, true, 0], - 25800: ['Mystery Mystic ST Crate', 10, -1, 1625, 2660, 0, 0, 8, true, 0], - 25801: ['Mystery Assassin ST Crate', 10, -1, 1670, 2660, 0, 0, 8, true, 0], - 25802: ['Mystery Ninja ST Crate', 10, -1, 1715, 2660, 0, 0, 8, true, 0], - 25803: ['Avarice Medallion', 10, -1, 1760, 2660, 0, 0, 8, true, 0], - 25804: ['Mystery Samurai ST Crate', 10, -1, 3335, 2660, 0, 0, 8, true, 0], - 25805: ['Mystery Wizard ST Crate', 10, -1, 3380, 2660, 0, 0, 8, true, 0], - 25806: ['Mystery Sorcerer ST Crate', 10, -1, 3425, 2660, 0, 0, 8, true, 0], - 25858: ['GC Encounter Key', 10, -1, 365, 5, 0, 200, 8, true, 0], - 25981: ['Ocean Trench Enchanted Key', 10, -1, 905, 230, 0, 200, 7, true, 0], - 25982: ['The Crawling Depths Enchanted Key', 10, -1, 950, 230, 0, 200, 7, true, 0], - 25983: ['Deadwater Docks Enchanted Key', 10, -1, 995, 230, 0, 200, 7, true, 0], - 25984: ['Woodland Labyrinth Enchanted Key', 10, -1, 1040, 230, 0, 200, 7, true, 0], - 25985: ['Ice Tomb Enchanted Key', 10, -1, 1085, 230, 0, 200, 7, true, 0], - 25986: ['Cemetery Enchanted Key', 10, -1, 1130, 230, 0, 200, 7, true, 0], - 25987: ['Fungal Cavern Enchanted Key', 10, -1, 1175, 230, 0, 200, 7, true, 0], - 25988: ['Ice Cave Enchanted Key', 10, -1, 1220, 230, 0, 200, 7, true, 0], - 25989: ['Lost Halls Enchanted Key', 10, -1, 1265, 230, 0, 200, 7, true, 0], - 25990: ['Abyss Runner Key', 10, -1, 1715, 230, 0, 200, 7, true, 0], - 25991: ['Abyssal Trophy', 9, -1, 1580, 2705, 7, 500, 6, true, 1], - 25992: ['Snake Pit Enchanted Key', 10, -1, 1760, 230, 0, 200, 7, true, 0], - 25993: ["Shaitan's Enchanted Key", 10, -1, 1805, 230, 0, 200, 7, true, 0], - 25994: ["Puppet Master's Encore Enchanted Key", 10, -1, 1850, 230, 0, 200, 7, true, 0], - 25995: ['Reef Enchanted Key', 10, -1, 1895, 230, 0, 200, 7, true, 0], - 25996: ['Secluded Thicket Key', 10, -1, 1940, 230, 0, 200, 7, true, 0], - 25997: ['Shatters Enchanted Key', 10, -1, 1985, 230, 0, 200, 7, true, 0], - 25998: ['Droplet of Ambrosia', 10, -1, 2480, 2705, 0, 1800, 7, true, 0], - 25999: ['Vial of Pure Ambrosia', 10, -1, 2525, 2705, 0, 2400, 7, true, 0], - 26000: ['Chalice of Ambrosia', 10, -1, 2570, 2705, 0, 3700, 7, true, 0], - 26026: ['Warped Mantle', 7, -1, 770, 3065, 5, 750, 6, false, 0], - 26036: ['Thistleleaf Necklace', 9, -1, 815, 3065, 6, 800, 6, true, 1], - 26037: ['SulfW Ring B', 9, -1, 905, 3065, 0, 0, 0, true, 1], - 26038: ['SulfW Ring C', 9, -1, 950, 3065, 0, 0, 0, true, 1], - 26039: ['SulfW Ring D', 9, -1, 995, 3065, 0, 0, 0, true, 1], - 26040: ['SulfW Ring E', 9, -1, 1040, 3065, 0, 0, 0, true, 1], - 26041: ['SulfW Ring A', 9, -1, 860, 3065, 0, 0, 0, true, 1], - 26058: ['Mark of the Wetlands', 10, -1, 1220, 3065, 0, 50, 2, true, 0], - 26093: ['Mark of the Crystal Entity', 10, -1, 185, 2615, 0, 50, 2, true, 0], - 26095: ["Henchman's Claymore", 1, -1, 680, 2615, 6, 600, 6, true, 1], - 26096: ["Tyrant's Wand", 8, -1, 725, 2615, 6, 600, 6, true, 1], - 26097: ['Predator Bow', 3, -1, 770, 2615, 6, 600, 6, true, 1], - 26098: ["Bounty Hunter's Dagger", 2, -1, 815, 2615, 6, 600, 6, true, 1], - 26099: ["Oppressor's Staff", 17, -1, 860, 2615, 6, 600, 6, true, 1], - 26100: ['Blade of the Assailant', 24, -1, 905, 2615, 6, 600, 6, true, 1], - 26129: ['Sulfuric Stone', 20, -1, 1175, 3065, 6, 650, 4, false, 0], - 26199: ['Katalund Fragment x1', 10, -1, 1760, 1400, 0, 0, 2, true, 0], - 26200: ['Katalund Fragment x2', 10, -1, 1805, 1400, 0, 0, 2, true, 0], - 26201: ['Katalund Fragment x3', 10, -1, 1850, 1400, 0, 0, 2, true, 0], - 26202: ['Katalund Fragment x4', 10, -1, 1895, 1400, 0, 0, 2, true, 0], - 26203: ['Katalund Fragment x5', 10, -1, 1940, 1400, 0, 0, 2, true, 0], - 26204: ['Katalund Fragment x6', 10, -1, 1985, 1400, 0, 0, 2, true, 0], - 26205: ['Katalund Fragment x7', 10, -1, 2030, 1400, 0, 0, 2, true, 0], - 26206: ['Katalund Fragment x8', 10, -1, 2075, 1400, 0, 0, 2, true, 0], - 26207: ['Katalund Fragment x9', 10, -1, 2120, 1400, 0, 0, 2, true, 0], - 26208: ['Katalund Fragment x10', 10, -1, 2165, 1400, 0, 0, 2, true, 0], - 26209: ['Katalund Fragment x11', 10, -1, 2210, 1400, 0, 0, 2, true, 0], - 26210: ['Katalund Fragment x12', 10, -1, 2255, 1400, 0, 0, 2, true, 0], - 26211: ['Katalund Fragment x13', 10, -1, 2300, 1400, 0, 0, 2, true, 0], - 26212: ['Katalund Fragment x14', 10, -1, 2345, 1400, 0, 0, 2, true, 0], - 26213: ['Katalund Fragment x15', 10, -1, 2390, 1400, 0, 0, 2, true, 0], - 26214: ['Katalund Fragment x16', 10, -1, 2435, 1400, 0, 0, 2, true, 0], - 26215: ['Katalund Fragment x17', 10, -1, 2480, 1400, 0, 0, 2, true, 0], - 26216: ['Katalund Fragment x18', 10, -1, 2525, 1400, 0, 0, 2, true, 0], - 26217: ['Katalund Fragment x19', 10, -1, 2570, 1400, 0, 0, 2, true, 0], - 26218: ['Katalund Fragment x20', 10, -1, 2615, 1400, 0, 0, 2, true, 0], - 26219: ['Katalund Fragment x21', 10, -1, 2660, 1400, 0, 0, 2, true, 0], - 26220: ['Katalund Fragment x22', 10, -1, 2705, 1400, 0, 0, 2, true, 0], - 26221: ['Katalund Fragment x23', 10, -1, 2750, 1400, 0, 0, 2, true, 0], - 26222: ['Katalund Fragment x24', 10, -1, 2795, 1400, 0, 0, 2, true, 0], - 26223: ['Katalund Fragment x25', 10, -1, 2840, 1400, 0, 0, 2, true, 0], - 26719: ['Chaos Shard', 10, -1, 3200, 2660, 0, 100, 8, true, 0], - 26720: ['Golden Shard', 10, -1, 3245, 2660, 0, 100, 8, true, 0], - 26721: ['Jade Shard', 10, -1, 3290, 2660, 0, 100, 8, true, 0], - 26727: ['Mini Shaman Necromancer Skin', 10, -1, 1850, 1085, 0, 1000, 7, true, 0], - 26728: ['Mini Alchemist Assassin Skin', 10, -1, 1895, 1085, 0, 1000, 7, true, 0], - 26729: ['Shakujo', 24, -1, 3920, 3065, 5, 700, 8, true, 2], - 26730: ['Invocation Scroll', 25, -1, 3965, 3065, 7, 950, 8, true, 2], - 26731: ['Divination Cloak', 6, -1, 4010, 3065, 6, 0, 8, true, 2], - 26732: ['Omamori', 9, -1, 4055, 3065, 4, 0, 8, true, 2], - 26733: ['Cane of Caduceus', 8, -1, 4190, 3065, 5, 500, 8, true, 2], - 26734: ['Bloodletting Leeches', 4, -1, 4235, 3065, 7, 800, 8, true, 2], - 26735: ["Doctor's Overcoat", 14, -1, 4280, 3065, 6, 0, 8, true, 2], - 26736: ['Plague Mask', 9, -1, 4325, 3065, 4, 0, 8, true, 2], - 26737: ['Ninja Katana Proc Ability 1 Base', 9, -1, 4460, 3065, 0, 0, 0, true, 1], - 26738: ['Ninja Katana Proc Ability 1 Armor', 9, -1, 50, 3110, 0, 0, 0, true, 1], - 26739: ['Ninja Katana Proc Ability 2 Base', 9, -1, 230, 3110, 0, 0, 0, true, 1], - 26740: ['Ninja Katana Proc Ability 2 Armor', 9, -1, 320, 3110, 0, 0, 0, true, 1], - 26741: ['Onmyoji Ninja Set Token', 10, -1, 500, 3110, 0, 50, 5, true, 0], - 26742: ['Plague Doctor Priest Set Token', 10, -1, 545, 3110, 0, 50, 5, true, 0], - 26743: ['Ninja Katana Proc Ability 1 Full Set', 9, -1, 140, 3110, 0, 0, 0, true, 1], - 26744: ['Ninja Katana Proc Ability 2 Full Set', 9, -1, 410, 3110, 0, 0, 0, true, 1], - 26745: ['Heart Jewel Blades', 2, -1, 590, 3110, 5, 233, 4, false, 0], - 26746: ['Anteros Longbow', 3, -1, 635, 3110, 5, 233, 4, false, 0], - 26747: ['Love Heart Spellblade', 17, -1, 680, 3110, 5, 233, 4, false, 0], - 26748: ['Morning Star Of Sweet Miracles', 8, -1, 725, 3110, 5, 233, 4, false, 0], - 26749: ['Lovestruck Yoyo', 1, -1, 770, 3110, 5, 233, 4, false, 0], - 26750: ['Sweetheart Taichi', 24, -1, 815, 3110, 5, 233, 4, false, 0], - 26751: ["Valentine's Goodie Bag", 10, -1, 860, 3110, 0, 0, 8, true, 0], - 26752: ["Valentine's Gift", 10, -1, 905, 3110, 0, 0, 7, true, 0], - 26753: ["Valentine's Treasure", 10, -1, 950, 3110, 0, 0, 8, true, 0], - 26754: ['Ninja Katana Proc Ability 1 Base Ring', 9, -1, 5, 3110, 0, 0, 0, true, 1], - 26755: ['Ninja Katana Proc Ability 1 Armor Ring', 9, -1, 95, 3110, 0, 0, 0, true, 1], - 26756: ['Ninja Katana Proc Ability 1 Full Set Ring', 9, -1, 185, 3110, 0, 0, 0, true, 1], - 26757: ['Ninja Katana Proc Ability 2 Base Ring', 9, -1, 275, 3110, 0, 0, 0, true, 1], - 26758: ['Ninja Katana Proc Ability 2 Armor Ring', 9, -1, 365, 3110, 0, 0, 0, true, 1], - 26759: ['Ninja Katana Proc Ability 2 Full Set Ring', 9, -1, 455, 3110, 0, 0, 0, true, 1], - 26760: ['Divination Cloak', 6, -1, 4100, 3065, 6, 650, 8, true, 2], - 26761: ['Omamori', 9, -1, 4145, 3065, 4, 550, 8, true, 2], - 26762: ["Doctor's Overcoat", 14, -1, 4370, 3065, 6, 650, 8, true, 2], - 26763: ['Plague Mask', 9, -1, 4415, 3065, 4, 400, 8, true, 2], - 26782: ['Seasonal Vault Expansion', 10, -1, 1490, 3065, 0, 100, 7, true, 0], - 26783: ['Seasonal Potion Vault Expansion', 10, -1, 1535, 3065, 0, 100, 7, true, 0], - 26784: ['Seasonal BXP Accelerator', 10, -1, 1490, 3020, 0, 0, 7, true, 0], - 26785: ['BXP Boost Potion (20%)', 10, -1, 1535, 3020, 0, 0, 7, true, 0], - 26786: ['BXP Boost Potion (33%)', 10, -1, 1580, 3020, 0, 0, 7, true, 0], - 26787: ['BXP Boost Potion (50%)', 10, -1, 1625, 3020, 0, 0, 7, true, 0], - 26788: ['Stat Potion Drop Potion (33%)', 10, -1, 1670, 3020, 0, 0, 7, true, 0], - 26789: ['Seasonal Apple of Extreme Maxening', 10, -1, 1580, 3065, 0, 0, 8, true, 0], - 26790: ['Beginner Weapon', 10, -1, 1625, 3065, 0, 0, 0, false, 0], - 26791: ['Beginner Ability', 10, -1, 1670, 3065, 0, 0, 0, false, 0], - 26792: ['Beginner Armor', 10, -1, 1715, 3065, 0, 0, 0, false, 0], - 26793: ['Beginner Ring', 10, -1, 1760, 3065, 0, 0, 0, false, 0], - 26794: ['Intermediate Weapon', 10, -1, 1805, 3065, 0, 0, 0, false, 0], - 26795: ['Intermediate Ability', 10, -1, 1850, 3065, 0, 0, 0, false, 0], - 26796: ['Intermediate Armor', 10, -1, 1895, 3065, 0, 0, 0, false, 0], - 26797: ['Intermediate Ring', 10, -1, 1940, 3065, 0, 0, 0, false, 0], - 26798: ['Advanced Weapon', 10, -1, 1985, 3065, 0, 0, 0, false, 0], - 26799: ['Advanced Ability', 10, -1, 2030, 3065, 0, 0, 0, false, 0], - 26800: ['Advanced Armor', 10, -1, 2075, 3065, 0, 0, 0, false, 0], - 26801: ['Advanced Ring', 10, -1, 2120, 3065, 0, 0, 0, false, 0], - 27010: ['Exaltation Banner of Attack', 10, -1, 1715, 3110, 0, 200, 8, true, 0], - 27011: ['Exaltation Banner of Defense', 10, -1, 1760, 3110, 0, 200, 8, true, 0], - 27012: ['Exaltation Banner of Dexterity', 10, -1, 1805, 3110, 0, 200, 8, true, 0], - 27013: ['Exaltation Banner of Speed', 10, -1, 1850, 3110, 0, 200, 8, true, 0], - 27014: ['Exaltation Banner of Vitality', 10, -1, 1895, 3110, 0, 200, 8, true, 0], - 27015: ['Exaltation Banner of Wisdom', 10, -1, 1940, 3110, 0, 200, 8, true, 0], - 27016: ['Exaltation Banner of Life', 10, -1, 1985, 3110, 0, 200, 8, true, 0], - 27017: ['Exaltation Banner of Mana', 10, -1, 2030, 3110, 0, 200, 8, true, 0], - 27018: ['Expert Weapon', 10, -1, 2075, 3110, 0, 0, 0, false, 0], - 27019: ['Expert Ability', 10, -1, 2120, 3110, 0, 0, 0, false, 0], - 27020: ['Expert Armor', 10, -1, 2165, 3110, 0, 0, 0, false, 0], - 27021: ['Expert Ring', 10, -1, 2210, 3110, 0, 0, 0, false, 0], - 27850: ['Stanley the Spring Bunny Skin (SB)', 10, -1, 3155, 635, 0, 500, 7, true, 0], - 28066: ['Untaris Fragment x1', 10, -1, 4010, 1400, 0, 0, 2, true, 0], - 28067: ['Untaris Fragment x2', 10, -1, 4055, 1400, 0, 0, 2, true, 0], - 28068: ['Untaris Fragment x3', 10, -1, 4100, 1400, 0, 0, 2, true, 0], - 28069: ['Untaris Fragment x4', 10, -1, 4145, 1400, 0, 0, 2, true, 0], - 28070: ['Untaris Fragment x5', 10, -1, 4190, 1400, 0, 0, 2, true, 0], - 28071: ['Untaris Fragment x6', 10, -1, 4235, 1400, 0, 0, 2, true, 0], - 28072: ['Untaris Fragment x7', 10, -1, 4280, 1400, 0, 0, 2, true, 0], - 28073: ['Untaris Fragment x8', 10, -1, 4325, 1400, 0, 0, 2, true, 0], - 28074: ['Untaris Fragment x9', 10, -1, 4370, 1400, 0, 0, 2, true, 0], - 28075: ['Untaris Fragment x10', 10, -1, 4415, 1400, 0, 0, 2, true, 0], - 28076: ['Untaris Fragment x11', 10, -1, 4460, 1400, 0, 0, 2, true, 0], - 28077: ['Untaris Fragment x12', 10, -1, 5, 1445, 0, 0, 2, true, 0], - 28078: ['Untaris Fragment x13', 10, -1, 50, 1445, 0, 0, 2, true, 0], - 28079: ['Untaris Fragment x14', 10, -1, 95, 1445, 0, 0, 2, true, 0], - 28080: ['Untaris Fragment x15', 10, -1, 140, 1445, 0, 0, 2, true, 0], - 28081: ['Untaris Fragment x16', 10, -1, 185, 1445, 0, 0, 2, true, 0], - 28082: ['Untaris Fragment x17', 10, -1, 230, 1445, 0, 0, 2, true, 0], - 28083: ['Untaris Fragment x18', 10, -1, 275, 1445, 0, 0, 2, true, 0], - 28084: ['Untaris Fragment x19', 10, -1, 320, 1445, 0, 0, 2, true, 0], - 28085: ['Untaris Fragment x20', 10, -1, 365, 1445, 0, 0, 2, true, 0], - 28086: ['Untaris Fragment x21', 10, -1, 410, 1445, 0, 0, 2, true, 0], - 28087: ['Untaris Fragment x22', 10, -1, 455, 1445, 0, 0, 2, true, 0], - 28088: ['Untaris Fragment x23', 10, -1, 500, 1445, 0, 0, 2, true, 0], - 28089: ['Untaris Fragment x24', 10, -1, 545, 1445, 0, 0, 2, true, 0], - 28090: ['Untaris Fragment x25', 10, -1, 590, 1445, 0, 0, 2, true, 0], - 28626: ['Antlered Behemoth Wizard Skin', 10, -1, 2435, 950, 0, 1000, 7, true, 0], - 28628: ['Mini Nordic Knight Skin', 10, -1, 3380, 950, 0, 1000, 7, true, 0], - 28630: ['Mini Cuboid Necromancer Skin', 10, -1, 3425, 950, 0, 1000, 7, true, 0], - 28678: ['Mini Horrific Sorcerer Skin', 10, -1, 950, 815, 0, 1000, 7, true, 0], - 28681: ['Advanced Kogbold Steamworks Key', 10, -1, 2345, 275, 0, 200, 7, true, 0], - 28682: ['Advanced Kogbold Steamworks Augmented Key', 10, -1, 2390, 275, 0, 200, 7, true, 0], - 28683: ["Hunter's Longbow", 3, 7, 320, 2165, 1, 53, 2, false, 0], - 28684: ['Gilded Longbow', 3, 8, 365, 2165, 2, 75, 2, false, 0], - 28685: ['Emerald Longbow', 3, 9, 410, 2165, 3, 109, 2, false, 0], - 28686: ['Mystic Longbow', 3, 10, 455, 2165, 4, 159, 4, false, 0], - 28687: ['Crimson Longbow', 3, 11, 500, 2165, 5, 233, 4, false, 0], - 28688: ['Longbow of the Endless Sky', 3, 12, 545, 2165, 6, 450, 4, false, 0], - 28689: ['Longbow of the Morning Spirit', 3, 13, 590, 2165, 7, 650, 9, false, 0], - 28690: ['Longbow of the Midnight Diamond', 3, 14, 635, 2165, 8, 950, 9, true, 0], - 28720: ['Mouthwatering Melon', 10, -1, 2255, 2525, 0, 7500, 7, true, 0], - 28766: ['Testosterone', 10, -1, 4100, 275, 0, 0, 6, true, 0], - 28800: ['Spell of Galactic Creation', 11, 8, 185, 2705, 9, 855, 9, true, 0], - 28801: ['Tome of Sacred Thought', 4, 8, 230, 2705, 9, 855, 9, true, 0], - 28802: ['Quiver of Gaia', 15, 8, 275, 2705, 9, 855, 9, true, 0], - 28803: ['Cloak of Emptiness', 13, 8, 320, 2705, 9, 855, 9, true, 0], - 28804: ['Helm of Imperial Right', 16, 8, 365, 2705, 9, 855, 9, true, 0], - 28805: ['Shield of Belligerence', 5, 8, 410, 2705, 9, 855, 9, true, 0], - 28806: ['Seal of Righteous Victory', 12, 8, 455, 2705, 9, 855, 9, true, 0], - 28807: ['Grimhydra Poison', 18, 8, 500, 2705, 9, 855, 9, true, 0], - 28808: ['Sacrilege Skull', 19, 8, 545, 2705, 9, 855, 9, true, 0], - 28809: ['Mantlecrusher Trap', 20, 8, 590, 2705, 9, 855, 9, true, 0], - 28814: ['Morpho Pet Skin', 10, -1, 4145, 1175, 0, 1000, 7, true, 0], - 28816: ['Realitylapse Orb', 21, 8, 635, 2705, 9, 855, 9, true, 0], - 28817: ['Prism of Mindscapes', 22, 8, 680, 2705, 9, 855, 9, true, 0], - 28818: ['Scepter of Luminous Winds', 23, 8, 725, 2705, 9, 855, 9, true, 0], - 28819: ['Circle of Unity', 25, 8, 770, 2705, 9, 855, 9, true, 0], - 28820: ['Paragon Wakizashi', 27, 8, 815, 2705, 9, 855, 9, true, 0], - 28829: ['Avarice', 2, -1, 2615, 2705, 8, 1200, 6, true, 1], - 28830: ["Gambler's Fate", 22, -1, 2660, 2705, 8, 1300, 6, true, 1], - 28832: ['Turncoat Cape', 6, -1, 2705, 2705, 8, 1100, 6, true, 1], - 28833: ["Collector's Monocle", 9, -1, 2750, 2705, 8, 1000, 6, true, 1], - 28834: ['Lumiaire', 8, -1, 2795, 2705, 8, 1200, 6, true, 1], - 28835: ['Chaotic Scripture', 4, -1, 2840, 2705, 8, 1300, 6, true, 1], - 28837: ['Vesture of Duality', 14, -1, 2885, 2705, 8, 1100, 6, true, 1], - 28838: ['Divine Coronation', 9, -1, 2930, 2705, 8, 1000, 6, true, 1], - 28839: ['Superior', 17, -1, 2975, 2705, 8, 1200, 6, true, 1], - 28840: ['Genesis Spell', 11, -1, 3020, 2705, 8, 1300, 6, true, 1], - 28843: ['Diplomatic Robe', 14, -1, 3065, 2705, 8, 1100, 6, true, 1], - 28844: ["Chancellor's Cranium", 9, -1, 3110, 2705, 8, 1000, 6, true, 1], - 28846: ['Enforcer', 24, -1, 3155, 2705, 8, 1200, 6, true, 1], - 28847: ['Ballistic Star', 25, -1, 3200, 2705, 8, 1300, 6, true, 1], - 28848: ["Centaur's Shielding", 6, -1, 3290, 2705, 8, 1100, 6, true, 1], - 28849: ['Battalion Banner', 9, -1, 3335, 2705, 8, 1000, 6, true, 1], - 28851: ['Divinity', 1, -1, 3380, 2705, 8, 1200, 6, true, 1], - 28853: ["Oryx's Escutcheon", 5, -1, 3425, 2705, 8, 1300, 6, true, 1], - 28855: ['Gladiator Guard', 7, -1, 3470, 2705, 8, 1100, 6, true, 1], - 28856: ["Exalted God's Horn", 9, -1, 3515, 2705, 8, 1000, 6, true, 1], - 28880: ['Mark of the Sandstone Titan', 10, -1, 3605, 2705, 0, 50, 2, true, 0], - 28901: ['Cactus Juice', 10, -1, 3785, 2705, 0, 40, 2, false, 0], - 28920: ['Special Key A', 10, -1, 2525, 230, 0, 200, 7, true, 0], - 28960: ['Universal Fragment x1', 10, -1, 1535, 1490, 0, 0, 2, true, 0], - 28961: ['Universal Fragment x2', 10, -1, 1580, 1490, 0, 0, 2, true, 0], - 28962: ['Universal Fragment x3', 10, -1, 1625, 1490, 0, 0, 2, true, 0], - 28963: ['Universal Fragment x4', 10, -1, 1670, 1490, 0, 0, 2, true, 0], - 28964: ['Universal Fragment x5', 10, -1, 1715, 1490, 0, 0, 2, true, 0], - 28965: ['Universal Fragment x6', 10, -1, 1760, 1490, 0, 0, 2, true, 0], - 28966: ['Universal Fragment x7', 10, -1, 1805, 1490, 0, 0, 2, true, 0], - 28967: ['Universal Fragment x8', 10, -1, 1850, 1490, 0, 0, 2, true, 0], - 28968: ['Universal Fragment x9', 10, -1, 1895, 1490, 0, 0, 2, true, 0], - 28969: ['Universal Fragment x10', 10, -1, 1940, 1490, 0, 0, 2, true, 0], - 28970: ['Universal Fragment x11', 10, -1, 1985, 1490, 0, 0, 2, true, 0], - 28971: ['Universal Fragment x12', 10, -1, 2030, 1490, 0, 0, 2, true, 0], - 28972: ['Universal Fragment x13', 10, -1, 2075, 1490, 0, 0, 2, true, 0], - 28973: ['Universal Fragment x14', 10, -1, 2120, 1490, 0, 0, 2, true, 0], - 28974: ['Universal Fragment x15', 10, -1, 2165, 1490, 0, 0, 2, true, 0], - 28975: ['Universal Fragment x16', 10, -1, 2210, 1490, 0, 0, 2, true, 0], - 28976: ['Universal Fragment x17', 10, -1, 2255, 1490, 0, 0, 2, true, 0], - 28977: ['Universal Fragment x18', 10, -1, 2300, 1490, 0, 0, 2, true, 0], - 28978: ['Universal Fragment x19', 10, -1, 2345, 1490, 0, 0, 2, true, 0], - 28979: ['Universal Fragment x20', 10, -1, 2390, 1490, 0, 0, 2, true, 0], - 29036: ['Sewer Cocktail', 18, -1, 2030, 2390, 6, 750, 6, true, 1], - 29037: ['Void Blade', 24, -1, 2075, 2390, 6, 750, 6, false, 0], - 29040: ['Murky Toxin', 18, -1, 2120, 2390, 7, 800, 6, false, 0], - 29073: ['Mythical ST Crate', 10, -1, 4460, 2975, 0, 0, 8, true, 0], - 29074: ["Bella's Augmented Key", 10, -1, 3650, 230, 0, 200, 7, true, 0], - 29075: ['Ocean Trench Augmented Key', 10, -1, 3695, 230, 0, 200, 7, true, 0], - 29076: ['The Crawling Depths Augmented Key', 10, -1, 3740, 230, 0, 200, 7, true, 0], - 29077: ['Deadwater Docks Augmented Key', 10, -1, 3785, 230, 0, 200, 7, true, 0], - 29078: ['Woodland Labyrinth Augmented Key', 10, -1, 3830, 230, 0, 200, 7, true, 0], - 29079: ['Ice Tomb Augmented Key', 10, -1, 3875, 230, 0, 200, 7, true, 0], - 29080: ['Cemetery Augmented Key', 10, -1, 3920, 230, 0, 200, 7, true, 0], - 29081: ['Fungal Cavern Augmented Key', 10, -1, 3965, 230, 0, 200, 7, true, 0], - 29312: ['Glacial Cache', 10, -1, 50, 3020, 0, 0, 8, true, 0], - 29346: ['Living Tree Pet Skin', 10, -1, 1940, 1220, 0, 1000, 7, true, 0], - 29349: ['Chinchilla Pet Skin', 10, -1, 1985, 1220, 0, 1000, 7, true, 0], - 29352: ['Golden Chess Piece Pet Skin', 10, -1, 2030, 1220, 0, 1000, 7, true, 0], - 29355: ['Sprout Slime Pet Skin', 10, -1, 2300, 1220, 0, 1000, 7, true, 0], - 29357: ['Cursed Coin x1', 10, -1, 185, 1535, 0, 0, 2, true, 0], - 29358: ['Cursed Coin x2', 10, -1, 230, 1535, 0, 0, 2, true, 0], - 29359: ['Cursed Coin x3', 10, -1, 275, 1535, 0, 0, 2, true, 0], - 29360: ['Cursed Coin x4', 10, -1, 320, 1535, 0, 0, 2, true, 0], - 29361: ['Cursed Coin x5', 10, -1, 365, 1535, 0, 0, 2, true, 0], - 29362: ['Cursed Coin x6', 10, -1, 410, 1535, 0, 0, 2, true, 0], - 29363: ['Cursed Coin x7', 10, -1, 455, 1535, 0, 0, 2, true, 0], - 29364: ['Cursed Coin x8', 10, -1, 500, 1535, 0, 0, 2, true, 0], - 29365: ['Cursed Coin x9', 10, -1, 545, 1535, 0, 0, 2, true, 0], - 29366: ['Cursed Coin x10', 10, -1, 590, 1535, 0, 0, 2, true, 0], - 29367: ['Cursed Coin x11', 10, -1, 635, 1535, 0, 0, 2, true, 0], - 29368: ['Cursed Coin x12', 10, -1, 680, 1535, 0, 0, 2, true, 0], - 29369: ['Cursed Coin x13', 10, -1, 725, 1535, 0, 0, 2, true, 0], - 29370: ['Cursed Coin x14', 10, -1, 770, 1535, 0, 0, 2, true, 0], - 29371: ['Cursed Coin x15', 10, -1, 815, 1535, 0, 0, 2, true, 0], - 29372: ['Cursed Coin x16', 10, -1, 860, 1535, 0, 0, 2, true, 0], - 29373: ['Cursed Coin x17', 10, -1, 905, 1535, 0, 0, 2, true, 0], - 29374: ['Cursed Coin x18', 10, -1, 950, 1535, 0, 0, 2, true, 0], - 29375: ['Cursed Coin x19', 10, -1, 995, 1535, 0, 0, 2, true, 0], - 29376: ['Cursed Coin x20', 10, -1, 1040, 1535, 0, 0, 2, true, 0], - 29377: ['Cursed Coin x21', 10, -1, 1085, 1535, 0, 0, 2, true, 0], - 29378: ['Cursed Coin x22', 10, -1, 1130, 1535, 0, 0, 2, true, 0], - 29379: ['Cursed Coin x23', 10, -1, 1175, 1535, 0, 0, 2, true, 0], - 29380: ['Cursed Coin x24', 10, -1, 1220, 1535, 0, 0, 2, true, 0], - 29381: ['Cursed Coin x25', 10, -1, 1265, 1535, 0, 0, 2, true, 0], - 29382: ['Fungal Cavern Guild Key', 10, -1, 410, 230, 0, 200, 7, true, 0], - 29384: ['Tomb of the Ancients Guild Key', 10, -1, 455, 230, 0, 200, 7, true, 0], - 29386: ['The Nest Guild Key', 10, -1, 500, 230, 0, 200, 7, true, 0], - 29388: ['Draconis Guild Key', 10, -1, 545, 230, 0, 200, 7, true, 0], - 29390: ['Ocean Trench Guild Key', 10, -1, 590, 230, 0, 200, 7, true, 0], - 29392: ['Cemetery Guild Key', 10, -1, 635, 230, 0, 200, 7, true, 0], - 29394: ['Lost Halls Guild Key', 10, -1, 680, 230, 0, 200, 7, true, 0], - 29396: ['Shatters Guild Key', 10, -1, 725, 230, 0, 200, 7, true, 0], - 29398: ['Mountain Temple Guild Key', 10, -1, 770, 230, 0, 200, 7, true, 0], - 29400: ['Secluded Thicket Guild Key', 10, -1, 815, 230, 0, 200, 7, true, 0], - 29402: ['Parasite Chambers Guild Key', 10, -1, 860, 230, 0, 200, 7, true, 0], - 29405: ['New Life Blueprint', 10, -1, 2030, 2795, 0, 500, 7, true, 0], - 29407: ['Lodestone Blueprint', 10, -1, 2075, 2795, 0, 500, 7, true, 0], - 29408: ['Celestial Forest Blueprint', 10, -1, 725, 2840, 0, 500, 7, true, 0], - 29409: ['Mace of The Depths Blueprint', 10, -1, 770, 2840, 0, 500, 7, true, 0], - 29410: ['Crystal Mace Blueprint', 10, -1, 815, 2840, 0, 500, 7, true, 0], - 29411: ['Hivemind Mace Blueprint', 10, -1, 860, 2840, 0, 500, 7, true, 0], - 29412: ['Incubation Mace Blueprint', 10, -1, 905, 2840, 0, 500, 7, true, 0], - 29525: ['Lizardman Warrior Skin', 10, -1, 2660, 815, 0, 1000, 7, true, 0], - 29526: ['Cloaked Ascendant Rogue Skin', 10, -1, 2705, 815, 0, 1000, 7, true, 0], - 29527: ['Old Man Wizard Skin', 10, -1, 2750, 815, 0, 1000, 7, true, 0], - 29528: ['Singer Warrior Skin', 10, -1, 2795, 815, 0, 1000, 7, true, 0], - 29529: ['Grail Warden Knight Skin', 10, -1, 2840, 815, 0, 1000, 7, true, 0], - 29601: ['Samurai - Artist Extraordinaire Skin', 10, -1, 3200, 815, 0, 0, 7, true, 0], - 29603: ['Samurai - Dungeon Mastermind Skin', 10, -1, 3245, 815, 0, 0, 7, true, 0], - 29605: ['Shogun Samurai Skin', 10, -1, 3290, 815, 0, 1000, 7, true, 0], - 29607: ['Airflow Samurai Skin', 10, -1, 3335, 815, 0, 1000, 7, true, 0], - 29609: ['Peddler Assassin Skin', 10, -1, 3380, 815, 0, 1000, 7, true, 0], - 29611: ['Masked Rogue Skin', 10, -1, 3425, 815, 0, 1000, 7, true, 0], - 29613: ['Cyberpunk Samurai Skin', 10, -1, 3470, 815, 0, 1000, 7, true, 0], - 29615: ['Sushi Chef Samurai Skin', 10, -1, 3515, 815, 0, 1000, 7, true, 0], - 29617: ['Vampire Beast Rogue Skin', 10, -1, 3560, 815, 0, 1000, 7, true, 0], - 29619: ['Gravekeeper Assassin Skin', 10, -1, 3605, 815, 0, 1000, 7, true, 0], - 29621: ['Cultist of Unknown Origin Skin', 10, -1, 3650, 815, 0, 1000, 7, true, 0], - 29622: ['Supporter Extraordinaire - Warrior Skin', 10, -1, 3695, 815, 0, 0, 7, true, 0], - 29623: ['Supporter Extraordinaire - Paladin Skin', 10, -1, 3740, 815, 0, 0, 7, true, 0], - 29624: ['Supporter Extraordinaire - Samurai Skin', 10, -1, 3785, 815, 0, 0, 7, true, 0], - 29625: ['Supporter Extraordinaire - Knight Skin', 10, -1, 3830, 815, 0, 0, 7, true, 0], - 29626: ['Supporter Extraordinaire - Ninja Skin', 10, -1, 3875, 815, 0, 0, 7, true, 0], - 29627: ['Supporter Extraordinaire - Archer Skin', 10, -1, 3920, 815, 0, 0, 7, true, 0], - 29628: ['Supporter Extraordinaire - Rogue Skin', 10, -1, 3965, 815, 0, 0, 7, true, 0], - 29629: ['Supporter Extraordinaire - Assassin Skin', 10, -1, 4010, 815, 0, 0, 7, true, 0], - 29630: ['Supporter Extraordinaire - Wizard Skin', 10, -1, 4055, 815, 0, 0, 7, true, 0], - 29631: ['Supporter Extraordinaire - Necromancer Skin', 10, -1, 4100, 815, 0, 0, 7, true, 0], - 29632: ['Supporter Extraordinaire - Priest Skin', 10, -1, 4145, 815, 0, 0, 7, true, 0], - 29633: ['Supporter Extraordinaire - Sorcerer Skin', 10, -1, 4190, 815, 0, 0, 7, true, 0], - 29634: ['Supporter Extraordinaire - Huntress Skin', 10, -1, 4235, 815, 0, 0, 7, true, 0], - 29635: ['Supporter Extraordinaire - Mystic Skin', 10, -1, 4280, 815, 0, 0, 7, true, 0], - 29636: ['Supporter Extraordinaire - Trickster Skin', 10, -1, 4325, 815, 0, 0, 7, true, 0], - 29638: ['Gravekeeper Hunter Skin', 10, -1, 4370, 815, 0, 1000, 7, true, 0], - 29640: ['Gravekeeper Warrior Skin', 10, -1, 4415, 815, 0, 1000, 7, true, 0], - 29642: ['Ankou Rogue Skin', 10, -1, 4460, 815, 0, 1000, 7, true, 0], - 29645: ['Suspicious Milk Bottle', 10, -1, 3785, 2525, 0, 0, 2, true, 0], - 29646: ['Trap of the Blood Spirit', 20, -1, 3830, 2525, 8, 900, 6, true, 1], - 29647: ['Orb of Terror', 21, -1, 3875, 2525, 8, 850, 6, true, 1], - 29650: ['Mystery ST Skin', 10, -1, 2525, 2570, 0, 0, 8, true, 0], - 29651: ['Mystery Summer Skin', 10, -1, 4145, 2570, 0, 0, 7, true, 0], - 29652: ['Golden Lucky Clover', 10, -1, 230, 2615, 0, 100, 7, true, 0], - 29653: ['Bronze Reward Chest', 10, -1, 275, 2615, 0, 0, 8, true, 0], - 29654: ['Silver Reward Chest', 10, -1, 320, 2615, 0, 0, 8, true, 0], - 29655: ['Gold Reward Chest', 10, -1, 365, 2615, 0, 0, 8, true, 0], - 29656: ['Platinum Reward Chest', 10, -1, 410, 2615, 0, 0, 8, true, 0], - 29658: ['Crystal Fragment x1', 10, -1, 185, 1490, 0, 0, 2, true, 0], - 29659: ['Crystal Fragment x2', 10, -1, 230, 1490, 0, 0, 2, true, 0], - 29660: ['Crystal Fragment x3', 10, -1, 275, 1490, 0, 0, 2, true, 0], - 29661: ['Crystal Fragment x4', 10, -1, 320, 1490, 0, 0, 2, true, 0], - 29662: ['Crystal Fragment x5', 10, -1, 365, 1490, 0, 0, 2, true, 0], - 29663: ['Crystal Fragment x6', 10, -1, 410, 1490, 0, 0, 2, true, 0], - 29664: ['Crystal Fragment x7', 10, -1, 455, 1490, 0, 0, 2, true, 0], - 29665: ['Crystal Fragment x8', 10, -1, 500, 1490, 0, 0, 2, true, 0], - 29666: ['Crystal Fragment x9', 10, -1, 545, 1490, 0, 0, 2, true, 0], - 29667: ['Crystal Fragment x10', 10, -1, 590, 1490, 0, 0, 2, true, 0], - 29668: ['Crystal Fragment x11', 10, -1, 635, 1490, 0, 0, 2, true, 0], - 29669: ['Crystal Fragment x12', 10, -1, 680, 1490, 0, 0, 2, true, 0], - 29670: ['Crystal Fragment x13', 10, -1, 725, 1490, 0, 0, 2, true, 0], - 29671: ['Crystal Fragment x14', 10, -1, 770, 1490, 0, 0, 2, true, 0], - 29672: ['Crystal Fragment x15', 10, -1, 815, 1490, 0, 0, 2, true, 0], - 29673: ['Crystal Fragment x16', 10, -1, 860, 1490, 0, 0, 2, true, 0], - 29674: ['Crystal Fragment x17', 10, -1, 905, 1490, 0, 0, 2, true, 0], - 29675: ['Crystal Fragment x18', 10, -1, 950, 1490, 0, 0, 2, true, 0], - 29676: ['Crystal Fragment x19', 10, -1, 995, 1490, 0, 0, 2, true, 0], - 29677: ['Crystal Fragment x20', 10, -1, 1040, 1490, 0, 0, 2, true, 0], - 29678: ['Crystal Fragment x21', 10, -1, 1085, 1490, 0, 0, 2, true, 0], - 29679: ['Crystal Fragment x22', 10, -1, 1130, 1490, 0, 0, 2, true, 0], - 29680: ['Crystal Fragment x23', 10, -1, 1175, 1490, 0, 0, 2, true, 0], - 29681: ['Crystal Fragment x24', 10, -1, 1220, 1490, 0, 0, 2, true, 0], - 29682: ['Crystal Fragment x25', 10, -1, 1265, 1490, 0, 0, 2, true, 0], - 29683: ['Crystal Fragment x26', 10, -1, 1310, 1490, 0, 0, 2, true, 0], - 29684: ['Crystal Fragment x27', 10, -1, 1355, 1490, 0, 0, 2, true, 0], - 29685: ['Crystal Fragment x28', 10, -1, 1400, 1490, 0, 0, 2, true, 0], - 29686: ['Crystal Fragment x29', 10, -1, 1445, 1490, 0, 0, 2, true, 0], - 29687: ['Crystal Fragment x30', 10, -1, 1490, 1490, 0, 0, 2, true, 0], - 29692: ['Silver Screw x1', 10, -1, 3065, 1850, 0, 0, 2, true, 0], - 29693: ['Silver Screw x2', 10, -1, 3110, 1850, 0, 0, 2, true, 0], - 29694: ['Silver Screw x3', 10, -1, 3155, 1850, 0, 0, 2, true, 0], - 29695: ['Silver Screw x4', 10, -1, 3200, 1850, 0, 0, 2, true, 0], - 29696: ['Silver Screw x5', 10, -1, 3245, 1850, 0, 0, 2, true, 0], - 29697: ['Silver Screw x6', 10, -1, 3290, 1850, 0, 0, 2, true, 0], - 29698: ['Silver Screw x7', 10, -1, 3335, 1850, 0, 0, 2, true, 0], - 29699: ['Silver Screw x8', 10, -1, 3380, 1850, 0, 0, 2, true, 0], - 29700: ['Silver Screw x9', 10, -1, 3425, 1850, 0, 0, 2, true, 0], - 29701: ['Silver Screw x10', 10, -1, 3470, 1850, 0, 0, 2, true, 0], - 29718: ['Clover Star', 25, -1, 590, 2435, 5, 100, 6, false, 0], - 29720: ['Katana of Good Fortune', 24, -1, 545, 2435, 5, 100, 6, false, 0], - 29768: ['Harlequin Armor', 6, -1, 3515, 2345, 6, 700, 6, false, 0], - 29769: ['Puppet Master Skin', 10, -1, 4100, 635, 0, 500, 7, false, 0], - 29772: ['Jester Skin', 10, -1, 4145, 635, 0, 500, 7, false, 0], - 29795: ['Wanderer Samurai Skin', 10, -1, 2120, 815, 0, 1000, 7, true, 0], - 29804: ["Puppet Master's Encore Key", 10, -1, 3425, 185, 0, 200, 7, true, 0], - 29819: ['Huntsman Skin', 10, -1, 4325, 635, 0, 500, 7, false, 0], - 29820: ['Demon Spawn Skin', 10, -1, 4370, 635, 0, 500, 7, false, 0], - 29821: ['Hunchback Skin', 10, -1, 4460, 635, 0, 500, 7, false, 0], - 29822: ['Vampiress Skin', 10, -1, 5, 680, 0, 500, 7, false, 0], - 29823: ["Frankenstein's Monster Knight Skin", 10, -1, 50, 680, 0, 500, 7, false, 0], - 29824: ['Jack the Ripper Skin', 10, -1, 95, 680, 0, 500, 7, false, 0], - 29825: ['Death Skin', 10, -1, 140, 680, 0, 500, 7, false, 0], - 29826: ['Tiny Avatar Skin', 10, -1, 185, 680, 0, 500, 7, false, 0], - 29827: ['Zombie Nurse Skin', 10, -1, 230, 680, 0, 500, 7, false, 0], - 29828: ['Ascended Sorcerer Skin', 10, -1, 275, 680, 0, 500, 7, false, 0], - 29829: ['Mischievous Imp Skin', 10, -1, 320, 680, 0, 500, 7, false, 0], - 29830: ['Vampire Hunter Skin', 10, -1, 365, 680, 0, 500, 7, false, 0], - 29831: ['Poltergeist Skin', 10, -1, 410, 680, 0, 500, 7, false, 0], - 29832: ['Dark Elf Huntress Skin', 10, -1, 4415, 635, 0, 500, 7, false, 0], - 29836: ['Ice Cave Key', 10, -1, 2525, 185, 0, 200, 7, true, 0], - 29853: ['Storm Archer Skin', 10, -1, 1895, 815, 0, 1000, 7, true, 0], - 29854: ['Foreign Prince Paladin Skin', 10, -1, 1940, 815, 0, 1000, 7, true, 0], - 29855: ['Hoodoo Priestess Skin', 10, -1, 1985, 815, 0, 1000, 7, true, 0], - 29863: ['Pure Legendary Mystery Egg', 26, 3, 2300, 140, 0, 0, 3, true, 0], - 29864: ['Pure Rare Mystery Egg', 26, 2, 2345, 140, 0, 0, 3, true, 0], - 29865: ['Pure Legendary Humanoid Egg', 26, 3, 2390, 140, 0, 0, 3, true, 0], - 29989: ['Mini Akuma Skin', 10, -1, 2975, 815, 0, 1000, 7, true, 0], - 30037: ['Helm of the Juggernaut - Midas', 16, -1, 2975, 2660, 8, 1250, 6, true, 1], - 30038: ['Helm of the Juggernaut - Jade', 16, -1, 3020, 2660, 8, 1250, 6, true, 1], - 30039: ['Helm of the Juggernaut - Chaos', 16, -1, 3065, 2660, 8, 1250, 6, true, 1], - 30041: ['Quiver of Thunder - Overcharged', 15, -1, 3110, 2660, 8, 850, 6, true, 1], - 30042: ['Orb of Conflict - Chaos', 21, -1, 3155, 2660, 8, 850, 6, true, 1], - 30050: ['Leaf Dragon Hide Armor', 6, -1, 635, 2345, 6, 700, 6, true, 1], - 30051: ['Water Dragon Silk Robe', 14, -1, 680, 2345, 6, 700, 6, true, 1], - 30052: ['Fire Dragon Battle Armor', 7, -1, 725, 2345, 6, 700, 6, true, 1], - 30053: ['Celestial Blade', 24, -1, 770, 2345, 6, 850, 6, true, 1], - 30055: ['Lightning Mystic Skin', 10, -1, 2885, 815, 0, 1000, 7, true, 0], - 30057: ['Akuma SamuraiST Skin', 10, -1, 2930, 815, 0, 1000, 7, true, 0], - 30060: ['Ivory Narwhal Pet Skin', 10, -1, 3380, 1220, 0, 1000, 7, true, 0], - 30063: ['Armored Orc Pet Skin', 10, -1, 3425, 1220, 0, 1000, 7, true, 0], - 30066: ['Enchanted Broom Pet Skin', 10, -1, 3470, 1220, 0, 1000, 7, true, 0], - 30069: ['Hollow Wendigo Pet Skin', 10, -1, 3515, 1220, 0, 1000, 7, true, 0], - 30072: ['Tree Sparrow Pet Skin', 10, -1, 3560, 1220, 0, 1000, 7, true, 0], - 30075: ['White Eyed Pet Skin', 10, -1, 3605, 1220, 0, 1000, 7, true, 0], - 30078: ['Polar Bear Pet Skin', 10, -1, 3650, 1220, 0, 1000, 7, true, 0], - 30081: ['Snow Monster Pet Skin', 10, -1, 3695, 1220, 0, 1000, 7, true, 0], - 30084: ['Longtailed Tit Pet Skin', 10, -1, 3740, 1220, 0, 1000, 7, true, 0], - 30087: ['Searing Soul Pet Skin', 10, -1, 3785, 1220, 0, 1000, 7, true, 0], - 30096: ['Zodiac Pig Pet Skin', 10, -1, 3830, 1220, 0, 1000, 7, true, 0], - 30104: ['Swan Pet Skin', 10, -1, 3875, 1220, 0, 1000, 7, true, 0], - 30107: ['Green Hat Bunny Pet Skin', 10, -1, 3920, 1220, 0, 1000, 7, true, 0], - 30110: ['Cultured Bookwyrm Pet Skin', 10, -1, 3965, 1220, 0, 500, 7, true, 0], - 30113: ['Mini Whale Pet Skin', 10, -1, 4010, 1220, 0, 1000, 7, true, 0], - 30116: ['Champion Spirit Pet Skin', 10, -1, 4055, 1220, 0, 1000, 7, true, 0], - 30119: ['Vicious Phantom Pet Skin', 10, -1, 4100, 1220, 0, 1000, 7, true, 0], - 30122: ['Toaster Pet Skin', 10, -1, 4145, 1220, 0, 500, 7, true, 0], - 30125: ['Warrior Duck Pet Skin', 10, -1, 4190, 1220, 0, 1000, 7, true, 0], - 30128: ['Infested Bagston Pet Skin', 10, -1, 4235, 1220, 0, 500, 7, true, 0], - 30131: ['Crystal Cobra Pet Skin', 10, -1, 4280, 1220, 0, 500, 7, true, 0], - 30134: ['Possessed Lantern Pet Skin', 10, -1, 4325, 1220, 0, 500, 7, true, 0], - 30137: ['Malogian Saucer Pet Skin', 10, -1, 4370, 1220, 0, 500, 7, true, 0], - 30140: ['Untarian Saucer Pet Skin', 10, -1, 4415, 1220, 0, 500, 7, true, 0], - 30143: ['Foraxian Saucer Pet Skin', 10, -1, 4460, 1220, 0, 500, 7, true, 0], - 30146: ['Katalonian Saucer Pet Skin', 10, -1, 5, 1265, 0, 500, 7, true, 0], - 30149: ['Chill Chickey Pet Skin', 10, -1, 50, 1265, 0, 1000, 7, true, 0], - 30152: ['Sir Wumple Pet Skin', 10, -1, 95, 1265, 0, 1000, 7, true, 0], - 30155: ['Shiba Inu Pet Skin', 10, -1, 140, 1265, 0, 1000, 7, true, 0], - 30158: ['Blue Turtle Shell Pet Skin', 10, -1, 185, 1265, 0, 1000, 7, true, 0], - 30161: ['Green Turtle Shell Pet Skin', 10, -1, 230, 1265, 0, 1000, 7, true, 0], - 30164: ['Red Turtle Shell Pet Skin', 10, -1, 275, 1265, 0, 1000, 7, true, 0], - 30167: ['Skelephant Pet Skin', 10, -1, 320, 1265, 0, 1000, 7, true, 0], - 30170: ['Phantom Tea Set Pet Skin', 10, -1, 365, 1265, 0, 1000, 7, true, 0], - 30173: ["Fool's Penguin Pet Skin", 10, -1, 410, 1265, 0, 1000, 7, true, 0], - 30176: ['Phantom Ghost Pet Skin', 10, -1, 455, 1265, 0, 1000, 7, true, 0], - 30179: ['UFO Bot Pet Skin', 10, -1, 500, 1265, 0, 1000, 7, true, 0], - 30182: ['Cyberpenguin Pet Skin', 10, -1, 545, 1265, 0, 1000, 7, true, 0], - 30185: ['Blue Flaming Pumpkin Pet Skin', 10, -1, 590, 1265, 0, 1000, 7, true, 0], - 30188: ['Orange Flaming Pumpkin Pet Skin', 10, -1, 635, 1265, 0, 1000, 7, true, 0], - 30191: ['Flying Penguin Pet Skin', 10, -1, 680, 1265, 0, 1000, 7, true, 0], - 30194: ['Fire Spirit Pet Skin', 10, -1, 725, 1265, 0, 1000, 7, true, 0], - 30197: ['Earth Spirit Pet Skin', 10, -1, 770, 1265, 0, 1000, 7, true, 0], - 30200: ['Water Spirit Pet Skin', 10, -1, 815, 1265, 0, 1000, 7, true, 0], - 30203: ["Santa's Penguin Pet Skin", 10, -1, 860, 1265, 0, 1000, 7, true, 0], - 30209: ['Auroral Sprite God Pet Skin', 10, -1, 905, 1265, 0, 1000, 7, true, 0], - 30212: ['Cursed Blade Pet Skin', 10, -1, 950, 1265, 0, 1000, 7, true, 0], - 30215: ['Mini Marble Colossus Pet Skin', 10, -1, 995, 1265, 0, 1000, 7, true, 0], - 30218: ['Majestic Moose Pet Skin', 10, -1, 1040, 1265, 0, 1000, 7, true, 0], - 30221: ['Winter Guide Pet Skin', 10, -1, 1085, 1265, 0, 1000, 7, true, 0], - 30224: ['Air Spirit Pet Skin', 10, -1, 1130, 1265, 0, 1000, 7, true, 0], - 30227: ['Zodiac Rat Pet Skin', 10, -1, 1175, 1265, 0, 1000, 7, true, 0], - 30230: ['Blessed Blade Pet Skin', 10, -1, 1220, 1265, 0, 1000, 7, true, 0], - 30233: ['Suntanned Snowman Pet Skin', 10, -1, 1265, 1265, 0, 1000, 7, true, 0], - 30236: ['Pet Wardrobe Pet Skin', 10, -1, 1310, 1265, 0, 1000, 7, true, 0], - 30239: ['Compact Enforcer Pet Skin', 10, -1, 1355, 1265, 0, 1000, 7, true, 0], - 30242: ['Ferret Pet Skin', 10, -1, 1400, 1265, 0, 1000, 7, true, 0], - 30245: ['Grub Pet Skin', 10, -1, 1445, 1265, 0, 1000, 7, true, 0], - 30248: ['Ascended Guardian Pet Skin', 10, -1, 1490, 1265, 0, 1000, 7, true, 0], - 30251: ['Music Box Pet Skin', 10, -1, 1535, 1265, 0, 1000, 7, true, 0], - 30254: ['Void Hound Pet Skin', 10, -1, 1580, 1265, 0, 1000, 7, true, 0], - 30257: ['Autumn Guide Pet Skin', 10, -1, 1625, 1265, 0, 1000, 7, true, 0], - 30260: ['Time Traveling Phonebox Pet Skin', 10, -1, 1670, 1265, 0, 1000, 7, true, 0], - 30263: ['Summer Guide Pet Skin', 10, -1, 1715, 1265, 0, 1000, 7, true, 0], - 30266: ['Old Nexus Orc Pet Skin', 10, -1, 1760, 1265, 0, 1000, 7, true, 0], - 30269: ['TV Buddy Pet Skin', 10, -1, 1805, 1265, 0, 1000, 7, true, 0], - 30272: ['Demon Cat Pet Skin', 10, -1, 1850, 1265, 0, 1000, 7, true, 0], - 30275: ['House Cat Pet Skin', 10, -1, 1895, 1265, 0, 1000, 7, true, 0], - 30278: ['Husky Pet Skin', 10, -1, 1940, 1265, 0, 1000, 7, true, 0], - 30281: ['Floating Eye Bot Pet Skin', 10, -1, 1985, 1265, 0, 1000, 7, true, 0], - 30284: ['Enchanted Sea Turtle Pet Skin', 10, -1, 2030, 1265, 0, 1000, 7, true, 0], - 30287: ['Giant Worm Pet Skin', 10, -1, 2075, 1265, 0, 1000, 7, true, 0], - 30290: ['Bulldozer Penguin Pet Skin', 10, -1, 2120, 1265, 0, 1000, 7, true, 0], - 30293: ['Mobile Crane Penguin Pet Skin', 10, -1, 2165, 1265, 0, 1000, 7, true, 0], - 30296: ['Excavator Penguin Pet Skin', 10, -1, 2210, 1265, 0, 1000, 7, true, 0], - 30299: ['Road Roller Penguin Pet Skin', 10, -1, 2255, 1265, 0, 1000, 7, true, 0], - 30302: ['Traffic Controller Penguin Pet Skin', 10, -1, 2300, 1265, 0, 1000, 7, true, 0], - 30305: ['Hungry Toolbox Pet Skin', 10, -1, 2345, 1265, 0, 1000, 7, true, 0], - 30308: ['Janus the Fategazer Pet Skin', 10, -1, 2390, 1265, 0, 1000, 7, true, 0], - 30311: ['Mini Guill Pet Skin', 10, -1, 2435, 1265, 0, 1000, 7, true, 0], - 30314: ['Nexus Sheep Pet Skin', 10, -1, 2480, 1265, 0, 1000, 7, true, 0], - 30317: ['Stone Brothers Pet Skin', 10, -1, 2525, 1265, 0, 1000, 7, true, 0], - 30320: ['Oryx the Exalted Pet Skin', 10, -1, 2570, 1265, 0, 1000, 7, true, 0], - 30323: ['Sapling Buddy Pet Skin', 10, -1, 2615, 1265, 0, 1000, 7, true, 0], - 30326: ['Scallywag Slurp Pet Skin', 10, -1, 2660, 1265, 0, 1000, 7, true, 0], - 30329: ['Baby Basilisk Pet Skin', 10, -1, 2705, 1265, 0, 1000, 7, true, 0], - 30332: ['Horned Wyrm Pet Skin', 10, -1, 2750, 1265, 0, 1000, 7, true, 0], - 30335: ['Possessed Staff Pet Skin', 10, -1, 2795, 1265, 0, 1000, 7, true, 0], - 30338: ['Eggshell Spider Pet Skin', 10, -1, 2840, 1265, 0, 1000, 7, true, 0], - 30341: ['Blizzard Pet Skin', 10, -1, 2885, 1265, 0, 1000, 7, true, 0], - 30344: ['Fiery Phylactery Pet Skin', 10, -1, 2930, 1265, 0, 1000, 7, true, 0], - 30347: ['Giant Zombie Feet Pet Skin', 10, -1, 2975, 1265, 0, 1000, 7, true, 0], - 30350: ['Skeleton Drake Pet Skin', 10, -1, 3020, 1265, 0, 1000, 7, true, 0], - 30353: ['Zombie Drake Pet Skin', 10, -1, 3065, 1265, 0, 1000, 7, true, 0], - 30356: ['Witch Hat Rat Pet Skin', 10, -1, 3110, 1265, 0, 1000, 7, true, 0], - 30359: ['Spectral Skeledragon Pet Skin', 10, -1, 3155, 1265, 0, 1000, 7, true, 0], - 30362: ['King Rarthur Pet Skin', 10, -1, 3200, 1265, 0, 1000, 7, true, 0], - 30365: ['Red-Nosed Friend Pet Skin', 10, -1, 3245, 1265, 0, 1000, 7, true, 0], - 30368: ['Mouse Prince Pet Skin', 10, -1, 3290, 1265, 0, 1000, 7, true, 0], - 30371: ['Aerodynamical Penguin Pet Skin', 10, -1, 3335, 1265, 0, 1000, 7, true, 0], - 30374: ['Big Pingus Pet Skin', 10, -1, 3380, 1265, 0, 1000, 7, true, 0], - 30377: ['Zodiac Ox Pet Skin', 10, -1, 3425, 1265, 0, 1000, 7, true, 0], - 30380: ["Mini 'Odonna Pet Skin", 10, -1, 3470, 1265, 0, 1000, 7, true, 0], - 30383: ["Lil' Forest Harpy Pet Skin", 10, -1, 3515, 1265, 0, 1000, 7, true, 0], - 30386: ['Valentine Cupcake Pet Skin', 10, -1, 3560, 1265, 0, 1000, 7, true, 0], - 30389: ['Lovey Teddy Pet Skin', 10, -1, 3605, 1265, 0, 1000, 7, true, 0], - 30392: ['Android Companion Pet Skin', 10, -1, 3650, 1265, 0, 1000, 7, true, 0], - 30395: ['Nightray Pegasus Pet Skin', 10, -1, 3695, 1265, 0, 1000, 7, true, 0], - 30398: ['Glorious Pegasus Pet Skin', 10, -1, 3740, 1265, 0, 1000, 7, true, 0], - 30401: ['Forest Harpy Pet Skin', 10, -1, 3785, 1265, 0, 1000, 7, true, 0], - 30404: ['Helicopter Penguin Pet Skin', 10, -1, 3830, 1265, 0, 1000, 7, true, 0], - 30407: ['Infernal Archdragon Pet Skin', 10, -1, 3875, 1265, 0, 1000, 7, true, 0], - 30410: ['Sakura Deer Pet Skin', 10, -1, 3920, 1265, 0, 1000, 7, true, 0], - 30413: ['Lucky Fourleaf Pet Skin', 10, -1, 3965, 1265, 0, 1000, 7, true, 0], - 30416: ['Golden Lucky Fourleaf Pet Skin', 10, -1, 4010, 1265, 0, 1000, 7, true, 0], - 30419: ['Chocolate Bunny Pet Skin', 10, -1, 4055, 1265, 0, 1000, 7, true, 0], - 30422: ['Battlebot MK1 Pet Skin', 10, -1, 4100, 1265, 0, 1000, 7, true, 0], - 30425: ['Mystery Rare Pet Skin', 10, -1, 4145, 1265, 0, 1000, 7, true, 0], - 30428: ['Mystery Epic Pet Skin', 10, -1, 4190, 1265, 0, 1000, 7, true, 0], - 30431: ['Mystery Legendary Pet Skin', 10, -1, 4235, 1265, 0, 1000, 7, true, 0], - 30434: ['Easter Island Head Pet Skin', 10, -1, 4280, 1265, 0, 1000, 7, true, 0], - 30437: ['Gazelle Pet Skin', 10, -1, 4325, 1265, 0, 1000, 7, true, 0], - 30440: ['Crystal Pony Pet Skin', 10, -1, 4370, 1265, 0, 1000, 7, true, 0], - 30443: ['Son of the Son of Arachna Pet Skin', 10, -1, 4415, 1265, 0, 1000, 7, true, 0], - 30447: ['Calamity Crab Pet Skin', 10, -1, 4460, 1265, 0, 1000, 7, true, 0], - 30450: ['Bananalien Pet Skin', 10, -1, 5, 1310, 0, 1000, 7, true, 0], - 30453: ['Egg-bot Pet Skin', 10, -1, 50, 1310, 0, 1000, 7, true, 0], - 30456: ['Malus? Pet Skin', 10, -1, 95, 1310, 0, 1000, 7, true, 0], - 30459: ['Biard Pet Skin', 10, -1, 140, 1310, 0, 1000, 7, true, 0], - 30462: ['Oryx the Baby God Pet Skin', 10, -1, 185, 1310, 0, 1000, 7, true, 0], - 30465: ['Sol the Energy Drink Pet Skin', 10, -1, 230, 1310, 0, 1000, 7, true, 0], - 30468: ['Skulking Skull King Pet Skin', 10, -1, 275, 1310, 0, 1000, 7, true, 0], - 30471: ['Octopus Pet Skin', 10, -1, 320, 1310, 0, 1000, 7, true, 0], - 30474: ['Snail of the Juggernaut Pet Skin', 10, -1, 365, 1310, 0, 1000, 7, true, 0], - 30477: ['Fallen Protector Pet Skin', 10, -1, 410, 1310, 0, 1000, 7, true, 0], - 30480: ['Redeemed Void Shade Pet Skin', 10, -1, 455, 1310, 0, 1000, 7, true, 0], - 30483: ['Duality Pet Skin', 10, -1, 500, 1310, 0, 1000, 7, true, 0], - 30486: ['Daeva Oryx Pet Skin', 10, -1, 545, 1310, 0, 1000, 7, true, 0], - 30489: ['Seraphim Pet Skin', 10, -1, 590, 1310, 0, 1000, 7, true, 0], - 30492: ['Voided Oryx Pet Skin', 10, -1, 635, 1310, 0, 1000, 7, true, 0], - 30495: ['Corrupted Tinkerer Pet Skin', 10, -1, 680, 1310, 0, 1000, 7, true, 0], - 30498: ['Corrupted Login Seer Pet Skin', 10, -1, 725, 1310, 0, 1000, 7, true, 0], - 30501: ["Lil' Ice Cream Pet Skin", 10, -1, 770, 1310, 0, 1000, 7, true, 0], - 30504: ['Fizzy Drink Pet Skin', 10, -1, 815, 1310, 0, 1000, 7, true, 0], - 30507: ['Cured Tinkerer Pet Skin', 10, -1, 860, 1310, 0, 1000, 7, true, 0], - 30510: ['Cured Login Seer Pet Skin', 10, -1, 905, 1310, 0, 1000, 7, true, 0], - 30513: ['Eye of the Void Pet Skin', 10, -1, 950, 1310, 0, 1000, 7, true, 0], - 30516: ['Celestial Construct Pet Skin', 10, -1, 995, 1310, 0, 1000, 7, true, 0], - 30519: ["Lil' Dark Ambrosia Pet Skin", 10, -1, 1040, 1310, 0, 1000, 7, true, 0], - 30522: ['Corrupted Watering Can Pet Skin', 10, -1, 1085, 1310, 0, 1000, 7, true, 0], - 30525: ['Corrupted Penguin Explorer Pet Skin', 10, -1, 1130, 1310, 0, 1000, 7, true, 0], - 30528: ['Void Cleanser Penguin Pet Skin', 10, -1, 1175, 1310, 0, 1000, 7, true, 0], - 30531: ['Sentinel Watchdog Pet Skin', 10, -1, 1220, 1310, 0, 1000, 7, true, 0], - 30534: ['Shadow Stormbird Pet Skin', 10, -1, 1265, 1310, 0, 1000, 7, true, 0], - 30537: ['Royal Void Cat Pet Skin', 10, -1, 1310, 1310, 0, 1000, 7, true, 0], - 30540: ["Lil' Keyper Pet Skin", 10, -1, 1355, 1310, 0, 1000, 7, true, 0], - 30543: ['Angelic Blossom Pet Skin', 10, -1, 1400, 1310, 0, 1000, 7, true, 0], - 30546: ['Nurse Wheelie Pet Skin', 10, -1, 1445, 1310, 0, 1000, 7, true, 0], - 30549: ['Sphenisciform Entity Pet Skin', 10, -1, 1490, 1310, 0, 1000, 7, true, 0], - 30552: ['Cherubic Penguin Pet Skin', 10, -1, 1535, 1310, 0, 1000, 7, true, 0], - 30555: ['Graylien Pet Skin', 10, -1, 1580, 1310, 0, 1000, 7, true, 0], - 30558: ['Carnage Cat Pet Skin', 10, -1, 1625, 1310, 0, 1000, 7, true, 0], - 30561: ["Lil' Backpack Pet Skin", 10, -1, 1670, 1310, 0, 1000, 7, true, 0], - 30564: ['Clipboard Pet Skin', 10, -1, 1715, 1310, 0, 1000, 7, true, 0], - 30567: ['Floating Beer Pet Skin', 10, -1, 1760, 1310, 0, 1000, 7, true, 0], - 30572: ['Golden Pet Rock Skin', 10, -1, 275, 1355, 0, 0, 7, true, 0], - 30576: ['Garlic Buddy Pet Skin', 10, -1, 1805, 1310, 0, 1000, 7, true, 0], - 30579: ['Spectral Bat Pet Skin', 10, -1, 1850, 1310, 0, 1000, 7, true, 0], - 30582: ['Ghastly Penguin Pet Skin', 10, -1, 1895, 1310, 0, 1000, 7, true, 0], - 30585: ['Cursed Portrait Pet Skin', 10, -1, 1940, 1310, 0, 1000, 7, true, 0], - 30588: ['Bloodthirsty Penguin Pet Skin', 10, -1, 1985, 1310, 0, 1000, 7, true, 0], - 30612: ['Eldritch Clown Pet Skin', 10, -1, 2030, 1310, 0, 1000, 7, true, 0], - 30615: ['Campfire Pet Skin', 10, -1, 2075, 1310, 0, 1000, 7, true, 0], - 30638: ['Rogue - Content Master Skin', 10, -1, 2480, 950, 0, 500, 7, true, 0], - 30640: ['Archer - Content Master Skin', 10, -1, 2525, 950, 0, 500, 7, true, 0], - 30642: ['Wizard - Content Master Skin', 10, -1, 2570, 950, 0, 500, 7, true, 0], - 30644: ['Priest - Content Master Skin', 10, -1, 2615, 950, 0, 500, 7, true, 0], - 30646: ['Warrior - Content Master Skin', 10, -1, 2660, 950, 0, 500, 7, true, 0], - 30648: ['Knight - Content Master Skin', 10, -1, 2705, 950, 0, 500, 7, true, 0], - 30650: ['Paladin - Content Master Skin', 10, -1, 2750, 950, 0, 500, 7, true, 0], - 30652: ['Assassin - Content Master Skin', 10, -1, 2795, 950, 0, 500, 7, true, 0], - 30654: ['Necromancer - Content Master Skin', 10, -1, 2840, 950, 0, 500, 7, true, 0], - 30656: ['Sorcerer - Content Master Skin', 10, -1, 2885, 950, 0, 500, 7, true, 0], - 30658: ['Huntress - Content Master Skin', 10, -1, 2930, 950, 0, 500, 7, true, 0], - 30660: ['Mystic - Content Master Skin', 10, -1, 2975, 950, 0, 500, 7, true, 0], - 30662: ['Trickster - Content Master Skin', 10, -1, 3020, 950, 0, 500, 7, true, 0], - 30664: ['Ninja - Content Master Skin', 10, -1, 3065, 950, 0, 500, 7, true, 0], - 30666: ['Samurai - Content Master Skin', 10, -1, 3110, 950, 0, 500, 7, true, 0], - 30668: ['Bard - Content Master Skin', 10, -1, 3155, 950, 0, 500, 7, true, 0], - 30670: ['Synthwave Warrior Skin', 10, -1, 3200, 950, 0, 1000, 7, true, 0], - 30672: ['Sleepover Mystic Skin', 10, -1, 3245, 950, 0, 1000, 7, true, 0], - 30674: ['Unicorn Warrior Skin', 10, -1, 3290, 950, 0, 1000, 7, true, 0], - 30676: ['Nightstalker Elf Assassin Skin', 10, -1, 3335, 950, 0, 1000, 7, true, 0], - 30678: ['Expectant Engager Priest Skin', 10, -1, 3470, 950, 0, 1000, 7, true, 0], - 30680: ['Swan Suit Huntress Skin', 10, -1, 3515, 950, 0, 1000, 7, true, 0], - 30682: ['Vampire Slayer Ninja Skin', 10, -1, 3560, 950, 0, 1000, 7, true, 0], - 30684: ['Sweet Chocolatier Assassin Skin', 10, -1, 3605, 950, 0, 1000, 7, true, 0], - 30686: ['Lady of Locks Ninja Skin', 10, -1, 3650, 950, 0, 1000, 7, true, 0], - 30688: ['Serenading Bard Skin', 10, -1, 3695, 950, 0, 1000, 7, true, 0], - 30690: ['Big Monster Knight Skin', 10, -1, 3740, 950, 0, 1000, 7, true, 0], - 30692: ['Grey Gal Summoner Skin', 10, -1, 3785, 950, 0, 1000, 7, true, 0], - 30694: ['Prankster Primate Summoner Skin', 10, -1, 3830, 950, 0, 1000, 7, true, 0], - 30696: ['Zoologist Summoner Skin', 10, -1, 3875, 950, 0, 1000, 7, true, 0], - 30698: ['Playful Spirit Summoner Skin', 10, -1, 3920, 950, 0, 1000, 7, true, 0], - 30700: ['Mini Scientific Summoner Skin', 10, -1, 3965, 950, 0, 1000, 7, true, 0], - 30702: ['Construction Summoner Skin', 10, -1, 4010, 950, 0, 0, 7, false, 0], - 30704: ['Court Jester Summoner Skin', 10, -1, 4055, 950, 0, 1000, 7, true, 0], - 30706: ['Summoner - Artist Extraordinaire Skin', 10, -1, 4100, 950, 0, 0, 7, true, 0], - 30708: ['Summoner - Dungeon Mastermind Skin', 10, -1, 4145, 950, 0, 0, 7, true, 0], - 30710: ['Summoner - Future Seeker Tester Skin', 10, -1, 4190, 950, 0, 0, 7, true, 0], - 30712: ['Summoner - Cyber Cop Skin', 10, -1, 4235, 950, 0, 0, 7, true, 0], - 30714: ['Summoner - Magnificent Maestro Skin', 10, -1, 4280, 950, 0, 500, 7, true, 0], - 30716: ['Summoner - Content Master Skin', 10, -1, 4325, 950, 0, 500, 7, true, 0], - 30718: ['Stone Summoner Skin', 10, -1, 4370, 950, 0, 500, 7, false, 0], - 30720: ['Slime Summoner Skin', 10, -1, 4415, 950, 0, 500, 7, false, 0], - 30722: ['Exalted Summoner Skin', 10, -1, 4460, 950, 0, 0, 7, true, 0], - 30724: ['Mauve Magus Summoner Skin', 10, -1, 5, 995, 0, 1000, 7, true, 0], - 30726: ['Night Elf Summoner Skin', 10, -1, 50, 995, 0, 1000, 7, true, 0], - 30728: ['Bunny Summoner Skin', 10, -1, 95, 995, 0, 1000, 7, true, 0], - 30730: ['Baaard Bard Skin', 10, -1, 140, 995, 0, 1000, 7, true, 0], - 30732: ['Season Spring Huntress Skin', 10, -1, 185, 995, 0, 1000, 7, true, 0], - 30734: ['Mystery Bard Skin', 10, -1, 230, 995, 0, 1000, 7, false, 0], - 30736: ['Little Bunny Necromancer Skin', 10, -1, 275, 995, 0, 1000, 7, true, 0], - 30738: ["Lil' Carrot Ninja Skin", 10, -1, 320, 995, 0, 1000, 7, true, 0], - 30740: ['Menagerie Master Summoner Skin', 10, -1, 365, 995, 0, 500, 7, false, 0], - 30742: ['Toast Slice Archer Skin', 10, -1, 410, 995, 0, 1000, 7, true, 0], - 30744: ['Lonesome Swordswoman Samurai Skin', 10, -1, 455, 995, 0, 1000, 7, true, 0], - 30746: ['Posessed Earring Sorcerer Skin', 10, -1, 500, 995, 0, 1000, 7, true, 0], - 30748: ['Paladuck Paladin Skin', 10, -1, 545, 995, 0, 1000, 7, true, 0], - 30750: ['Rainmaker Sorcerer Skin', 10, -1, 590, 995, 0, 1000, 7, true, 0], - 30752: ['Glyph Researcher Trickster Skin', 10, -1, 635, 995, 0, 1000, 7, true, 0], - 30754: ['Veteran Rogue Skin', 10, -1, 680, 995, 0, 0, 7, true, 0], - 30756: ['Veteran Archer Skin', 10, -1, 725, 995, 0, 0, 7, true, 0], - 30758: ['Veteran Wizard Skin', 10, -1, 770, 995, 0, 0, 7, true, 0], - 30760: ['Veteran Priest Skin', 10, -1, 815, 995, 0, 0, 7, true, 0], - 30762: ['Veteran Warrior Skin', 10, -1, 860, 995, 0, 0, 7, true, 0], - 30764: ['Veteran Knight Skin', 10, -1, 905, 995, 0, 0, 7, true, 0], - 30766: ['Veteran Paladin Skin', 10, -1, 950, 995, 0, 0, 7, true, 0], - 30768: ['Veteran Assassin Skin', 10, -1, 995, 995, 0, 0, 7, true, 0], - 30770: ['Veteran Necromancer Skin', 10, -1, 1040, 995, 0, 0, 7, true, 0], - 30772: ['Veteran Huntress Skin', 10, -1, 1085, 995, 0, 0, 7, true, 0], - 30774: ['Veteran Mystic Skin', 10, -1, 1130, 995, 0, 0, 7, true, 0], - 30776: ['Veteran Trickster Skin', 10, -1, 1175, 995, 0, 0, 7, true, 0], - 30778: ['Veteran Sorcerer Skin', 10, -1, 1220, 995, 0, 0, 7, true, 0], - 30780: ['Veteran Ninja Skin', 10, -1, 1265, 995, 0, 0, 7, true, 0], - 30782: ['Veteran Samurai Skin', 10, -1, 1310, 995, 0, 0, 7, true, 0], - 30784: ['Veteran Summoner Skin', 10, -1, 1355, 995, 0, 0, 7, true, 0], - 30786: ['Veteran Bard Skin', 10, -1, 1400, 995, 0, 0, 7, true, 0], - 30788: ['Beefcake Paladin Skin', 10, -1, 1445, 995, 0, 1000, 7, true, 0], - 30790: ['Beachcake Paladin Skin', 10, -1, 1490, 995, 0, 1000, 7, true, 0], - 30792: ['Dousing Archer Skin', 10, -1, 1535, 995, 0, 1000, 7, true, 0], - 30794: ['Alien Abductor Summoner Skin', 10, -1, 1580, 995, 0, 1000, 7, true, 0], - 30796: ['Mini Corrupted Paladin Skin', 10, -1, 1625, 995, 0, 1000, 7, true, 0], - 30798: ['Mini Daeva Trickster Skin', 10, -1, 1670, 995, 0, 1000, 7, true, 0], - 30800: ['Swimsuit Assassin Skin', 10, -1, 1715, 995, 0, 1000, 7, true, 0], - 30802: ['Swimsuit Summoner Skin', 10, -1, 1760, 995, 0, 1000, 7, true, 0], - 30804: ['Oryxmas Summoner Skin', 10, -1, 1805, 995, 0, 0, 7, false, 0], - 30806: ['Invisible Investigator Rogue Skin', 10, -1, 1850, 995, 0, 1000, 7, true, 0], - 30808: ['Grey Pal Paladin Skin', 10, -1, 1895, 995, 0, 1000, 7, true, 0], - 30810: ['Scuba Diver Huntress Skin', 10, -1, 1940, 995, 0, 1000, 7, true, 0], - 30812: ['Ultimate Vampire Ninja Skin', 10, -1, 1985, 995, 0, 500, 7, true, 0], - 30814: ['Antinomy Bard Skin', 10, -1, 2030, 995, 0, 0, 7, false, 0], - 30816: ['Antinomy Knight Skin', 10, -1, 2075, 995, 0, 0, 7, false, 0], - 30818: ['Antinomy Assassin Skin', 10, -1, 2120, 995, 0, 0, 7, false, 0], - 30820: ['Antinomy Samurai Skin', 10, -1, 2165, 995, 0, 0, 7, false, 0], - 30822: ['Antinomy Archer Skin', 10, -1, 2210, 995, 0, 0, 7, false, 0], - 30824: ['Antinomy Mystic Skin', 10, -1, 2255, 995, 0, 0, 7, false, 0], - 30826: ['Antinomy Priest Skin', 10, -1, 2300, 995, 0, 0, 7, false, 0], - 30828: ['Antinomy Necromancer Skin', 10, -1, 2345, 995, 0, 0, 7, false, 0], - 30830: ['Antinomy Trickster Skin', 10, -1, 2390, 995, 0, 0, 7, false, 0], - 30832: ['Antinomy Summoner Skin', 10, -1, 2435, 995, 0, 0, 7, false, 0], - 30834: ['Antinomy Huntress Skin', 10, -1, 2480, 995, 0, 0, 7, false, 0], - 30836: ['Antinomy Ninja Skin', 10, -1, 2525, 995, 0, 0, 7, false, 0], - 30838: ['Antinomy Rogue Skin', 10, -1, 2570, 995, 0, 0, 7, false, 0], - 30840: ['Antinomy Wizard Skin', 10, -1, 2615, 995, 0, 0, 7, false, 0], - 30842: ['Antinomy Sorcerer Skin', 10, -1, 2660, 995, 0, 0, 7, false, 0], - 30844: ['Antinomy Warrior Skin', 10, -1, 2705, 995, 0, 0, 7, false, 0], - 30846: ['Antinomy Paladin Skin', 10, -1, 2750, 995, 0, 0, 7, false, 0], - 30848: ['Swimsuit Knight Skin', 10, -1, 2795, 995, 0, 1000, 7, true, 0], - 30850: ['Duality Wizard Skin', 10, -1, 2840, 995, 0, 1000, 7, true, 0], - 30852: ['Void Demon Mystic Skin', 10, -1, 2885, 995, 0, 1000, 7, true, 0], - 30854: ['Fries Huntress Skin', 10, -1, 2930, 995, 0, 1000, 7, true, 0], - 30856: ['Mini Royal Thaumaturge Necromancer Skin', 10, -1, 2975, 995, 0, 1000, 7, true, 0], - 30858: ['Mini Fire Warlock Wizard Skin', 10, -1, 3020, 995, 0, 1000, 7, true, 0], - 30860: ['Mini Royal Gladiator Paladin Skin', 10, -1, 3065, 995, 0, 1000, 7, true, 0], - 30862: ['Mini Royal Crossbowman Archer Skin', 10, -1, 3110, 995, 0, 1000, 7, true, 0], - 30864: ['Mini Corrupted Appetizer Assassin Skin', 10, -1, 3155, 995, 0, 1000, 7, true, 0], - 30866: ['Mini Corrupted Gardener Summoner Skin', 10, -1, 3200, 995, 0, 1000, 7, true, 0], - 30868: ['Sentinel of the Void Warrior Skin', 10, -1, 3245, 995, 0, 1000, 7, true, 0], - 30870: ['Celestial Gatekeeper Trickster Skin', 10, -1, 3290, 995, 0, 1000, 7, true, 0], - 30872: ['Mini Daeva Gardener Summoner Skin', 10, -1, 3335, 995, 0, 1000, 7, true, 0], - 30874: ['Pompous Elf Lady Summoner Skin', 10, -1, 3380, 995, 0, 1000, 7, true, 0], - 30876: ['Bear Suit Knight Skin', 10, -1, 3425, 995, 0, 1000, 7, true, 0], - 30878: ['Rebel Commando Archer Skin', 10, -1, 3470, 995, 0, 1000, 7, true, 0], - 30880: ['Charming Dancer Bard Skin', 10, -1, 3515, 995, 0, 1000, 7, true, 0], - 30882: ['Mad Punk Vocalist Bard Skin', 10, -1, 3560, 995, 0, 1000, 7, true, 0], - 30884: ['Celestial Archer Skin', 10, -1, 3605, 995, 0, 1000, 7, true, 0], - 30886: ["Teacher's Pet Ninja Skin", 10, -1, 3650, 995, 0, 1000, 7, true, 0], - 30888: ['Plague Doctor Mystic Skin', 10, -1, 3695, 995, 0, 1000, 7, true, 0], - 30892: ['Octoberfest Bard Skin', 10, -1, 3785, 995, 0, 1000, 7, true, 0], - 30894: ['Corporate Necromancer Skin', 10, -1, 3830, 995, 0, 1000, 7, true, 0], - 30896: ['Deadly Raven Ninja Skin', 10, -1, 3875, 995, 0, 1000, 7, true, 0], - 30898: ['Scarecrow Assassin Skin', 10, -1, 3740, 995, 0, 1000, 7, true, 0], - 30899: ['Sataru the Visionary Skin', 10, -1, 3920, 995, 0, 1000, 7, true, 0], - 30902: ['Two-Faced Gentleman Skin', 10, -1, 3965, 995, 0, 1000, 7, true, 0], - 30905: ['Floating Ghost Rogue Skin', 10, -1, 4010, 995, 0, 1000, 7, true, 0], - 30907: ['Vampire Samurai Skin', 10, -1, 4055, 995, 0, 1000, 7, true, 0], - 30909: ['Victorian Dandy Sorcerer Skin', 10, -1, 4100, 995, 0, 1000, 7, true, 0], - 30915: ['Bloody Victorian Necromancer Skin', 10, -1, 4145, 995, 0, 1000, 7, true, 0], - 30917: ['Coffin Dweller Samurai Skin', 10, -1, 4190, 995, 0, 1000, 7, true, 0], - 30919: ['Vampire Slayer Archer Skin', 10, -1, 4235, 995, 0, 1000, 7, true, 0], - 30921: ['Yellow Raincoat Sorcerer Skin', 10, -1, 4280, 995, 0, 1000, 7, true, 0], - 30923: ['Turkey Knight Skin', 10, -1, 4325, 995, 0, 1000, 7, true, 0], - 30925: ['Snow Shoveler Paladin Skin', 10, -1, 4370, 995, 0, 1000, 7, true, 0], - 30927: ['Mountain Climber Trickster Skin', 10, -1, 4415, 995, 0, 1000, 7, true, 0], - 30929: ['Mini Storm Caller Bard Skin', 10, -1, 4460, 995, 0, 1000, 7, true, 0], - 30931: ['Mini Earthen Bulwark Summoner Skin', 10, -1, 5, 1040, 0, 1000, 7, true, 0], - 30933: ['Green Tracksuit Warrior Skin', 10, -1, 50, 1040, 0, 1000, 7, true, 0], - 30935: ['Pink Suit Huntress Skin', 10, -1, 95, 1040, 0, 1000, 7, true, 0], - 30937: ['Classic Rogue Skin', 10, -1, 140, 1040, 0, 0, 7, true, 0], - 30939: ['Classic Archer Skin', 10, -1, 185, 1040, 0, 0, 7, true, 0], - 30941: ['Classic Wizard Skin', 10, -1, 230, 1040, 0, 0, 7, true, 0], - 30943: ['Classic Priest Skin', 10, -1, 275, 1040, 0, 0, 7, true, 0], - 30945: ['Classic Warrior Skin', 10, -1, 320, 1040, 0, 0, 7, true, 0], - 30947: ['Classic Knight Skin', 10, -1, 365, 1040, 0, 0, 7, true, 0], - 30949: ['Classic Paladin Skin', 10, -1, 410, 1040, 0, 0, 7, true, 0], - 30951: ['Classic Assassin Skin', 10, -1, 455, 1040, 0, 0, 7, true, 0], - 30953: ['Classic Necromancer Skin', 10, -1, 500, 1040, 0, 0, 7, true, 0], - 30955: ['Classic Huntress Skin', 10, -1, 545, 1040, 0, 0, 7, true, 0], - 30957: ['Classic Mystic Skin', 10, -1, 590, 1040, 0, 0, 7, true, 0], - 30959: ['Classic Trickster Skin', 10, -1, 635, 1040, 0, 0, 7, true, 0], - 30961: ['Classic Sorcerer Skin', 10, -1, 680, 1040, 0, 0, 7, true, 0], - 30963: ['Classic Ninja Skin', 10, -1, 725, 1040, 0, 0, 7, true, 0], - 30965: ['Classic Samurai Skin', 10, -1, 770, 1040, 0, 0, 7, true, 0], - 30967: ['Classic Bard Skin', 10, -1, 815, 1040, 0, 0, 7, true, 0], - 30969: ['Classic Summoner Skin', 10, -1, 860, 1040, 0, 0, 7, true, 0], - 30971: ['Stone Kensei Skin', 10, -1, 905, 1040, 0, 500, 7, false, 0], - 30973: ['Construction Kensei Skin', 10, -1, 950, 1040, 0, 0, 7, false, 0], - 30975: ['Emergent Sage Kensei Skin', 10, -1, 995, 1040, 0, 500, 7, false, 0], - 30978: ['George the Turkey Pet Skin', 10, -1, 2120, 1310, 0, 1000, 7, true, 0], - 30981: ['Snowplow Penguin Pet Skin', 10, -1, 2165, 1310, 0, 1000, 7, true, 0], - 30984: ['Movement Detector Doll Pet Skin', 10, -1, 2210, 1310, 0, 1000, 7, true, 0], - 30987: ['Festive Sprite Pet Skin', 10, -1, 2255, 1310, 0, 1000, 7, true, 0], - 30990: ['Oryxmas Shiba Pet Skin', 10, -1, 2300, 1310, 0, 1000, 7, true, 0], - 30993: ['Gift-wrapped Box Pet Skin', 10, -1, 2345, 1310, 0, 1000, 7, true, 0], - 30996: ['Demon Mistress Pet Skin', 10, -1, 2390, 1310, 0, 1000, 7, true, 0], - 30999: ['Ice Skating Penguin Pet Skin', 10, -1, 2435, 1310, 0, 1000, 7, true, 0], - 31002: ['Oryxmas Tanuki Pet Skin', 10, -1, 2480, 1310, 0, 1000, 7, true, 0], - 31005: ['Yau Gok Pet Skin', 10, -1, 2525, 1310, 0, 1000, 7, true, 0], - 31008: ['Bouncy Companion Pet Skin', 10, -1, 2570, 1310, 0, 1000, 7, true, 0], - 31011: ['Leprechaun Penguin Pet Skin', 10, -1, 2615, 1310, 0, 1000, 7, true, 0], - 31014: ['Young Water Elemental Pet Skin', 10, -1, 2660, 1310, 0, 1000, 7, true, 0], - 31017: ['Young Earth Elemental Pet Skin', 10, -1, 2705, 1310, 0, 1000, 7, true, 0], - 31020: ['Playful Bunny Pet Skin', 10, -1, 2750, 1310, 0, 1000, 7, true, 0], - 31023: ['Young Fire Elemental Pet Skin', 10, -1, 2795, 1310, 0, 1000, 7, true, 0], - 31026: ['Young Air Elemental Pet Skin', 10, -1, 2840, 1310, 0, 1000, 7, true, 0], - 31029: ['Perception of Guill Pet Skin', 10, -1, 2885, 1310, 0, 0, 7, true, 0], - 31032: ['Elemental Beast Pet Skin', 10, -1, 2930, 1310, 0, 1000, 7, true, 0], - 31035: ["Lil' Deep Sea Diva Pet Skin", 10, -1, 2975, 1310, 0, 1000, 7, true, 0], - 31038: ["Lil' Mister Backstage Pet Skin", 10, -1, 3020, 1310, 0, 1000, 7, true, 0], - 31041: ["Lil' Rad Raver Pet Skin", 10, -1, 3065, 1310, 0, 1000, 7, true, 0], - 31044: ['2KenseiST2O', 15, -1, 1805, 2975, 0, 0, 0, true, 1], - 31045: ['2KenseiST2P', 15, -1, 1850, 2975, 0, 0, 0, true, 1], - 31046: ['2KenseiST2Q', 15, -1, 1895, 2975, 0, 0, 0, true, 1], - 31056: ["Lil' Thunderbringer Pet Skin", 10, -1, 3110, 1310, 0, 1000, 7, true, 0], - 31059: ['Deep Sea Diva Action Figure Pet Skin', 10, -1, 3155, 1310, 0, 1000, 7, true, 0], - 31062: ['Mister Backstage Action Figure Pet Skin', 10, -1, 3200, 1310, 0, 1000, 7, true, 0], - 31065: ['Rad Raver Action Figure Pet Skin', 10, -1, 3245, 1310, 0, 1000, 7, true, 0], - 31068: ['The Thunderbringer Action Figure Pet Skin', 10, -1, 3290, 1310, 0, 1000, 7, true, 0], - 31071: ['White Husky Pet Skin', 10, -1, 3335, 1310, 0, 1000, 7, true, 0], - 31074: ['Arctic Fox Pet Skin', 10, -1, 3380, 1310, 0, 1000, 7, true, 0], - 31077: ['Penguin Gunslinger Pet Skin', 10, -1, 3425, 1310, 0, 1000, 7, true, 0], - 31080: ['Dimensional Wanderer Pet Skin', 10, -1, 3470, 1310, 0, 1000, 7, true, 0], - 31083: ['Syndicate Hellhound Pet Skin', 10, -1, 3515, 1310, 0, 1000, 7, true, 0], - 31086: ['Voodoo Doll Pet Skin', 10, -1, 3560, 1310, 0, 1000, 7, true, 0], - 31089: ['Voodoo Bat Pet Skin', 10, -1, 3605, 1310, 0, 1000, 7, true, 0], - 31092: ['Chibi Bridge Sentinel Pet Skin', 10, -1, 3650, 1310, 0, 1000, 7, true, 0], - 31099: ['Chibi Twilight Archmage Pet Skin', 10, -1, 3695, 1310, 0, 1000, 7, true, 0], - 31102: ['Chibi Forgotten King Pet Skin', 10, -1, 3740, 1310, 0, 1000, 7, true, 0], - 31107: ['Chibi Oryx Pet Skin', 10, -1, 3830, 1310, 0, 1000, 7, true, 0], - 31113: ['Chibi Heart of the Wetlands Pet Skin', 10, -1, 3875, 1310, 0, 1000, 7, true, 0], - 31117: ['Mechanical Dog Pet Skin', 10, -1, 3920, 1310, 0, 1000, 7, true, 0], - 31120: ['Steampunk Cat Pet Skin', 10, -1, 3965, 1310, 0, 1000, 7, true, 0], - 31128: ['Mark of the Advanced Control Core', 10, -1, 3965, 3155, 0, 50, 2, true, 0], - 31233: ['Oryxmas Kensei Skin', 10, -1, 1040, 1040, 0, 0, 7, false, 0], - 31235: ['Slime Kensei Skin', 10, -1, 1085, 1040, 0, 500, 7, false, 0], - 31237: ['Exalted Kensei Skin', 10, -1, 1130, 1040, 0, 0, 7, true, 0], - 31239: ['Supermodel of Swordsmanship Skin', 10, -1, 1175, 1040, 0, 1000, 7, true, 0], - 31241: ['Kensei - Content Master Skin', 10, -1, 1220, 1040, 0, 500, 7, true, 0], - 31243: ['Kensei - Future Seeker Tester Skin', 10, -1, 1265, 1040, 0, 0, 7, true, 0], - 31245: ['Kensei - Cyber Cop Skin', 10, -1, 1310, 1040, 0, 0, 7, true, 0], - 31247: ['Kensei - Artist Extraordinaire Skin', 10, -1, 1355, 1040, 0, 0, 7, true, 0], - 31249: ['Kensei - Magnificent Maestro Skin', 10, -1, 1400, 1040, 0, 500, 7, true, 0], - 31251: ['Kensei - Dungeon Mastermind Skin', 10, -1, 1445, 1040, 0, 0, 7, true, 0], - 31253: ['Searing Itinerant Kensei Skin', 10, -1, 1490, 1040, 0, 1000, 7, true, 0], - 31255: ['Dahlia Flower Kensei Skin', 10, -1, 1535, 1040, 0, 1000, 7, true, 0], - 31257: ['Ice Skater Kensei Skin', 10, -1, 1580, 1040, 0, 1000, 7, true, 0], - 31259: ['Grandpa Paladin Skin', 10, -1, 1625, 1040, 0, 1000, 7, true, 0], - 31261: ['Oryxmas Treeckster Skin', 10, -1, 1670, 1040, 0, 1000, 7, true, 0], - 31263: ['Cozy Blanket Sorcerer Skin', 10, -1, 1715, 1040, 0, 1000, 7, true, 0], - 31265: ['Oryxmas Caroler Bard Skin', 10, -1, 1760, 1040, 0, 1000, 7, true, 0], - 31267: ['Grandma Necromancer Skin', 10, -1, 1805, 1040, 0, 1000, 7, true, 0], - 31269: ['The Giving One Priest Skin', 10, -1, 1850, 1040, 0, 1000, 7, true, 0], - 31271: ['Ice King Knight Skin', 10, -1, 1895, 1040, 0, 1000, 7, true, 0], - 31273: ['Veteran Kensei Skin', 10, -1, 1940, 1040, 0, 0, 7, true, 0], - 31275: ['Ice Queen Summoner Skin', 10, -1, 1985, 1040, 0, 1000, 7, true, 0], - 31277: ['Lady Ginger Archer Skin', 10, -1, 2030, 1040, 0, 1000, 7, true, 0], - 31279: ['Antinomy Kensei Skin', 10, -1, 2075, 1040, 0, 0, 7, false, 0], - 31281: ['Honourable Shiba Kensei Skin', 10, -1, 2120, 1040, 0, 1000, 7, true, 0], - 31283: ['Rain Flower Kensei Skin', 10, -1, 2165, 1040, 0, 1000, 7, true, 0], - 31285: ['Mini Tidal Wave Kensei Skin', 10, -1, 2210, 1040, 0, 1000, 7, true, 0], - 31287: ['Bunny Attendant Kensei Skin', 10, -1, 2255, 1040, 0, 1000, 7, true, 0], - 31289: ['Graceful Kensei Skin', 10, -1, 2300, 1040, 0, 1000, 7, true, 0], - 31291: ['Ugly Oryxmas Sweater Warrior Skin', 10, -1, 2345, 1040, 0, 1000, 7, true, 0], - 31293: ['Cavalry Warlord Knight Skin', 10, -1, 2390, 1040, 0, 1000, 7, true, 0], - 31295: ['Pearl Moon Kensei Skin', 10, -1, 2435, 1040, 0, 1000, 7, true, 0], - 31297: ['Hanbok Priest Skin', 10, -1, 2480, 1040, 0, 1000, 7, true, 0], - 31299: ['Invisible Bandit Assassin Skin', 10, -1, 2525, 1040, 0, 1000, 7, true, 0], - 31301: ['Lion Dance Warrior Skin', 10, -1, 2570, 1040, 0, 1000, 7, true, 0], - 31303: ['Plum Blossom Sorcerer Skin', 10, -1, 2615, 1040, 0, 1000, 7, true, 0], - 31305: ['Zodiac Tiger Kensei Skin', 10, -1, 2660, 1040, 0, 1000, 7, true, 0], - 31307: ['Panda Samurai Skin', 10, -1, 2705, 1040, 0, 1000, 7, true, 0], - 31309: ['Mini Ivory Wyvern Trickster Skin', 10, -1, 2750, 1040, 0, 1000, 7, true, 0], - 31311: ['Knight of Hearts Knight Skin', 10, -1, 2795, 1040, 0, 1000, 7, true, 0], - 31313: ['Freyja Summoner Skin', 10, -1, 2840, 1040, 0, 1000, 7, true, 0], - 31315: ['Shattered Queen Mystic Skin', 10, -1, 2885, 1040, 0, 1000, 7, true, 0], - 31317: ['Shattered King Necromancer Skin', 10, -1, 2930, 1040, 0, 1000, 7, true, 0], - 31319: ['Pizho Paladin Skin', 10, -1, 2975, 1040, 0, 1000, 7, true, 0], - 31321: ['Penda Archer Skin', 10, -1, 3020, 1040, 0, 1000, 7, true, 0], - 31323: ['Duality Priest Skin', 10, -1, 3065, 1040, 0, 1000, 7, true, 0], - 31325: ['Twilight Rogue Skin', 10, -1, 3110, 1040, 0, 1000, 7, true, 0], - 31327: ['Shamrock Gentleman Wizard Skin', 10, -1, 3155, 1040, 0, 1000, 7, true, 0], - 31329: ['Air Elemental Paladin Skin', 10, -1, 3245, 1040, 0, 1000, 7, true, 0], - 31331: ['April Showers Necromancer Skin', 10, -1, 3290, 1040, 0, 1000, 7, true, 0], - 31333: ['May Flowers Huntress Skin', 10, -1, 3335, 1040, 0, 1000, 7, true, 0], - 31335: ['Water Elemental Summoner Skin', 10, -1, 3380, 1040, 0, 1000, 7, true, 0], - 31337: ['Fire Elemental Sorcerer Skin', 10, -1, 3425, 1040, 0, 1000, 7, true, 0], - 31339: ['Earth Elemental Knight Skin', 10, -1, 3470, 1040, 0, 1000, 7, true, 0], - 31341: ['Easter Egg Trickster Skin', 10, -1, 3515, 1040, 0, 1000, 7, true, 0], - 31343: ['Banana Dance Ninja Skin', 10, -1, 3560, 1040, 0, 1000, 7, true, 0], - 31345: ['Master of the Elements Wizard Skin', 10, -1, 3605, 1040, 0, 1000, 7, true, 0], - 31347: ['Clean Up Crew Bard Skin', 10, -1, 3650, 1040, 0, 1000, 7, true, 0], - 31349: ['Lady Foreman Summoner Skin', 10, -1, 3695, 1040, 0, 1000, 7, true, 0], - 31351: ['Ultimate Handyman Assassin Skin', 10, -1, 3740, 1040, 0, 1000, 7, true, 0], - 31353: ['Drill Operator Huntress Skin', 10, -1, 3785, 1040, 0, 1000, 7, true, 0], - 31355: ['Swimsuit Kensei Skin', 10, -1, 3830, 1040, 0, 1000, 7, true, 0], - 31357: ['Surf Guru Kensei Skin', 10, -1, 3875, 1040, 0, 1000, 7, true, 0], - 31359: ['Mini Resurrected Huntress Skin', 10, -1, 3920, 1040, 0, 1000, 7, true, 0], - 31361: ['Mini Killbilly Warrior Skin', 10, -1, 3965, 1040, 0, 1000, 7, true, 0], - 31367: ['Void Ninja Skin', 10, -1, 4010, 1040, 0, 1000, 7, true, 0], - 31369: ['Void Kensei Skin', 10, -1, 4055, 1040, 0, 1000, 7, true, 0], - 31371: ['Void Necromancer Skin', 10, -1, 4100, 1040, 0, 1000, 7, true, 0], - 31373: ['Void Priest Skin', 10, -1, 4145, 1040, 0, 1000, 7, true, 0], - 31375: ['Masked Dominator Knight Skin', 10, -1, 4190, 1040, 0, 1000, 7, true, 0], - 31377: ['Wrestling Referee Priest Skin', 10, -1, 4235, 1040, 0, 1000, 7, true, 0], - 31379: ['Luchadora Kensei Skin', 10, -1, 4280, 1040, 0, 1000, 7, true, 0], - 31381: ['Arena Gladiator Paladin Skin', 10, -1, 4325, 1040, 0, 1000, 7, true, 0], - 31383: ['Frost Prince Summoner Skin', 10, -1, 4370, 1040, 0, 1000, 7, true, 0], - 31385: ['Frost Ronin Samurai Skin', 10, -1, 4415, 1040, 0, 1000, 7, true, 0], - 31387: ['Resistance Scout Rogue Skin', 10, -1, 4460, 1040, 0, 1000, 7, true, 0], - 31389: ['Fur Trader Archer Skin', 10, -1, 5, 1085, 0, 1000, 7, true, 0], - 31391: ['Resistance Leader Knight Skin', 10, -1, 50, 1085, 0, 1000, 7, true, 0], - 31393: ['Syndicate Necromancer Skin', 10, -1, 95, 1085, 0, 1000, 7, true, 0], - 31395: ['Syndicate Samurai Skin', 10, -1, 140, 1085, 0, 1000, 7, true, 0], - 31397: ['Syndicate Assassin Skin', 10, -1, 185, 1085, 0, 1000, 7, true, 0], - 31399: ['Syndicate Sorcerer Skin', 10, -1, 230, 1085, 0, 1000, 7, true, 0], - 31401: ['Town Scholar Wizard Skin', 10, -1, 275, 1085, 0, 1000, 7, true, 0], - 31403: ['Sneaky Scallywag Trickster Skin', 10, -1, 320, 1085, 0, 1000, 7, true, 0], - 31405: ['Heretic Priest Skin', 10, -1, 365, 1085, 0, 1000, 7, true, 0], - 31407: ['Syndicate Infiltration Assassin Skin', 10, -1, 410, 1085, 0, 1000, 7, true, 0], - 31409: ['Syndicate Infiltration Sorcerer Skin', 10, -1, 455, 1085, 0, 1000, 7, true, 0], - 31411: ['Syndicate Brute Assassin Skin', 10, -1, 500, 1085, 0, 1000, 7, true, 0], - 31413: ['Syndicate Henchman Bard Skin', 10, -1, 545, 1085, 0, 500, 7, false, 0], - 31415: ['Syndicate Henchman Knight Skin', 10, -1, 590, 1085, 0, 500, 7, false, 0], - 31417: ['Syndicate Henchman Assassin Skin', 10, -1, 635, 1085, 0, 500, 7, false, 0], - 31419: ['Syndicate Henchman Samurai Skin', 10, -1, 680, 1085, 0, 500, 7, false, 0], - 31421: ['Syndicate Henchman Archer Skin', 10, -1, 725, 1085, 0, 500, 7, false, 0], - 31423: ['Syndicate Henchman Mystic Skin', 10, -1, 770, 1085, 0, 500, 7, false, 0], - 31425: ['Syndicate Henchman Priest Skin', 10, -1, 815, 1085, 0, 500, 7, false, 0], - 31427: ['Syndicate Henchman Necromancer Skin', 10, -1, 860, 1085, 0, 500, 7, false, 0], - 31429: ['Syndicate Henchman Trickster Skin', 10, -1, 905, 1085, 0, 500, 7, false, 0], - 31431: ['Syndicate Henchman Summoner Skin', 10, -1, 950, 1085, 0, 500, 7, false, 0], - 31433: ['Syndicate Henchman Huntress Skin', 10, -1, 995, 1085, 0, 500, 7, false, 0], - 31435: ['Syndicate Henchman Ninja Skin', 10, -1, 1040, 1085, 0, 500, 7, false, 0], - 31437: ['Syndicate Henchman Rogue Skin', 10, -1, 1085, 1085, 0, 500, 7, false, 0], - 31439: ['Syndicate Henchman Wizard Skin', 10, -1, 1130, 1085, 0, 500, 7, false, 0], - 31441: ['Syndicate Henchman Sorcerer Skin', 10, -1, 1175, 1085, 0, 500, 7, false, 0], - 31443: ['Syndicate Henchman Warrior Skin', 10, -1, 1220, 1085, 0, 500, 7, false, 0], - 31445: ['Syndicate Henchman Paladin Skin', 10, -1, 1265, 1085, 0, 500, 7, false, 0], - 31447: ['Syndicate Henchman Kensei Skin', 10, -1, 1310, 1085, 0, 500, 7, false, 0], - 31449: ['Oni Clan Warrior Skin', 10, -1, 1355, 1085, 0, 1000, 7, true, 0], - 31451: ['Desert Occultist Summoner Skin', 10, -1, 1400, 1085, 0, 1000, 7, true, 0], - 31455: ['Bark Bark Bard Skin', 10, -1, 1445, 1085, 0, 1000, 7, true, 0], - 31457: ['Sharpshooter Archer Skin', 10, -1, 1490, 1085, 0, 1000, 7, true, 0], - 31459: ['Rattle Bones Assassin Skin', 10, -1, 1535, 1085, 0, 1000, 7, true, 0], - 31461: ['Tiny Captain Summoner Skin', 10, -1, 1580, 1085, 0, 1000, 7, true, 0], - 31463: ['Boatswain Necromancer Skin', 10, -1, 1625, 1085, 0, 1000, 7, true, 0], - 31465: ['Voodoo Queen Mystic Skin', 10, -1, 1670, 1085, 0, 1000, 7, true, 0], - 31467: ['Voodoo Witcher Assassin Skin', 10, -1, 1715, 1085, 0, 1000, 7, true, 0], - 31469: ['Voodoo Witch Necromancer Skin', 10, -1, 1760, 1085, 0, 1000, 7, true, 0], - 31471: ['Witch Doctor Wizard Skin', 10, -1, 1805, 1085, 0, 1000, 7, true, 0], - 31473: ['Zombie Hunter Kensei Skin', 10, -1, 1940, 1085, 0, 1000, 7, true, 0], - 31475: ['Zombie Hunter Sorcerer Skin', 10, -1, 1985, 1085, 0, 1000, 7, true, 0], - 31477: ['Undead Knight Skin', 10, -1, 2030, 1085, 0, 1000, 7, true, 0], - 31479: ['Undead Samurai Skin', 10, -1, 2075, 1085, 0, 1000, 7, true, 0], - 31481: ['Steampunk Mechanic Paladin Skin', 10, -1, 2120, 1085, 0, 1000, 7, true, 0], - 31483: ['Steampunk Pilot Huntress Skin', 10, -1, 2165, 1085, 0, 1000, 7, true, 0], - 31485: ['Steampunk Detective Trickster Skin', 10, -1, 2210, 1085, 0, 1000, 7, true, 0], - 31487: ['Forest Keeper Summoner Skin', 10, -1, 2255, 1085, 0, 1000, 7, true, 0], - 31489: ['Neon Bubble Gum Ninja Skin', 10, -1, 2300, 1085, 0, 1000, 7, true, 0], - 31491: ["Nature's Fist Samurai Skin", 10, -1, 2345, 1085, 0, 1000, 7, true, 0], - 31493: ['Killbot Archer Skin', 10, -1, 2390, 1085, 0, 1000, 7, true, 0], - 31495: ['Snake Charmer Bard Skin', 10, -1, 2435, 1085, 0, 1000, 7, true, 0], - 31497: ['Armsdealer Knight Skin', 10, -1, 2480, 1085, 0, 1000, 7, true, 0], - 31499: ['Serpent Lord Necromancer Skin', 10, -1, 2525, 1085, 0, 1000, 7, true, 0], - 31501: ['Dancer of the Crescent Moon Trickster Skin', 10, -1, 2570, 1085, 0, 1000, 7, true, 0], - 31745: ['Food Voucher x1', 10, -1, 1310, 1580, 0, 0, 2, true, 0], - 31746: ['Food Voucher x2', 10, -1, 1355, 1580, 0, 0, 2, true, 0], - 31747: ['Food Voucher x3', 10, -1, 1400, 1580, 0, 0, 2, true, 0], - 31748: ['Food Voucher x4', 10, -1, 1445, 1580, 0, 0, 2, true, 0], - 31749: ['Food Voucher x5', 10, -1, 1490, 1580, 0, 0, 2, true, 0], - 31750: ['Food Voucher x6', 10, -1, 1535, 1580, 0, 0, 2, true, 0], - 31751: ['Food Voucher x7', 10, -1, 1580, 1580, 0, 0, 2, true, 0], - 31752: ['Food Voucher x8', 10, -1, 1625, 1580, 0, 0, 2, true, 0], - 31753: ['Food Voucher x9', 10, -1, 1670, 1580, 0, 0, 2, true, 0], - 31754: ['Food Voucher x10', 10, -1, 1715, 1580, 0, 0, 2, true, 0], - 31755: ['Food Voucher x11', 10, -1, 1760, 1580, 0, 0, 2, true, 0], - 31756: ['Food Voucher x12', 10, -1, 1805, 1580, 0, 0, 2, true, 0], - 31757: ['Food Voucher x13', 10, -1, 1850, 1580, 0, 0, 2, true, 0], - 31758: ['Food Voucher x14', 10, -1, 1895, 1580, 0, 0, 2, true, 0], - 31759: ['Food Voucher x15', 10, -1, 1940, 1580, 0, 0, 2, true, 0], - 31760: ['Food Voucher x16', 10, -1, 1985, 1580, 0, 0, 2, true, 0], - 31761: ['Food Voucher x17', 10, -1, 2030, 1580, 0, 0, 2, true, 0], - 31762: ['Food Voucher x18', 10, -1, 2075, 1580, 0, 0, 2, true, 0], - 31763: ['Food Voucher x19', 10, -1, 2120, 1580, 0, 0, 2, true, 0], - 31764: ['Food Voucher x20', 10, -1, 2165, 1580, 0, 0, 2, true, 0], - 31765: ['Food Voucher x21', 10, -1, 2210, 1580, 0, 0, 2, true, 0], - 31766: ['Food Voucher x22', 10, -1, 2255, 1580, 0, 0, 2, true, 0], - 31767: ['Food Voucher x23', 10, -1, 2300, 1580, 0, 0, 2, true, 0], - 31768: ['Food Voucher x24', 10, -1, 2345, 1580, 0, 0, 2, true, 0], - 31769: ['Food Voucher x25', 10, -1, 2390, 1580, 0, 0, 2, true, 0], - 31770: ['Food Voucher x26', 10, -1, 2435, 1580, 0, 0, 2, true, 0], - 31771: ['Food Voucher x27', 10, -1, 2480, 1580, 0, 0, 2, true, 0], - 31772: ['Food Voucher x28', 10, -1, 2525, 1580, 0, 0, 2, true, 0], - 31773: ['Food Voucher x29', 10, -1, 2570, 1580, 0, 0, 2, true, 0], - 31774: ['Food Voucher x30', 10, -1, 2615, 1580, 0, 0, 2, true, 0], - 31775: ['Food Voucher x31', 10, -1, 2660, 1580, 0, 0, 2, true, 0], - 31776: ['Food Voucher x32', 10, -1, 2705, 1580, 0, 0, 2, true, 0], - 31777: ['Food Voucher x33', 10, -1, 2750, 1580, 0, 0, 2, true, 0], - 31778: ['Food Voucher x34', 10, -1, 2795, 1580, 0, 0, 2, true, 0], - 31779: ['Food Voucher x35', 10, -1, 2840, 1580, 0, 0, 2, true, 0], - 31780: ['Food Voucher x36', 10, -1, 2885, 1580, 0, 0, 2, true, 0], - 31781: ['Food Voucher x37', 10, -1, 2930, 1580, 0, 0, 2, true, 0], - 31782: ['Food Voucher x38', 10, -1, 2975, 1580, 0, 0, 2, true, 0], - 31783: ['Food Voucher x39', 10, -1, 3020, 1580, 0, 0, 2, true, 0], - 31784: ['Food Voucher x40', 10, -1, 3065, 1580, 0, 0, 2, true, 0], - 31785: ['Banner of Discord', 10, -1, 3560, 1625, 0, 0, 7, true, 0], - 31786: ['Zombie Hand x1', 10, -1, 3110, 1580, 0, 0, 2, true, 0], - 31787: ['Zombie Hand x2', 10, -1, 3155, 1580, 0, 0, 2, true, 0], - 31788: ['Zombie Hand x3', 10, -1, 3200, 1580, 0, 0, 2, true, 0], - 31789: ['Zombie Hand x4', 10, -1, 3245, 1580, 0, 0, 2, true, 0], - 31790: ['Zombie Hand x5', 10, -1, 3290, 1580, 0, 0, 2, true, 0], - 31791: ['Zombie Hand x6', 10, -1, 3335, 1580, 0, 0, 2, true, 0], - 31792: ['Zombie Hand x7', 10, -1, 3380, 1580, 0, 0, 2, true, 0], - 31793: ['Zombie Hand x8', 10, -1, 3425, 1580, 0, 0, 2, true, 0], - 31794: ['Zombie Hand x9', 10, -1, 3470, 1580, 0, 0, 2, true, 0], - 31795: ['Zombie Hand x10', 10, -1, 3515, 1580, 0, 0, 2, true, 0], - 31796: ['Banner of Law', 10, -1, 3605, 1625, 0, 0, 7, true, 0], - 31797: ['Zombie Foot x1', 10, -1, 3560, 1580, 0, 0, 2, true, 0], - 31798: ['Zombie Foot x2', 10, -1, 3605, 1580, 0, 0, 2, true, 0], - 31799: ['Zombie Foot x3', 10, -1, 3650, 1580, 0, 0, 2, true, 0], - 31800: ['Zombie Foot x4', 10, -1, 3695, 1580, 0, 0, 2, true, 0], - 31801: ['Zombie Foot x5', 10, -1, 3740, 1580, 0, 0, 2, true, 0], - 31802: ['Zombie Foot x6', 10, -1, 3785, 1580, 0, 0, 2, true, 0], - 31803: ['Zombie Foot x7', 10, -1, 3830, 1580, 0, 0, 2, true, 0], - 31804: ['Zombie Foot x8', 10, -1, 3875, 1580, 0, 0, 2, true, 0], - 31805: ['Zombie Foot x9', 10, -1, 3920, 1580, 0, 0, 2, true, 0], - 31806: ['Zombie Foot x10', 10, -1, 3965, 1580, 0, 0, 2, true, 0], - 31808: ['Brain x1', 10, -1, 4010, 1580, 0, 0, 2, true, 0], - 31809: ['Brain x2', 10, -1, 4055, 1580, 0, 0, 2, true, 0], - 31810: ['Brain x3', 10, -1, 4100, 1580, 0, 0, 2, true, 0], - 31811: ['Brain x4', 10, -1, 4145, 1580, 0, 0, 2, true, 0], - 31812: ['Brain x5', 10, -1, 4190, 1580, 0, 0, 2, true, 0], - 31813: ['Brain x6', 10, -1, 4235, 1580, 0, 0, 2, true, 0], - 31814: ['Brain x7', 10, -1, 4280, 1580, 0, 0, 2, true, 0], - 31815: ['Brain x8', 10, -1, 4325, 1580, 0, 0, 2, true, 0], - 31816: ['Brain x9', 10, -1, 4370, 1580, 0, 0, 2, true, 0], - 31817: ['Brain x10', 10, -1, 4415, 1580, 0, 0, 2, true, 0], - 31818: ['Brain x11', 10, -1, 4460, 1580, 0, 0, 2, true, 0], - 31819: ['Brain x12', 10, -1, 5, 1625, 0, 0, 2, true, 0], - 31820: ['Brain x13', 10, -1, 50, 1625, 0, 0, 2, true, 0], - 31821: ['Brain x14', 10, -1, 95, 1625, 0, 0, 2, true, 0], - 31822: ['Brain x15', 10, -1, 140, 1625, 0, 0, 2, true, 0], - 31823: ['Brain x16', 10, -1, 185, 1625, 0, 0, 2, true, 0], - 31824: ['Brain x17', 10, -1, 230, 1625, 0, 0, 2, true, 0], - 31825: ['Brain x18', 10, -1, 275, 1625, 0, 0, 2, true, 0], - 31826: ['Brain x19', 10, -1, 320, 1625, 0, 0, 2, true, 0], - 31827: ['Brain x20', 10, -1, 365, 1625, 0, 0, 2, true, 0], - 31828: ['Brain x21', 10, -1, 410, 1625, 0, 0, 2, true, 0], - 31829: ['Brain x22', 10, -1, 455, 1625, 0, 0, 2, true, 0], - 31830: ['Brain x23', 10, -1, 500, 1625, 0, 0, 2, true, 0], - 31831: ['Brain x24', 10, -1, 545, 1625, 0, 0, 2, true, 0], - 31832: ['Brain x25', 10, -1, 590, 1625, 0, 0, 2, true, 0], - 31833: ['Token of Strife x1', 10, -1, 3650, 1625, 0, 0, 2, true, 0], - 31834: ['Token of Strife x2', 10, -1, 3695, 1625, 0, 0, 2, true, 0], - 31835: ['Token of Strife x3', 10, -1, 3740, 1625, 0, 0, 2, true, 0], - 31836: ['Token of Strife x4', 10, -1, 3785, 1625, 0, 0, 2, true, 0], - 31837: ['Token of Strife x5', 10, -1, 3830, 1625, 0, 0, 2, true, 0], - 31838: ['Token of Strife x6', 10, -1, 3875, 1625, 0, 0, 2, true, 0], - 31839: ['Token of Strife x7', 10, -1, 3920, 1625, 0, 0, 2, true, 0], - 31840: ['Token of Strife x8', 10, -1, 3965, 1625, 0, 0, 2, true, 0], - 31841: ['Token of Strife x9', 10, -1, 4010, 1625, 0, 0, 2, true, 0], - 31842: ['Token of Strife x10', 10, -1, 4055, 1625, 0, 0, 2, true, 0], - 31849: ['Weapons of Duality', 10, -1, 4100, 1625, 0, 0, 7, true, 0], - 31850: ['Garments of Duality', 10, -1, 4145, 1625, 0, 0, 7, true, 0], - 31867: ['Halloween Mystery ST Shard x1', 10, -1, 635, 1625, 0, 50, 2, true, 0], - 31868: ['Halloween Mystery ST Shard x2', 10, -1, 680, 1625, 0, 100, 2, true, 0], - 31869: ['Halloween Mystery ST Shard x3', 10, -1, 725, 1625, 0, 150, 2, true, 0], - 31870: ['Halloween Mystery ST Shard x4', 10, -1, 770, 1625, 0, 200, 2, true, 0], - 31871: ['Halloween Mystery ST Shard x5', 10, -1, 815, 1625, 0, 250, 2, true, 0], - 31872: ['Halloween Mystery ST Shard x6', 10, -1, 860, 1625, 0, 300, 2, true, 0], - 31873: ['Halloween Mystery ST Shard x7', 10, -1, 905, 1625, 0, 350, 2, true, 0], - 31874: ['Halloween Mystery ST Shard x8', 10, -1, 950, 1625, 0, 400, 2, true, 0], - 31875: ['Halloween Mystery ST Shard x9', 10, -1, 995, 1625, 0, 450, 2, true, 0], - 31876: ['Halloween Mystery ST Shard x10', 10, -1, 1040, 1625, 0, 500, 2, true, 0], - 31877: ['Halloween Mystery ST Shard x11', 10, -1, 1085, 1625, 0, 550, 2, true, 0], - 31878: ['Halloween Mystery ST Shard x12', 10, -1, 1130, 1625, 0, 600, 2, true, 0], - 31879: ['Halloween Mystery ST Shard x13', 10, -1, 1175, 1625, 0, 650, 2, true, 0], - 31880: ['Halloween Mystery ST Shard x14', 10, -1, 1220, 1625, 0, 700, 2, true, 0], - 31881: ['Halloween Mystery ST Shard x15', 10, -1, 1265, 1625, 0, 750, 2, true, 0], - 31882: ['Halloween Mystery ST Chest', 10, -1, 1850, 2750, 0, 0, 8, true, 0], - 31883: ["Adventurer's Belt", 10, -1, 1895, 2750, 0, 200, 2, true, 0], - 31969: ['Carrot', 10, -1, 3425, 1625, 0, 0, 2, true, 0], - 31970: ['Cabbage', 10, -1, 3470, 1625, 0, 0, 2, true, 0], - 31971: ['Boiled Egg', 10, -1, 3515, 1625, 0, 0, 2, true, 0], - 31974: ['Antinomy Stone Token x 1', 10, -1, 4190, 1625, 0, 0, 2, true, 0], - 31975: ['Antinomy Stone Token x 2', 10, -1, 4235, 1625, 0, 0, 2, true, 0], - 31976: ['Antinomy Stone Token x 3', 10, -1, 4280, 1625, 0, 0, 2, true, 0], - 31977: ['Antinomy Stone Token x 4', 10, -1, 4325, 1625, 0, 0, 2, true, 0], - 31978: ['Antinomy Stone Token x 5', 10, -1, 4370, 1625, 0, 0, 2, true, 0], - 31979: ['Antinomy Stone Token x 6', 10, -1, 4415, 1625, 0, 0, 2, true, 0], - 31980: ['Antinomy Stone Token x 7', 10, -1, 4460, 1625, 0, 0, 2, true, 0], - 31981: ['Antinomy Stone Token x 8', 10, -1, 5, 1670, 0, 0, 2, true, 0], - 31982: ['Antinomy Stone Token x 9', 10, -1, 50, 1670, 0, 0, 2, true, 0], - 31983: ['Antinomy Stone Token x 10', 10, -1, 95, 1670, 0, 0, 2, true, 0], - 31984: ['Antinomy Mad God Token x 1', 10, -1, 140, 1670, 0, 0, 2, true, 0], - 31985: ['Antinomy Mad God Token x 2', 10, -1, 185, 1670, 0, 0, 2, true, 0], - 31986: ['Antinomy Mad God Token x 3', 10, -1, 230, 1670, 0, 0, 2, true, 0], - 31987: ['Antinomy Mad God Token x 4', 10, -1, 275, 1670, 0, 0, 2, true, 0], - 31988: ['Antinomy Mad God Token x 5', 10, -1, 320, 1670, 0, 0, 2, true, 0], - 31989: ['Antinomy Mad God Token x 6', 10, -1, 365, 1670, 0, 0, 2, true, 0], - 31990: ['Antinomy Mad God Token x 7', 10, -1, 410, 1670, 0, 0, 2, true, 0], - 31991: ['Antinomy Mad God Token x 8', 10, -1, 455, 1670, 0, 0, 2, true, 0], - 31992: ['Antinomy Mad God Token x 9', 10, -1, 500, 1670, 0, 0, 2, true, 0], - 31993: ['Antinomy Mad God Token x 10', 10, -1, 545, 1670, 0, 0, 2, true, 0], - 31995: ['Essence of the Void', 10, -1, 590, 1670, 0, 0, 7, true, 0], - 31996: ['Essence of the Daeva', 10, -1, 635, 1670, 0, 0, 7, true, 0], - 31997: ['Essence of Duality', 10, -1, 680, 1670, 0, 0, 7, true, 0], - 32000: ['Bat Wing', 10, -1, 725, 1670, 0, 0, 2, true, 0], - 32001: ['Ghostly Lantern', 10, -1, 770, 1670, 0, 0, 2, true, 0], - 32002: ["Monster Slayer's Ring", 10, -1, 1580, 1715, 0, 0, 2, true, 0], - 32004: ['Frost Orb x1', 10, -1, 2390, 1805, 0, 0, 2, true, 0], - 32005: ['Frost Orb x2', 10, -1, 2435, 1805, 0, 0, 2, true, 0], - 32006: ['Frost Orb x3', 10, -1, 2480, 1805, 0, 0, 2, true, 0], - 32007: ['Frost Orb x4', 10, -1, 2525, 1805, 0, 0, 2, true, 0], - 32008: ['Frost Orb x5', 10, -1, 2570, 1805, 0, 0, 2, true, 0], - 32009: ['Frost Orb x6', 10, -1, 2615, 1805, 0, 0, 2, true, 0], - 32010: ['Frost Orb x7', 10, -1, 2660, 1805, 0, 0, 2, true, 0], - 32011: ['Frost Orb x8', 10, -1, 2705, 1805, 0, 0, 2, true, 0], - 32012: ['Frost Orb x9', 10, -1, 2750, 1805, 0, 0, 2, true, 0], - 32013: ['Frost Orb x10', 10, -1, 2795, 1805, 0, 0, 2, true, 0], - 32017: ['Rare Mystery Skin Token x1', 10, -1, 1625, 1715, 0, 0, 2, true, 0], - 32018: ['Rare Mystery Skin Token x2', 10, -1, 1670, 1715, 0, 0, 2, true, 0], - 32019: ['Rare Mystery Skin Token x3', 10, -1, 1715, 1715, 0, 0, 2, true, 0], - 32020: ['Rare Mystery Skin Token x4', 10, -1, 1760, 1715, 0, 0, 2, true, 0], - 32021: ['Rare Mystery Skin Token x5', 10, -1, 1805, 1715, 0, 0, 2, true, 0], - 32022: ['Rare Mystery Skin Token x6', 10, -1, 1850, 1715, 0, 0, 2, true, 0], - 32023: ['Rare Mystery Skin Token x7', 10, -1, 1895, 1715, 0, 0, 2, true, 0], - 32024: ['Rare Mystery Skin Token x8', 10, -1, 1940, 1715, 0, 0, 2, true, 0], - 32025: ['Rare Mystery Skin Token x9', 10, -1, 1985, 1715, 0, 0, 2, true, 0], - 32026: ['Rare Mystery Skin Token x10', 10, -1, 2030, 1715, 0, 0, 2, true, 0], - 32027: ['Rare Mystery Skin Token x11', 10, -1, 2075, 1715, 0, 0, 2, true, 0], - 32028: ['Rare Mystery Skin Token x12', 10, -1, 2120, 1715, 0, 0, 2, true, 0], - 32029: ['Rare Mystery Skin Token x13', 10, -1, 2165, 1715, 0, 0, 2, true, 0], - 32030: ['Rare Mystery Skin Token x14', 10, -1, 2210, 1715, 0, 0, 2, true, 0], - 32031: ['Rare Mystery Skin Token x15', 10, -1, 2255, 1715, 0, 0, 2, true, 0], - 32032: ['Rare Mystery Skin Token x16', 10, -1, 2300, 1715, 0, 0, 2, true, 0], - 32033: ['Rare Mystery Skin Token x17', 10, -1, 2345, 1715, 0, 0, 2, true, 0], - 32034: ['Rare Mystery Skin Token x18', 10, -1, 2390, 1715, 0, 0, 2, true, 0], - 32035: ['Rare Mystery Skin Token x19', 10, -1, 2435, 1715, 0, 0, 2, true, 0], - 32036: ['Rare Mystery Skin Token x20', 10, -1, 2480, 1715, 0, 0, 2, true, 0], - 32037: ['Rare Mystery Skin Token x21', 10, -1, 2525, 1715, 0, 0, 2, true, 0], - 32038: ['Rare Mystery Skin Token x22', 10, -1, 2570, 1715, 0, 0, 2, true, 0], - 32039: ['Rare Mystery Skin Token x23', 10, -1, 2615, 1715, 0, 0, 2, true, 0], - 32040: ['Rare Mystery Skin Token x24', 10, -1, 2660, 1715, 0, 0, 2, true, 0], - 32041: ['Rare Mystery Skin Token x25', 10, -1, 2705, 1715, 0, 0, 2, true, 0], - 32042: ['Rare Mystery Skin Token x26', 10, -1, 2750, 1715, 0, 0, 2, true, 0], - 32043: ['Rare Mystery Skin Token x27', 10, -1, 2795, 1715, 0, 0, 2, true, 0], - 32044: ['Rare Mystery Skin Token x28', 10, -1, 2840, 1715, 0, 0, 2, true, 0], - 32045: ['Rare Mystery Skin Token x29', 10, -1, 2885, 1715, 0, 0, 2, true, 0], - 32046: ['Rare Mystery Skin Token x30', 10, -1, 2930, 1715, 0, 0, 2, true, 0], - 32047: ['Rare Mystery Skin Token x31', 10, -1, 2975, 1715, 0, 0, 2, true, 0], - 32048: ['Rare Mystery Skin Token x32', 10, -1, 3020, 1715, 0, 0, 2, true, 0], - 32049: ['Rare Mystery Skin Token x33', 10, -1, 3065, 1715, 0, 0, 2, true, 0], - 32050: ['Rare Mystery Skin Token x34', 10, -1, 3110, 1715, 0, 0, 2, true, 0], - 32051: ['Rare Mystery Skin Token x35', 10, -1, 3155, 1715, 0, 0, 2, true, 0], - 32052: ['Rare Mystery Skin Token x36', 10, -1, 3200, 1715, 0, 0, 2, true, 0], - 32053: ['Rare Mystery Skin Token x37', 10, -1, 3245, 1715, 0, 0, 2, true, 0], - 32054: ['Rare Mystery Skin Token x38', 10, -1, 3290, 1715, 0, 0, 2, true, 0], - 32055: ['Rare Mystery Skin Token x39', 10, -1, 3335, 1715, 0, 0, 2, true, 0], - 32056: ['Rare Mystery Skin Token x40', 10, -1, 3380, 1715, 0, 0, 2, true, 0], - 32058: ['Evergreen Branch', 10, -1, 3425, 1715, 0, 0, 2, true, 0], - 32060: ['Cocoa Mug x1', 10, -1, 3470, 1715, 0, 0, 2, true, 0], - 32061: ['Cocoa Mug x2', 10, -1, 3515, 1715, 0, 0, 2, true, 0], - 32062: ['Cocoa Mug x3', 10, -1, 3560, 1715, 0, 0, 2, true, 0], - 32063: ['Cocoa Mug x4', 10, -1, 3605, 1715, 0, 0, 2, true, 0], - 32064: ['Cocoa Mug x5', 10, -1, 3650, 1715, 0, 0, 2, true, 0], - 32065: ['Cocoa Mug x6', 10, -1, 3695, 1715, 0, 0, 2, true, 0], - 32066: ['Cocoa Mug x7', 10, -1, 3740, 1715, 0, 0, 2, true, 0], - 32067: ['Cocoa Mug x8', 10, -1, 3785, 1715, 0, 0, 2, true, 0], - 32068: ['Cocoa Mug x9', 10, -1, 3830, 1715, 0, 0, 2, true, 0], - 32069: ['Cocoa Mug x10', 10, -1, 3875, 1715, 0, 0, 2, true, 0], - 32070: ['Gingerbread Cookie', 10, -1, 3920, 1715, 0, 0, 2, true, 0], - 32072: ['Heart Shard x1', 10, -1, 3965, 1715, 0, 0, 2, true, 0], - 32073: ['Heart Shard x2', 10, -1, 4010, 1715, 0, 0, 2, true, 0], - 32074: ['Heart Shard x3', 10, -1, 4055, 1715, 0, 0, 2, true, 0], - 32075: ['Heart Shard x4', 10, -1, 4100, 1715, 0, 0, 2, true, 0], - 32076: ['Heart Shard x5', 10, -1, 4145, 1715, 0, 0, 2, true, 0], - 32077: ['Heart Shard x6', 10, -1, 4190, 1715, 0, 0, 2, true, 0], - 32078: ['Heart Shard x7', 10, -1, 4235, 1715, 0, 0, 2, true, 0], - 32079: ['Heart Shard x8', 10, -1, 4280, 1715, 0, 0, 2, true, 0], - 32080: ['Heart Shard x9', 10, -1, 4325, 1715, 0, 0, 2, true, 0], - 32081: ['Heart Shard x10', 10, -1, 4370, 1715, 0, 0, 2, true, 0], - 32082: ['Heart Shard x11', 10, -1, 4415, 1715, 0, 0, 2, true, 0], - 32083: ['Heart Shard x12', 10, -1, 4460, 1715, 0, 0, 2, true, 0], - 32084: ['Heart Shard x13', 10, -1, 5, 1760, 0, 0, 2, true, 0], - 32085: ['Heart Shard x14', 10, -1, 50, 1760, 0, 0, 2, true, 0], - 32086: ['Heart Shard x15', 10, -1, 95, 1760, 0, 0, 2, true, 0], - 32087: ['Heart Shard x16', 10, -1, 140, 1760, 0, 0, 2, true, 0], - 32088: ['Heart Shard x17', 10, -1, 185, 1760, 0, 0, 2, true, 0], - 32089: ['Heart Shard x18', 10, -1, 230, 1760, 0, 0, 2, true, 0], - 32090: ['Heart Shard x19', 10, -1, 275, 1760, 0, 0, 2, true, 0], - 32091: ['Heart Shard x20', 10, -1, 320, 1760, 0, 0, 2, true, 0], - 32092: ['Heart Shard x21', 10, -1, 365, 1760, 0, 0, 2, true, 0], - 32093: ['Heart Shard x22', 10, -1, 410, 1760, 0, 0, 2, true, 0], - 32094: ['Heart Shard x23', 10, -1, 455, 1760, 0, 0, 2, true, 0], - 32095: ['Heart Shard x24', 10, -1, 500, 1760, 0, 0, 2, true, 0], - 32096: ['Heart Shard x25', 10, -1, 545, 1760, 0, 0, 2, true, 0], - 32097: ['Heart Shard x26', 10, -1, 590, 1760, 0, 0, 2, true, 0], - 32098: ['Heart Shard x27', 10, -1, 635, 1760, 0, 0, 2, true, 0], - 32099: ['Heart Shard x28', 10, -1, 680, 1760, 0, 0, 2, true, 0], - 32100: ['Heart Shard x29', 10, -1, 725, 1760, 0, 0, 2, true, 0], - 32101: ['Heart Shard x30', 10, -1, 770, 1760, 0, 0, 2, true, 0], - 32102: ['Heart Shard x31', 10, -1, 815, 1760, 0, 0, 2, true, 0], - 32103: ['Heart Shard x32', 10, -1, 860, 1760, 0, 0, 2, true, 0], - 32104: ['Heart Shard x33', 10, -1, 905, 1760, 0, 0, 2, true, 0], - 32105: ['Heart Shard x34', 10, -1, 950, 1760, 0, 0, 2, true, 0], - 32106: ['Heart Shard x35', 10, -1, 995, 1760, 0, 0, 2, true, 0], - 32107: ['Return of Love', 10, -1, 1040, 1760, 0, 0, 2, true, 0], - 32108: ['Paramount Blueprint', 10, -1, 905, 2975, 0, 500, 7, true, 0], - 32109: ['Paramount Blueprint', 10, -1, 950, 2975, 0, 500, 7, true, 0], - 32110: ['Paramount Blueprint', 10, -1, 995, 2975, 0, 500, 7, true, 0], - 32111: ['Paramount Blueprint', 10, -1, 1040, 2975, 0, 500, 7, true, 0], - 32112: ['Paramount Blueprint', 10, -1, 1085, 2975, 0, 500, 7, true, 0], - 32113: ['Paramount Blueprint', 10, -1, 1130, 2975, 0, 500, 7, true, 0], - 32114: ['Paramount Blueprint', 10, -1, 1175, 2975, 0, 500, 7, true, 0], - 32115: ['Spring Gift', 10, -1, 1220, 2975, 0, 0, 7, true, 0], - 32116: ['Spring Treasure', 10, -1, 1265, 2975, 0, 0, 7, true, 0], - 32118: ['Catalyst of Air x1', 10, -1, 1085, 1760, 0, 0, 2, true, 0], - 32119: ['Catalyst of Air x2', 10, -1, 1130, 1760, 0, 0, 2, true, 0], - 32120: ['Catalyst of Air x3', 10, -1, 1175, 1760, 0, 0, 2, true, 0], - 32121: ['Catalyst of Air x4', 10, -1, 1220, 1760, 0, 0, 2, true, 0], - 32122: ['Catalyst of Air x5', 10, -1, 1265, 1760, 0, 0, 2, true, 0], - 32123: ['Catalyst of Air x6', 10, -1, 1310, 1760, 0, 0, 2, true, 0], - 32124: ['Catalyst of Air x7', 10, -1, 1355, 1760, 0, 0, 2, true, 0], - 32125: ['Catalyst of Air x8', 10, -1, 1400, 1760, 0, 0, 2, true, 0], - 32126: ['Catalyst of Air x9', 10, -1, 1445, 1760, 0, 0, 2, true, 0], - 32127: ['Catalyst of Air x10', 10, -1, 1490, 1760, 0, 0, 2, true, 0], - 32128: ['Catalyst of Air x11', 10, -1, 1535, 1760, 0, 0, 2, true, 0], - 32129: ['Catalyst of Air x12', 10, -1, 1580, 1760, 0, 0, 2, true, 0], - 32130: ['Catalyst of Air x13', 10, -1, 1625, 1760, 0, 0, 2, true, 0], - 32131: ['Catalyst of Air x14', 10, -1, 1670, 1760, 0, 0, 2, true, 0], - 32132: ['Catalyst of Air x15', 10, -1, 1715, 1760, 0, 0, 2, true, 0], - 32133: ['Catalyst of Air x16', 10, -1, 1760, 1760, 0, 0, 2, true, 0], - 32134: ['Catalyst of Air x17', 10, -1, 1805, 1760, 0, 0, 2, true, 0], - 32135: ['Catalyst of Air x18', 10, -1, 1850, 1760, 0, 0, 2, true, 0], - 32136: ['Catalyst of Air x19', 10, -1, 1895, 1760, 0, 0, 2, true, 0], - 32137: ['Catalyst of Air x20', 10, -1, 1940, 1760, 0, 0, 2, true, 0], - 32139: ['Catalyst of Earth x1', 10, -1, 1985, 1760, 0, 0, 2, true, 0], - 32140: ['Catalyst of Earth x2', 10, -1, 2030, 1760, 0, 0, 2, true, 0], - 32141: ['Catalyst of Earth x3', 10, -1, 2075, 1760, 0, 0, 2, true, 0], - 32142: ['Catalyst of Earth x4', 10, -1, 2120, 1760, 0, 0, 2, true, 0], - 32143: ['Catalyst of Earth x5', 10, -1, 2165, 1760, 0, 0, 2, true, 0], - 32144: ['Catalyst of Earth x6', 10, -1, 2210, 1760, 0, 0, 2, true, 0], - 32145: ['Catalyst of Earth x7', 10, -1, 2255, 1760, 0, 0, 2, true, 0], - 32146: ['Catalyst of Earth x8', 10, -1, 2300, 1760, 0, 0, 2, true, 0], - 32147: ['Catalyst of Earth x9', 10, -1, 2345, 1760, 0, 0, 2, true, 0], - 32148: ['Catalyst of Earth x10', 10, -1, 2390, 1760, 0, 0, 2, true, 0], - 32149: ['Catalyst of Earth x11', 10, -1, 2435, 1760, 0, 0, 2, true, 0], - 32150: ['Catalyst of Earth x12', 10, -1, 2480, 1760, 0, 0, 2, true, 0], - 32151: ['Catalyst of Earth x13', 10, -1, 2525, 1760, 0, 0, 2, true, 0], - 32152: ['Catalyst of Earth x14', 10, -1, 2570, 1760, 0, 0, 2, true, 0], - 32153: ['Catalyst of Earth x15', 10, -1, 2615, 1760, 0, 0, 2, true, 0], - 32154: ['Catalyst of Earth x16', 10, -1, 2660, 1760, 0, 0, 2, true, 0], - 32155: ['Catalyst of Earth x17', 10, -1, 2705, 1760, 0, 0, 2, true, 0], - 32156: ['Catalyst of Earth x18', 10, -1, 2750, 1760, 0, 0, 2, true, 0], - 32157: ['Catalyst of Earth x19', 10, -1, 2795, 1760, 0, 0, 2, true, 0], - 32158: ['Catalyst of Earth x20', 10, -1, 2840, 1760, 0, 0, 2, true, 0], - 32160: ['Catalyst of Fire x1', 10, -1, 2885, 1760, 0, 0, 2, true, 0], - 32161: ['Catalyst of Fire x2', 10, -1, 2930, 1760, 0, 0, 2, true, 0], - 32162: ['Catalyst of Fire x3', 10, -1, 2975, 1760, 0, 0, 2, true, 0], - 32163: ['Catalyst of Fire x4', 10, -1, 3020, 1760, 0, 0, 2, true, 0], - 32164: ['Catalyst of Fire x5', 10, -1, 3065, 1760, 0, 0, 2, true, 0], - 32165: ['Catalyst of Fire x6', 10, -1, 3110, 1760, 0, 0, 2, true, 0], - 32166: ['Catalyst of Fire x7', 10, -1, 3155, 1760, 0, 0, 2, true, 0], - 32167: ['Catalyst of Fire x8', 10, -1, 3200, 1760, 0, 0, 2, true, 0], - 32168: ['Catalyst of Fire x9', 10, -1, 3245, 1760, 0, 0, 2, true, 0], - 32169: ['Catalyst of Fire x10', 10, -1, 3290, 1760, 0, 0, 2, true, 0], - 32170: ['Catalyst of Fire x11', 10, -1, 3335, 1760, 0, 0, 2, true, 0], - 32171: ['Catalyst of Fire x12', 10, -1, 3380, 1760, 0, 0, 2, true, 0], - 32172: ['Catalyst of Fire x13', 10, -1, 3425, 1760, 0, 0, 2, true, 0], - 32173: ['Catalyst of Fire x14', 10, -1, 3470, 1760, 0, 0, 2, true, 0], - 32174: ['Catalyst of Fire x15', 10, -1, 3515, 1760, 0, 0, 2, true, 0], - 32175: ['Catalyst of Fire x16', 10, -1, 3560, 1760, 0, 0, 2, true, 0], - 32176: ['Catalyst of Fire x17', 10, -1, 3605, 1760, 0, 0, 2, true, 0], - 32177: ['Catalyst of Fire x18', 10, -1, 3650, 1760, 0, 0, 2, true, 0], - 32178: ['Catalyst of Fire x19', 10, -1, 3695, 1760, 0, 0, 2, true, 0], - 32179: ['Catalyst of Fire x20', 10, -1, 3740, 1760, 0, 0, 2, true, 0], - 32181: ['Catalyst of Water x1', 10, -1, 3785, 1760, 0, 0, 2, true, 0], - 32182: ['Catalyst of Water x2', 10, -1, 3830, 1760, 0, 0, 2, true, 0], - 32183: ['Catalyst of Water x3', 10, -1, 3875, 1760, 0, 0, 2, true, 0], - 32184: ['Catalyst of Water x4', 10, -1, 3920, 1760, 0, 0, 2, true, 0], - 32185: ['Catalyst of Water x5', 10, -1, 3965, 1760, 0, 0, 2, true, 0], - 32186: ['Catalyst of Water x6', 10, -1, 4010, 1760, 0, 0, 2, true, 0], - 32187: ['Catalyst of Water x7', 10, -1, 4055, 1760, 0, 0, 2, true, 0], - 32188: ['Catalyst of Water x8', 10, -1, 4100, 1760, 0, 0, 2, true, 0], - 32189: ['Catalyst of Water x9', 10, -1, 4145, 1760, 0, 0, 2, true, 0], - 32190: ['Catalyst of Water x10', 10, -1, 4190, 1760, 0, 0, 2, true, 0], - 32191: ['Catalyst of Water x11', 10, -1, 4235, 1760, 0, 0, 2, true, 0], - 32192: ['Catalyst of Water x12', 10, -1, 4280, 1760, 0, 0, 2, true, 0], - 32193: ['Catalyst of Water x13', 10, -1, 4325, 1760, 0, 0, 2, true, 0], - 32194: ['Catalyst of Water x14', 10, -1, 4370, 1760, 0, 0, 2, true, 0], - 32195: ['Catalyst of Water x15', 10, -1, 4415, 1760, 0, 0, 2, true, 0], - 32196: ['Catalyst of Water x16', 10, -1, 4460, 1760, 0, 0, 2, true, 0], - 32197: ['Catalyst of Water x17', 10, -1, 5, 1805, 0, 0, 2, true, 0], - 32198: ['Catalyst of Water x18', 10, -1, 50, 1805, 0, 0, 2, true, 0], - 32199: ['Catalyst of Water x19', 10, -1, 95, 1805, 0, 0, 2, true, 0], - 32200: ['Catalyst of Water x20', 10, -1, 140, 1805, 0, 0, 2, true, 0], - 32201: ['Mystery Kensei ST Crate', 10, -1, 1310, 2975, 0, 0, 8, true, 0], - 32202: ['Mini ST Skin Token', 10, -1, 185, 1805, 0, 0, 7, true, 0], - 32203: ['Elemental Gem', 10, -1, 230, 1805, 0, 0, 2, true, 0], - 32205: ['Brick x1', 10, -1, 275, 1805, 0, 0, 2, true, 0], - 32206: ['Brick x2', 10, -1, 320, 1805, 0, 0, 2, true, 0], - 32207: ['Brick x3', 10, -1, 365, 1805, 0, 0, 2, true, 0], - 32208: ['Brick x4', 10, -1, 410, 1805, 0, 0, 2, true, 0], - 32209: ['Brick x5', 10, -1, 455, 1805, 0, 0, 2, true, 0], - 32210: ['Brick x6', 10, -1, 500, 1805, 0, 0, 2, true, 0], - 32211: ['Brick x7', 10, -1, 545, 1805, 0, 0, 2, true, 0], - 32212: ['Brick x8', 10, -1, 590, 1805, 0, 0, 2, true, 0], - 32213: ['Brick x9', 10, -1, 635, 1805, 0, 0, 2, true, 0], - 32214: ['Brick x10', 10, -1, 680, 1805, 0, 0, 2, true, 0], - 32215: ['Brick x11', 10, -1, 725, 1805, 0, 0, 2, true, 0], - 32216: ['Brick x12', 10, -1, 770, 1805, 0, 0, 2, true, 0], - 32217: ['Brick x13', 10, -1, 815, 1805, 0, 0, 2, true, 0], - 32218: ['Brick x14', 10, -1, 860, 1805, 0, 0, 2, true, 0], - 32219: ['Brick x15', 10, -1, 905, 1805, 0, 0, 2, true, 0], - 32220: ['Brick x16', 10, -1, 950, 1805, 0, 0, 2, true, 0], - 32221: ['Brick x17', 10, -1, 995, 1805, 0, 0, 2, true, 0], - 32222: ['Brick x18', 10, -1, 1040, 1805, 0, 0, 2, true, 0], - 32223: ['Brick x19', 10, -1, 1085, 1805, 0, 0, 2, true, 0], - 32224: ['Brick x20', 10, -1, 1130, 1805, 0, 0, 2, true, 0], - 32225: ['Solo Skeleton Key', 10, -1, 1175, 1805, 0, 0, 2, true, 0], - 32227: ['Mythical ST Shard x1', 10, -1, 1220, 1805, 0, 0, 2, true, 0], - 32228: ['Mythical ST Shard x2', 10, -1, 1265, 1805, 0, 0, 2, true, 0], - 32229: ['Mythical ST Shard x3', 10, -1, 1310, 1805, 0, 0, 2, true, 0], - 32230: ['Mythical ST Shard x4', 10, -1, 1355, 1805, 0, 0, 2, true, 0], - 32231: ['Mythical ST Shard x5', 10, -1, 1400, 1805, 0, 0, 2, true, 0], - 32232: ['Mythical ST Shard x6', 10, -1, 1445, 1805, 0, 0, 2, true, 0], - 32233: ['Mythical ST Shard x7', 10, -1, 1490, 1805, 0, 0, 2, true, 0], - 32234: ['Mythical ST Shard x8', 10, -1, 1535, 1805, 0, 0, 2, true, 0], - 32235: ['Mythical ST Shard x9', 10, -1, 1580, 1805, 0, 0, 2, true, 0], - 32236: ['Mythical ST Shard x10', 10, -1, 1625, 1805, 0, 0, 2, true, 0], - 32237: ['Mythical ST Shard x11', 10, -1, 1670, 1805, 0, 0, 2, true, 0], - 32238: ['Mythical ST Shard x12', 10, -1, 1715, 1805, 0, 0, 2, true, 0], - 32239: ['Mythical ST Shard x13', 10, -1, 1760, 1805, 0, 0, 2, true, 0], - 32240: ['Mythical ST Shard x14', 10, -1, 1805, 1805, 0, 0, 2, true, 0], - 32241: ['Mythical ST Shard x15', 10, -1, 1850, 1805, 0, 0, 2, true, 0], - 32242: ['Mythical ST Gem', 10, -1, 1895, 1805, 0, 0, 2, true, 0], - 32243: ['Mythical ST Chest', 10, -1, 3020, 2975, 0, 0, 8, true, 0], - 32245: ['Void Catalyst x1', 10, -1, 1940, 1805, 0, 0, 2, true, 0], - 32246: ['Void Catalyst x2', 10, -1, 1985, 1805, 0, 0, 2, true, 0], - 32247: ['Void Catalyst x3', 10, -1, 2030, 1805, 0, 0, 2, true, 0], - 32248: ['Void Catalyst x4', 10, -1, 2075, 1805, 0, 0, 2, true, 0], - 32249: ['Void Catalyst x5', 10, -1, 2120, 1805, 0, 0, 2, true, 0], - 32250: ['Void Catalyst x6', 10, -1, 2165, 1805, 0, 0, 2, true, 0], - 32251: ['Void Catalyst x7', 10, -1, 2210, 1805, 0, 0, 2, true, 0], - 32252: ['Void Catalyst x8', 10, -1, 2255, 1805, 0, 0, 2, true, 0], - 32253: ['Void Catalyst x9', 10, -1, 2300, 1805, 0, 0, 2, true, 0], - 32254: ['Void Catalyst x10', 10, -1, 2345, 1805, 0, 0, 2, true, 0], - 32257: ['Ice Cave Augmented Key', 10, -1, 4010, 230, 0, 200, 7, true, 0], - 32258: ['Lost Halls Augmented Key', 10, -1, 4055, 230, 0, 200, 7, true, 0], - 32259: ['Tomb of the Ancients Augmented Key', 10, -1, 4100, 230, 0, 200, 7, true, 0], - 32260: ['The Nest Augmented Key', 10, -1, 4145, 230, 0, 200, 7, true, 0], - 32261: ["Davy's Augmented Key", 10, -1, 4190, 230, 0, 200, 7, true, 0], - 32262: ['Mountain Temple Augmented Key', 10, -1, 4235, 230, 0, 200, 7, true, 0], - 32263: ['Malogia Augmented Key', 10, -1, 4280, 230, 0, 200, 7, true, 0], - 32264: ['Untaris Augmented Key', 10, -1, 4325, 230, 0, 200, 7, true, 0], - 32265: ['Forax Augmented Key', 10, -1, 4370, 230, 0, 200, 7, true, 0], - 32266: ['Katalund Augmented Key', 10, -1, 4415, 230, 0, 200, 7, true, 0], - 32267: ['Snake Pit Augmented Key', 10, -1, 4460, 230, 0, 200, 7, true, 0], - 32268: ["Shaitan's Augmented Key", 10, -1, 5, 275, 0, 200, 7, true, 0], - 32269: ["Puppet Master's Encore Augmented Key", 10, -1, 50, 275, 0, 200, 7, true, 0], - 32270: ['Reef Augmented Key', 10, -1, 95, 275, 0, 200, 7, true, 0], - 32271: ['Secluded Thicket Key', 10, -1, 140, 275, 0, 200, 7, true, 0], - 32272: ['Shatters Augmented Key', 10, -1, 185, 275, 0, 200, 7, true, 0], - 32273: ['The Third Dimension Augmented Key', 10, -1, 230, 275, 0, 200, 7, true, 0], - 32274: ['Ancient Ruins Augmented Key', 10, -1, 275, 275, 0, 200, 7, true, 0], - 32275: ['Toxic Sewers Augmented Key', 10, -1, 320, 275, 0, 200, 7, true, 0], - 32276: ['Sprite World Augmented Key', 10, -1, 365, 275, 0, 200, 7, true, 0], - 32277: ['Candy Augmented Key', 10, -1, 410, 275, 0, 200, 7, true, 0], - 32278: ['Lab Augmented Key', 10, -1, 455, 275, 0, 200, 7, true, 0], - 32279: ['Manor Augmented Key', 10, -1, 500, 275, 0, 200, 7, true, 0], - 32280: ['The Machine Augmented Key', 10, -1, 545, 275, 0, 200, 7, true, 0], - 32281: ['Parasite Chambers Augmented Key', 10, -1, 590, 275, 0, 200, 7, true, 0], - 32282: ['Undead Lair Augmented Key', 10, -1, 635, 275, 0, 200, 7, true, 0], - 32283: ['Cursed Library Augmented Key', 10, -1, 680, 275, 0, 200, 7, true, 0], - 32284: ['High Tech Terror Augmented Key', 10, -1, 725, 275, 0, 200, 7, true, 0], - 32285: ['Abyss of Demons Augmented Key', 10, -1, 770, 275, 0, 200, 7, true, 0], - 32286: ['Theatre Augmented Key', 10, -1, 815, 275, 0, 200, 7, true, 0], - 32287: ['Draconis Augmented Key', 10, -1, 860, 275, 0, 200, 7, true, 0], - 32288: ['Unsigned Parcel', 10, -1, 5, 3020, 0, 0, 8, true, 0], - 32293: ['Encrypted Note x1', 10, -1, 3290, 1805, 0, 0, 2, true, 0], - 32294: ['Encrypted Note x2', 10, -1, 3335, 1805, 0, 0, 2, true, 0], - 32295: ['Encrypted Note x3', 10, -1, 3380, 1805, 0, 0, 2, true, 0], - 32296: ['Encrypted Note x4', 10, -1, 3425, 1805, 0, 0, 2, true, 0], - 32297: ['Encrypted Note x5', 10, -1, 3470, 1805, 0, 0, 2, true, 0], - 32298: ['Encrypted Note x6', 10, -1, 3515, 1805, 0, 0, 2, true, 0], - 32299: ['Encrypted Note x7', 10, -1, 3560, 1805, 0, 0, 2, true, 0], - 32300: ['Encrypted Note x8', 10, -1, 3605, 1805, 0, 0, 2, true, 0], - 32301: ['Encrypted Note x9', 10, -1, 3650, 1805, 0, 0, 2, true, 0], - 32302: ['Encrypted Note x10', 10, -1, 3695, 1805, 0, 0, 2, true, 0], - 32303: ['Encrypted Note x11', 10, -1, 3740, 1805, 0, 0, 2, true, 0], - 32304: ['Encrypted Note x12', 10, -1, 3785, 1805, 0, 0, 2, true, 0], - 32305: ['Encrypted Note x13', 10, -1, 3830, 1805, 0, 0, 2, true, 0], - 32306: ['Encrypted Note x14', 10, -1, 3875, 1805, 0, 0, 2, true, 0], - 32307: ['Encrypted Note x15', 10, -1, 3920, 1805, 0, 0, 2, true, 0], - 32308: ['Encrypted Note x16', 10, -1, 3965, 1805, 0, 0, 2, true, 0], - 32309: ['Encrypted Note x17', 10, -1, 4010, 1805, 0, 0, 2, true, 0], - 32310: ['Encrypted Note x18', 10, -1, 4055, 1805, 0, 0, 2, true, 0], - 32311: ['Encrypted Note x19', 10, -1, 4100, 1805, 0, 0, 2, true, 0], - 32312: ['Encrypted Note x20', 10, -1, 4145, 1805, 0, 0, 2, true, 0], - 32313: ['Encrypted Note x21', 10, -1, 4190, 1805, 0, 0, 2, true, 0], - 32314: ['Encrypted Note x22', 10, -1, 4235, 1805, 0, 0, 2, true, 0], - 32315: ['Encrypted Note x23', 10, -1, 4280, 1805, 0, 0, 2, true, 0], - 32316: ['Encrypted Note x24', 10, -1, 4325, 1805, 0, 0, 2, true, 0], - 32317: ['Encrypted Note x25', 10, -1, 4370, 1805, 0, 0, 2, true, 0], - 32318: ['Encrypted Note x26', 10, -1, 4415, 1805, 0, 0, 2, true, 0], - 32319: ['Encrypted Note x27', 10, -1, 4460, 1805, 0, 0, 2, true, 0], - 32320: ['Encrypted Note x28', 10, -1, 5, 1850, 0, 0, 2, true, 0], - 32321: ['Encrypted Note x29', 10, -1, 50, 1850, 0, 0, 2, true, 0], - 32322: ['Encrypted Note x30', 10, -1, 95, 1850, 0, 0, 2, true, 0], - 32323: ['Encrypted Note x31', 10, -1, 140, 1850, 0, 0, 2, true, 0], - 32324: ['Encrypted Note x32', 10, -1, 185, 1850, 0, 0, 2, true, 0], - 32325: ['Encrypted Note x33', 10, -1, 230, 1850, 0, 0, 2, true, 0], - 32326: ['Encrypted Note x34', 10, -1, 275, 1850, 0, 0, 2, true, 0], - 32327: ['Encrypted Note x35', 10, -1, 320, 1850, 0, 0, 2, true, 0], - 32369: ['Shard of the Advisor x1', 10, -1, 1310, 1625, 0, 0, 2, true, 0], - 32370: ['Shard of the Advisor x2', 10, -1, 1355, 1625, 0, 0, 2, true, 0], - 32371: ['Shard of the Advisor x3', 10, -1, 1400, 1625, 0, 0, 2, true, 0], - 32372: ['Shard of the Advisor x4', 10, -1, 1445, 1625, 0, 0, 2, true, 0], - 32373: ['Shard of the Advisor x5', 10, -1, 1490, 1625, 0, 0, 2, true, 0], - 32374: ['Shard of the Advisor x6', 10, -1, 1535, 1625, 0, 0, 2, true, 0], - 32375: ['Shard of the Advisor x7', 10, -1, 1580, 1625, 0, 0, 2, true, 0], - 32376: ['Shard of the Advisor x8', 10, -1, 1625, 1625, 0, 0, 2, true, 0], - 32377: ['Shard of the Advisor x9', 10, -1, 1670, 1625, 0, 0, 2, true, 0], - 32378: ['Shard of the Advisor x10', 10, -1, 1715, 1625, 0, 0, 2, true, 0], - 32379: ['Shard of the Advisor x11', 10, -1, 1760, 1625, 0, 0, 2, true, 0], - 32380: ['Shard of the Advisor x12', 10, -1, 1805, 1625, 0, 0, 2, true, 0], - 32381: ['Shard of the Advisor x13', 10, -1, 1850, 1625, 0, 0, 2, true, 0], - 32382: ['Shard of the Advisor x14', 10, -1, 1895, 1625, 0, 0, 2, true, 0], - 32383: ['Shard of the Advisor x15', 10, -1, 1940, 1625, 0, 0, 2, true, 0], - 32384: ['Shard of the Advisor x16', 10, -1, 1985, 1625, 0, 0, 2, true, 0], - 32385: ['Shard of the Advisor x17', 10, -1, 2030, 1625, 0, 0, 2, true, 0], - 32386: ['Shard of the Advisor x18', 10, -1, 2075, 1625, 0, 0, 2, true, 0], - 32387: ['Shard of the Advisor x19', 10, -1, 2120, 1625, 0, 0, 2, true, 0], - 32388: ['Shard of the Advisor x20', 10, -1, 2165, 1625, 0, 0, 2, true, 0], - 32389: ['Shard of the Advisor x21', 10, -1, 2210, 1625, 0, 0, 2, true, 0], - 32390: ['Shard of the Advisor x22', 10, -1, 2255, 1625, 0, 0, 2, true, 0], - 32391: ['Shard of the Advisor x23', 10, -1, 2300, 1625, 0, 0, 2, true, 0], - 32392: ['Shard of the Advisor x24', 10, -1, 2345, 1625, 0, 0, 2, true, 0], - 32393: ['Shard of the Advisor x25', 10, -1, 2390, 1625, 0, 0, 2, true, 0], - 32394: ['Shard of the Advisor x26', 10, -1, 2435, 1625, 0, 0, 2, true, 0], - 32395: ['Shard of the Advisor x27', 10, -1, 2480, 1625, 0, 0, 2, true, 0], - 32396: ['Shard of the Advisor x28', 10, -1, 2525, 1625, 0, 0, 2, true, 0], - 32397: ['Shard of the Advisor x29', 10, -1, 2570, 1625, 0, 0, 2, true, 0], - 32398: ['Shard of the Advisor x30', 10, -1, 2615, 1625, 0, 0, 2, true, 0], - 32399: ['Shard of the Advisor x31', 10, -1, 2660, 1625, 0, 0, 2, true, 0], - 32400: ['Shard of the Advisor x32', 10, -1, 2705, 1625, 0, 0, 2, true, 0], - 32401: ['Shard of the Advisor x33', 10, -1, 2750, 1625, 0, 0, 2, true, 0], - 32402: ['Shard of the Advisor x34', 10, -1, 2795, 1625, 0, 0, 2, true, 0], - 32403: ['Shard of the Advisor x35', 10, -1, 2840, 1625, 0, 0, 2, true, 0], - 32416: ['Mayhem Medallion', 9, -1, 1940, 2750, 5, 850, 9, true, 2], - 32417: ['Ring of Wrath', 9, -1, 1985, 2750, 5, 850, 9, true, 2], - 32418: ['Autarch Amulet', 9, -1, 2030, 2750, 5, 850, 9, true, 2], - 32437: ['Bolt Thrower', 3, -1, 2615, 2975, 5, 800, 8, true, 2], - 32438: ['Lightning Rod', 20, -1, 2660, 2975, 7, 700, 6, true, 2], - 32439: ['Wedding Dress', 6, -1, 2705, 2975, 6, 500, 8, true, 2], - 32440: ['Wedding Dress Explosion', 15, -1, 2750, 2975, 0, 0, 0, false, 0], - 32441: ['Gothic Bouffant', 9, -1, 2795, 2975, 4, 500, 8, true, 2], - 32442: ['Jagged Hatchet', 1, -1, 2840, 2975, 5, 900, 8, true, 2], - 32443: ['Burlap Cowl', 16, -1, 2885, 2975, 7, 800, 8, true, 2], - 32444: ['Overalls of Endurance', 7, -1, 2930, 2975, 6, 600, 8, true, 2], - 32445: ['Headless Ted', 9, -1, 2975, 2975, 4, 600, 8, true, 2], - 32466: ['Resurrected Huntress Set Token', 10, -1, 3065, 2975, 0, 50, 5, true, 0], - 32467: ['Killbilly Warrior Set Token', 10, -1, 3110, 2975, 0, 50, 5, true, 0], - 32469: ['Solo Secluded Thicket Key', 10, -1, 3515, 230, 0, 200, 7, true, 0], - 32470: ['Solo Fungal Cavern Key', 10, -1, 3560, 230, 0, 200, 7, true, 0], - 32471: ['Solo High Tech Terror Key', 10, -1, 3605, 230, 0, 200, 7, true, 0], - 32472: ['Shaman Necromancer Set Token', 10, -1, 590, 3065, 0, 50, 5, true, 0], - 32473: ['Alchemist Assassin Set Token', 10, -1, 635, 3065, 0, 50, 5, true, 0], - 32475: ['Hidden Interregnum Key', 10, -1, 905, 275, 0, 200, 7, true, 0], - 32484: ["Gravekeeper's Scythe", 17, -1, 1670, 2750, 5, 800, 8, true, 2], - 32485: ['Hooded Skull', 19, -1, 1715, 2750, 7, 900, 8, true, 2], - 32486: ["Executioner's Garb", 14, -1, 1760, 2750, 6, 750, 8, true, 2], - 32487: ['Grim Goblet', 9, -1, 1805, 2750, 4, 650, 8, true, 2], - 32516: ['Autumn Ent Pet Skin', 10, -1, 3335, 1220, 0, 1000, 7, true, 0], - 32653: ['Pumpkin Head Pet Skin', 10, -1, 1130, 1130, 0, 1000, 7, true, 0], - 32655: ['Headless Rider Skin', 10, -1, 1895, 635, 0, 1000, 7, true, 0], - 32659: ['Pilgrim Father Skin', 10, -1, 1940, 635, 0, 1000, 7, true, 0], - 32660: ['Pilgrim Mother Skin', 10, -1, 1985, 635, 0, 1000, 7, true, 0], - 32661: ['Wizard Supreme Skin', 10, -1, 2030, 635, 0, 1000, 7, true, 0], - 32666: ['Christmas Tree Skin', 10, -1, 1175, 1130, 0, 1000, 7, true, 0], - 32667: ['Red Nosed Skin', 10, -1, 1220, 1130, 0, 1000, 7, true, 0], - 32672: ['Rudolph the Berzerk Skin', 10, -1, 2075, 635, 0, 1000, 7, true, 0], - 32673: ['Miss Santa Skin', 10, -1, 2120, 635, 0, 1000, 7, true, 0], - 32674: ['Snow Queen Skin', 10, -1, 2165, 635, 0, 1000, 7, true, 0], - 32695: ['Ice Tomb Key', 10, -1, 3830, 185, 0, 200, 7, true, 0], - 32697: ["Zaarvox's Heart", 7, -1, 1400, 2390, 6, 600, 8, true, 2], - 32698: ['Amulet of Drakefyre', 9, -1, 1445, 2390, 4, 600, 8, true, 2], - 32699: ['Helm of Draconic Dominance', 16, -1, 1355, 2390, 7, 800, 8, true, 2], - 32700: ['Indomptable', 1, -1, 1310, 2390, 5, 900, 8, true, 2], - 32702: ['Dragon Tamer Skin', 10, -1, 2210, 635, 0, 1000, 7, true, 0], - 32705: ['Red Bagston Skin', 10, -1, 1265, 1130, 0, 1000, 7, true, 0], - 32708: ['Helper Bagston Skin', 10, -1, 1310, 1130, 0, 1000, 7, true, 0], - 32711: ['Red Helper Bagston Skin', 10, -1, 1355, 1130, 0, 1000, 7, true, 0], - 32719: ['Muddy Tidechaser Skin', 10, -1, 1400, 1130, 0, 500, 7, true, 0], - 32722: ['Enchanted Ice Shard', 9, -1, 1895, 2210, 6, 800, 6, false, 0], - 32723: ['Ring of the Northern Light', 9, -1, 1940, 2210, 6, 800, 6, true, 1], - 32724: ['Frimarra', 9, -1, 1985, 2210, 6, 800, 6, true, 1], - 32765: ['Giant Vampire Bat Skin', 10, -1, 1085, 1130, 0, 1000, 7, true, 0], - 32767: ['Vampire Lord Skin', 10, -1, 1850, 635, 0, 1000, 7, true, 0], - 32901: ['Pink Lion Pet Skin', 10, -1, 905, 1220, 0, 1000, 7, true, 0], - 32902: ['Midnight Wolf Pet Skin', 10, -1, 950, 1220, 0, 1000, 7, true, 0], - 32903: ['Phoenix Pet Skin', 10, -1, 995, 1220, 0, 1000, 7, true, 0], - 32904: ['War Elephant Pet Skin', 10, -1, 1040, 1220, 0, 1000, 7, true, 0], - 32905: ['Night Mare Pet Skin', 10, -1, 1085, 1220, 0, 1000, 7, true, 0], - 32906: ['Silver Doe Pet Skin', 10, -1, 1130, 1220, 0, 1000, 7, true, 0], - 32907: ['Solar Owl Pet Skin', 10, -1, 1175, 1220, 0, 1000, 7, true, 0], - 32908: ['Tandem Cobra Pet Skin', 10, -1, 1220, 1220, 0, 1000, 7, true, 0], - 32909: ['Ultrawasp Pet Skin', 10, -1, 1265, 1220, 0, 1000, 7, true, 0], - 32910: ['Battle Penguin Pet Skin', 10, -1, 1310, 1220, 0, 1000, 7, true, 0], - 32911: ['Great Shark Pet Skin', 10, -1, 1355, 1220, 0, 1000, 7, true, 0], - 32913: ['Blue Landfish Pet Skin', 10, -1, 1400, 1220, 0, 1000, 7, true, 0], - 32914: ['Glowing Skull Pet Skin', 10, -1, 1445, 1220, 0, 1000, 7, true, 0], - 32915: ['Monkey Head Pet Skin', 10, -1, 1490, 1220, 0, 1000, 7, true, 0], - 32916: ['Reaper Pet Skin', 10, -1, 1535, 1220, 0, 1000, 7, true, 0], - 32917: ['Battle God Pet Skin', 10, -1, 1580, 1220, 0, 1000, 7, true, 0], - 32918: ['Centaur Pet Skin', 10, -1, 1625, 1220, 0, 1000, 7, true, 0], - 32919: ['Forest Fairy Pet Skin', 10, -1, 1670, 1220, 0, 1000, 7, true, 0], - 32920: ["Lil' Oryx Pet Skin", 10, -1, 1715, 1220, 0, 1000, 7, true, 0], - 32921: ['Shroom Pet Skin', 10, -1, 1760, 1220, 0, 1000, 7, true, 0], - 32922: ['Great Jelly Pet Skin', 10, -1, 1805, 1220, 0, 1000, 7, true, 0], - 32923: ['Spiderbot Pet Skin', 10, -1, 1850, 1220, 0, 1000, 7, true, 0], - 32924: ['Cylindron Pet Skin', 10, -1, 1895, 1220, 0, 1000, 7, true, 0], - 32927: ['Malogia Fragment x1', 10, -1, 635, 1445, 0, 0, 2, true, 0], - 32928: ['Malogia Fragment x2', 10, -1, 680, 1445, 0, 0, 2, true, 0], - 32929: ['Malogia Fragment x3', 10, -1, 725, 1445, 0, 0, 2, true, 0], - 32930: ['Malogia Fragment x4', 10, -1, 770, 1445, 0, 0, 2, true, 0], - 32931: ['Malogia Fragment x5', 10, -1, 815, 1445, 0, 0, 2, true, 0], - 32932: ['Malogia Fragment x6', 10, -1, 860, 1445, 0, 0, 2, true, 0], - 32933: ['Malogia Fragment x7', 10, -1, 905, 1445, 0, 0, 2, true, 0], - 32934: ['Malogia Fragment x8', 10, -1, 950, 1445, 0, 0, 2, true, 0], - 32935: ['Malogia Fragment x9', 10, -1, 995, 1445, 0, 0, 2, true, 0], - 32936: ['Malogia Fragment x10', 10, -1, 1040, 1445, 0, 0, 2, true, 0], - 32937: ['Malogia Fragment x11', 10, -1, 1085, 1445, 0, 0, 2, true, 0], - 32938: ['Malogia Fragment x12', 10, -1, 1130, 1445, 0, 0, 2, true, 0], - 32939: ['Malogia Fragment x13', 10, -1, 1175, 1445, 0, 0, 2, true, 0], - 32940: ['Malogia Fragment x14', 10, -1, 1220, 1445, 0, 0, 2, true, 0], - 32941: ['Malogia Fragment x15', 10, -1, 1265, 1445, 0, 0, 2, true, 0], - 32942: ['Malogia Fragment x16', 10, -1, 1310, 1445, 0, 0, 2, true, 0], - 32943: ['Malogia Fragment x17', 10, -1, 1355, 1445, 0, 0, 2, true, 0], - 32944: ['Malogia Fragment x18', 10, -1, 1400, 1445, 0, 0, 2, true, 0], - 32945: ['Malogia Fragment x19', 10, -1, 1445, 1445, 0, 0, 2, true, 0], - 32946: ['Malogia Fragment x20', 10, -1, 1490, 1445, 0, 0, 2, true, 0], - 32947: ['Malogia Fragment x21', 10, -1, 1535, 1445, 0, 0, 2, true, 0], - 32948: ['Malogia Fragment x22', 10, -1, 1580, 1445, 0, 0, 2, true, 0], - 32949: ['Malogia Fragment x23', 10, -1, 1625, 1445, 0, 0, 2, true, 0], - 32950: ['Malogia Fragment x24', 10, -1, 1670, 1445, 0, 0, 2, true, 0], - 32951: ['Malogia Fragment x25', 10, -1, 1715, 1445, 0, 0, 2, true, 0], - 33044: ['Yarn Ball', 10, -1, 1175, 2840, 0, 100, 2, true, 0], - 33667: ['Fluffy Hood x1', 10, -1, 2840, 1805, 0, 0, 2, true, 0], - 33668: ['Fluffy Hood x2', 10, -1, 2885, 1805, 0, 0, 2, true, 0], - 33669: ['Fluffy Hood x3', 10, -1, 2930, 1805, 0, 0, 2, true, 0], - 33670: ['Fluffy Hood x4', 10, -1, 2975, 1805, 0, 0, 2, true, 0], - 33671: ['Fluffy Hood x5', 10, -1, 3020, 1805, 0, 0, 2, true, 0], - 33672: ['Fluffy Hood x6', 10, -1, 3065, 1805, 0, 0, 2, true, 0], - 33673: ['Fluffy Hood x7', 10, -1, 3110, 1805, 0, 0, 2, true, 0], - 33674: ['Fluffy Hood x8', 10, -1, 3155, 1805, 0, 0, 2, true, 0], - 33675: ['Fluffy Hood x9', 10, -1, 3200, 1805, 0, 0, 2, true, 0], - 33676: ['Fluffy Hood x10', 10, -1, 3245, 1805, 0, 0, 2, true, 0], - 33680: ['Greater Blueprint', 10, -1, 4460, 2930, 0, 500, 7, true, 0], - 33681: ['Paramount Blueprint', 10, -1, 5, 2975, 0, 500, 7, true, 0], - 33682: ['Paramount Blueprint', 10, -1, 50, 2975, 0, 500, 7, true, 0], - 33683: ['Superior Blueprint', 10, -1, 95, 2975, 0, 500, 7, true, 0], - 33684: ['Irradiance Blueprint', 10, -1, 140, 2975, 0, 500, 7, true, 0], - 33685: ['Mystery Skin', 10, -1, 185, 2975, 0, 0, 7, true, 0], - 33686: ['Bard Mystery Skin', 10, -1, 230, 2975, 0, 0, 7, true, 0], - 33687: ['Summoner Mystery Skin', 10, -1, 275, 2975, 0, 0, 7, true, 0], - 33688: ['Kensei Mystery Skin', 10, -1, 320, 2975, 0, 0, 7, true, 0], - 33689: ['Basic Mystery Skin', 10, -1, 365, 2975, 0, 0, 7, true, 0], - 33690: ['Greater Mystery Skin', 10, -1, 410, 2975, 0, 0, 7, true, 0], - 33691: ['Superior Mystery Skin', 10, -1, 455, 2975, 0, 0, 7, true, 0], - 33692: ['Paramount Mystery Skin', 10, -1, 500, 2975, 0, 0, 7, true, 0], - 33693: ['Exalted Mystery Skin', 10, -1, 545, 2975, 0, 0, 7, true, 0], - 33694: ['Basic Mystery Pet Skin', 10, -1, 590, 2975, 0, 0, 7, true, 0], - 33695: ['Greater Mystery Pet Skin', 10, -1, 635, 2975, 0, 0, 7, true, 0], - 33696: ['Superior Mystery Pet Skin', 10, -1, 680, 2975, 0, 0, 7, true, 0], - 33697: ['Paramount Mystery Pet Skin', 10, -1, 725, 2975, 0, 0, 7, true, 0], - 33698: ['Exalted Mystery Pet Skin', 10, -1, 770, 2975, 0, 0, 7, true, 0], - 33699: ['Valentine Mystery Skin', 10, -1, 815, 2975, 0, 0, 7, true, 0], - 33700: ['Mystery Pet Skin', 10, -1, 860, 2975, 0, 0, 7, true, 0], - 34608: ['Chibi Oryx Gladiator Skin', 10, -1, 320, 1355, 0, 1000, 7, true, 0], - 34609: ['Pet Rock Skin', 10, -1, 230, 1355, 0, 0, 7, true, 0], - 34634: ['Schematic x1', 10, -1, 1265, 1670, 0, 0, 2, true, 0], - 34635: ['Schematic x2', 10, -1, 1310, 1670, 0, 0, 2, true, 0], - 34636: ['Schematic x3', 10, -1, 1355, 1670, 0, 0, 2, true, 0], - 34637: ['Schematic x4', 10, -1, 1400, 1670, 0, 0, 2, true, 0], - 34638: ['Schematic x5', 10, -1, 1445, 1670, 0, 0, 2, true, 0], - 34639: ['Schematic x6', 10, -1, 1490, 1670, 0, 0, 2, true, 0], - 34640: ['Schematic x7', 10, -1, 1535, 1670, 0, 0, 2, true, 0], - 34641: ['Schematic x8', 10, -1, 1580, 1670, 0, 0, 2, true, 0], - 34642: ['Schematic x9', 10, -1, 1625, 1670, 0, 0, 2, true, 0], - 34643: ['Schematic x10', 10, -1, 1670, 1670, 0, 0, 2, true, 0], - 34644: ['Schematic x11', 10, -1, 1715, 1670, 0, 0, 2, true, 0], - 34645: ['Schematic x12', 10, -1, 1760, 1670, 0, 0, 2, true, 0], - 34646: ['Schematic x13', 10, -1, 1805, 1670, 0, 0, 2, true, 0], - 34647: ['Schematic x14', 10, -1, 1850, 1670, 0, 0, 2, true, 0], - 34648: ['Schematic x15', 10, -1, 1895, 1670, 0, 0, 2, true, 0], - 34649: ['Schematic x16', 10, -1, 1940, 1670, 0, 0, 2, true, 0], - 34650: ['Schematic x17', 10, -1, 1985, 1670, 0, 0, 2, true, 0], - 34651: ['Schematic x18', 10, -1, 2030, 1670, 0, 0, 2, true, 0], - 34652: ['Schematic x19', 10, -1, 2075, 1670, 0, 0, 2, true, 0], - 34653: ['Schematic x20', 10, -1, 2120, 1670, 0, 0, 2, true, 0], - 34654: ['Schematic x21', 10, -1, 2165, 1670, 0, 0, 2, true, 0], - 34655: ['Schematic x22', 10, -1, 2210, 1670, 0, 0, 2, true, 0], - 34656: ['Schematic x23', 10, -1, 2255, 1670, 0, 0, 2, true, 0], - 34657: ['Schematic x24', 10, -1, 2300, 1670, 0, 0, 2, true, 0], - 34658: ['Schematic x25', 10, -1, 2345, 1670, 0, 0, 2, true, 0], - 34659: ['Schematic x26', 10, -1, 2390, 1670, 0, 0, 2, true, 0], - 34660: ['Schematic x27', 10, -1, 2435, 1670, 0, 0, 2, true, 0], - 34661: ['Schematic x28', 10, -1, 2480, 1670, 0, 0, 2, true, 0], - 34662: ['Schematic x29', 10, -1, 2525, 1670, 0, 0, 2, true, 0], - 34663: ['Schematic x30', 10, -1, 2570, 1670, 0, 0, 2, true, 0], - 34664: ['Schematic x31', 10, -1, 2615, 1670, 0, 0, 2, true, 0], - 34665: ['Schematic x32', 10, -1, 2660, 1670, 0, 0, 2, true, 0], - 34666: ['Schematic x33', 10, -1, 2705, 1670, 0, 0, 2, true, 0], - 34667: ['Schematic x34', 10, -1, 2750, 1670, 0, 0, 2, true, 0], - 34668: ['Schematic x35', 10, -1, 2795, 1670, 0, 0, 2, true, 0], - 34669: ['Schematic x36', 10, -1, 2840, 1670, 0, 0, 2, true, 0], - 34670: ['Schematic x37', 10, -1, 2885, 1670, 0, 0, 2, true, 0], - 34671: ['Schematic x38', 10, -1, 2930, 1670, 0, 0, 2, true, 0], - 34672: ['Schematic x39', 10, -1, 2975, 1670, 0, 0, 2, true, 0], - 34673: ['Schematic x40', 10, -1, 3020, 1670, 0, 0, 2, true, 0], - 34674: ['Schematic x41', 10, -1, 3065, 1670, 0, 0, 2, true, 0], - 34675: ['Schematic x42', 10, -1, 3110, 1670, 0, 0, 2, true, 0], - 34676: ['Schematic x43', 10, -1, 3155, 1670, 0, 0, 2, true, 0], - 34677: ['Schematic x44', 10, -1, 3200, 1670, 0, 0, 2, true, 0], - 34678: ['Schematic x45', 10, -1, 3245, 1670, 0, 0, 2, true, 0], - 34679: ['Schematic x46', 10, -1, 3290, 1670, 0, 0, 2, true, 0], - 34680: ['Schematic x47', 10, -1, 3335, 1670, 0, 0, 2, true, 0], - 34681: ['Schematic x48', 10, -1, 3380, 1670, 0, 0, 2, true, 0], - 34682: ['Schematic x49', 10, -1, 3425, 1670, 0, 0, 2, true, 0], - 34683: ['Schematic x50', 10, -1, 3470, 1670, 0, 0, 2, true, 0], - 34685: ['Ancient Schematic x1', 10, -1, 3515, 1670, 0, 0, 2, true, 0], - 34686: ['Ancient Schematic x2', 10, -1, 3560, 1670, 0, 0, 2, true, 0], - 34687: ['Ancient Schematic x3', 10, -1, 3605, 1670, 0, 0, 2, true, 0], - 34688: ['Ancient Schematic x4', 10, -1, 3650, 1670, 0, 0, 2, true, 0], - 34689: ['Ancient Schematic x5', 10, -1, 3695, 1670, 0, 0, 2, true, 0], - 34690: ['Ancient Schematic x6', 10, -1, 3740, 1670, 0, 0, 2, true, 0], - 34691: ['Ancient Schematic x7', 10, -1, 3785, 1670, 0, 0, 2, true, 0], - 34692: ['Ancient Schematic x8', 10, -1, 3830, 1670, 0, 0, 2, true, 0], - 34693: ['Ancient Schematic x9', 10, -1, 3875, 1670, 0, 0, 2, true, 0], - 34694: ['Ancient Schematic x10', 10, -1, 3920, 1670, 0, 0, 2, true, 0], - 34695: ['Ancient Schematic x11', 10, -1, 3965, 1670, 0, 0, 2, true, 0], - 34696: ['Ancient Schematic x12', 10, -1, 4010, 1670, 0, 0, 2, true, 0], - 34697: ['Ancient Schematic x13', 10, -1, 4055, 1670, 0, 0, 2, true, 0], - 34698: ['Ancient Schematic x14', 10, -1, 4100, 1670, 0, 0, 2, true, 0], - 34699: ['Ancient Schematic x15', 10, -1, 4145, 1670, 0, 0, 2, true, 0], - 34700: ['Ancient Schematic x16', 10, -1, 4190, 1670, 0, 0, 2, true, 0], - 34701: ['Ancient Schematic x17', 10, -1, 4235, 1670, 0, 0, 2, true, 0], - 34702: ['Ancient Schematic x18', 10, -1, 4280, 1670, 0, 0, 2, true, 0], - 34703: ['Ancient Schematic x19', 10, -1, 4325, 1670, 0, 0, 2, true, 0], - 34704: ['Ancient Schematic x20', 10, -1, 4370, 1670, 0, 0, 2, true, 0], - 34705: ['Ancient Schematic x21', 10, -1, 4415, 1670, 0, 0, 2, true, 0], - 34706: ['Ancient Schematic x22', 10, -1, 4460, 1670, 0, 0, 2, true, 0], - 34707: ['Ancient Schematic x23', 10, -1, 5, 1715, 0, 0, 2, true, 0], - 34708: ['Ancient Schematic x24', 10, -1, 50, 1715, 0, 0, 2, true, 0], - 34709: ['Ancient Schematic x25', 10, -1, 95, 1715, 0, 0, 2, true, 0], - 34710: ['Ancient Schematic x26', 10, -1, 140, 1715, 0, 0, 2, true, 0], - 34711: ['Ancient Schematic x27', 10, -1, 185, 1715, 0, 0, 2, true, 0], - 34712: ['Ancient Schematic x28', 10, -1, 230, 1715, 0, 0, 2, true, 0], - 34713: ['Ancient Schematic x29', 10, -1, 275, 1715, 0, 0, 2, true, 0], - 34714: ['Ancient Schematic x30', 10, -1, 320, 1715, 0, 0, 2, true, 0], - 34715: ['Ancient Schematic x31', 10, -1, 365, 1715, 0, 0, 2, true, 0], - 34716: ['Ancient Schematic x32', 10, -1, 410, 1715, 0, 0, 2, true, 0], - 34717: ['Ancient Schematic x33', 10, -1, 455, 1715, 0, 0, 2, true, 0], - 34718: ['Ancient Schematic x34', 10, -1, 500, 1715, 0, 0, 2, true, 0], - 34719: ['Ancient Schematic x35', 10, -1, 545, 1715, 0, 0, 2, true, 0], - 34720: ['Ancient Schematic x36', 10, -1, 590, 1715, 0, 0, 2, true, 0], - 34721: ['Ancient Schematic x37', 10, -1, 635, 1715, 0, 0, 2, true, 0], - 34722: ['Ancient Schematic x38', 10, -1, 680, 1715, 0, 0, 2, true, 0], - 34723: ['Ancient Schematic x39', 10, -1, 725, 1715, 0, 0, 2, true, 0], - 34724: ['Ancient Schematic x40', 10, -1, 770, 1715, 0, 0, 2, true, 0], - 34725: ['Ancient Schematic x41', 10, -1, 815, 1715, 0, 0, 2, true, 0], - 34726: ['Ancient Schematic x42', 10, -1, 860, 1715, 0, 0, 2, true, 0], - 34727: ['Ancient Schematic x43', 10, -1, 905, 1715, 0, 0, 2, true, 0], - 34728: ['Ancient Schematic x44', 10, -1, 950, 1715, 0, 0, 2, true, 0], - 34729: ['Ancient Schematic x45', 10, -1, 995, 1715, 0, 0, 2, true, 0], - 34730: ['Ancient Schematic x46', 10, -1, 1040, 1715, 0, 0, 2, true, 0], - 34731: ['Ancient Schematic x47', 10, -1, 1085, 1715, 0, 0, 2, true, 0], - 34732: ['Ancient Schematic x48', 10, -1, 1130, 1715, 0, 0, 2, true, 0], - 34733: ['Ancient Schematic x49', 10, -1, 1175, 1715, 0, 0, 2, true, 0], - 34734: ['Ancient Schematic x50', 10, -1, 1220, 1715, 0, 0, 2, true, 0], - 34735: ["Monster Lieutenant's Weapon", 10, -1, 1265, 1715, 0, 0, 2, true, 0], - 34736: ["Monster Lieutenant's Ability", 10, -1, 1310, 1715, 0, 0, 2, true, 0], - 34737: ["Monster Lieutenant's Armor", 10, -1, 1355, 1715, 0, 0, 2, true, 0], - 34738: ["Monster Lieutenant's Ring", 10, -1, 1400, 1715, 0, 0, 2, true, 0], - 34739: ["Monster Slayer's Weapon", 10, -1, 1445, 1715, 0, 0, 2, true, 0], - 34740: ["Monster Slayer's Ability", 10, -1, 1490, 1715, 0, 0, 2, true, 0], - 34741: ["Monster Slayer's Armor", 10, -1, 1535, 1715, 0, 0, 2, true, 0], - 34742: ['Vampire Fangs x1', 10, -1, 815, 1670, 0, 0, 2, true, 0], - 34743: ['Vampire Fangs x2', 10, -1, 860, 1670, 0, 0, 2, true, 0], - 34744: ['Vampire Fangs x3', 10, -1, 905, 1670, 0, 0, 2, true, 0], - 34745: ['Vampire Fangs x4', 10, -1, 950, 1670, 0, 0, 2, true, 0], - 34746: ['Vampire Fangs x5', 10, -1, 995, 1670, 0, 0, 2, true, 0], - 34747: ['Vampire Fangs x6', 10, -1, 1040, 1670, 0, 0, 2, true, 0], - 34748: ['Vampire Fangs x7', 10, -1, 1085, 1670, 0, 0, 2, true, 0], - 34749: ['Vampire Fangs x8', 10, -1, 1130, 1670, 0, 0, 2, true, 0], - 34750: ['Vampire Fangs x9', 10, -1, 1175, 1670, 0, 0, 2, true, 0], - 34751: ['Vampire Fangs x10', 10, -1, 1220, 1670, 0, 0, 2, true, 0], - 34765: ['Interregnum Blueprint', 10, -1, 2030, 3020, 0, 500, 7, true, 0], - 34766: ['Interregnum Blueprint', 10, -1, 2075, 3020, 0, 500, 7, true, 0], - 34767: ['Interregnum Blueprint', 10, -1, 2120, 3020, 0, 500, 7, true, 0], - 34768: ['Interregnum Blueprint', 10, -1, 2165, 3020, 0, 500, 7, true, 0], - 34769: ['Interregnum Blueprint', 10, -1, 2210, 3020, 0, 500, 7, true, 0], - 34770: ['Interregnum Blueprint', 10, -1, 2255, 3020, 0, 500, 7, true, 0], - 34771: ['Interregnum Blueprint', 10, -1, 2300, 3020, 0, 500, 7, true, 0], - 34772: ['Interregnum Blueprint', 10, -1, 2345, 3020, 0, 500, 7, true, 0], - 34773: ['Interregnum Blueprint', 10, -1, 2390, 3020, 0, 500, 7, true, 0], - 34774: ['Interregnum Blueprint', 10, -1, 2435, 3020, 0, 500, 7, true, 0], - 34775: ['Interregnum Blueprint', 10, -1, 2480, 3020, 0, 500, 7, true, 0], - 34776: ['Interregnum Blueprint', 10, -1, 2525, 3020, 0, 500, 7, true, 0], - 34777: ['Interregnum Blueprint', 10, -1, 2570, 3020, 0, 500, 7, true, 0], - 34778: ['Barnacle Blueprint', 10, -1, 2615, 3020, 0, 500, 7, true, 0], - 34779: ['Hama Yumi Blueprint', 10, -1, 2660, 3020, 0, 500, 7, true, 0], - 34780: ['Fractal Blades Blueprint', 10, -1, 2705, 3020, 0, 500, 7, true, 0], - 34781: ["Beekeeper's Flamethrower Blueprint", 10, -1, 2750, 3020, 0, 500, 7, true, 0], - 34782: ['Crystallized Worm Blueprint', 10, -1, 2795, 3020, 0, 500, 7, true, 0], - 34783: ['Burial Blades Blueprint', 10, -1, 2840, 3020, 0, 500, 7, true, 0], - 34784: ['Mark of the Interregnum', 10, -1, 2885, 3020, 0, 50, 2, true, 0], - 34786: ['Black Coin x1', 10, -1, 365, 1850, 0, 0, 2, true, 0], - 34787: ['Black Coin x2', 10, -1, 410, 1850, 0, 0, 2, true, 0], - 34788: ['Black Coin x3', 10, -1, 455, 1850, 0, 0, 2, true, 0], - 34789: ['Black Coin x4', 10, -1, 500, 1850, 0, 0, 2, true, 0], - 34790: ['Black Coin x5', 10, -1, 545, 1850, 0, 0, 2, true, 0], - 34791: ['Black Coin x6', 10, -1, 590, 1850, 0, 0, 2, true, 0], - 34792: ['Black Coin x7', 10, -1, 635, 1850, 0, 0, 2, true, 0], - 34793: ['Black Coin x8', 10, -1, 680, 1850, 0, 0, 2, true, 0], - 34794: ['Black Coin x9', 10, -1, 725, 1850, 0, 0, 2, true, 0], - 34795: ['Black Coin x10', 10, -1, 770, 1850, 0, 0, 2, true, 0], - 34801: ['MOTMG Title Unlocker', 10, -1, 50, 320, 0, 5, 0, false, 0], - 34804: ['Sturdy Beer Barrel Pet Skin', 10, -1, 365, 1355, 0, 1000, 7, true, 0], - 34807: ['Wolpertinger Pet Skin', 10, -1, 410, 1355, 0, 1000, 7, true, 0], - 34810: ['Happy Dog Pet Skin', 10, -1, 455, 1355, 0, 1000, 7, true, 0], - 35023: ['Pirate Hat x1', 10, -1, 815, 1850, 0, 0, 2, true, 0], - 35024: ['Pirate Hat x2', 10, -1, 860, 1850, 0, 0, 2, true, 0], - 35025: ['Pirate Hat x3', 10, -1, 905, 1850, 0, 0, 2, true, 0], - 35026: ['Pirate Hat x4', 10, -1, 950, 1850, 0, 0, 2, true, 0], - 35027: ['Pirate Hat x5', 10, -1, 995, 1850, 0, 0, 2, true, 0], - 35028: ['Pirate Hat x6', 10, -1, 1040, 1850, 0, 0, 2, true, 0], - 35029: ['Pirate Hat x7', 10, -1, 1085, 1850, 0, 0, 2, true, 0], - 35030: ['Pirate Hat x8', 10, -1, 1130, 1850, 0, 0, 2, true, 0], - 35031: ['Pirate Hat x9', 10, -1, 1175, 1850, 0, 0, 2, true, 0], - 35032: ['Pirate Hat x10', 10, -1, 1220, 1850, 0, 0, 2, true, 0], - 35034: ['Golden Tooth x1', 10, -1, 1265, 1850, 0, 0, 2, true, 0], - 35035: ['Golden Tooth x2', 10, -1, 1310, 1850, 0, 0, 2, true, 0], - 35036: ['Golden Tooth x3', 10, -1, 1355, 1850, 0, 0, 2, true, 0], - 35037: ['Golden Tooth x4', 10, -1, 1400, 1850, 0, 0, 2, true, 0], - 35038: ['Golden Tooth x5', 10, -1, 1445, 1850, 0, 0, 2, true, 0], - 35039: ['Golden Tooth x6', 10, -1, 1490, 1850, 0, 0, 2, true, 0], - 35040: ['Golden Tooth x7', 10, -1, 1535, 1850, 0, 0, 2, true, 0], - 35041: ['Golden Tooth x8', 10, -1, 1580, 1850, 0, 0, 2, true, 0], - 35042: ['Golden Tooth x9', 10, -1, 1625, 1850, 0, 0, 2, true, 0], - 35043: ['Golden Tooth x10', 10, -1, 1670, 1850, 0, 0, 2, true, 0], - 35045: ['Black Petunia x1', 10, -1, 1715, 1850, 0, 0, 2, true, 0], - 35046: ['Black Petunia x2', 10, -1, 1760, 1850, 0, 0, 2, true, 0], - 35047: ['Black Petunia x3', 10, -1, 1805, 1850, 0, 0, 2, true, 0], - 35048: ['Black Petunia x4', 10, -1, 1850, 1850, 0, 0, 2, true, 0], - 35049: ['Black Petunia x5', 10, -1, 1895, 1850, 0, 0, 2, true, 0], - 35050: ['Black Petunia x6', 10, -1, 1940, 1850, 0, 0, 2, true, 0], - 35051: ['Black Petunia x7', 10, -1, 1985, 1850, 0, 0, 2, true, 0], - 35052: ['Black Petunia x8', 10, -1, 2030, 1850, 0, 0, 2, true, 0], - 35053: ['Black Petunia x9', 10, -1, 2075, 1850, 0, 0, 2, true, 0], - 35054: ['Black Petunia x10', 10, -1, 2120, 1850, 0, 0, 2, true, 0], - 35056: ['Raven Feather x1', 10, -1, 2165, 1850, 0, 0, 2, true, 0], - 35057: ['Raven Feather x2', 10, -1, 2210, 1850, 0, 0, 2, true, 0], - 35058: ['Raven Feather x3', 10, -1, 2255, 1850, 0, 0, 2, true, 0], - 35059: ['Raven Feather x4', 10, -1, 2300, 1850, 0, 0, 2, true, 0], - 35060: ['Raven Feather x5', 10, -1, 2345, 1850, 0, 0, 2, true, 0], - 35061: ['Raven Feather x6', 10, -1, 2390, 1850, 0, 0, 2, true, 0], - 35062: ['Raven Feather x7', 10, -1, 2435, 1850, 0, 0, 2, true, 0], - 35063: ['Raven Feather x8', 10, -1, 2480, 1850, 0, 0, 2, true, 0], - 35064: ['Raven Feather x9', 10, -1, 2525, 1850, 0, 0, 2, true, 0], - 35065: ['Raven Feather x10', 10, -1, 2570, 1850, 0, 0, 2, true, 0], - 35067: ['Festive Cog x1', 10, -1, 2615, 1850, 0, 0, 2, true, 0], - 35068: ['Festive Cog x2', 10, -1, 2660, 1850, 0, 0, 2, true, 0], - 35069: ['Festive Cog x3', 10, -1, 2705, 1850, 0, 0, 2, true, 0], - 35070: ['Festive Cog x4', 10, -1, 2750, 1850, 0, 0, 2, true, 0], - 35071: ['Festive Cog x5', 10, -1, 2795, 1850, 0, 0, 2, true, 0], - 35072: ['Festive Cog x6', 10, -1, 2840, 1850, 0, 0, 2, true, 0], - 35073: ['Festive Cog x7', 10, -1, 2885, 1850, 0, 0, 2, true, 0], - 35074: ['Festive Cog x8', 10, -1, 2930, 1850, 0, 0, 2, true, 0], - 35075: ['Festive Cog x9', 10, -1, 2975, 1850, 0, 0, 2, true, 0], - 35076: ['Festive Cog x10', 10, -1, 3020, 1850, 0, 0, 2, true, 0], - 35079: ['Kelpie Pet Skin', 10, -1, 500, 1355, 0, 1000, 7, true, 0], - 35082: ['Hydra Pet Skin', 10, -1, 545, 1355, 0, 1000, 7, true, 0], - 35085: ['Ancient Gryphon Pet Skin', 10, -1, 590, 1355, 0, 1000, 7, true, 0], - 35235: ['Glazed Apple', 10, -1, 3920, 2525, 0, 5000, 7, true, 0], - 35236: ['Christmas Turkey Leg', 10, -1, 3965, 2525, 0, 2500, 7, true, 0], - 35237: ['Christmas Tree Cupcake', 10, -1, 4010, 2525, 0, 1700, 7, true, 0], - 35238: ['Gingerbread House', 10, -1, 4055, 2525, 0, 800, 7, true, 0], - 35239: ['Glowing Green Goo', 10, -1, 3965, 2570, 0, 5500, 7, true, 0], - 35240: ['Oryx Cookie', 10, -1, 4010, 2570, 0, 1400, 7, true, 0], - 35241: ['Chaos Cake', 10, -1, 4055, 2570, 0, 1000, 7, true, 0], - 35242: ['Solar Energy Drink', 10, -1, 4100, 2570, 0, 20000, 7, true, 0], - 35253: ['Herbal Tincture', 10, -1, 3245, 2885, 0, 50, 2, false, 0], - 37455: ['Shrouded Summons', 10, -1, 2930, 3020, 0, 5, 2, false, 0], - 37456: ['Intercepted Letter 1', 10, -1, 2975, 3020, 0, 5, 2, false, 0], - 37457: ['Intercepted Letter 2', 10, -1, 3020, 3020, 0, 5, 2, false, 0], - 37458: ["Vagrant's Journal", 10, -1, 3065, 3020, 0, 5, 2, false, 0], - 37459: ["Captain's Log", 10, -1, 3110, 3020, 0, 5, 2, false, 0], - 37460: ["Izel's Prayer", 10, -1, 3155, 3020, 0, 5, 2, false, 0], - 37461: ["Nefret's Journal", 10, -1, 3200, 3020, 0, 5, 2, false, 0], - 37462: ["Ozuchi's Vow", 10, -1, 3245, 3020, 0, 5, 2, false, 0], - 37463: ["The Wanderer's Journal Page 1", 10, -1, 3290, 3020, 0, 5, 2, false, 0], - 37464: ["The Wanderer's Journal Page 2", 10, -1, 3335, 3020, 0, 5, 2, false, 0], - 37465: ["The Wanderer's Journal Page 3", 10, -1, 3380, 3020, 0, 5, 2, false, 0], - 37466: ["Wanderer's Cape", 14, -1, 3425, 3020, 7, 435, 4, false, 0], - 37467: ['Cuirass of the Black Blade', 7, -1, 3470, 3020, 7, 435, 4, false, 0], - 37468: ["Pirate Queen's Brigandine", 6, -1, 3515, 3020, 7, 231, 4, false, 0], - 37469: ['Emblem of the Empire', 9, -1, 3560, 3020, 7, 325, 9, false, 0], - 37470: ['Amulet of the Great Shaman', 9, -1, 3605, 3020, 7, 325, 9, false, 0], - 37471: ['Level 1 Arabian Nights Castle Grave Unlocker', 10, -1, 3920, 140, 0, 1000, 7, true, 0], - 37472: ['Level 2-19 Arabian Nights Castle Grave Unlocker', 10, -1, 3965, 140, 0, 1000, 7, true, 0], - 37473: ['Level 20 Arabian Nights Castle Grave Unlocker', 10, -1, 4010, 140, 0, 1000, 7, true, 0], - 37474: ['1/8 Arabian Nights Castle Grave Unlocker', 10, -1, 4055, 140, 0, 1000, 7, true, 0], - 37475: ['2/8 Arabian Nights Castle Grave Unlocker', 10, -1, 4100, 140, 0, 1000, 7, true, 0], - 37476: ['3/8 Arabian Nights Castle Grave Unlocker', 10, -1, 4145, 140, 0, 1000, 7, true, 0], - 37477: ['4/8 Arabian Nights Castle Grave Unlocker', 10, -1, 4190, 140, 0, 1000, 7, true, 0], - 37478: ['5/8 Arabian Nights Castle Grave Unlocker', 10, -1, 4235, 140, 0, 1000, 7, true, 0], - 37479: ['6/8 Arabian Nights Castle Grave Unlocker', 10, -1, 4280, 140, 0, 1000, 7, true, 0], - 37480: ['7/8 Arabian Nights Castle Grave Unlocker', 10, -1, 4325, 140, 0, 1000, 7, true, 0], - 37481: ['8/8 Arabian Nights Castle Grave Unlocker', 10, -1, 4370, 140, 0, 1000, 7, true, 0], - 37482: ['Level 1 Frozen in Time Grave Unlocker', 10, -1, 4415, 140, 0, 1000, 7, true, 0], - 37483: ['Level 2-19 Frozen in Time Grave Unlocker', 10, -1, 4460, 140, 0, 1000, 7, true, 0], - 37484: ['Level 20 Frozen in Time Grave Unlocker', 10, -1, 5, 185, 0, 1000, 7, true, 0], - 37485: ['1/8 Frozen in Time Grave Unlocker', 10, -1, 50, 185, 0, 1000, 7, true, 0], - 37486: ['2/8 Frozen in Time Grave Unlocker', 10, -1, 95, 185, 0, 1000, 7, true, 0], - 37487: ['3/8 Frozen in Time Grave Unlocker', 10, -1, 140, 185, 0, 1000, 7, true, 0], - 37488: ['4/8 Frozen in Time Grave Unlocker', 10, -1, 185, 185, 0, 1000, 7, true, 0], - 37489: ['5/8 Frozen in Time Grave Unlocker', 10, -1, 230, 185, 0, 1000, 7, true, 0], - 37490: ['6/8 Frozen in Time Grave Unlocker', 10, -1, 275, 185, 0, 1000, 7, true, 0], - 37491: ['7/8 Frozen in Time Grave Unlocker', 10, -1, 320, 185, 0, 1000, 7, true, 0], - 37492: ['8/8 Frozen in Time Grave Unlocker', 10, -1, 365, 185, 0, 1000, 7, true, 0], - 37493: ['Level 1 Beckoned by the Abyss Grave Unlocker', 10, -1, 410, 185, 0, 1000, 7, true, 0], - 37494: ['Level 2-19 Beckoned by the Abyss Grave Unlocker', 10, -1, 455, 185, 0, 1000, 7, true, 0], - 37495: ['Level 20 Beckoned by the Abyss Grave Unlocker', 10, -1, 500, 185, 0, 1000, 7, true, 0], - 37496: ['1/8 Beckoned by the Abyss Grave Unlocker', 10, -1, 545, 185, 0, 1000, 7, true, 0], - 37497: ['2/8 Beckoned by the Abyss Grave Unlocker', 10, -1, 590, 185, 0, 1000, 7, true, 0], - 37498: ['3/8 Beckoned by the Abyss Grave Unlocker', 10, -1, 635, 185, 0, 1000, 7, true, 0], - 37499: ['4/8 Beckoned by the Abyss Grave Unlocker', 10, -1, 680, 185, 0, 1000, 7, true, 0], - 37500: ['5/8 Beckoned by the Abyss Grave Unlocker', 10, -1, 725, 185, 0, 1000, 7, true, 0], - 37501: ['6/8 Beckoned by the Abyss Grave Unlocker', 10, -1, 770, 185, 0, 1000, 7, true, 0], - 37502: ['7/8 Beckoned by the Abyss Grave Unlocker', 10, -1, 815, 185, 0, 1000, 7, true, 0], - 37503: ['8/8 Beckoned by the Abyss Grave Unlocker', 10, -1, 860, 185, 0, 1000, 7, true, 0], - 37504: ['Level 1 Advanced Nest Grave Unlocker', 10, -1, 905, 185, 0, 1000, 7, true, 0], - 37505: ['Level 2-19 Advanced Nest Grave Unlocker', 10, -1, 950, 185, 0, 1000, 7, true, 0], - 37506: ['Level 20 Advanced Nest Grave Unlocker', 10, -1, 995, 185, 0, 1000, 7, true, 0], - 37507: ['1/8 Advanced Nest Grave Unlocker', 10, -1, 1040, 185, 0, 1000, 7, true, 0], - 37508: ['2/8 Advanced Nest Grave Unlocker', 10, -1, 1085, 185, 0, 1000, 7, true, 0], - 37509: ['3/8 Advanced Nest Grave Unlocker', 10, -1, 1130, 185, 0, 1000, 7, true, 0], - 37510: ['4/8 Advanced Nest Grave Unlocker', 10, -1, 1175, 185, 0, 1000, 7, true, 0], - 37511: ['5/8 Advanced Nest Grave Unlocker', 10, -1, 1220, 185, 0, 1000, 7, true, 0], - 37512: ['6/8 Advanced Nest Grave Unlocker', 10, -1, 1265, 185, 0, 1000, 7, true, 0], - 37513: ['7/8 Advanced Nest Grave Unlocker', 10, -1, 1310, 185, 0, 1000, 7, true, 0], - 37514: ['8/8 Advanced Nest Grave Unlocker', 10, -1, 1355, 185, 0, 1000, 7, true, 0], - 37527: ['Green Dust x1', 10, -1, 2435, 1985, 0, 0, 8, true, 0], - 37528: ['Green Dust x2', 10, -1, 2480, 1985, 0, 0, 8, true, 0], - 37529: ['Green Dust x3', 10, -1, 2525, 1985, 0, 0, 8, true, 0], - 37530: ['Green Dust x4', 10, -1, 2570, 1985, 0, 0, 8, true, 0], - 37531: ['Green Dust x5', 10, -1, 2615, 1985, 0, 0, 8, true, 0], - 37532: ['Green Dust x6', 10, -1, 2660, 1985, 0, 0, 8, true, 0], - 37533: ['Green Dust x7', 10, -1, 2705, 1985, 0, 0, 8, true, 0], - 37534: ['Green Dust x8', 10, -1, 2750, 1985, 0, 0, 8, true, 0], - 37535: ['Green Dust x9', 10, -1, 2795, 1985, 0, 0, 8, true, 0], - 37536: ['Green Dust x10', 10, -1, 2840, 1985, 0, 0, 8, true, 0], - 37537: ['Green Dust x11', 10, -1, 2885, 1985, 0, 0, 8, true, 0], - 37538: ['Green Dust x12', 10, -1, 2930, 1985, 0, 0, 8, true, 0], - 37539: ['Green Dust x13', 10, -1, 2975, 1985, 0, 0, 8, true, 0], - 37540: ['Green Dust x14', 10, -1, 3020, 1985, 0, 0, 8, true, 0], - 37541: ['Green Dust x15', 10, -1, 3065, 1985, 0, 0, 8, true, 0], - 37542: ['Green Dust x16', 10, -1, 3110, 1985, 0, 0, 8, true, 0], - 37543: ['Green Dust x17', 10, -1, 3155, 1985, 0, 0, 8, true, 0], - 37544: ['Green Dust x18', 10, -1, 3200, 1985, 0, 0, 8, true, 0], - 37545: ['Green Dust x19', 10, -1, 3245, 1985, 0, 0, 8, true, 0], - 37546: ['Green Dust x20', 10, -1, 3290, 1985, 0, 0, 8, true, 0], - 37547: ['Green Dust x21', 10, -1, 3335, 1985, 0, 0, 8, true, 0], - 37548: ['Green Dust x22', 10, -1, 3380, 1985, 0, 0, 8, true, 0], - 37549: ['Green Dust x23', 10, -1, 3425, 1985, 0, 0, 8, true, 0], - 37550: ['Green Dust x24', 10, -1, 3470, 1985, 0, 0, 8, true, 0], - 37551: ['Green Dust x25', 10, -1, 3515, 1985, 0, 0, 8, true, 0], - 37552: ['Green Dust x26', 10, -1, 3560, 1985, 0, 0, 8, true, 0], - 37553: ['Green Dust x27', 10, -1, 3605, 1985, 0, 0, 8, true, 0], - 37554: ['Green Dust x28', 10, -1, 3650, 1985, 0, 0, 8, true, 0], - 37555: ['Green Dust x29', 10, -1, 3695, 1985, 0, 0, 8, true, 0], - 37556: ['Green Dust x30', 10, -1, 3740, 1985, 0, 0, 8, true, 0], - 37557: ['Green Dust x31', 10, -1, 3785, 1985, 0, 0, 8, true, 0], - 37558: ['Green Dust x32', 10, -1, 3830, 1985, 0, 0, 8, true, 0], - 37559: ['Green Dust x33', 10, -1, 3875, 1985, 0, 0, 8, true, 0], - 37560: ['Green Dust x34', 10, -1, 3920, 1985, 0, 0, 8, true, 0], - 37561: ['Green Dust x35', 10, -1, 3965, 1985, 0, 0, 8, true, 0], - 37562: ['Green Dust x36', 10, -1, 4010, 1985, 0, 0, 8, true, 0], - 37563: ['Green Dust x37', 10, -1, 4055, 1985, 0, 0, 8, true, 0], - 37564: ['Green Dust x38', 10, -1, 4100, 1985, 0, 0, 8, true, 0], - 37565: ['Green Dust x39', 10, -1, 4145, 1985, 0, 0, 8, true, 0], - 37566: ['Green Dust x40', 10, -1, 4190, 1985, 0, 0, 8, true, 0], - 37567: ['Green Dust x41', 10, -1, 4235, 1985, 0, 0, 8, true, 0], - 37568: ['Green Dust x42', 10, -1, 4280, 1985, 0, 0, 8, true, 0], - 37569: ['Green Dust x43', 10, -1, 4325, 1985, 0, 0, 8, true, 0], - 37570: ['Green Dust x44', 10, -1, 4370, 1985, 0, 0, 8, true, 0], - 37571: ['Green Dust x45', 10, -1, 4415, 1985, 0, 0, 8, true, 0], - 37572: ['Green Dust x46', 10, -1, 4460, 1985, 0, 0, 8, true, 0], - 37573: ['Green Dust x47', 10, -1, 5, 2030, 0, 0, 8, true, 0], - 37574: ['Green Dust x48', 10, -1, 50, 2030, 0, 0, 8, true, 0], - 37575: ['Green Dust x49', 10, -1, 95, 2030, 0, 0, 8, true, 0], - 37576: ['Green Dust x50', 10, -1, 140, 2030, 0, 0, 8, true, 0], - 37577: ['Green Dust x51', 10, -1, 185, 2030, 0, 0, 8, true, 0], - 37578: ['Green Dust x52', 10, -1, 230, 2030, 0, 0, 8, true, 0], - 37579: ['Green Dust x53', 10, -1, 275, 2030, 0, 0, 8, true, 0], - 37580: ['Green Dust x54', 10, -1, 320, 2030, 0, 0, 8, true, 0], - 37581: ['Green Dust x55', 10, -1, 365, 2030, 0, 0, 8, true, 0], - 37582: ['Green Dust x56', 10, -1, 410, 2030, 0, 0, 8, true, 0], - 37583: ['Green Dust x57', 10, -1, 455, 2030, 0, 0, 8, true, 0], - 37584: ['Green Dust x58', 10, -1, 500, 2030, 0, 0, 8, true, 0], - 37585: ['Green Dust x59', 10, -1, 545, 2030, 0, 0, 8, true, 0], - 37586: ['Green Dust x60', 10, -1, 590, 2030, 0, 0, 8, true, 0], - 37587: ['Green Dust x61', 10, -1, 635, 2030, 0, 0, 8, true, 0], - 37588: ['Green Dust x62', 10, -1, 680, 2030, 0, 0, 8, true, 0], - 37589: ['Green Dust x63', 10, -1, 725, 2030, 0, 0, 8, true, 0], - 37590: ['Green Dust x64', 10, -1, 770, 2030, 0, 0, 8, true, 0], - 37591: ['Green Dust x65', 10, -1, 815, 2030, 0, 0, 8, true, 0], - 37592: ['Green Dust x66', 10, -1, 860, 2030, 0, 0, 8, true, 0], - 37593: ['Green Dust x67', 10, -1, 905, 2030, 0, 0, 8, true, 0], - 37594: ['Green Dust x68', 10, -1, 950, 2030, 0, 0, 8, true, 0], - 37595: ['Green Dust x69', 10, -1, 995, 2030, 0, 0, 8, true, 0], - 37596: ['Green Dust x70', 10, -1, 1040, 2030, 0, 0, 8, true, 0], - 37597: ['Green Dust x71', 10, -1, 1085, 2030, 0, 0, 8, true, 0], - 37598: ['Green Dust x72', 10, -1, 1130, 2030, 0, 0, 8, true, 0], - 37599: ['Green Dust x73', 10, -1, 1175, 2030, 0, 0, 8, true, 0], - 37600: ['Green Dust x74', 10, -1, 1220, 2030, 0, 0, 8, true, 0], - 37601: ['Green Dust x75', 10, -1, 1265, 2030, 0, 0, 8, true, 0], - 37602: ['Green Dust x76', 10, -1, 1310, 2030, 0, 0, 8, true, 0], - 37603: ['Green Dust x77', 10, -1, 1355, 2030, 0, 0, 8, true, 0], - 37604: ['Green Dust x78', 10, -1, 1400, 2030, 0, 0, 8, true, 0], - 37605: ['Green Dust x79', 10, -1, 1445, 2030, 0, 0, 8, true, 0], - 37606: ['Green Dust x80', 10, -1, 1490, 2030, 0, 0, 8, true, 0], - 37607: ['Green Dust x81', 10, -1, 1535, 2030, 0, 0, 8, true, 0], - 37608: ['Green Dust x82', 10, -1, 1580, 2030, 0, 0, 8, true, 0], - 37609: ['Green Dust x83', 10, -1, 1625, 2030, 0, 0, 8, true, 0], - 37610: ['Green Dust x84', 10, -1, 1670, 2030, 0, 0, 8, true, 0], - 37611: ['Green Dust x85', 10, -1, 1715, 2030, 0, 0, 8, true, 0], - 37612: ['Green Dust x86', 10, -1, 1760, 2030, 0, 0, 8, true, 0], - 37613: ['Green Dust x87', 10, -1, 1805, 2030, 0, 0, 8, true, 0], - 37614: ['Green Dust x88', 10, -1, 1850, 2030, 0, 0, 8, true, 0], - 37615: ['Green Dust x89', 10, -1, 1895, 2030, 0, 0, 8, true, 0], - 37616: ['Green Dust x90', 10, -1, 1940, 2030, 0, 0, 8, true, 0], - 37617: ['Green Dust x91', 10, -1, 1985, 2030, 0, 0, 8, true, 0], - 37618: ['Green Dust x92', 10, -1, 2030, 2030, 0, 0, 8, true, 0], - 37619: ['Green Dust x93', 10, -1, 2075, 2030, 0, 0, 8, true, 0], - 37620: ['Green Dust x94', 10, -1, 2120, 2030, 0, 0, 8, true, 0], - 37621: ['Green Dust x95', 10, -1, 2165, 2030, 0, 0, 8, true, 0], - 37622: ['Green Dust x96', 10, -1, 2210, 2030, 0, 0, 8, true, 0], - 37623: ['Green Dust x97', 10, -1, 2255, 2030, 0, 0, 8, true, 0], - 37624: ['Green Dust x98', 10, -1, 2300, 2030, 0, 0, 8, true, 0], - 37625: ['Green Dust x99', 10, -1, 2345, 2030, 0, 0, 8, true, 0], - 37626: ['Green Dust x100', 10, -1, 2390, 2030, 0, 0, 8, true, 0], - 37627: ['Level 1 Crypt Keeper Grave Unlocker', 10, -1, 1400, 185, 0, 1000, 7, true, 0], - 37628: ['Level 2-19 Crypt Keeper Grave Unlocker', 10, -1, 1445, 185, 0, 1000, 7, true, 0], - 37629: ['Level 20 Crypt Keeper Grave Unlocker', 10, -1, 1490, 185, 0, 1000, 7, true, 0], - 37630: ['1/8 Crypt Keeper Grave Unlocker', 10, -1, 1535, 185, 0, 1000, 7, true, 0], - 37631: ['2/8 Crypt Keeper Grave Unlocker', 10, -1, 1580, 185, 0, 1000, 7, true, 0], - 37632: ['3/8 Crypt Keeper Grave Unlocker', 10, -1, 1625, 185, 0, 1000, 7, true, 0], - 37633: ['4/8 Crypt Keeper Grave Unlocker', 10, -1, 1670, 185, 0, 1000, 7, true, 0], - 37634: ['5/8 Crypt Keeper Grave Unlocker', 10, -1, 1715, 185, 0, 1000, 7, true, 0], - 37635: ['6/8 Crypt Keeper Grave Unlocker', 10, -1, 1760, 185, 0, 1000, 7, true, 0], - 37636: ['7/8 Crypt Keeper Grave Unlocker', 10, -1, 1805, 185, 0, 1000, 7, true, 0], - 37637: ['8/8 Crypt Keeper Grave Unlocker', 10, -1, 1850, 185, 0, 1000, 7, true, 0], - 38191: ['Interregnum Treasure Chest', 10, -1, 3650, 3020, 0, 200, 8, true, 0], - 38193: ['Conspirator Title Unlocker', 10, -1, 95, 320, 0, 0, 7, true, 0], - 38194: ['Vindicator Title Unlocker', 10, -1, 140, 320, 0, 0, 7, true, 0], - 38195: ['Inaugural Champion Title Unlocker', 10, -1, 185, 320, 0, 0, 7, true, 0], - 38196: ['The Triumphant Title Unlocker', 10, -1, 230, 320, 0, 0, 7, true, 0], - 38197: ['Collector Title Unlocker', 10, -1, 275, 320, 0, 0, 7, true, 0], - 38198: ['Battler Title Unlocker', 10, -1, 320, 320, 0, 0, 7, true, 0], - 38199: ['Infiltrator Title Unlocker', 10, -1, 365, 320, 0, 0, 7, true, 0], - 38200: ['Syndicate Minion Title Unlocker', 10, -1, 410, 320, 0, 0, 7, true, 0], - 38201: ['Saboteur Title Unlocker', 10, -1, 455, 320, 0, 0, 7, true, 0], - 38202: ['Syndicate Mercenary Title Unlocker', 10, -1, 500, 320, 0, 0, 7, true, 0], - 38203: ['Savior of Oryx Title Unlocker', 10, -1, 545, 320, 0, 0, 7, true, 0], - 38204: ['Syndicate Slayer Title Unlocker', 10, -1, 590, 320, 0, 0, 7, true, 0], - 38205: ['Wanderer Title Unlocker', 10, -1, 635, 320, 0, 0, 7, true, 0], - 38206: ['Knock-off Black Coin', 10, -1, 3695, 3020, 0, 0, 8, true, 0], - 38207: ['Knock-off Black Coin', 10, -1, 3740, 3020, 0, 0, 8, true, 0], - 38208: ['Syndicate Infiltrator Title Unlocker', 10, -1, 680, 320, 0, 0, 7, true, 0], - 38209: ['Master Of Disguise Title Unlocker', 10, -1, 725, 320, 0, 0, 7, true, 0], - 38210: ['Buried Treasure', 10, -1, 3785, 3020, 0, 0, 8, true, 0], - 38211: ['Slayer of Sentinels Title Unlocker', 10, -1, 770, 320, 0, 0, 7, true, 0], - 38212: ['Archmage Assassin Title Unlocker', 10, -1, 815, 320, 0, 0, 7, true, 0], - 38213: ['Forgotten Kingslayer Title Unlocker', 10, -1, 860, 320, 0, 0, 7, true, 0], - 38214: ['Destroyer of Shatters Title Unlocker', 10, -1, 905, 320, 0, 0, 7, true, 0], - 38215: ['Voodoo Queen Title Unlocker', 10, -1, 950, 320, 0, 0, 7, true, 0], - 38216: ['Witch Doctor Title Unlocker', 10, -1, 995, 320, 0, 0, 7, true, 0], - 38217: ['Sulfurous Speedster Title Unlocker', 10, -1, 1040, 320, 0, 0, 7, true, 0], - 38224: ['Slayer of Simulacrums Title Unlocker', 10, -1, 1085, 320, 0, 0, 7, true, 0], - 38225: ['Revolutionary Meccano Title Unlocker', 10, -1, 1130, 320, 0, 0, 7, true, 0], - 38226: ['Archivist of Valves Title Unlocker', 10, -1, 1175, 320, 0, 0, 7, true, 0], - 38227: ['Hero of the Exoskeleton Title Unlocker', 10, -1, 1220, 320, 0, 0, 7, true, 0], - 38228: ['Wet Realmer Title Unlocker', 10, -1, 1265, 320, 0, 0, 7, true, 0], - 38230: ['Factory Inspector Title Unlocker', 10, -1, 1310, 320, 0, 0, 7, true, 0], - 38231: ['Voidwalker Title Unlocker', 10, -1, 1355, 320, 0, 0, 7, true, 0], - 38232: ['Kingdom Conqueror Title Unlocker', 10, -1, 1400, 320, 0, 0, 7, true, 0], - 38233: ['Tech Titan Title Unlocker', 10, -1, 1445, 320, 0, 0, 7, true, 0], - 38234: ['Guardian of Nature Title Unlocker', 10, -1, 1490, 320, 0, 0, 7, true, 0], - 38235: ['Leprechaun Hunter Title Unlocker', 10, -1, 1535, 320, 0, 0, 7, true, 0], - 38236: ['Master of Secrets Title Unlocker', 10, -1, 1580, 320, 0, 0, 7, true, 0], - 38237: ['Flower of the Sands Title Unlocker', 10, -1, 1625, 320, 0, 0, 7, true, 0], - 43987: ['The Machine Key', 10, -1, 3245, 185, 0, 200, 7, true, 0], - 44062: ['Mark of the Exalted God', 10, -1, 2840, 2750, 0, 50, 2, true, 0], - 46055: ['Buccaneer Top Hat', 10, -1, 4280, 2615, 0, 0, 2, true, 0], - 46056: ['Serpentine Top Hat', 10, -1, 4325, 2615, 0, 0, 2, true, 0], - 46057: ['Demonic Top Hat', 10, -1, 4370, 2615, 0, 0, 2, true, 0], - 46058: ['Sunken Top Hat', 10, -1, 4415, 2615, 0, 0, 2, true, 0], - 46059: ['Aquatic Top Hat', 10, -1, 4460, 2615, 0, 0, 2, true, 0], - 46060: ['Jungle Carrot', 10, -1, 5, 2660, 0, 0, 2, true, 0], - 46061: ['Spriteful Carrot', 10, -1, 50, 2660, 0, 0, 2, true, 0], - 46063: ['Holy Carrot', 10, -1, 95, 2660, 0, 0, 2, true, 0], - 46064: ['Frosty Carrot', 10, -1, 140, 2660, 0, 0, 2, true, 0], - 46065: ['Sandy Carrot', 10, -1, 185, 2660, 0, 0, 2, true, 0], - 46066: ['Arachnid Coal', 10, -1, 230, 2660, 0, 0, 2, true, 0], - 46067: ['Phantom Coal', 10, -1, 275, 2660, 0, 0, 2, true, 0], - 46068: ['Zombified Coal', 10, -1, 320, 2660, 0, 0, 2, true, 0], - 46069: ['Parasitic Coal', 10, -1, 365, 2660, 0, 0, 2, true, 0], - 46070: ["Mad God's Coal", 10, -1, 410, 2660, 0, 0, 2, true, 0], - 46071: ["Esben's Shaman Attire", 14, -1, 455, 2660, 6, 800, 6, false, 0], - 46072: ["Esben's Wedding Ring", 9, -1, 500, 2660, 6, 800, 6, false, 0], - 46075: ['Snowman Body', 10, -1, 545, 2660, 0, 0, 2, true, 0], - 46305: ['PriestST0 Proc A', 15, -1, 140, 2390, 0, 0, 0, false, 0], - 46306: ['PriestST0 Proc B', 15, -1, 185, 2390, 0, 0, 0, false, 0], - 46441: ['Minor Teal Nildrop', 10, -1, 2660, 2795, 0, 10, 2, false, 0], - 46442: ['Minor Hazel Nildrop', 10, -1, 2705, 2795, 0, 10, 2, false, 0], - 46443: ['Minor Azure Nildrop', 10, -1, 2750, 2795, 0, 10, 2, false, 0], - 46444: ['Minor Crimson Nildrop', 10, -1, 2795, 2795, 0, 10, 2, false, 0], - 46445: ['Minor Scarlet Nildrop', 10, -1, 2840, 2795, 0, 10, 2, false, 0], - 46446: ['Minor Beryl Nildrop', 10, -1, 2885, 2795, 0, 10, 2, false, 0], - 46447: ['Minor Onyx Nildrop', 10, -1, 2930, 2795, 0, 10, 2, false, 0], - 46448: ['Minor Amaranth Nildrop', 10, -1, 2975, 2795, 0, 10, 2, false, 0], - 46449: ['Teal Nildrop', 10, -1, 3020, 2795, 0, 10, 2, false, 0], - 46450: ['Hazel Nildrop', 10, -1, 3065, 2795, 0, 10, 2, false, 0], - 46451: ['Azure Nildrop', 10, -1, 3110, 2795, 0, 10, 2, false, 0], - 46452: ['Crimson Nildrop', 10, -1, 3155, 2795, 0, 10, 2, false, 0], - 46453: ['Scarlet Nildrop', 10, -1, 3200, 2795, 0, 10, 2, false, 0], - 46454: ['Beryl Nildrop', 10, -1, 3245, 2795, 0, 10, 2, false, 0], - 46455: ['Onyx Nildrop', 10, -1, 3290, 2795, 0, 10, 2, false, 0], - 46456: ['Amaranth Nildrop', 10, -1, 3335, 2795, 0, 10, 2, false, 0], - 46457: ['Force Nildrop', 10, -1, 3380, 2795, 0, 100, 2, false, 0], - 46458: ['Cinder Nildrop', 10, -1, 3425, 2795, 0, 100, 2, false, 0], - 46459: ['Blood Nildrop', 10, -1, 3470, 2795, 0, 100, 2, false, 0], - 46460: ['Moon Nildrop', 10, -1, 3515, 2795, 0, 100, 2, false, 0], - 46608: ['Bracer Blueprint', 10, -1, 2345, 2840, 0, 500, 7, true, 0], - 46609: ['Shadow Quiver Blueprint', 10, -1, 2390, 2840, 0, 500, 7, true, 0], - 46610: ['Refraction Blueprint', 10, -1, 2435, 2840, 0, 500, 7, true, 0], - 46611: ["Fang's Venom Blueprint", 10, -1, 2480, 2840, 0, 500, 7, true, 0], - 46612: ['Corrupted Souls Blueprint', 10, -1, 2525, 2840, 0, 500, 7, true, 0], - 46613: ['Yellow Beehemoth Blueprint', 10, -1, 2570, 2840, 0, 500, 7, true, 0], - 46614: ['Twilight Gemstone Blueprint', 10, -1, 2615, 2840, 0, 500, 7, true, 0], - 46615: ['Pyramid Blueprint', 10, -1, 2660, 2840, 0, 500, 7, true, 0], - 46616: ['Endless Torment Blueprint', 10, -1, 2705, 2840, 0, 500, 7, true, 0], - 46617: ['Aether Blueprint', 10, -1, 2750, 2840, 0, 500, 7, true, 0], - 46618: ['Dragon Hide Blueprint', 10, -1, 2795, 2840, 0, 500, 7, true, 0], - 46619: ['Esben Remains Blueprint', 10, -1, 2840, 2840, 0, 500, 7, true, 0], - 46620: ['Crystal Wand Blueprint', 10, -1, 2885, 2840, 0, 500, 7, true, 0], - 46621: ['Doom Blueprint', 10, -1, 2930, 2840, 0, 500, 7, true, 0], - 46622: ['Fulmination Blueprint', 10, -1, 2975, 2840, 0, 500, 7, true, 0], - 46623: ['Ray Blueprint', 10, -1, 3020, 2840, 0, 500, 7, true, 0], - 46624: ['Kageboshi Blueprint', 10, -1, 3065, 2840, 0, 500, 7, true, 0], - 46625: ["Ronin's Blueprint", 10, -1, 3110, 2840, 0, 500, 7, true, 0], - 46626: ['Amber Blueprint', 10, -1, 3155, 2840, 0, 500, 7, true, 0], - 46627: ['Garland Blueprint', 10, -1, 3200, 2840, 0, 500, 7, true, 0], - 46628: ['Forgotten Blueprint', 10, -1, 3245, 2840, 0, 500, 7, true, 0], - 46629: ['Bloody Surprise Blueprint', 10, -1, 3290, 2840, 0, 500, 7, true, 0], - 46630: ['Void Bow Blueprint', 10, -1, 3335, 2840, 0, 500, 7, true, 0], - 46631: ['Nil Armor Blueprint', 10, -1, 3380, 2840, 0, 500, 7, true, 0], - 46632: ['Echoes Blueprint', 10, -1, 3425, 2840, 0, 500, 7, true, 0], - 46633: ['Crystallised Mist Blueprint', 10, -1, 3470, 2840, 0, 500, 7, true, 0], - 46634: ['Ritual Robe Blueprint', 10, -1, 3515, 2840, 0, 500, 7, true, 0], - 46635: ['Red Beehemoth Blueprint', 10, -1, 3560, 2840, 0, 500, 7, true, 0], - 46636: ["Queen's Stinger Blueprint", 10, -1, 3605, 2840, 0, 500, 7, true, 0], - 46637: ['Holy Protection Blueprint', 10, -1, 3650, 2840, 0, 500, 7, true, 0], - 46638: ['Devastation Blueprint', 10, -1, 3695, 2840, 0, 500, 7, true, 0], - 46639: ['Celestial Blueprint', 10, -1, 3740, 2840, 0, 500, 7, true, 0], - 46640: ['Fire Dragon Blueprint', 10, -1, 3785, 2840, 0, 500, 7, true, 0], - 46641: ['Purification Blueprint', 10, -1, 3830, 2840, 0, 500, 7, true, 0], - 46642: ['Coral Blueprint', 10, -1, 3875, 2840, 0, 500, 7, true, 0], - 46643: ['Corruption Blueprint', 10, -1, 3920, 2840, 0, 500, 7, true, 0], - 46644: ['Doku No Ken Blueprint', 10, -1, 3965, 2840, 0, 500, 7, true, 0], - 46645: ['Void Blade Blueprint', 10, -1, 4010, 2840, 0, 500, 7, true, 0], - 46646: ['Spirit Dagger Blueprint', 10, -1, 4055, 2840, 0, 500, 7, true, 0], - 46647: ['Experimental Blueprint', 10, -1, 4100, 2840, 0, 500, 7, true, 0], - 46648: ['Snake Eye Blueprint', 10, -1, 4145, 2840, 0, 500, 7, true, 0], - 46649: ['Candy Katana Blueprint', 10, -1, 4190, 2840, 0, 500, 7, true, 0], - 46650: ['Sourcestone Blueprint', 10, -1, 4235, 2840, 0, 500, 7, true, 0], - 46651: ['Crystal Shield Blueprint', 10, -1, 4280, 2840, 0, 500, 7, true, 0], - 46652: ['Unholy Sacrifice Blueprint', 10, -1, 4325, 2840, 0, 500, 7, true, 0], - 46653: ['Bloodshed Blueprint', 10, -1, 4370, 2840, 0, 500, 7, true, 0], - 46654: ['Blue Beehemoth Blueprint', 10, -1, 4415, 2840, 0, 500, 7, true, 0], - 46655: ['Hivemaster Blueprint', 10, -1, 4460, 2840, 0, 500, 7, true, 0], - 46656: ['Midnight Blueprint', 10, -1, 5, 2885, 0, 500, 7, true, 0], - 46657: ['Fallen Blueprint', 10, -1, 50, 2885, 0, 500, 7, true, 0], - 46658: ['Recurring Terror Blueprint', 10, -1, 95, 2885, 0, 500, 7, true, 0], - 46659: ['Water Dragon Blueprint', 10, -1, 140, 2885, 0, 500, 7, true, 0], - 46660: ['Mighty Stein Blueprint', 10, -1, 185, 2885, 0, 500, 7, true, 0], - 46661: ['Dancing Swords Blueprint', 10, -1, 230, 2885, 0, 500, 7, true, 0], - 46662: ['Plague Blueprint', 10, -1, 275, 2885, 0, 500, 7, true, 0], - 46663: ['Murky Blueprint', 10, -1, 320, 2885, 0, 500, 7, true, 0], - 46664: ['Greaterhosen Blueprint', 10, -1, 365, 2885, 0, 500, 7, true, 0], - 46665: ['Ghostly Prism Blueprint', 10, -1, 410, 2885, 0, 500, 7, true, 0], - 46666: ['Planewalker Blueprint', 10, -1, 455, 2885, 0, 500, 7, true, 0], - 46667: ['Spider Shuriken Blueprint', 10, -1, 500, 2885, 0, 500, 7, true, 0], - 46668: ['Cheerful Blueprint', 10, -1, 545, 2885, 0, 500, 7, true, 0], - 46669: ['Bulwark Blueprint', 10, -1, 590, 2885, 0, 500, 7, true, 0], - 46670: ['Woodland Blueprint', 10, -1, 635, 2885, 0, 500, 7, true, 0], - 46671: ['Chamberstick Blueprint', 10, -1, 680, 2885, 0, 500, 7, true, 0], - 46672: ['Sleigh Bell Blueprint', 10, -1, 725, 2885, 0, 500, 7, true, 0], - 46673: ['Evergreen Blueprint', 10, -1, 770, 2885, 0, 500, 7, true, 0], - 46674: ['Colossus Blueprint', 10, -1, 815, 2885, 0, 500, 7, true, 0], - 46675: ['Marble Blueprint', 10, -1, 860, 2885, 0, 500, 7, true, 0], - 46676: ['Cave Dweller Blueprint', 10, -1, 905, 2885, 0, 500, 7, true, 0], - 47312: ['Divinity Blueprint', 10, -1, 2885, 2750, 0, 500, 7, true, 0], - 47313: ['Escutcheon Blueprint', 10, -1, 2930, 2750, 0, 500, 7, true, 0], - 47314: ['Gladiator Blueprint', 10, -1, 2975, 2750, 0, 500, 7, true, 0], - 47315: ["God's Horn Blueprint", 10, -1, 3020, 2750, 0, 500, 7, true, 0], - 47316: ['Juggernaut Blueprint', 10, -1, 3065, 2750, 0, 500, 7, true, 0], - 47317: ['Omnipotence Blueprint', 10, -1, 3110, 2750, 0, 500, 7, true, 0], - 47318: ['Sporous Blueprint', 10, -1, 3155, 2750, 0, 500, 7, true, 0], - 47319: ['Exalted Blueprint', 10, -1, 3200, 2750, 0, 500, 7, true, 0], - 47320: ['Exalted Blueprint', 10, -1, 3245, 2750, 0, 500, 7, true, 0], - 47321: ['Exalted Blueprint', 10, -1, 3290, 2750, 0, 500, 7, true, 0], - 47322: ['Exalted Blueprint', 10, -1, 3335, 2750, 0, 500, 7, true, 0], - 47323: ['Exalted Blueprint', 10, -1, 3380, 2750, 0, 500, 7, true, 0], - 47324: ['Exalted Blueprint', 10, -1, 3425, 2750, 0, 500, 7, true, 0], - 47325: ['Exalted Blueprint', 10, -1, 3470, 2750, 0, 500, 7, true, 0], - 47326: ['Exalted Blueprint', 10, -1, 3515, 2750, 0, 500, 7, true, 0], - 47327: ['Exalted Blueprint', 10, -1, 3560, 2750, 0, 500, 7, true, 0], - 47328: ['Exalted Blueprint', 10, -1, 3605, 2750, 0, 500, 7, true, 0], - 47329: ['Exalted Blueprint', 10, -1, 3650, 2750, 0, 500, 7, true, 0], - 47330: ['Exalted Blueprint', 10, -1, 3695, 2750, 0, 500, 7, true, 0], - 47331: ['Exalted Blueprint', 10, -1, 3740, 2750, 0, 500, 7, true, 0], - 47332: ['Exalted Blueprint', 10, -1, 3785, 2750, 0, 500, 7, true, 0], - 47333: ['Exalted Blueprint', 10, -1, 3830, 2750, 0, 500, 7, true, 0], - 47334: ['Exalted Blueprint', 10, -1, 3875, 2750, 0, 500, 7, true, 0], - 47335: ['Paramount Blueprint', 10, -1, 3920, 2750, 0, 500, 7, true, 0], - 47336: ['Paramount Blueprint', 10, -1, 3965, 2750, 0, 500, 7, true, 0], - 47337: ['Paramount Blueprint', 10, -1, 4010, 2750, 0, 500, 7, true, 0], - 47338: ['Paramount Blueprint', 10, -1, 4055, 2750, 0, 500, 7, true, 0], - 47339: ['Paramount Blueprint', 10, -1, 4100, 2750, 0, 500, 7, true, 0], - 47340: ['Paramount Blueprint', 10, -1, 4145, 2750, 0, 500, 7, true, 0], - 47341: ['Paramount Blueprint', 10, -1, 4190, 2750, 0, 500, 7, true, 0], - 47342: ['Paramount Blueprint', 10, -1, 4235, 2750, 0, 500, 7, true, 0], - 47343: ['Superior Blueprint', 10, -1, 4280, 2750, 0, 500, 7, true, 0], - 47344: ['Superior Blueprint', 10, -1, 4325, 2750, 0, 500, 7, true, 0], - 47345: ['Superior Blueprint', 10, -1, 4370, 2750, 0, 500, 7, true, 0], - 47346: ['Superior Blueprint', 10, -1, 4415, 2750, 0, 500, 7, true, 0], - 47347: ['Superior Blueprint', 10, -1, 4460, 2750, 0, 500, 7, true, 0], - 47348: ['Superior Blueprint', 10, -1, 5, 2795, 0, 500, 7, true, 0], - 47349: ['Superior Blueprint', 10, -1, 50, 2795, 0, 500, 7, true, 0], - 47350: ['Superior Blueprint', 10, -1, 95, 2795, 0, 500, 7, true, 0], - 47351: ['Superior Blueprint', 10, -1, 140, 2795, 0, 500, 7, true, 0], - 47352: ['Superior Blueprint', 10, -1, 185, 2795, 0, 500, 7, true, 0], - 47353: ['Superior Blueprint', 10, -1, 230, 2795, 0, 500, 7, true, 0], - 47354: ['Superior Blueprint', 10, -1, 275, 2795, 0, 500, 7, true, 0], - 47355: ['Greater Blueprint', 10, -1, 320, 2795, 0, 500, 7, true, 0], - 47356: ['Greater Blueprint', 10, -1, 365, 2795, 0, 500, 7, true, 0], - 47357: ['Common Blueprint', 10, -1, 410, 2795, 0, 500, 7, true, 0], - 47358: ['Common Blueprint', 10, -1, 455, 2795, 0, 500, 7, true, 0], - 47359: ['Common Blueprint', 10, -1, 500, 2795, 0, 500, 7, true, 0], - 47360: ['Common Ore', 10, -1, 1625, 2795, 0, 50, 5, true, 0], - 47361: ['Rare Ore', 10, -1, 1670, 2795, 0, 100, 5, true, 0], - 47362: ['Epic Ore', 10, -1, 1715, 2795, 0, 250, 5, true, 0], - 47363: ['Legendary Ore', 10, -1, 1760, 2795, 0, 500, 5, true, 0], - 47364: ["Santa's Arsenal Blueprint", 10, -1, 1580, 2795, 0, 200, 7, true, 0], - 47365: ['Cronus Blueprint', 10, -1, 635, 2795, 0, 500, 7, true, 0], - 47366: ['Ogmur Blueprint', 10, -1, 680, 2795, 0, 500, 7, true, 0], - 47367: ['Blasphemous Blueprint', 10, -1, 725, 2795, 0, 500, 7, true, 0], - 47368: ['Conflict Blueprint', 10, -1, 770, 2795, 0, 500, 7, true, 0], - 47369: ["King's Blueprint", 10, -1, 815, 2795, 0, 500, 7, true, 0], - 47370: ['Avarice Blueprint', 10, -1, 860, 2795, 0, 500, 7, true, 0], - 47371: ["Gambler's Blueprint", 10, -1, 905, 2795, 0, 500, 7, true, 0], - 47372: ['Turncoat Blueprint', 10, -1, 950, 2795, 0, 500, 7, true, 0], - 47373: ["Collector's Blueprint", 10, -1, 995, 2795, 0, 500, 7, true, 0], - 47374: ['Lumiaire Blueprint', 10, -1, 1040, 2795, 0, 500, 7, true, 0], - 47375: ['Chaotic Blueprint', 10, -1, 1085, 2795, 0, 500, 7, true, 0], - 47376: ['Duality Blueprint', 10, -1, 1130, 2795, 0, 500, 7, true, 0], - 47377: ['Coronation Blueprint', 10, -1, 1175, 2795, 0, 500, 7, true, 0], - 47378: ['The Superior Blueprint', 10, -1, 1220, 2795, 0, 500, 7, true, 0], - 47379: ['Genesis Blueprint', 10, -1, 1265, 2795, 0, 500, 7, true, 0], - 47380: ['Diplomatic Blueprint', 10, -1, 1310, 2795, 0, 500, 7, true, 0], - 47381: ['Cranium Blueprint', 10, -1, 1355, 2795, 0, 500, 7, true, 0], - 47382: ['Enforcer Blueprint', 10, -1, 1400, 2795, 0, 500, 7, true, 0], - 47383: ['Ballistic Blueprint', 10, -1, 1445, 2795, 0, 500, 7, true, 0], - 47384: ["Centaur's Blueprint", 10, -1, 1490, 2795, 0, 500, 7, true, 0], - 47385: ['Battalion Blueprint', 10, -1, 1535, 2795, 0, 500, 7, true, 0], - 47392: ['Fractured Blueprint', 10, -1, 545, 2795, 0, 500, 7, true, 0], - 47393: ['Enlightenment Blueprint', 10, -1, 590, 2795, 0, 500, 7, true, 0], - 49160: ['Toxin Tooth', 2, -1, 1580, 2660, 5, 850, 8, true, 2], - 49461: ['Steam Pipe Blueprint', 10, -1, 2840, 3065, 0, 500, 7, true, 0], - 49462: ['Kogbold Cower Shield Blueprint', 10, -1, 2885, 3065, 0, 500, 7, true, 0], - 49463: ['Scepter of Rust Blueprint', 10, -1, 2930, 3065, 0, 500, 7, true, 0], - 49464: ['Brain Cube Blueprint', 10, -1, 2975, 3065, 0, 500, 7, true, 0], - 49465: ['Chain Dagger Blueprint', 10, -1, 3020, 3065, 0, 500, 7, true, 0], - 49466: ['Laser Pointer Blueprint', 10, -1, 3065, 3065, 0, 500, 7, true, 0], - 49467: ['Overclocking Amulet Blueprint', 10, -1, 2795, 3065, 0, 500, 7, true, 0], - 49468: ['Clockwork Repeater', 3, -1, 3110, 3065, 8, 1400, 6, true, 1], - 49469: ['Mechanical Kogbold Limb', 17, -1, 3155, 3065, 8, 1400, 6, true, 1], - 49470: ['Atavistic Soul Sabre', 1, -1, 3200, 3065, 8, 1400, 6, true, 1], - 49471: ['Socket Blade', 24, -1, 3245, 3065, 8, 1400, 6, true, 1], - 49472: ['Mark of the Control Core', 10, -1, 3290, 3065, 0, 50, 2, true, 0], - 49473: ['Kogbold Enhancement Core', 10, -1, 3335, 3065, 0, 1200, 6, true, 0], - 49526: ['Kogbold Steamworks Enchanted Key', 10, -1, 1670, 275, 0, 200, 7, true, 0], - 49527: ['Kogbold Steamworks Augmented Key', 10, -1, 1715, 275, 0, 200, 7, true, 0], - 49528: ['Kogbold Steamworks Solo Key', 10, -1, 1760, 275, 0, 200, 7, true, 0], - 49535: ['Kogbold Steamworks Key', 10, -1, 1625, 275, 0, 200, 7, true, 0], - 49536: ['Steampunk Epic Quest Chest', 10, -1, 3560, 3065, 0, 200, 8, true, 0], - 49540: ['Trick Scepter ADMIN', 29, -1, 3380, 3065, 7, 700, 6, true, 0], - 49616: ['Taiko Drums Blueprint', 10, -1, 410, 3155, 0, 500, 7, true, 0], - 49617: ['Elegant Parasol Blueprint', 10, -1, 455, 3155, 0, 500, 7, true, 0], - 49618: ['Flowering Kimono Blueprint', 10, -1, 500, 3155, 0, 500, 7, true, 0], - 49619: ['Ethereal Happi Blueprint', 10, -1, 545, 3155, 0, 500, 7, true, 0], - 49620: ["Sage's Wakibiki Blueprint", 10, -1, 590, 3155, 0, 500, 7, true, 0], - 49621: ['Makakoyumi Blueprint', 10, -1, 635, 3155, 0, 500, 7, true, 0], - 49622: ['Tezutsu Hanabi Blueprint', 10, -1, 680, 3155, 0, 500, 7, true, 0], - 49623: ['Rain Maker Blueprint', 10, -1, 725, 3155, 0, 500, 7, true, 0], - 49624: ['Kagenohikari Blueprint', 10, -1, 770, 3155, 0, 500, 7, true, 0], - 49625: ['Token of Happiness Blueprint', 10, -1, 815, 3155, 0, 500, 7, true, 0], - 49626: ['Token of Warmth Blueprint', 10, -1, 860, 3155, 0, 500, 7, true, 0], - 49690: ['Kogbold Cower Shield', 5, -1, 2255, 3065, 7, 950, 6, true, 1], - 49691: ['Cower Shield Shots', 15, -1, 2300, 3065, 0, 0, 0, false, 0], - 49692: ['Golden Screw', 10, -1, 95, 3020, 0, 0, 8, true, 0], - 49693: ['Scepter of Rust', 23, -1, 2345, 3065, 7, 900, 6, true, 1], - 49694: ['Brain Cube', 19, -1, 2390, 3065, 7, 1000, 6, true, 1], - 49695: ['Chain Dagger', 2, -1, 2435, 3065, 7, 1000, 6, true, 1], - 49696: ['Laser Pointer', 8, -1, 2480, 3065, 7, 1000, 6, true, 1], - 49809: ['Festival Enjoyer Bard Skin', 10, -1, 2615, 1085, 0, 1000, 7, true, 0], - 49811: ['Festival Enjoyer Kensei Skin', 10, -1, 2660, 1085, 0, 1000, 7, true, 0], - 49813: ['Mystery Summoner Skin', 10, -1, 2705, 1085, 0, 1000, 7, false, 0], - 49815: ['Mystery Kensei Skin', 10, -1, 2750, 1085, 0, 1000, 7, false, 0], - 49818: ['Level 1 Rosy Grave Unlocker', 10, -1, 2930, 140, 0, 1000, 7, true, 0], - 49819: ['Level 2-19 Rosy Grave Unlocker', 10, -1, 2975, 140, 0, 1000, 7, true, 0], - 49820: ['Level 20 Rosy Grave Unlocker', 10, -1, 3020, 140, 0, 1000, 7, true, 0], - 49821: ['1/8 Rosy Grave Unlocker', 10, -1, 3065, 140, 0, 1000, 7, true, 0], - 49822: ['2/8 Rosy Grave Unlocker', 10, -1, 3110, 140, 0, 1000, 7, true, 0], - 49823: ['3/8 Rosy Grave Unlocker', 10, -1, 3155, 140, 0, 1000, 7, true, 0], - 49825: ['Digitalis Fox Archer Skin', 10, -1, 2795, 1085, 0, 1000, 7, true, 0], - 49827: ['Bluebell Borzoi Warrior Skin', 10, -1, 2840, 1085, 0, 1000, 7, true, 0], - 49829: ['Forsythia Chihuahua Sorcerer Skin', 10, -1, 2885, 1085, 0, 1000, 7, true, 0], - 49831: ['Primula Greyhound Kensei Skin', 10, -1, 2930, 1085, 0, 1000, 7, true, 0], - 49833: ['Dark Ronin Samurai Skin', 10, -1, 2975, 1085, 0, 1000, 7, true, 0], - 49835: ['Doomsinger Bard Skin', 10, -1, 3020, 1085, 0, 1000, 7, true, 0], - 49837: ['Plague Summoner Skin', 10, -1, 3065, 1085, 0, 1000, 7, true, 0], - 49839: ['Spectral Mystic Skin', 10, -1, 3110, 1085, 0, 1000, 7, true, 0], - 49841: ['Bone Blade Ninja Skin', 10, -1, 3155, 1085, 0, 1000, 7, true, 0], - 49843: ['Mini Plague Doctor Priest Skin', 10, -1, 3200, 1085, 0, 1000, 7, true, 0], - 49845: ['Mini Onmyoji Ninja Skin', 10, -1, 3245, 1085, 0, 1000, 7, true, 0], - 49848: ['Boomerang Blades Blueprint', 10, -1, 3605, 3065, 0, 500, 7, true, 0], - 49849: ['Hovering Spellblade Blueprint', 10, -1, 3650, 3065, 0, 500, 7, true, 0], - 49850: ['Seismic Flail Blueprint', 10, -1, 3695, 3065, 0, 500, 7, true, 0], - 49851: ['Hookblade Tachi Blueprint', 10, -1, 3740, 3065, 0, 500, 7, true, 0], - 49852: ['Acidic Aspergillum Blueprint', 10, -1, 3785, 3065, 0, 500, 7, true, 0], - 49853: ['Harpoon Longbow Blueprint', 10, -1, 3830, 3065, 0, 500, 7, true, 0], - 49920: ['4/8 Rosy Grave Unlocker', 10, -1, 3200, 140, 0, 1000, 7, true, 0], - 49921: ['5/8 Rosy Grave Unlocker', 10, -1, 3245, 140, 0, 1000, 7, true, 0], - 49922: ['6/8 Rosy Grave Unlocker', 10, -1, 3290, 140, 0, 1000, 7, true, 0], - 49923: ['7/8 Rosy Grave Unlocker', 10, -1, 3335, 140, 0, 1000, 7, true, 0], - 49924: ['8/8 Rosy Grave Unlocker', 10, -1, 3380, 140, 0, 1000, 7, true, 0], - 50033: ['NPC Title Unlocker', 10, -1, 1670, 320, 0, 0, 7, true, 0], - 50035: ['Moonlight Dancer Title Unlocker', 10, -1, 1760, 320, 0, 0, 7, true, 0], - 50037: ['The Rumoured Title Unlocker', 10, -1, 1805, 320, 0, 0, 7, true, 0], - 50039: ['The Prophesied Title Unlocker', 10, -1, 1850, 320, 0, 0, 7, true, 0], - 50041: ['The Fated Hero Title Unlocker', 10, -1, 1895, 320, 0, 0, 7, true, 0], - 50042: ['Fate Weaver Title Unlocker', 10, -1, 1940, 320, 0, 0, 7, true, 0], - 50044: ['The Sinner Title Unlocker', 10, -1, 1985, 320, 0, 0, 7, true, 0], - 50046: ['Sinister Speedster Title Unlocker', 10, -1, 2030, 320, 0, 0, 7, true, 0], - 50048: ['Parasitic Speedster Title Unlocker', 10, -1, 2075, 320, 0, 0, 7, true, 0], - 50050: ['The Night Prince Unlocker', 10, -1, 2120, 320, 0, 0, 7, true, 0], - 50286: ['Toy Bot K.B Pet Skin', 10, -1, 4055, 1310, 0, 1000, 7, true, 0], - 50289: ['Kogbold Maid Pet Skin', 10, -1, 4010, 1310, 0, 1000, 7, true, 0], - 50300: ['Kogbold Multitool Blueprint', 10, -1, 3875, 3065, 0, 500, 7, true, 0], - 50304: ['Kogbold Multitool Sweep Proj', 27, -1, 3515, 3065, 0, 0, 0, true, 0], - 50306: ['Kogbold Multitool Strike Proj', 27, -1, 3470, 3065, 0, 0, 0, true, 0], - 50307: ['Kogbold Multitool', 27, -1, 3425, 3065, 8, 950, 6, true, 0], - 50404: ['Legendary Nilshard x1', 10, -1, 2885, 1625, 0, 15, 2, true, 0], - 50405: ['Legendary Nilshard x2', 10, -1, 2930, 1625, 0, 30, 2, true, 0], - 50406: ['Legendary Nilshard x3', 10, -1, 2975, 1625, 0, 45, 2, true, 0], - 50407: ['Epic Nilshard x1', 10, -1, 3020, 1625, 0, 10, 2, true, 0], - 50408: ['Epic Nilshard x2', 10, -1, 3065, 1625, 0, 20, 2, true, 0], - 50409: ['Epic Nilshard x3', 10, -1, 3110, 1625, 0, 30, 2, true, 0], - 50410: ['Rare Nilshard x1', 10, -1, 3155, 1625, 0, 5, 2, true, 0], - 50411: ['Rare Nilshard x2', 10, -1, 3200, 1625, 0, 10, 2, true, 0], - 50412: ['Rare Nilshard x3', 10, -1, 3245, 1625, 0, 15, 2, true, 0], - 50413: ['Common Nilshard x1', 10, -1, 3290, 1625, 0, 5, 2, true, 0], - 50414: ['Common Nilshard x2', 10, -1, 3335, 1625, 0, 10, 2, true, 0], - 50415: ['Common Nilshard x3', 10, -1, 3380, 1625, 0, 15, 2, true, 0], - 50430: ['Electrical Interference', 10, -1, 3155, 320, 0, 200, 0, true, 0], - 50652: ['Master Title Unlocker', 10, -1, 2165, 320, 0, 0, 7, true, 0], - 50654: ['Combat Title Unlocker', 10, -1, 2210, 320, 0, 0, 7, true, 0], - 50656: ['The Aspirant Title Unlocker', 10, -1, 2255, 320, 0, 0, 7, true, 0], - 50658: ['The Achieved Title Unlocker', 10, -1, 2300, 320, 0, 0, 7, true, 0], - 50660: ['Mangry Title Unlocker', 10, -1, 2345, 320, 0, 0, 7, true, 0], - 50662: ['Petless Title Unlocker', 10, -1, 2390, 320, 0, 0, 7, true, 0], - 50664: ['Headhunter Title Unlocker', 10, -1, 2435, 320, 0, 0, 7, true, 0], - 50666: ['Bounty Hunter Title Unlocker', 10, -1, 2480, 320, 0, 0, 7, true, 0], - 50669: ['Oryxmania Cheer x1', 10, -1, 860, 1985, 0, 0, 2, true, 0], - 50670: ['Oryxmania Cheer x2', 10, -1, 905, 1985, 0, 0, 2, true, 0], - 50671: ['Oryxmania Cheer x3', 10, -1, 950, 1985, 0, 0, 2, true, 0], - 50672: ['Oryxmania Cheer x4', 10, -1, 995, 1985, 0, 0, 2, true, 0], - 50673: ['Oryxmania Cheer x5', 10, -1, 1040, 1985, 0, 0, 2, true, 0], - 50674: ['Oryxmania Cheer x6', 10, -1, 1085, 1985, 0, 0, 2, true, 0], - 50675: ['Oryxmania Cheer x7', 10, -1, 1130, 1985, 0, 0, 2, true, 0], - 50676: ['Oryxmania Cheer x8', 10, -1, 1175, 1985, 0, 0, 2, true, 0], - 50677: ['Oryxmania Cheer x9', 10, -1, 1220, 1985, 0, 0, 2, true, 0], - 50678: ['Oryxmania Cheer x10', 10, -1, 1265, 1985, 0, 0, 2, true, 0], - 50686: ['The Savior Title Unlocker', 10, -1, 2525, 320, 0, 0, 7, true, 0], - 50691: ['The Hops Hero Title Unlocker', 10, -1, 2570, 320, 0, 0, 7, true, 0], - 50693: ['Brewer Title Unlocker', 10, -1, 2615, 320, 0, 0, 7, true, 0], - 50695: ['Brewmeister Title Unlocker', 10, -1, 2660, 320, 0, 0, 7, true, 0], - 50700: ['Zodiac Bunny Pet Skin', 10, -1, 4100, 1310, 0, 1000, 7, true, 0], - 50703: ['Model K999 Pet Skin', 10, -1, 4145, 1310, 0, 1000, 7, true, 0], - 50706: ['Gentle Unicorn Pet Skin', 10, -1, 4190, 1310, 0, 1000, 7, true, 0], - 50709: ['Genie Lamp Pet Skin', 10, -1, 4235, 1310, 0, 1000, 7, true, 0], - 50712: ['Flying Carpet Pet Skin', 10, -1, 4280, 1310, 0, 1000, 7, true, 0], - 50715: ['King Cobra Pet Skin', 10, -1, 4325, 1310, 0, 1000, 7, true, 0], - 50718: ['Chibi Kitsune Umi Pet Skin', 10, -1, 4370, 1310, 0, 1000, 7, true, 0], - 50721: ['Abyssal Crab Pet Skin', 10, -1, 4415, 1310, 0, 1000, 7, true, 0], - 50724: ['Cryophoenix Pet Skin', 10, -1, 4460, 1310, 0, 1000, 7, true, 0], - 50727: ['Spectral Raven Pet Skin', 10, -1, 5, 1355, 0, 1000, 7, true, 0], - 50730: ['Void Child Pet Skin', 10, -1, 50, 1355, 0, 1000, 7, true, 0], - 50733: ['Gelatinous Warrior Pet Skin', 10, -1, 95, 1355, 0, 1000, 7, true, 0], - 50736: ['Karate Pug Pet Skin', 10, -1, 140, 1355, 0, 1000, 7, true, 0], - 50739: ['Echo of a Hero Pet Skin', 10, -1, 185, 1355, 0, 1000, 7, true, 0], - 50741: ['Crown of the Marble Colossus x1', 10, -1, 1310, 1985, 0, 0, 2, true, 0], - 50742: ['Crown of the Marble Colossus x2', 10, -1, 1355, 1985, 0, 0, 2, true, 0], - 50743: ['Crown of the Marble Colossus x3', 10, -1, 1400, 1985, 0, 0, 2, true, 0], - 50744: ['Crown of the Marble Colossus x4', 10, -1, 1445, 1985, 0, 0, 2, true, 0], - 50745: ['Crown of the Marble Colossus x5', 10, -1, 1490, 1985, 0, 0, 2, true, 0], - 50747: ['Crown of the Exalted God x1', 10, -1, 1760, 1985, 0, 0, 2, true, 0], - 50748: ['Crown of the Exalted God x2', 10, -1, 1805, 1985, 0, 0, 2, true, 0], - 50749: ['Crown of the Exalted God x3', 10, -1, 1850, 1985, 0, 0, 2, true, 0], - 50750: ['Crown of the Exalted God x4', 10, -1, 1895, 1985, 0, 0, 2, true, 0], - 50751: ['Crown of the Exalted God x5', 10, -1, 1940, 1985, 0, 0, 2, true, 0], - 50753: ['Crown of the Control Core x1', 10, -1, 1985, 1985, 0, 0, 2, true, 0], - 50754: ['Crown of the Control Core x2', 10, -1, 2030, 1985, 0, 0, 2, true, 0], - 50755: ['Crown of the Control Core x3', 10, -1, 2075, 1985, 0, 0, 2, true, 0], - 50756: ['Crown of the Control Core x4', 10, -1, 2120, 1985, 0, 0, 2, true, 0], - 50757: ['Crown of the Control Core x5', 10, -1, 2165, 1985, 0, 0, 2, true, 0], - 50762: ['Crown of the Void x1', 10, -1, 1535, 1985, 0, 0, 2, true, 0], - 50763: ['Crown of the Void x2', 10, -1, 1580, 1985, 0, 0, 2, true, 0], - 50764: ['Crown of the Void x3', 10, -1, 1625, 1985, 0, 0, 2, true, 0], - 50765: ['Crown of the Void x4', 10, -1, 1670, 1985, 0, 0, 2, true, 0], - 50766: ['Crown of the Void x5', 10, -1, 1715, 1985, 0, 0, 2, true, 0], - 50768: ['Crown of the Forgotten King x1', 10, -1, 2210, 1985, 0, 0, 2, true, 0], - 50769: ['Crown of the Forgotten King x2', 10, -1, 2255, 1985, 0, 0, 2, true, 0], - 50770: ['Crown of the Forgotten King x3', 10, -1, 2300, 1985, 0, 0, 2, true, 0], - 50771: ['Crown of the Forgotten King x4', 10, -1, 2345, 1985, 0, 0, 2, true, 0], - 50772: ['Crown of the Forgotten King x5', 10, -1, 2390, 1985, 0, 0, 2, true, 0], - 50774: ['Golden Coin x1', 10, -1, 2435, 2030, 0, 0, 2, true, 0], - 50775: ['Golden Coin x2', 10, -1, 2480, 2030, 0, 0, 2, true, 0], - 50776: ['Golden Coin x3', 10, -1, 2525, 2030, 0, 0, 2, true, 0], - 50777: ['Golden Coin x4', 10, -1, 2570, 2030, 0, 0, 2, true, 0], - 50778: ['Golden Coin x5', 10, -1, 2615, 2030, 0, 0, 2, true, 0], - 50779: ['Golden Coin x6', 10, -1, 2660, 2030, 0, 0, 2, true, 0], - 50780: ['Golden Coin x7', 10, -1, 2705, 2030, 0, 0, 2, true, 0], - 50781: ['Golden Coin x8', 10, -1, 2750, 2030, 0, 0, 2, true, 0], - 50782: ['Golden Coin x9', 10, -1, 2795, 2030, 0, 0, 2, true, 0], - 50783: ['Golden Coin x10', 10, -1, 2840, 2030, 0, 0, 2, true, 0], - 50785: ['Silver Coin x1', 10, -1, 2885, 2030, 0, 0, 2, true, 0], - 50786: ['Silver Coin x2', 10, -1, 2930, 2030, 0, 0, 2, true, 0], - 50787: ['Silver Coin x3', 10, -1, 2975, 2030, 0, 0, 2, true, 0], - 50788: ['Silver Coin x4', 10, -1, 3020, 2030, 0, 0, 2, true, 0], - 50789: ['Silver Coin x5', 10, -1, 3065, 2030, 0, 0, 2, true, 0], - 50790: ['Silver Coin x6', 10, -1, 3110, 2030, 0, 0, 2, true, 0], - 50791: ['Silver Coin x7', 10, -1, 3155, 2030, 0, 0, 2, true, 0], - 50792: ['Silver Coin x8', 10, -1, 3200, 2030, 0, 0, 2, true, 0], - 50793: ['Silver Coin x9', 10, -1, 3245, 2030, 0, 0, 2, true, 0], - 50794: ['Silver Coin x10', 10, -1, 3290, 2030, 0, 0, 2, true, 0], - 50796: ['Shard of the Savior x1', 10, -1, 3335, 2030, 0, 0, 2, true, 0], - 50797: ['Shard of the Savior x2', 10, -1, 3380, 2030, 0, 0, 2, true, 0], - 50798: ['Shard of the Savior x3', 10, -1, 3425, 2030, 0, 0, 2, true, 0], - 50799: ['Shard of the Savior x4', 10, -1, 3470, 2030, 0, 0, 2, true, 0], - 50800: ['Shard of the Savior x5', 10, -1, 3515, 2030, 0, 0, 2, true, 0], - 50802: ['Invoker of the Netherworld Title Unlocker', 10, -1, 2795, 320, 0, 0, 7, true, 0], - 50804: ['Abyssal Champion Title Unlocker', 10, -1, 2840, 320, 0, 0, 7, true, 0], - 50806: ['The Shadowcaller Title Unlocker', 10, -1, 2885, 320, 0, 0, 7, true, 0], - 50808: ['Acolyte of the Abyss Title Unlocker', 10, -1, 2930, 320, 0, 0, 7, true, 0], - 50810: ['The Zombie Slayer Title Unlocker', 10, -1, 2975, 320, 0, 0, 7, true, 0], - 50812: ['Master of Reanimation Title Unlocker', 10, -1, 3020, 320, 0, 0, 7, true, 0], - 50813: ['Experimental Cannon', 3, -1, 1445, 3155, 5, 800, 8, true, 2], - 50814: ['Sentry Turret', 15, -1, 1490, 3155, 7, 850, 8, true, 2], - 50815: ['Tinkerers Apron', 6, -1, 1535, 3155, 6, 700, 8, true, 2], - 50816: ['Targeting Monocular', 9, -1, 1580, 3155, 4, 600, 8, true, 2], - 50817: ['Rocket Launcher', 17, -1, 1625, 3155, 5, 1000, 8, true, 2], - 50818: ['Unstable Firework', 11, -1, 1670, 3155, 7, 850, 8, true, 2], - 50819: ['Blast Proof Robes', 14, -1, 1715, 3155, 6, 800, 8, true, 2], - 50820: ['Lucky Grenade', 9, -1, 1760, 3155, 4, 750, 8, true, 2], - 50821: ['3WizardST3 Effect', 9, -1, 1805, 3155, 0, 0, 0, true, 1], - 50822: ['Kogbold Inventor Archer Set Token', 10, -1, 1850, 3155, 0, 50, 5, true, 0], - 50823: ['Kogbold Pyrotechnician Wizard Set Token', 10, -1, 1895, 3155, 0, 50, 5, true, 0], - 50824: ['Mini Kogbold Pyrotechnician Wizard Skin', 10, -1, 3290, 1085, 0, 1000, 7, true, 0], - 50825: ['Mini Kogbold Turretsmith Archer Skin', 10, -1, 3335, 1085, 0, 1000, 7, true, 0], - 50827: ['Kogbold Archer Skin', 10, -1, 3380, 1085, 0, 0, 7, false, 0], - 50829: ['Kogbold Rogue Skin', 10, -1, 3425, 1085, 0, 0, 7, false, 0], - 50831: ['Kogbold Wizard Skin', 10, -1, 3470, 1085, 0, 0, 7, false, 0], - 50833: ['Kogbold Priest Skin', 10, -1, 3515, 1085, 0, 0, 7, false, 0], - 50835: ['Kogbold Warrior Skin', 10, -1, 3560, 1085, 0, 0, 7, false, 0], - 50837: ['Kogbold Knight Skin', 10, -1, 3605, 1085, 0, 0, 7, false, 0], - 50839: ['Kogbold Paladin Skin', 10, -1, 3650, 1085, 0, 0, 7, false, 0], - 50841: ['Kogbold Assassin Skin', 10, -1, 3695, 1085, 0, 0, 7, false, 0], - 50843: ['Kogbold Necromancer Skin', 10, -1, 3740, 1085, 0, 0, 7, false, 0], - 50845: ['Kogbold Huntress Skin', 10, -1, 3785, 1085, 0, 0, 7, false, 0], - 50847: ['Kogbold Mystic Skin', 10, -1, 3830, 1085, 0, 0, 7, false, 0], - 50849: ['Kogbold Trickster Skin', 10, -1, 3875, 1085, 0, 0, 7, false, 0], - 50851: ['Kogbold Sorcerer Skin', 10, -1, 3920, 1085, 0, 0, 7, false, 0], - 50853: ['Kogbold Ninja Skin', 10, -1, 3965, 1085, 0, 0, 7, false, 0], - 50855: ['Kogbold Samurai Skin', 10, -1, 4010, 1085, 0, 0, 7, false, 0], - 50857: ['Kogbold Bard Skin', 10, -1, 4055, 1085, 0, 0, 7, false, 0], - 50859: ['Kogbold Summoner Skin', 10, -1, 4100, 1085, 0, 0, 7, false, 0], - 50861: ['Kogbold Kensei Skin', 10, -1, 4145, 1085, 0, 0, 7, false, 0], - 50863: ['Magus Perfectus Sorcerer Skin', 10, -1, 4190, 1085, 0, 1000, 7, true, 0], - 50865: ['Marksman Archer Skin', 10, -1, 4235, 1085, 0, 1000, 7, true, 0], - 50867: ['Stalwart Paladin Skin', 10, -1, 4280, 1085, 0, 1000, 7, true, 0], - 50869: ['Swiftblade Rogue Skin', 10, -1, 4325, 1085, 0, 1000, 7, true, 0], - 50871: ['Aspirant Wizard Skin', 10, -1, 4370, 1085, 0, 1000, 7, true, 0], - 50873: ['Echoes of Destiny Huntress Skin', 10, -1, 4415, 1085, 0, 1000, 7, true, 0], - 50875: ['Pudgy Alien Mystic Skin', 10, -1, 4460, 1085, 0, 1000, 7, true, 0], - 50877: ['Echoes of Destiny Knight Skin', 10, -1, 5, 1130, 0, 1000, 7, true, 0], - 50879: ['Echoes of Destiny Kensei Skin', 10, -1, 50, 1130, 0, 1000, 7, true, 0], - 50881: ['Echoes of Destiny Priest Skin', 10, -1, 95, 1130, 0, 1000, 7, true, 0], - 50883: ['The Night Prince Paladin Skin', 10, -1, 185, 1130, 0, 1000, 7, true, 0], - 50885: ['Kitsune Umi Sorcerer Skin', 10, -1, 140, 1130, 0, 1000, 7, true, 0], - 50887: ['Stealthy Stein Ninja Skin', 10, -1, 230, 1130, 0, 1000, 7, true, 0], - 50889: ['Lederhosen Assassin Skin', 10, -1, 275, 1130, 0, 1000, 7, true, 0], - 50891: ['Brewmaster Priest Skin', 10, -1, 320, 1130, 0, 1000, 7, true, 0], - 50893: ['Bavarian Warrior Skin', 10, -1, 365, 1130, 0, 1000, 7, true, 0], - 50895: ['Deer Huntress Skin', 10, -1, 410, 1130, 0, 1000, 7, true, 0], - 50898: ['The Pretzels Collector Title Unlocker', 10, -1, 2705, 320, 0, 0, 7, true, 0], - 50900: ['The Bratwurst King Title Unlocker', 10, -1, 2750, 320, 0, 0, 7, true, 0], - 50901: ['Vampire Necromancer Skin', 10, -1, 455, 1130, 0, 1000, 7, true, 0], - 50903: ['Mummy Kensei Skin', 10, -1, 500, 1130, 0, 1000, 7, true, 0], - 50906: ['Skull Cookie x1', 10, -1, 3560, 2030, 0, 0, 2, true, 0], - 50907: ['Skull Cookie x2', 10, -1, 3605, 2030, 0, 0, 2, true, 0], - 50908: ['Skull Cookie x3', 10, -1, 3650, 2030, 0, 0, 2, true, 0], - 50909: ['Skull Cookie x4', 10, -1, 3695, 2030, 0, 0, 2, true, 0], - 50910: ['Skull Cookie x5', 10, -1, 3740, 2030, 0, 0, 2, true, 0], - 50911: ['Skull Cookie x6', 10, -1, 3785, 2030, 0, 0, 2, true, 0], - 50912: ['Skull Cookie x7', 10, -1, 3830, 2030, 0, 0, 2, true, 0], - 50913: ['Skull Cookie x8', 10, -1, 3875, 2030, 0, 0, 2, true, 0], - 50914: ['Skull Cookie x9', 10, -1, 3920, 2030, 0, 0, 2, true, 0], - 50915: ['Skull Cookie x10', 10, -1, 3965, 2030, 0, 0, 2, true, 0], - 50916: ['Skull Cookie x11', 10, -1, 4010, 2030, 0, 0, 2, true, 0], - 50917: ['Skull Cookie x12', 10, -1, 4055, 2030, 0, 0, 2, true, 0], - 50918: ['Skull Cookie x13', 10, -1, 4100, 2030, 0, 0, 2, true, 0], - 50919: ['Skull Cookie x14', 10, -1, 4145, 2030, 0, 0, 2, true, 0], - 50920: ['Skull Cookie x15', 10, -1, 4190, 2030, 0, 0, 2, true, 0], - 50921: ['Skull Cookie x16', 10, -1, 4235, 2030, 0, 0, 2, true, 0], - 50922: ['Skull Cookie x17', 10, -1, 4280, 2030, 0, 0, 2, true, 0], - 50923: ['Skull Cookie x18', 10, -1, 4325, 2030, 0, 0, 2, true, 0], - 50924: ['Skull Cookie x19', 10, -1, 4370, 2030, 0, 0, 2, true, 0], - 50925: ['Skull Cookie x20', 10, -1, 4415, 2030, 0, 0, 2, true, 0], - 50926: ['Skull Cookie x21', 10, -1, 4460, 2030, 0, 0, 2, true, 0], - 50927: ['Skull Cookie x22', 10, -1, 5, 2075, 0, 0, 2, true, 0], - 50928: ['Skull Cookie x23', 10, -1, 50, 2075, 0, 0, 2, true, 0], - 50929: ['Skull Cookie x24', 10, -1, 95, 2075, 0, 0, 2, true, 0], - 50930: ['Skull Cookie x25', 10, -1, 140, 2075, 0, 0, 2, true, 0], - 50931: ['Skull Cookie x26', 10, -1, 185, 2075, 0, 0, 2, true, 0], - 50932: ['Skull Cookie x27', 10, -1, 230, 2075, 0, 0, 2, true, 0], - 50933: ['Skull Cookie x28', 10, -1, 275, 2075, 0, 0, 2, true, 0], - 50934: ['Skull Cookie x29', 10, -1, 320, 2075, 0, 0, 2, true, 0], - 50935: ['Skull Cookie x30', 10, -1, 365, 2075, 0, 0, 2, true, 0], - 50937: ['Pumpkin Talisman x1', 10, -1, 410, 2075, 0, 0, 2, true, 0], - 50938: ['Pumpkin Talisman x2', 10, -1, 455, 2075, 0, 0, 2, true, 0], - 50939: ['Pumpkin Talisman x3', 10, -1, 500, 2075, 0, 0, 2, true, 0], - 50940: ['Pumpkin Talisman x4', 10, -1, 545, 2075, 0, 0, 2, true, 0], - 50941: ['Pumpkin Talisman x5', 10, -1, 590, 2075, 0, 0, 2, true, 0], - 50942: ['Pumpkin Talisman x6', 10, -1, 635, 2075, 0, 0, 2, true, 0], - 50943: ['Pumpkin Talisman x7', 10, -1, 680, 2075, 0, 0, 2, true, 0], - 50944: ['Pumpkin Talisman x8', 10, -1, 725, 2075, 0, 0, 2, true, 0], - 50945: ['Pumpkin Talisman x9', 10, -1, 770, 2075, 0, 0, 2, true, 0], - 50946: ['Pumpkin Talisman x10', 10, -1, 815, 2075, 0, 0, 2, true, 0], - 50948: ['Zombie Tooth x1', 10, -1, 860, 2075, 0, 0, 2, true, 0], - 50949: ['Zombie Tooth x2', 10, -1, 905, 2075, 0, 0, 2, true, 0], - 50950: ['Zombie Tooth x3', 10, -1, 950, 2075, 0, 0, 2, true, 0], - 50951: ['Zombie Tooth x4', 10, -1, 995, 2075, 0, 0, 2, true, 0], - 50952: ['Zombie Tooth x5', 10, -1, 1040, 2075, 0, 0, 2, true, 0], - 50953: ['Zombie Tooth x6', 10, -1, 1085, 2075, 0, 0, 2, true, 0], - 50954: ['Zombie Tooth x7', 10, -1, 1130, 2075, 0, 0, 2, true, 0], - 50955: ['Zombie Tooth x8', 10, -1, 1175, 2075, 0, 0, 2, true, 0], - 50956: ['Zombie Tooth x9', 10, -1, 1220, 2075, 0, 0, 2, true, 0], - 50957: ['Zombie Tooth x10', 10, -1, 1265, 2075, 0, 0, 2, true, 0], - 50959: ['Darkened Zombie Tooth x1', 10, -1, 1310, 2075, 0, 0, 2, true, 0], - 50960: ['Darkened Zombie Tooth x2', 10, -1, 1355, 2075, 0, 0, 2, true, 0], - 50961: ['Darkened Zombie Tooth x3', 10, -1, 1400, 2075, 0, 0, 2, true, 0], - 50962: ['Darkened Zombie Tooth x4', 10, -1, 1445, 2075, 0, 0, 2, true, 0], - 50963: ['Darkened Zombie Tooth x5', 10, -1, 1490, 2075, 0, 0, 2, true, 0], - 50964: ['Darkened Zombie Tooth x6', 10, -1, 1535, 2075, 0, 0, 2, true, 0], - 50965: ['Darkened Zombie Tooth x7', 10, -1, 1580, 2075, 0, 0, 2, true, 0], - 50966: ['Darkened Zombie Tooth x8', 10, -1, 1625, 2075, 0, 0, 2, true, 0], - 50967: ['Darkened Zombie Tooth x9', 10, -1, 1670, 2075, 0, 0, 2, true, 0], - 50968: ['Darkened Zombie Tooth x10', 10, -1, 1715, 2075, 0, 0, 2, true, 0], - 50970: ['Golden Zombie Tooth x1', 10, -1, 1760, 2075, 0, 0, 2, true, 0], - 50971: ['Golden Zombie Tooth x2', 10, -1, 1805, 2075, 0, 0, 2, true, 0], - 50972: ['Golden Zombie Tooth x3', 10, -1, 1850, 2075, 0, 0, 2, true, 0], - 50973: ['Golden Zombie Tooth x4', 10, -1, 1895, 2075, 0, 0, 2, true, 0], - 50974: ['Golden Zombie Tooth x5', 10, -1, 1940, 2075, 0, 0, 2, true, 0], - 50975: ['Golden Zombie Tooth x6', 10, -1, 1985, 2075, 0, 0, 2, true, 0], - 50976: ['Golden Zombie Tooth x7', 10, -1, 2030, 2075, 0, 0, 2, true, 0], - 50977: ['Golden Zombie Tooth x8', 10, -1, 2075, 2075, 0, 0, 2, true, 0], - 50978: ['Golden Zombie Tooth x9', 10, -1, 2120, 2075, 0, 0, 2, true, 0], - 50979: ['Golden Zombie Tooth x10', 10, -1, 2165, 2075, 0, 0, 2, true, 0], - 50985: ['Dryad Summoner Skin', 10, -1, 635, 1130, 0, 1000, 7, true, 0], - 50987: ['Siren Sorcerer Skin', 10, -1, 680, 1130, 0, 1000, 7, true, 0], - 50989: ['Cyclop Citizen Kensei Skin', 10, -1, 725, 1130, 0, 1000, 7, true, 0], - 50991: ['Minotaur Citizen Mystic Skin', 10, -1, 770, 1130, 0, 1000, 7, true, 0], - 50994: ['Legend of the Gorgon Title Unlocker', 10, -1, 3065, 320, 0, 0, 7, true, 0], - 50996: ["Gorgon's Challenger Title Unlocker", 10, -1, 3110, 320, 0, 0, 7, true, 0], - 50997: ['Mini Minotaur Knight Skin', 10, -1, 815, 1130, 0, 1000, 7, true, 0], - 50998: ['Mini Shaman Sorcerer Skin', 10, -1, 860, 1130, 0, 1000, 7, true, 0], - 51132: ['Ionic Charm x1', 10, -1, 2210, 2075, 0, 0, 2, true, 0], - 51133: ['Ionic Charm x2', 10, -1, 2255, 2075, 0, 0, 2, true, 0], - 51134: ['Ionic Charm x3', 10, -1, 2300, 2075, 0, 0, 2, true, 0], - 51135: ['Ionic Charm x4', 10, -1, 2345, 2075, 0, 0, 2, true, 0], - 51136: ['Ionic Charm x5', 10, -1, 2390, 2075, 0, 0, 2, true, 0], - 51137: ['Ionic Charm x6', 10, -1, 2435, 2075, 0, 0, 2, true, 0], - 51138: ['Ionic Charm x7', 10, -1, 2480, 2075, 0, 0, 2, true, 0], - 51139: ['Ionic Charm x8', 10, -1, 2525, 2075, 0, 0, 2, true, 0], - 51140: ['Ionic Charm x9', 10, -1, 2570, 2075, 0, 0, 2, true, 0], - 51141: ['Ionic Charm x10', 10, -1, 2615, 2075, 0, 0, 2, true, 0], - 51142: ['Ionic Charm x11', 10, -1, 2660, 2075, 0, 0, 2, true, 0], - 51143: ['Ionic Charm x12', 10, -1, 2705, 2075, 0, 0, 2, true, 0], - 51144: ['Ionic Charm x13', 10, -1, 2750, 2075, 0, 0, 2, true, 0], - 51145: ['Ionic Charm x14', 10, -1, 2795, 2075, 0, 0, 2, true, 0], - 51146: ['Ionic Charm x15', 10, -1, 2840, 2075, 0, 0, 2, true, 0], - 51147: ['Ionic Charm x16', 10, -1, 2885, 2075, 0, 0, 2, true, 0], - 51148: ['Ionic Charm x17', 10, -1, 2930, 2075, 0, 0, 2, true, 0], - 51149: ['Ionic Charm x18', 10, -1, 2975, 2075, 0, 0, 2, true, 0], - 51150: ['Ionic Charm x19', 10, -1, 3020, 2075, 0, 0, 2, true, 0], - 51151: ['Ionic Charm x20', 10, -1, 3065, 2075, 0, 0, 2, true, 0], - 51153: ['Hekate Charm x1', 10, -1, 3110, 2075, 0, 0, 2, true, 0], - 51154: ['Hekate Charm x2', 10, -1, 3155, 2075, 0, 0, 2, true, 0], - 51155: ['Hekate Charm x3', 10, -1, 3200, 2075, 0, 0, 2, true, 0], - 51156: ['Hekate Charm x4', 10, -1, 3245, 2075, 0, 0, 2, true, 0], - 51157: ['Hekate Charm x5', 10, -1, 3290, 2075, 0, 0, 2, true, 0], - 51158: ['Hekate Charm x6', 10, -1, 3335, 2075, 0, 0, 2, true, 0], - 51159: ['Hekate Charm x7', 10, -1, 3380, 2075, 0, 0, 2, true, 0], - 51160: ['Hekate Charm x8', 10, -1, 3425, 2075, 0, 0, 2, true, 0], - 51161: ['Hekate Charm x9', 10, -1, 3470, 2075, 0, 0, 2, true, 0], - 51162: ['Hekate Charm x10', 10, -1, 3515, 2075, 0, 0, 2, true, 0], - 51163: ['Hekate Charm x11', 10, -1, 3560, 2075, 0, 0, 2, true, 0], - 51164: ['Hekate Charm x12', 10, -1, 3605, 2075, 0, 0, 2, true, 0], - 51165: ['Hekate Charm x13', 10, -1, 3650, 2075, 0, 0, 2, true, 0], - 51166: ['Hekate Charm x14', 10, -1, 3695, 2075, 0, 0, 2, true, 0], - 51167: ['Hekate Charm x15', 10, -1, 3740, 2075, 0, 0, 2, true, 0], - 51168: ['Hekate Charm x16', 10, -1, 3785, 2075, 0, 0, 2, true, 0], - 51169: ['Hekate Charm x17', 10, -1, 3830, 2075, 0, 0, 2, true, 0], - 51170: ['Hekate Charm x18', 10, -1, 3875, 2075, 0, 0, 2, true, 0], - 51171: ['Hekate Charm x19', 10, -1, 3920, 2075, 0, 0, 2, true, 0], - 51172: ['Hekate Charm x20', 10, -1, 3965, 2075, 0, 0, 2, true, 0], - 51352: ['Onhit Nova 1 Projectiles', 15, -1, 2525, 3155, 0, 0, 0, false, 0], - 51355: ['Onhit Fan 1 Projectiles', 15, -1, 2570, 3155, 0, 0, 0, false, 0], - 51358: ['Onhit Sniper 1 Projectiles', 15, -1, 2615, 3155, 0, 0, 0, false, 0], - 51599: ['Glass of Cold Water', 10, -1, 1355, 3200, 0, 1, 2, true, 0], - 51600: ['Special Test Blueprint 1', 10, -1, 4415, 275, 0, 500, 7, true, 0], - 51601: ['Special Test Blueprint 2', 10, -1, 4460, 275, 0, 500, 7, true, 0], - 51602: ['Test Seasonal Apple', 10, -1, 5, 320, 0, 0, 8, true, 0], - 51603: ['Drop Boost Accelerator', 10, -1, 1130, 3155, 0, 100, 7, true, 0], - 51604: ['Seasonal XP Accelerator', 10, -1, 1175, 3155, 0, 100, 7, true, 0], - 51605: ['12 Green Dust', 10, -1, 1310, 3200, 0, 0, 8, true, 0], - 51606: ['Iron Plating Engraving', 10, -1, 2345, 3155, 0, 0, 8, true, 0], - 51607: ['Kogbold Spirit Engraving', 10, -1, 2390, 3155, 0, 0, 8, true, 0], - 51608: ['Heavy Hitter Engraving', 10, -1, 2435, 3155, 0, 0, 8, true, 0], - 51609: ['Gatling Shots Engraving', 10, -1, 2480, 3155, 0, 0, 8, true, 0], - 52409: ['Colorful Egg x1', 10, -1, 3515, 1850, 0, 0, 2, true, 0], - 52410: ['Colorful Egg x2', 10, -1, 3560, 1850, 0, 0, 2, true, 0], - 52411: ['Colorful Egg x3', 10, -1, 3605, 1850, 0, 0, 2, true, 0], - 52412: ['Colorful Egg x4', 10, -1, 3650, 1850, 0, 0, 2, true, 0], - 52413: ['Colorful Egg x5', 10, -1, 3695, 1850, 0, 0, 2, true, 0], - 52414: ['Colorful Egg x6', 10, -1, 3740, 1850, 0, 0, 2, true, 0], - 52415: ['Colorful Egg x7', 10, -1, 3785, 1850, 0, 0, 2, true, 0], - 52416: ['Colorful Egg x8', 10, -1, 3830, 1850, 0, 0, 2, true, 0], - 52417: ['Colorful Egg x9', 10, -1, 3875, 1850, 0, 0, 2, true, 0], - 52418: ['Colorful Egg x10', 10, -1, 3920, 1850, 0, 0, 2, true, 0], - 52419: ['Colorful Egg x11', 10, -1, 3965, 1850, 0, 0, 2, true, 0], - 52420: ['Colorful Egg x12', 10, -1, 4010, 1850, 0, 0, 2, true, 0], - 52421: ['Colorful Egg x13', 10, -1, 4055, 1850, 0, 0, 2, true, 0], - 52422: ['Colorful Egg x14', 10, -1, 4100, 1850, 0, 0, 2, true, 0], - 52423: ['Colorful Egg x15', 10, -1, 4145, 1850, 0, 0, 2, true, 0], - 52424: ['Colorful Egg x16', 10, -1, 4190, 1850, 0, 0, 2, true, 0], - 52425: ['Colorful Egg x17', 10, -1, 4235, 1850, 0, 0, 2, true, 0], - 52426: ['Colorful Egg x18', 10, -1, 4280, 1850, 0, 0, 2, true, 0], - 52427: ['Colorful Egg x19', 10, -1, 4325, 1850, 0, 0, 2, true, 0], - 52428: ['Colorful Egg x20', 10, -1, 4370, 1850, 0, 0, 2, true, 0], - 52431: ['Egg Basket x1', 10, -1, 4415, 1850, 0, 0, 2, true, 0], - 52433: ['Stone Scarab x1', 10, -1, 4460, 1850, 0, 0, 2, true, 0], - 52434: ['Stone Scarab x2', 10, -1, 5, 1895, 0, 0, 2, true, 0], - 52435: ['Stone Scarab x3', 10, -1, 50, 1895, 0, 0, 2, true, 0], - 52436: ['Stone Scarab x4', 10, -1, 95, 1895, 0, 0, 2, true, 0], - 52437: ['Stone Scarab x5', 10, -1, 140, 1895, 0, 0, 2, true, 0], - 52438: ['Stone Scarab x6', 10, -1, 185, 1895, 0, 0, 2, true, 0], - 52439: ['Stone Scarab x7', 10, -1, 230, 1895, 0, 0, 2, true, 0], - 52440: ['Stone Scarab x8', 10, -1, 275, 1895, 0, 0, 2, true, 0], - 52441: ['Stone Scarab x9', 10, -1, 320, 1895, 0, 0, 2, true, 0], - 52442: ['Stone Scarab x10', 10, -1, 365, 1895, 0, 0, 2, true, 0], - 52444: ['Golden Scarab x1', 10, -1, 410, 1895, 0, 0, 2, true, 0], - 52445: ['Golden Scarab x2', 10, -1, 455, 1895, 0, 0, 2, true, 0], - 52446: ['Golden Scarab x3', 10, -1, 500, 1895, 0, 0, 2, true, 0], - 52447: ['Golden Scarab x4', 10, -1, 545, 1895, 0, 0, 2, true, 0], - 52448: ['Golden Scarab x5', 10, -1, 590, 1895, 0, 0, 2, true, 0], - 52449: ['Golden Scarab x6', 10, -1, 635, 1895, 0, 0, 2, true, 0], - 52450: ['Golden Scarab x7', 10, -1, 680, 1895, 0, 0, 2, true, 0], - 52451: ['Golden Scarab x8', 10, -1, 725, 1895, 0, 0, 2, true, 0], - 52452: ['Golden Scarab x9', 10, -1, 770, 1895, 0, 0, 2, true, 0], - 52453: ['Golden Scarab x10', 10, -1, 815, 1895, 0, 0, 2, true, 0], - 52455: ['Ancient Scarab x1', 10, -1, 860, 1895, 0, 0, 2, true, 0], - 52456: ['Ancient Scarab x2', 10, -1, 905, 1895, 0, 0, 2, true, 0], - 52457: ['Ancient Scarab x3', 10, -1, 950, 1895, 0, 0, 2, true, 0], - 52458: ['Ancient Scarab x4', 10, -1, 995, 1895, 0, 0, 2, true, 0], - 52459: ['Ancient Scarab x5', 10, -1, 1040, 1895, 0, 0, 2, true, 0], - 52460: ['Ancient Scarab x6', 10, -1, 1085, 1895, 0, 0, 2, true, 0], - 52461: ['Ancient Scarab x7', 10, -1, 1130, 1895, 0, 0, 2, true, 0], - 52462: ['Ancient Scarab x8', 10, -1, 1175, 1895, 0, 0, 2, true, 0], - 52463: ['Ancient Scarab x9', 10, -1, 1220, 1895, 0, 0, 2, true, 0], - 52464: ['Ancient Scarab x10', 10, -1, 1265, 1895, 0, 0, 2, true, 0], - 52466: ['Draconic Scarab x1', 10, -1, 1310, 1895, 0, 0, 2, true, 0], - 52467: ['Draconic Scarab x2', 10, -1, 1355, 1895, 0, 0, 2, true, 0], - 52468: ['Draconic Scarab x3', 10, -1, 1400, 1895, 0, 0, 2, true, 0], - 52469: ['Draconic Scarab x4', 10, -1, 1445, 1895, 0, 0, 2, true, 0], - 52470: ['Draconic Scarab x5', 10, -1, 1490, 1895, 0, 0, 2, true, 0], - 52471: ['Draconic Scarab x6', 10, -1, 1535, 1895, 0, 0, 2, true, 0], - 52472: ['Draconic Scarab x7', 10, -1, 1580, 1895, 0, 0, 2, true, 0], - 52473: ['Draconic Scarab x8', 10, -1, 1625, 1895, 0, 0, 2, true, 0], - 52474: ['Draconic Scarab x9', 10, -1, 1670, 1895, 0, 0, 2, true, 0], - 52475: ['Draconic Scarab x10', 10, -1, 1715, 1895, 0, 0, 2, true, 0], - 53233: ["Novice's Lute", 28, 0, 860, 2705, 0, 4, 1, false, 0], - 53234: ['Oakwood Lute', 28, 1, 905, 2705, 0, 8, 1, false, 0], - 53235: ['Iron Lute', 28, 2, 950, 2705, 0, 15, 1, false, 0], - 53236: ['Silver Lute', 28, 3, 995, 2705, 1, 34, 2, false, 0], - 53237: ['Battle Lute', 28, 4, 1040, 2705, 2, 68, 2, false, 0], - 53238: ['Regal Lute', 28, 5, 1085, 2705, 4, 139, 4, false, 0], - 53239: ['Skyward Lute', 28, 6, 1130, 2705, 6, 380, 4, false, 0], - 53240: ['Nebular Lute', 28, 7, 1175, 2705, 8, 570, 9, true, 0], - 53244: ['Nether Lute', 28, 8, 1220, 2705, 9, 855, 9, true, 0], - 53801: ['Boomerang Blades', 2, -1, 2525, 3065, 6, 450, 4, true, 1], - 53818: ['Hovering Spellblade', 17, -1, 2570, 3065, 6, 450, 4, true, 1], - 53819: ['Seismic Flail', 1, -1, 2615, 3065, 6, 450, 4, true, 1], - 53820: ['Hookblade Tachi', 24, -1, 2660, 3065, 6, 800, 6, true, 1], - 53821: ['Acidic Aspergillum', 8, -1, 2705, 3065, 6, 450, 4, true, 1], - 53822: ['Harpoon Longbow', 3, -1, 2750, 3065, 6, 450, 4, true, 1], - 55381: ["Beekeeper's Flamethrower", 8, -1, 1445, 2120, 7, 1000, 6, true, 1], - 55382: ['Hama Yumi', 3, -1, 680, 2165, 8, 1200, 6, true, 1], - 55383: ['Crystallized Worm Spellblade', 17, -1, 1400, 2255, 7, 1200, 6, true, 1], - 65280: ['Backpack Extender', 10, -1, 3920, 2300, 0, 500, 5, true, 0], - 65282: ['Fury Flail', 1, -1, 4055, 3200, 5, 750, 8, true, 2], - 65283: ['Shockwave Shield', 5, -1, 4100, 3200, 7, 750, 8, true, 2], - 65284: ['Cyclone Chestplate', 7, -1, 4145, 3200, 6, 750, 8, true, 2], - 65285: ['Brass Knuckles', 9, -1, 4190, 3200, 4, 750, 8, true, 2], - 65287: ['Lightning Wand', 8, -1, 4235, 3200, 5, 750, 8, true, 2], - 65288: ['Totem Scepter', 23, -1, 4280, 3200, 7, 750, 8, true, 2], - 65289: ['Thunderstorm Tunic', 14, -1, 4325, 3200, 6, 750, 8, true, 2], - 65290: ['Bolt in a Bottle', 9, -1, 4370, 3200, 4, 750, 8, true, 2], - 65291: ['Mad Minotaur Set Token', 10, -1, 4415, 3200, 0, 50, 5, true, 0], - 65292: ['Storm Shaman Set Token', 10, -1, 4460, 3200, 0, 50, 5, true, 0], - 65338: ['Trick Sheath', 30, 10, 4235, 275, 0, 4, 1, false, 0], - 65339: ['Trick Mace', 29, -1, 4190, 275, 7, 700, 6, true, 0], - 65340: ['Trick Star', 25, 10, 4280, 275, 1, 34, 2, false, 0], - 65341: ['Trick Poison', 18, -1, 4325, 275, 7, 900, 8, true, 1], - 65342: ['Trick Lute', 28, 8, 4370, 275, 0, 4, 1, false, 0], - 65504: ['Divinity', 1, -1, 995, 3110, 8, 1200, 6, true, 1], - 65505: ['Lumiaire', 8, -1, 1040, 3110, 8, 1200, 6, true, 1], - 65506: ['Superior', 17, -1, 1085, 3110, 8, 1200, 6, true, 1], - 65507: ['Enforcer', 24, -1, 1130, 3110, 8, 1200, 6, true, 1], - 65508: ['Avarice', 2, -1, 1175, 3110, 8, 1200, 6, true, 1], - 65509: ['Bow of the Void', 3, -1, 1220, 3110, 7, 1200, 6, true, 1], - 65510: ['Hivemaster Helm', 16, -1, 1265, 3110, 7, 1000, 6, true, 1], - 65511: ['Laser Pointer', 8, -1, 1310, 3110, 7, 1000, 6, true, 1], - 65512: ['The Twilight Gemstone', 9, -1, 1355, 3110, 8, 1200, 6, true, 1], - 65513: ['Star of Enlightenment', 25, -1, 1400, 3110, 7, 1000, 6, true, 1], - 65514: ['Doom Bow', 3, -1, 1445, 3110, 6, 800, 6, true, 1], - 65515: ['Cloak of the Planewalker', 13, -1, 1490, 3110, 6, 750, 6, true, 1], - 65516: ['Crystal Sword', 1, -1, 1535, 3110, 5, 600, 6, true, 1], - 65517: ['Robe of the Mad Scientist', 14, -1, 1580, 3110, 6, 700, 6, true, 1], - 65518: ['Tome of Purification', 4, -1, 1625, 3110, 7, 950, 6, true, 1], - 65531: ['Kendo Stick', 24, 1, 1670, 3110, 0, 5, 6, true, 0], + 283: ['The Hive Key', 10, -1, 90, 0, 0, 200, 7, true, 0], + 284: ['TH Honey bottle', 10, -1, 135, 0, 0, 0, 2, false, 0], + 303: ['Mountain Temple Key', 10, -1, 180, 0, 0, 200, 7, true, 0], + 306: ['Orb of Sweet Demise', 21, -1, 225, 0, 4, 200, 4, false, 0], + 308: ['Halloween Cemetery Key', 10, -1, 270, 0, 0, 200, 7, true, 0], + 310: ['HoneyScepter', 23, -1, 315, 0, 4, 250, 4, false, 0], + 314: ['Inuit Skin', 10, -1, 360, 0, 0, 1000, 7, true, 0], + 315: ['Snowcloaked Rogue Skin', 10, -1, 405, 0, 0, 1000, 7, true, 0], + 316: ['Mystery Dye (Clothing)', 10, -1, 450, 0, 0, 0, 2, true, 0], + 317: ['Accessory Dye Remover', 10, -1, 495, 0, 0, 0, 2, true, 0], + 318: ['Clothing Dye Remover', 10, -1, 540, 0, 0, 0, 2, true, 0], + 319: ['Semi Apple', 10, -1, 585, 0, 0, 0, 8, true, 0], + 323: ['Lil Beach Rogue Skin', 10, -1, 630, 0, 0, 1000, 7, true, 0], + 325: ['Energy Signet', 10, -1, 675, 0, 0, 0, 8, true, 0], + 399: ['Gift', 10, -1, 720, 0, 0, 50000, 8, true, 0], + 400: ['Apple', 10, -1, 765, 0, 0, 0, 8, true, 0], + 403: ['Inari Sorcerer Skin', 10, -1, 810, 0, 0, 1000, 7, true, 0], + 534: ['Lvl20', 10, -1, 855, 0, 0, 10000, 8, true, 0], + 536: ['Fame', 10, -1, 900, 0, 0, 200000, 8, true, 0], + 538: ['Wine Cellar Key', 10, -1, 945, 0, 0, 200, 7, true, 0], + 545: ['Heart Item', 10, -1, 990, 0, 0, 0, 2, true, 0], + 573: ['Toxic Sewers Key', 10, -1, 1035, 0, 0, 200, 7, true, 0], + 579: ['Marble Seal', 12, -1, 1080, 0, 8, 1300, 6, true, 0], + 580: ['Staff of Unholy Sacrifice', 17, -1, 1125, 0, 7, 1200, 6, true, 0], + 581: ['Cult Key', 10, -1, 1170, 0, 0, 0, 7, true, 0], + 583: ['Vial of Pure Darkness', 10, -1, 1215, 0, 0, 500, 4, true, 0], + 584: ['Gravel', 10, -1, 1260, 0, 0, 120, 2, false, 0], + 585: ['Test Ring', 9, -1, 1305, 0, 0, 1500, 8, true, 0], + 586: ['Sadamune', 24, 13, 1350, 0, 7, 650, 9, false, 0], + 587: ['Kusanagi', 24, 14, 1395, 0, 8, 950, 9, true, 0], + 588: ['Bow of the Void', 3, -1, 1440, 0, 7, 1200, 6, true, 0], + 589: ['Quiver of the Shadows', 15, -1, 1485, 0, 8, 1300, 6, true, 0], + 590: ['Armor of Nil', 6, -1, 1530, 0, 7, 1100, 6, true, 0], + 591: ['Sourcestone', 9, -1, 1575, 0, 7, 1000, 6, true, 0], + 592: ['Skull of Corrupted Souls', 19, -1, 1620, 0, 7, 1300, 6, true, 0], + 593: ['Omnipotence Ring', 9, -1, 1665, 0, 8, 1500, 6, true, 0], + 594: ['Ritual Robe', 14, -1, 1710, 0, 7, 1100, 6, true, 0], + 595: ['Bloodshed Ring', 9, -1, 1755, 0, 7, 1000, 6, true, 0], + 596: ['Sword of the Colossus', 1, -1, 1800, 0, 7, 1200, 6, true, 0], + 597: ['Breastplate of New Life', 7, -1, 1845, 0, 7, 1100, 6, true, 0], + 598: ['Magical Lodestone', 9, -1, 1890, 0, 7, 1000, 6, true, 0], + 599: ['Cloak of Bloody Surprises', 13, -1, 1935, 0, 8, 1300, 6, true, 0], + 600: ['TricksterST0', 2, -1, 1980, 0, 5, 900, 8, true, 0], + 601: ['TricksterST1', 22, -1, 2025, 0, 7, 950, 8, true, 0], + 602: ['TricksterST2', 6, -1, 2070, 0, 6, 700, 8, true, 0], + 603: ['TricksterST3', 9, -1, 2115, 0, 4, 700, 8, true, 0], + 607: ['Axolotl Pet Stone', 10, -1, 2160, 0, 0, 1000, 7, true, 0], + 608: ['Tome of Holy Furor', 4, -1, 2205, 0, 7, 950, 6, true, 0], + 610: ['Helm of the Immortal', 16, -1, 2250, 0, 6, 950, 6, true, 0], + 612: ['Seal of Divine Focus', 12, -1, 2295, 0, 6, 1000, 6, true, 0], + 613: ['Peppermint Wakizashi', 27, -1, 2340, 0, 7, 380, 4, false, 0], + 750: ['Steamworks Engraving Chest', 10, -1, 2385, 0, 0, 0, 8, true, 0], + 751: ['Acc Dust Chance Day', 10, -1, 2430, 0, 0, 0, 7, true, 0], + 752: ['Acc Dust Chance Week', 10, -1, 2475, 0, 0, 0, 7, true, 0], + 753: ['Acc Dust Vol Day', 10, -1, 2520, 0, 0, 0, 7, true, 0], + 754: ['Acc Dust Vol Week', 10, -1, 2565, 0, 0, 0, 7, true, 0], + 765: ['Enchantment Drop Rate Accelerator', 10, -1, 2610, 0, 0, 0, 7, true, 0], + 766: ['Oryxmas Naughty Engraving', 10, -1, 2655, 0, 0, 0, 8, true, 0], + 786: ['Colossus Ring Melee', 9, -1, 2700, 0, 6, 750, 6, true, 0], + 787: ['The Forgotten Ring Magic', 9, -1, 2745, 0, 6, 750, 6, true, 0], + 788: ['Control Core Ring Archer', 9, -1, 2790, 0, 6, 750, 6, true, 0], + 789: ['The Void Ring Tank', 9, -1, 2835, 0, 6, 750, 6, true, 0], + 808: ['Dragon Slayer Warrior Skin', 10, -1, 2880, 0, 0, 1000, 7, true, 0], + 810: ['Char Slot Unlocker', 10, -1, 2925, 0, 0, 0, 8, true, 0], + 811: ['Vault Chest Unlocker', 10, -1, 2970, 0, 0, 0, 8, true, 0], + 812: ['Basic Sulphur', 10, -1, 3015, 0, 0, 50, 5, true, 0], + 813: ['Greater Sulphur', 10, -1, 3060, 0, 0, 100, 5, true, 0], + 814: ['Superior Sulphur', 10, -1, 3105, 0, 0, 150, 5, true, 0], + 815: ['Paramount Sulphur', 10, -1, 3150, 0, 0, 300, 5, true, 0], + 816: ['Exalted Sulphur', 10, -1, 3195, 0, 0, 500, 5, true, 0], + 887: ['Oryx Chamber Key', 10, -1, 3240, 0, 0, 200, 7, true, 0], + 1021: ['The Golden Forgotten Crown', 9, -1, 3285, 0, 8, 1400, 6, true, 0], + 1023: ['Spooky Smasher', 1, -1, 3330, 0, 8, 950, 6, true, 0], + 1024: ['Longbow of Spirits and Shadows', 3, -1, 3375, 0, 8, 1200, 6, true, 0], + 1042: ['Oryxmas Nice Engraving', 10, -1, 3420, 0, 0, 0, 8, true, 0], + 1043: ['Golden Egg x1', 10, -1, 3465, 0, 0, 0, 2, true, 1], + 1044: ['Golden Egg x2', 10, -1, 3510, 0, 0, 0, 2, true, 2], + 1045: ['Golden Egg x3', 10, -1, 3555, 0, 0, 0, 2, true, 3], + 1046: ['Golden Egg x4', 10, -1, 3600, 0, 0, 0, 2, true, 4], + 1047: ['Golden Egg x5', 10, -1, 3645, 0, 0, 0, 2, true, 5], + 1048: ['Golden Egg x6', 10, -1, 3690, 0, 0, 0, 2, true, 6], + 1049: ['Golden Egg x7', 10, -1, 3735, 0, 0, 0, 2, true, 7], + 1050: ['Golden Egg x8', 10, -1, 3780, 0, 0, 0, 2, true, 8], + 1051: ['Golden Egg x9', 10, -1, 3825, 0, 0, 0, 2, true, 9], + 1052: ['Golden Egg x10', 10, -1, 3870, 0, 0, 0, 2, true, 10], + 1053: ['Golden Egg x11', 10, -1, 3915, 0, 0, 0, 2, true, 11], + 1054: ['Golden Egg x12', 10, -1, 3960, 0, 0, 0, 2, true, 12], + 1055: ['Golden Egg x13', 10, -1, 4005, 0, 0, 0, 2, true, 13], + 1056: ['Golden Egg x14', 10, -1, 4050, 0, 0, 0, 2, true, 14], + 1057: ['Golden Egg x15', 10, -1, 4095, 0, 0, 0, 2, true, 15], + 1058: ['Golden Egg x16', 10, -1, 4140, 0, 0, 0, 2, true, 16], + 1059: ['Golden Egg x17', 10, -1, 4185, 0, 0, 0, 2, true, 17], + 1060: ['Golden Egg x18', 10, -1, 4230, 0, 0, 0, 2, true, 18], + 1061: ['Golden Egg x19', 10, -1, 4275, 0, 0, 0, 2, true, 19], + 1062: ['Golden Egg x20', 10, -1, 4320, 0, 0, 0, 2, true, 20], + 1077: ['Mini Incubus Sorcerer Skin', 10, -1, 4365, 0, 0, 1000, 7, true, 0], + 1080: ['Robin Hood Skin', 10, -1, 4410, 0, 0, 1000, 7, true, 0], + 1099: ['Onhit Projectiles Short 1', 15, -1, 4455, 0, 0, 0, 0, false, 0], + 1100: ['Onhit Projectiles Short 2', 15, -1, 0, 45, 0, 0, 0, false, 0], + 1101: ['Onhit Projectiles Short 3', 15, -1, 45, 45, 0, 0, 0, false, 0], + 1102: ['Onhit Projectiles Short 4', 15, -1, 90, 45, 0, 0, 0, false, 0], + 1103: ['Onhit Projectiles Short 5', 15, -1, 135, 45, 0, 0, 0, false, 0], + 1104: ['Onhit Projectiles Mid 1', 15, -1, 180, 45, 0, 0, 0, false, 0], + 1105: ['Onhit Projectiles Mid 2', 15, -1, 225, 45, 0, 0, 0, false, 0], + 1106: ['Onhit Projectiles Mid 3', 15, -1, 270, 45, 0, 0, 0, false, 0], + 1107: ['Onhit Projectiles Mid 4', 15, -1, 315, 45, 0, 0, 0, false, 0], + 1108: ['Onhit Projectiles Mid 5', 15, -1, 360, 45, 0, 0, 0, false, 0], + 1109: ['Onhit Projectiles Long 1', 15, -1, 405, 45, 0, 0, 0, false, 0], + 1110: ['Onhit Projectiles Long 2', 15, -1, 450, 45, 0, 0, 0, false, 0], + 1111: ['Onhit Projectiles Long 3', 15, -1, 495, 45, 0, 0, 0, false, 0], + 1112: ['Onhit Projectiles Long 4', 15, -1, 540, 45, 0, 0, 0, false, 0], + 1113: ['Onhit Projectiles Long 5', 15, -1, 585, 45, 0, 0, 0, false, 0], + 1114: ['Green Dust Charm', 10, -1, 630, 45, 0, 0, 8, true, 0], + 1115: ['Red Dust Charm', 10, -1, 675, 45, 0, 0, 8, true, 0], + 1116: ['Acc Red Dust Chance Day', 10, -1, 720, 45, 0, 0, 7, true, 0], + 1117: ['Acc Red Dust Chance Week', 10, -1, 765, 45, 0, 0, 7, true, 0], + 1118: ['Acc Red Dust Vol Day', 10, -1, 810, 45, 0, 0, 7, true, 0], + 1119: ['Acc Red Dust Vol Week', 10, -1, 855, 45, 0, 0, 7, true, 0], + 1120: ['Purple Dust Charm', 10, -1, 900, 45, 0, 0, 8, true, 0], + 1121: ['Acc Purple Dust Chance Day', 10, -1, 945, 45, 0, 0, 7, true, 0], + 1122: ['Acc Purple Dust Chance Week', 10, -1, 990, 45, 0, 0, 7, true, 0], + 1123: ['Acc Purple Dust Vol Day', 10, -1, 1035, 45, 0, 0, 7, true, 0], + 1124: ['Acc Purple Dust Vol Week', 10, -1, 1080, 45, 0, 0, 7, true, 0], + 1125: ['Oryxmas Warm and Cozy Engraving', 10, -1, 1125, 45, 0, 0, 8, true, 0], + 1126: ['Oryxmas Polar Explorer Engraving', 10, -1, 1170, 45, 0, 0, 8, true, 0], + 1127: ['Pet Saddlebag Extender - 1 Slot', 10, -1, 1215, 45, 0, 500, 5, true, 0], + 1128: ['Pet Saddlebag Extender - 2 Slots', 10, -1, 1260, 45, 0, 500, 5, true, 0], + 1129: ['Pet Saddlebag Extender - 3 Slots', 10, -1, 1305, 45, 0, 500, 5, true, 0], + 1130: ['Pet Saddlebag Extender - 4 Slots', 10, -1, 1350, 45, 0, 500, 5, true, 0], + 1131: ['Pet Saddlebag Extender - 5 Slots', 10, -1, 1395, 45, 0, 500, 5, true, 0], + 1132: ['Pet Saddlebag Extender - 6 Slots', 10, -1, 1440, 45, 0, 500, 5, true, 0], + 1133: ['Pet Saddlebag Extender - 7 Slots', 10, -1, 1485, 45, 0, 500, 5, true, 0], + 1134: ['Pet Saddlebag Extender - 8 Slots', 10, -1, 1530, 45, 0, 500, 5, true, 0], + 1136: ['Forge Chest Unlocker', 10, -1, 1575, 45, 0, 0, 8, true, 0], + 1137: ['Seasonal Forge Expansion', 10, -1, 1620, 45, 0, 100, 7, true, 0], + 1149: ['Scarab Projectiles', 15, -1, 1665, 45, 0, 0, 0, false, 0], + 1150: ['Campaign Points Test', 10, -1, 1710, 45, 0, 0, 7, true, 0], + 1151: ['Tome of the Mushroom Tribes', 4, -1, 1755, 45, 7, 850, 6, true, 0], + 1155: ['Heavy Protective Matrix', 7, -1, 1800, 45, 6, 750, 6, true, 0], + 1156: ['Magic Protective Matrix', 14, -1, 1845, 45, 6, 750, 6, true, 0], + 1157: ['Fitted Protective Matrix', 6, -1, 1890, 45, 6, 750, 6, true, 0], + 1159: ['Locked Reactor', 9, -1, 1935, 45, 5, 850, 8, true, 0], + 1176: ['Loaded Core', 9, -1, 1980, 45, 6, 750, 6, true, 0], + 1177: ['Crystal Shield', 5, -1, 2025, 45, 7, 950, 6, true, 0], + 1178: ['Entropy Reactor', 9, -1, 2070, 45, 7, 750, 6, true, 0], + 1189: ['PaladinST0', 1, -1, 2115, 45, 5, 750, 8, true, 0], + 1190: ['PaladinST1', 12, -1, 2160, 45, 7, 600, 8, true, 0], + 1191: ['PaladinST2', 7, -1, 2205, 45, 6, 500, 8, true, 0], + 1192: ['PaladinST3', 9, -1, 2250, 45, 4, 500, 8, true, 0], + 1200: ["Crystallised Fang's Venom", 18, -1, 2295, 45, 8, 850, 6, true, 0], + 1201: ['Crystallised Mist', 9, -1, 2340, 45, 6, 850, 6, true, 0], + 1202: ['Cave Dweller Trap', 20, -1, 2385, 45, 7, 850, 6, true, 0], + 1203: ['Sporous Spray Spell', 11, -1, 2430, 45, 7, 1000, 6, true, 0], + 1205: ['Fungal Breastplate', 7, -1, 2475, 45, 6, 800, 6, true, 0], + 1206: ['Echoes Prism', 22, -1, 2520, 45, 7, 900, 6, true, 0], + 1210: ['Dirk of Cronus Shiny', 2, -1, 2565, 45, 8, 950, 6, true, 0], + 1211: ['Skull of Corrupted Souls Shiny', 19, -1, 2610, 45, 7, 1300, 6, true, 0], + 1212: ['Leaf Bow Shiny', 3, -1, 2655, 45, 6, 800, 6, true, 0], + 1213: ['Double Vision Darts Shiny', 15, -1, 2700, 45, 6, 850, 6, true, 0], + 1214: ['tD Seal Shiny', 12, -1, 2745, 45, 7, 800, 6, true, 0], + 1215: ['Jewel Eye Katana Shiny', 24, -1, 2790, 45, 3, 109, 6, true, 0], + 1220: ['HSorcererST0', 8, -1, 2835, 45, 5, 850, 8, true, 0], + 1221: ['HSorcererST1', 23, -1, 2880, 45, 7, 900, 8, true, 0], + 1222: ['HSorcererST2', 14, -1, 2925, 45, 6, 800, 8, true, 0], + 1223: ['HSorcererST3', 9, -1, 2970, 45, 4, 750, 8, true, 0], + 1226: ['Snake Eye Ring Shiny', 9, -1, 3015, 45, 2, 110, 4, true, 0], + 1227: ['Candy-Coated Armor Shiny', 7, -1, 3060, 45, 6, 1000, 6, true, 0], + 1228: ['Doku No Ken Shiny', 24, -1, 3105, 45, 6, 800, 6, true, 0], + 1230: ['Sword of the Colossus Shiny', 1, -1, 3150, 45, 7, 1200, 6, true, 0], + 1232: ['Green Dust Cap Extender', 10, -1, 3195, 45, 0, 0, 8, true, 0], + 1233: ['Red Dust Cap Extender', 10, -1, 3240, 45, 0, 0, 8, true, 0], + 1234: ['Purple Dust Cap Extender', 10, -1, 3285, 45, 0, 0, 8, true, 0], + 1235: ['Reroll Count Reset Token', 10, -1, 3330, 45, 0, 0, 8, true, 0], + 1236: ['Evergreen Dagger Shiny', 2, -1, 3375, 45, 6, 800, 6, true, 0], + 1237: ['Garland Bow Shiny', 3, -1, 3420, 45, 6, 800, 6, true, 0], + 1238: ['Sleigh Bell Staff Shiny', 17, -1, 3465, 45, 6, 800, 6, true, 0], + 1239: ['Brass Chamberstick Shiny', 8, -1, 3510, 45, 6, 800, 6, true, 0], + 1240: ['Cheerful Chipper Shiny', 1, -1, 3555, 45, 6, 800, 6, true, 0], + 1241: ['Candy Katana Shiny', 24, -1, 3600, 45, 6, 800, 6, true, 0], + 1274: ['Wand of the Fallen Shiny', 8, -1, 3645, 45, 6, 750, 6, true, 0], + 1275: ["Resurrected Warrior's Armor Shiny", 7, -1, 3690, 45, 6, 900, 6, true, 0], + 1276: ['Candy Ring Shiny', 9, -1, 3735, 45, 0, 400, 4, true, 0], + 1277: ['Crystal Shield Shiny', 5, -1, 3780, 45, 7, 950, 6, true, 0], + 1278: ['Tome of the Mushroom Tribes Shiny', 4, -1, 3825, 45, 7, 850, 6, true, 0], + 1302: ['Angry Orc Warrior Skin', 10, -1, 3870, 45, 0, 1000, 7, true, 0], + 1306: ['Mini Flesh Collector Skin', 10, -1, 3915, 45, 0, 1000, 7, true, 0], + 1328: ['Midnight Star Shiny', 25, -1, 3960, 45, 7, 850, 6, true, 0], + 1329: ['Wavecrest Concertina Shiny', 28, -1, 4005, 45, 7, 800, 6, true, 0], + 1330: ['Staff of the Crystal Serpent Shiny', 17, -1, 4050, 45, 2, 250, 4, true, 0], + 1331: ['Coral Silk Armor Shiny', 6, -1, 4095, 45, 6, 700, 4, true, 0], + 1333: ['Monk Paladin Skin', 10, -1, 4140, 45, 0, 1000, 7, true, 0], + 1361: ['Wine Cellar Short Key', 10, -1, 4185, 45, 0, 200, 7, true, 0], + 1380: ['Cursed Canopic Jar', 18, -1, 4230, 45, 7, 800, 6, true, 0], + 1381: ["An Ancient's Embrace", 30, -1, 4275, 45, 6, 700, 6, true, 0], + 1382: ['Cobra Serpentis Scroll', 11, -1, 4320, 45, 7, 1000, 6, true, 0], + 1383: ["Geb's Lost Hedjet", 9, -1, 4365, 45, 6, 950, 6, true, 0], + 1387: ['Sunken Ring', 9, -1, 4410, 45, 0, 50, 4, true, 0], + 1388: ['Experimental Ring Shiny', 9, -1, 4455, 45, 5, 500, 4, true, 0], + 1389: ['Sword of the Colossus Shiny New', 1, -1, 0, 90, 7, 1200, 6, true, 0], + 1394: ['K.I.D.D. Force', 17, -1, 45, 90, 4, 20, 6, false, 0], + 1395: ['MMace MMurderer', 1, -1, 90, 90, 4, 1313, 6, false, 0], + 1396: ['Mister Mango', 2, -1, 135, 90, 4, 833, 6, false, 0], + 1397: ['Butter Bow', 3, -1, 180, 90, 4, 777, 6, false, 0], + 1398: ['Caduceus of Current Craziness', 8, -1, 225, 90, 4, 35, 6, false, 0], + 1399: ['Blade of Ages', 24, -1, 270, 90, 4, 202, 6, false, 0], + 1400: ['Brilliance Bow', 3, -1, 315, 90, 5, 0, 8, true, 0], + 1401: ['Quintessential Quiver', 15, -1, 360, 90, 5, 0, 8, true, 0], + 1402: ['Luxurious Leather', 6, -1, 405, 90, 5, 0, 8, true, 0], + 1403: ['Regal Ring', 9, -1, 450, 90, 5, 0, 8, true, 0], + 1404: ['Cursed Library Key', 10, -1, 495, 90, 0, 200, 7, true, 0], + 1405: ['Tome of Forbidden Knowledge', 4, -1, 540, 90, 7, 700, 6, false, 0], + 1406: ["Scholar's Seal", 12, -1, 585, 90, 7, 800, 6, false, 0], + 1407: ["Ronin's Wakizashi", 27, -1, 630, 90, 5, 500, 4, false, 0], + 1408: ['Corruption Cutter', 2, -1, 675, 90, 6, 850, 6, false, 0], + 1409: ['Server Heart', 10, -1, 720, 90, 0, 10, 2, false, 0], + 1412: ['Fungal Cavern Key', 10, -1, 765, 90, 0, 200, 7, true, 0], + 1413: ['Malogia Key', 10, -1, 810, 90, 0, 200, 7, true, 0], + 1414: ['Untaris Key', 10, -1, 855, 90, 0, 200, 7, true, 0], + 1415: ['Forax Key', 10, -1, 900, 90, 0, 200, 7, true, 0], + 1416: ['Katalund Key', 10, -1, 945, 90, 0, 200, 7, true, 0], + 1417: ['Refraction Cloak', 13, -1, 990, 90, 7, 1000, 6, true, 0], + 1418: ['Fractured Gemstone Wakizashi', 27, -1, 1035, 90, 7, 1000, 6, true, 0], + 1421: ['Star of Enlightenment', 25, -1, 1080, 90, 7, 1000, 6, true, 0], + 1451: ['Queen Bunny Chamber Key', 10, -1, 1125, 90, 0, 200, 7, true, 0], + 1458: ['Hatchling Blades', 2, -1, 1170, 90, 6, 450, 4, true, 0], + 1459: ['Caramel Spellblade', 17, -1, 1215, 90, 6, 450, 4, true, 0], + 1460: ['Egg Basher', 1, -1, 1260, 90, 6, 450, 4, true, 0], + 1461: ['Bunny Ear Tachi', 24, -1, 1305, 90, 6, 450, 4, true, 0], + 1462: ['Chocolate Ovipositor', 8, -1, 1350, 90, 6, 450, 4, true, 0], + 1463: ['Shard Launcher', 3, -1, 1395, 90, 6, 450, 4, true, 0], + 1527: ['Harlequin Armor Shiny', 6, -1, 1440, 90, 6, 700, 6, true, 0], + 1528: ["Sentinel's Sidearm Shiny", 27, -1, 1485, 90, 8, 1100, 6, true, 0], + 1529: ['S.T.A.F.F. S.H.I.N.Y.', 17, -1, 1530, 90, 6, 950, 6, true, 0], + 1530: ['Prism of Dire Instability Shiny', 22, -1, 1575, 90, 7, 900, 6, true, 0], + 1531: ['Deadly Keg Shiny', 20, -1, 1620, 90, 6, 900, 6, true, 0], + 1532: ['Enchantment Orb Shiny', 21, -1, 1665, 90, 6, 550, 6, true, 0], + 1544: ['GH1 Key', 10, -1, 1710, 90, 0, 200, 8, true, 0], + 1563: ['GH2 Key', 10, -1, 1755, 90, 0, 200, 8, true, 0], + 1576: ['GH4 Key', 10, -1, 1800, 90, 0, 200, 8, true, 0], + 1584: ['GH3 Key', 10, -1, 1845, 90, 0, 200, 8, true, 0], + 1601: ['Keys', 10, -1, 1890, 90, 0, 50000, 8, true, 0], + 1704: ['Pet Rock Item', 10, -1, 1935, 90, 0, 100, 8, true, 0], + 1705: ['Apocalypse Feather', 1, -1, 1980, 90, 6, 1000, 6, false, 0], + 1717: ['Dragon Buddies', 10, -1, 2025, 90, 0, 500, 5, true, 0], + 1769: ['Mystery', 10, -1, 2070, 90, 0, 0, 5, false, 0], + 1770: ['Aegis Armor', 7, -1, 2115, 90, 6, 750, 6, true, 0], + 1771: ['Squadron Sheathing', 6, -1, 2160, 90, 6, 750, 6, true, 0], + 1772: ["Judge's Robe", 14, -1, 2205, 90, 6, 750, 6, true, 0], + 1773: ['Evolutionary Records - Mantis', 10, -1, 2250, 90, 0, 1000, 7, true, 0], + 1774: ['Evolutionary Records - Trex', 10, -1, 2295, 90, 0, 1000, 7, true, 0], + 1775: ['Evolutionary Records - Crab', 10, -1, 2340, 90, 0, 1000, 7, true, 0], + 1780: ["Ghost Ship's Bell", 28, -1, 2385, 90, 7, 800, 6, true, 0], + 1781: ['Rusted Mechanism', 9, -1, 2430, 90, 7, 800, 6, true, 0], + 1783: ['Staff of Extreme Prejudice Shiny', 17, -1, 2475, 90, 6, 600, 6, true, 0], + 1793: ['Undead Lair Key', 10, -1, 2520, 90, 0, 200, 7, true, 0], + 1797: ['Pirate Cave Key', 10, -1, 2565, 90, 0, 200, 7, true, 0], + 1798: ['Spider Den Key', 10, -1, 2610, 90, 0, 200, 7, true, 0], + 1799: ['Healing Ichor', 10, -1, 2655, 90, 0, 20, 2, false, 0], + 1800: ["Spider's Eye Ring", 9, -1, 2700, 90, 2, 110, 4, false, 0], + 1801: ['Poison Fang Dagger', 2, -1, 2745, 90, 0, 130, 4, false, 0], + 1802: ['Abyss of Demons Key', 10, -1, 2790, 90, 0, 200, 7, true, 0], + 1803: ['Snake Pit Key', 10, -1, 2835, 90, 0, 200, 7, true, 0], + 1808: ['Tomb of the Ancients Key', 10, -1, 2880, 90, 0, 200, 7, true, 0], + 1823: ['Sprite World Key', 10, -1, 2925, 90, 0, 200, 7, true, 0], + 1826: ['Wine Cellar Incantation', 10, -1, 2970, 90, 0, 500, 4, false, 0], + 1894: ['Staff of Esben', 17, -1, 3015, 90, 6, 750, 6, false, 0], + 1895: ['Skullish Remains of Esben', 19, -1, 3060, 90, 7, 800, 6, false, 0], + 1897: ['Tomb of the Ancients (Heroic) Key', 10, -1, 3105, 90, 0, 200, 7, true, 0], + 1901: ['Cockatoo Pet Stone', 10, -1, 3150, 90, 0, 1000, 7, true, 0], + 1904: ['Heart of Gold Prism', 22, -1, 3195, 90, 6, 500, 6, false, 0], + 1907: ['S15WizardST0', 17, -1, 3240, 90, 5, 1000, 8, true, 0], + 1909: ['S15WizardST1', 11, -1, 3285, 90, 7, 850, 8, true, 0], + 1910: ['S15WizardST2', 14, -1, 3330, 90, 6, 800, 8, true, 0], + 1911: ['S15WizardST3', 9, -1, 3375, 90, 4, 750, 8, true, 0], + 1915: ['Tincture of Fear', 10, -1, 3420, 90, 0, 10, 2, false, 0], + 1916: ['Tincture of Courage', 10, -1, 3465, 90, 0, 10, 2, false, 0], + 1932: ['Parasite Chambers Key', 10, -1, 3510, 90, 0, 200, 7, true, 0], + 1933: ['pdpk', 10, -1, 3555, 90, 0, 200, 7, true, 0], + 1953: ['pD Spell', 11, -1, 3600, 90, 7, 1000, 6, true, 0], + 1976: ['pD Tome', 4, -1, 3645, 90, 7, 750, 6, true, 0], + 1977: ['pD Scepter', 23, -1, 3690, 90, 7, 900, 6, true, 0], + 1978: ['pD Armor', 7, -1, 3735, 90, 6, 800, 6, true, 0], + 1994: ['Red Beam Entrance', 10, -1, 3780, 90, 0, 0, 2, true, 0], + 1995: ['Orange Beam Entrance', 10, -1, 3825, 90, 0, 0, 2, true, 0], + 1996: ['Yellow Beam Entrance', 10, -1, 3870, 90, 0, 0, 2, true, 0], + 1997: ['Green Beam Entrance', 10, -1, 3915, 90, 0, 0, 2, true, 0], + 1998: ['Blue Beam Entrance', 10, -1, 3960, 90, 0, 0, 2, true, 0], + 1999: ['Indigo Beam Entrance', 10, -1, 4005, 90, 0, 0, 2, true, 0], + 2000: ['Violet Beam Entrance', 10, -1, 4050, 90, 0, 0, 2, true, 0], + 2001: ['Pink Beam Entrance', 10, -1, 4095, 90, 0, 0, 2, true, 0], + 2002: ['Leprechaun Magic Entrance', 10, -1, 4140, 90, 0, 0, 2, true, 0], + 2003: ["Magician's Flare Entrance", 10, -1, 4185, 90, 0, 0, 2, true, 0], + 2004: ['Galactic Invader Entrance', 10, -1, 4230, 90, 0, 0, 2, true, 0], + 2005: ['Eggstraterrestrial Invader', 10, -1, 4275, 90, 0, 0, 2, true, 0], + 2006: ['Crescent Dagger', 2, -1, 4320, 90, 8, 650, 9, true, 0], + 2007: ['Blue Falcon', 3, -1, 4365, 90, 8, 650, 9, true, 0], + 2008: ['Staff of the Eclipse', 17, -1, 4410, 90, 8, 650, 9, true, 0], + 2009: ['Rod of Radiance', 8, -1, 4455, 90, 8, 650, 9, true, 0], + 2010: ['Khopesh', 1, -1, 0, 135, 8, 650, 9, true, 0], + 2011: ['Shining Blade', 24, -1, 45, 135, 8, 650, 9, true, 0], + 2015: ['Quartermaster Scabbard Shiny', 30, -1, 90, 135, 7, 800, 6, true, 0], + 2018: ['Crystal Mace Shiny', 29, -1, 135, 135, 7, 900, 6, true, 0], + 2021: ['Void Blade Shiny', 24, -1, 180, 135, 6, 750, 6, true, 0], + 2023: ['E.Y.E. S.H.I.N.Y', 9, -1, 225, 135, 6, 950, 6, true, 0], + 2025: ["Esben's Shaman Attire Shiny", 14, -1, 270, 135, 6, 800, 6, true, 0], + 2026: ["Pirate King's Cutlass Shiny", 1, -1, 315, 135, 6, 800, 6, true, 0], + 2032: ['Mini Undersea Phantom Wizard Skin', 10, -1, 360, 135, 0, 1000, 7, true, 0], + 2034: ['Shield of Flowing Clarity Shiny', 5, -1, 405, 135, 7, 950, 6, true, 0], + 2036: ['Wakizashi of Eastern Winds Shiny', 27, -1, 450, 135, 6, 800, 6, true, 0], + 2038: ['pD Spell Shiny', 11, -1, 495, 135, 7, 1000, 6, true, 0], + 2040: ['Ritual Robe Shiny', 14, -1, 540, 135, 7, 1100, 6, true, 0], + 2041: ['Primal Arcana Shiny', 21, -1, 585, 135, 8, 1100, 6, true, 0], + 2042: ['Primal Arcana Proc Shiny', 21, -1, 630, 135, 0, 0, 0, true, 0], + 2108: ['Fairy Dust', 10, -1, 675, 135, 0, 30, 2, false, 0], + 2109: ['Fairy Ring', 9, -1, 720, 135, 2, 200, 4, false, 0], + 2110: ['Woodland Robe', 14, -1, 765, 135, 3, 275, 4, false, 0], + 2111: ['Enchantment Orb', 21, -1, 810, 135, 6, 550, 6, false, 0], + 2112: ['Spirit Staff', 17, -1, 855, 135, 6, 600, 6, false, 0], + 2173: ['Magic Woods Key', 10, -1, 900, 135, 0, 200, 7, true, 0], + 2181: ['Hazmat Suit Assassin Skin', 10, -1, 945, 135, 0, 1000, 7, true, 0], + 2201: ['Dagger of the Hasteful Rabbit', 2, -1, 990, 135, 4, 310, 4, false, 0], + 2216: ['Helm of the Swift Bunny', 16, -1, 1035, 135, 6, 500, 6, true, 0], + 2217: ['Vitamine Buster', 11, -1, 1080, 135, 6, 500, 6, true, 0], + 2224: ['Killer Bee Queen Pet Stone', 10, -1, 1125, 135, 0, 1000, 7, true, 0], + 2225: ['EH Hivemaster Helm', 16, -1, 1170, 135, 7, 1000, 6, true, 0], + 2266: ['Admin Prism', 22, -1, 1215, 135, 0, 100000, 6, true, 0], + 2295: ['HuntressST0', 3, -1, 1260, 135, 5, 800, 8, true, 0], + 2296: ['HuntressST1', 20, -1, 1305, 135, 7, 700, 8, true, 0], + 2297: ['HuntressST2', 6, -1, 1350, 135, 6, 500, 8, true, 0], + 2298: ['HuntressST3', 9, -1, 1395, 135, 4, 500, 8, true, 0], + 2320: ['Staff of the Fundamental Core', 17, 14, 1440, 135, 8, 950, 9, true, 0], + 2321: ['Skull of Endless Torment', 19, -1, 1485, 135, 7, 1000, 6, true, 0], + 2322: ['Prism of Dancing Swords', 22, -1, 1530, 135, 7, 750, 6, false, 0], + 2323: ['Crown', 9, -1, 1575, 135, 0, 0, 6, true, 0], + 2324: ['Useless Katana', 24, -1, 1620, 135, 0, 300, 6, false, 0], + 2325: ['Ray Katana', 24, -1, 1665, 135, 8, 700, 6, true, 0], + 2326: ['Midnight Star', 25, -1, 1710, 135, 7, 850, 6, true, 0], + 2355: ['TKeys', 10, -1, 1755, 135, 0, 50000, 8, true, 0], + 2383: ['Pigboot Pet Stone', 10, -1, 1800, 135, 0, 1000, 7, true, 0], + 2410: ['Picante Taco', 10, -1, 1845, 135, 0, 650, 7, true, 0], + 2411: ['Napalm Taco', 10, -1, 1890, 135, 0, 1350, 7, true, 0], + 2412: ['Atomic Taco', 10, -1, 1935, 135, 0, 2900, 7, true, 0], + 2413: ['Hot Sauce', 10, -1, 1980, 135, 0, 50, 7, false, 0], + 2414: ['Cerveza', 10, -1, 2025, 135, 0, 0, 2, true, 0], + 2417: ['Indian Beauty Sorceress Skin', 10, -1, 2070, 135, 0, 1000, 7, true, 0], + 2419: ['Wererat Rogue Skin', 10, -1, 2115, 135, 0, 1000, 7, true, 0], + 2423: ['Void Key', 10, -1, 2160, 135, 0, 0, 7, true, 0], + 2444: ['Lightning Strike Entrance', 10, -1, 2205, 135, 0, 0, 2, true, 0], + 2445: ['Dragon Strike Entrance', 10, -1, 2250, 135, 0, 0, 2, true, 0], + 2446: ['Heart Explosion Entrance', 10, -1, 2295, 135, 0, 0, 2, true, 0], + 2456: ['Magical Accessory Dye Remover', 10, -1, 2340, 135, 0, 0, 2, true, 0], + 2457: ['Magical Clothing Dye Remover', 10, -1, 2385, 135, 0, 0, 2, true, 0], + 2493: ['Moss Bag MotMG', 10, -1, 2430, 135, 0, 0, 7, true, 0], + 2494: ['Stone Bag MotMG', 10, -1, 2475, 135, 0, 0, 7, true, 0], + 2495: ['Mad God Bag MotMG', 10, -1, 2520, 135, 0, 0, 7, true, 0], + 2496: ['Wand of Retribution', 8, 14, 2565, 135, 8, 950, 9, true, 0], + 2497: ['Wyrmhide Armor', 6, 13, 2610, 135, 7, 650, 9, false, 0], + 2498: ['Admin Katana', 24, -1, 2655, 135, 0, 1000000, 6, true, 0], + 2499: ['Leviathan Armor', 6, 14, 2700, 135, 8, 950, 9, true, 0], + 2500: ['Dominion Armor', 7, 13, 2745, 135, 7, 650, 9, false, 0], + 2501: ['Annihilation Armor', 7, 14, 2790, 135, 8, 950, 9, true, 0], + 2502: ['Dagger of Sinister Deeds', 2, 13, 2835, 135, 7, 650, 9, false, 0], + 2503: ['Dagger of Dire Hatred', 2, 14, 2880, 135, 8, 950, 9, true, 0], + 2504: ['Sword of Splendor', 1, 13, 2925, 135, 7, 650, 9, false, 0], + 2505: ['Sword of Majesty', 1, 14, 2970, 135, 8, 950, 9, true, 0], + 2506: ['Wand of Evocation', 8, 13, 3015, 135, 7, 650, 9, false, 0], + 2507: ['Def Test Sword', 1, -1, 3060, 135, 0, 6000, 1, false, 0], + 2508: ['Bow of Mystical Energy', 3, 13, 3105, 135, 7, 650, 9, false, 0], + 2509: ['Bow of Deep Enchantment', 3, 14, 3150, 135, 8, 950, 9, true, 0], + 2511: ['Robe of the Star Mother', 14, 13, 3195, 135, 7, 650, 9, false, 0], + 2512: ['Robe of the Ancient Intellect', 14, 14, 3240, 135, 8, 950, 9, true, 0], + 2513: ['Staff of the Vital Unity', 17, 13, 3285, 135, 7, 650, 9, false, 0], + 2514: ['Strike Amulet', 4, -1, 3330, 135, 0, 1000, 6, true, 0], + 2515: ['Admin Staff', 17, -1, 3375, 135, 0, 1000000, 6, true, 0], + 2516: ['Admin Sword', 1, -1, 3420, 135, 0, 100000, 6, true, 0], + 2517: ['Thousand Shot', 3, -1, 3465, 135, 6, 900, 6, true, 0], + 2518: ['Admin Wand', 8, -1, 3510, 135, 0, 100000, 6, true, 0], + 2519: ['Admin Bow', 3, -1, 3555, 135, 0, 100000, 6, true, 0], + 2520: ['Admin Dagger', 2, -1, 3600, 135, 0, 100000, 6, true, 0], + 2524: ['NecroST0', 17, -1, 3645, 135, 5, 800, 8, true, 0], + 2525: ['NecroST1', 19, -1, 3690, 135, 7, 900, 8, true, 0], + 2526: ['NecroST2', 14, -1, 3735, 135, 6, 750, 8, true, 0], + 2527: ['NecroST3', 9, -1, 3780, 135, 4, 650, 8, true, 0], + 2555: ['Reef Key', 10, -1, 3825, 135, 0, 200, 7, true, 0], + 2556: ['Cnidaria Rod', 23, -1, 3870, 135, 7, 900, 6, true, 0], + 2557: ['Bottled Medusozoan', 18, -1, 3915, 135, 7, 900, 6, true, 0], + 2560: ['Short Sword', 1, 0, 3960, 135, 0, 4, 1, false, 0], + 2561: ['Long Sword', 1, 3, 4005, 135, 0, 11, 1, false, 0], + 2562: ['Golden Sword', 1, 7, 4050, 135, 1, 53, 2, false, 0], + 2563: ['Crystal Sword', 1, -1, 4095, 135, 5, 600, 6, false, 0], + 2564: ['Fire Wand', 8, 0, 4140, 135, 0, 4, 1, false, 0], + 2565: ['Missile Wand', 8, 3, 4185, 135, 0, 11, 1, false, 0], + 2566: ["Hell's Fire Wand", 8, 5, 4230, 135, 0, 24, 1, false, 0], + 2567: ['Wand of Death', 8, 8, 4275, 135, 2, 75, 2, false, 0], + 2568: ['Wooden Shield', 5, 0, 4320, 135, 0, 4, 1, false, 0], + 2569: ['Iron Shield', 5, 1, 4365, 135, 0, 8, 1, false, 0], + 2570: ['Steel Shield', 5, 2, 4410, 135, 0, 15, 1, false, 0], + 2571: ['Golden Shield', 5, 4, 4455, 135, 2, 68, 2, false, 0], + 2572: ['Mithril Shield', 5, 5, 0, 180, 4, 139, 4, false, 0], + 2573: ['Leather Armor', 6, 1, 45, 180, 0, 7, 1, false, 0], + 2574: ['Studded Leather Armor', 6, 7, 90, 180, 1, 58, 2, false, 0], + 2575: ['Chainmail', 7, 1, 135, 180, 0, 7, 1, false, 0], + 2576: ['Golden Chainmail', 7, 4, 180, 180, 0, 20, 1, false, 0], + 2577: ['Plate Mail', 7, 5, 225, 180, 0, 29, 1, false, 0], + 2578: ['Mithril Armor', 7, 7, 270, 180, 1, 58, 2, false, 0], + 2579: ['Dragonscale Armor', 7, 8, 315, 180, 2, 83, 2, false, 0], + 2580: ['Steel Dagger', 2, 0, 360, 180, 0, 4, 1, false, 0], + 2581: ['Dirk', 2, 1, 405, 180, 0, 5, 1, false, 0], + 2582: ['Golden Dagger', 2, 5, 450, 180, 0, 24, 1, false, 0], + 2583: ['Obsidian Dagger', 2, 6, 495, 180, 0, 35, 1, false, 0], + 2584: ['Mithril Dagger', 2, 7, 540, 180, 1, 53, 2, false, 0], + 2585: ['Fire Dagger', 2, 8, 585, 180, 2, 75, 2, false, 0], + 2586: ['Shortbow', 3, 0, 630, 180, 0, 4, 1, false, 0], + 2587: ['Hardwood Bow', 3, 2, 675, 180, 0, 8, 1, false, 0], + 2588: ['Fire Bow', 3, 5, 720, 180, 0, 24, 1, false, 0], + 2589: ['Sharpshooter Bow', 3, 6, 765, 180, 0, 35, 1, false, 0], + 2590: ['Golden Bow', 3, 8, 810, 180, 2, 75, 2, false, 0], + 2591: ['Potion of Attack', 10, 2, 855, 180, 0, 150, 5, false, 0], + 2592: ['Potion of Defense', 10, 2, 900, 180, 0, 150, 5, false, 0], + 2593: ['Potion of Speed', 10, 2, 945, 180, 0, 150, 5, false, 0], + 2594: ['Health Potion', 10, 1, 990, 180, 0, 5, 0, false, 0], + 2595: ['Magic Potion', 10, 1, 1035, 180, 0, 5, 0, false, 0], + 2596: ['Ring of Attack', 9, 1, 1080, 180, 0, 12, 1, false, 0], + 2597: ['Ring of Defense', 9, 1, 1125, 180, 0, 12, 1, false, 0], + 2598: ['Ring of Speed', 9, 1, 1170, 180, 0, 12, 1, false, 0], + 2599: ['Ring of Health', 9, 1, 1215, 180, 0, 12, 1, false, 0], + 2600: ['Ring of Magic', 9, 1, 1260, 180, 0, 12, 1, false, 0], + 2601: ['Ring of Greater Attack', 9, 2, 1305, 180, 0, 25, 1, false, 0], + 2602: ['Ring of Greater Defense', 9, 2, 1350, 180, 0, 25, 1, false, 0], + 2603: ['Ring of Greater Speed', 9, 2, 1395, 180, 0, 25, 1, false, 0], + 2604: ['Ring of Greater Health', 9, 2, 1440, 180, 0, 25, 1, false, 0], + 2605: ['Ring of Greater Magic', 9, 2, 1485, 180, 0, 25, 1, false, 0], + 2606: ['Fire Spray Spell', 11, 0, 1530, 180, 0, 4, 1, false, 0], + 2607: ['Fire Nova Spell', 11, 2, 1575, 180, 0, 15, 1, false, 0], + 2608: ['Magic Nova Spell', 11, 5, 1620, 180, 4, 139, 4, false, 0], + 2609: ['Healing Tome', 4, 0, 1665, 180, 0, 4, 1, false, 0], + 2610: ['Spirit Salve Tome', 4, 2, 1710, 180, 0, 15, 1, false, 0], + 2611: ['Tome of Renewing', 4, 4, 1755, 180, 2, 68, 2, false, 0], + 2612: ['Potion of Vitality', 10, 2, 1800, 180, 0, 150, 5, false, 0], + 2613: ['Potion of Wisdom', 10, 2, 1845, 180, 0, 150, 5, false, 0], + 2614: ['Ring of Vitality', 9, 1, 1890, 180, 0, 12, 1, false, 0], + 2615: ['Ring of Wisdom', 9, 1, 1935, 180, 0, 12, 1, false, 0], + 2616: ['Ring of Greater Vitality', 9, 2, 1980, 180, 0, 25, 1, false, 0], + 2617: ['Ring of Greater Wisdom', 9, 2, 2025, 180, 0, 25, 1, false, 0], + 2618: ['Redwood Bow', 3, 7, 2070, 180, 1, 53, 2, false, 0], + 2619: ['Fire Sword', 1, 5, 2115, 180, 0, 24, 1, false, 0], + 2620: ['Glass Sword', 1, 6, 2160, 180, 0, 35, 1, false, 0], + 2621: ['Wand of Dark Magic', 8, 6, 2205, 180, 0, 35, 1, false, 0], + 2622: ['Snake Skin Armor', 6, -1, 2250, 180, 2, 120, 4, false, 0], + 2623: ['Snake Oil', 10, -1, 2295, 180, 0, 35, 2, false, 0], + 2624: ['Snake Skin Shield', 5, -1, 2340, 180, 3, 150, 4, false, 0], + 2625: ['Snake Eye Ring', 9, -1, 2385, 180, 2, 110, 4, false, 0], + 2626: ['Suspension Orb', 21, 1, 2430, 180, 0, 8, 1, false, 0], + 2627: ['Imprisonment Orb', 21, 2, 2475, 180, 0, 15, 1, false, 0], + 2628: ['Neutralization Orb', 21, 3, 2520, 180, 1, 34, 2, false, 0], + 2629: ['Timelock Orb', 21, 4, 2565, 180, 2, 68, 2, false, 0], + 2630: ['Banishment Orb', 21, 5, 2610, 180, 4, 139, 4, false, 0], + 2631: ['Skysplitter Sword', 1, 11, 2655, 180, 5, 233, 4, false, 0], + 2632: ['Elixir of Health 2', 10, -1, 2700, 180, 0, 10, 2, true, 0], + 2633: ['Elixir of Health 1', 10, -1, 2745, 180, 0, 5, 2, true, 0], + 2634: ['Elixir of Magic 3', 10, -1, 2790, 180, 0, 15, 2, true, 0], + 2635: ['Sprite Wand', 8, -1, 2835, 180, 0, 150, 4, false, 0], + 2636: ['Potion of Dexterity', 10, 2, 2880, 180, 0, 150, 5, false, 0], + 2637: ['Ring of Dexterity', 9, 1, 2925, 180, 0, 12, 1, false, 0], + 2638: ['Ring of Greater Dexterity', 9, 2, 2970, 180, 0, 25, 1, false, 0], + 2639: ['Ring of Minor Defense', 9, 0, 3015, 180, 0, 6, 1, false, 0], + 2640: ['Pirate Rum', 10, -1, 3060, 180, 0, 10, 2, false, 0], + 2641: ['Magic Mushroom', 10, -1, 3105, 180, 0, 20, 2, false, 0], + 2642: ['Seal of the Initiate', 12, 0, 3150, 180, 0, 4, 1, false, 0], + 2643: ['Seal of the Seeker', 12, 2, 3195, 180, 0, 15, 1, false, 0], + 2644: ['Seal of the Divine', 12, 4, 3240, 180, 2, 68, 2, false, 0], + 2645: ['Seal of the Holy Warrior', 12, 5, 3285, 180, 4, 139, 4, false, 0], + 2646: ['Cloak of Shadows', 13, 0, 3330, 180, 0, 4, 1, false, 0], + 2647: ['Cloak of Darkness', 13, 1, 3375, 180, 0, 8, 1, false, 0], + 2648: ['Cloak of Speed', 13, 2, 3420, 180, 0, 15, 1, false, 0], + 2649: ['Cloak of the Red Agent', 13, 4, 3465, 180, 2, 68, 2, false, 0], + 2650: ['Cloak of the Planewalker', 13, -1, 3510, 180, 6, 750, 6, false, 0], + 2651: ['Tome of Divine Favor', 4, 5, 3555, 180, 4, 139, 4, false, 0], + 2652: ['Robe of the Neophyte', 14, 0, 3600, 180, 0, 5, 1, false, 0], + 2653: ['Robe of the Acolyte', 14, 2, 3645, 180, 0, 11, 1, false, 0], + 2654: ['Robe of the Adept', 14, 5, 3690, 180, 0, 29, 1, false, 0], + 2655: ['Robe of the Invoker', 14, 6, 3735, 180, 0, 41, 2, false, 0], + 2656: ['Robe of the Master', 14, 8, 3780, 180, 2, 83, 2, false, 0], + 2657: ['Magic Quiver', 15, 0, 3825, 180, 0, 4, 1, false, 0], + 2658: ['Reinforced Quiver', 15, 1, 3870, 180, 0, 8, 1, false, 0], + 2659: ['Iron Quiver', 15, 2, 3915, 180, 0, 15, 1, false, 0], + 2660: ['Magesteel Quiver', 15, 4, 3960, 180, 2, 68, 2, false, 0], + 2661: ['Golden Quiver', 15, 5, 4005, 180, 4, 139, 4, false, 0], + 2662: ['Combat Helm', 16, 0, 4050, 180, 0, 4, 1, false, 0], + 2663: ['Bronze Helm', 16, 1, 4095, 180, 0, 8, 1, false, 0], + 2664: ['Black Iron Helm', 16, 2, 4140, 180, 0, 15, 1, false, 0], + 2665: ['Red Iron Helm', 16, 3, 4185, 180, 1, 34, 2, false, 0], + 2666: ['Steel Helm', 16, 4, 4230, 180, 2, 68, 2, false, 0], + 2667: ['Golden Helm', 16, 5, 4275, 180, 4, 139, 4, false, 0], + 2668: ['Broad Sword', 1, 1, 4320, 180, 0, 5, 1, false, 0], + 2669: ['Saber', 1, 2, 4365, 180, 0, 8, 1, false, 0], + 2670: ['Falchion', 1, 4, 4410, 180, 0, 17, 1, false, 0], + 2671: ['Force Wand', 8, 1, 4455, 180, 0, 5, 1, false, 0], + 2672: ['Power Wand', 8, 2, 0, 225, 0, 8, 1, false, 0], + 2673: ['Eldritch Wand', 8, 4, 45, 225, 0, 17, 1, false, 0], + 2674: ['Blue Steel Dagger', 2, 2, 90, 225, 0, 8, 1, false, 0], + 2675: ['Dusky Rose Dagger', 2, 3, 135, 225, 0, 11, 1, false, 0], + 2676: ['Silver Dagger', 2, 4, 180, 225, 0, 17, 1, false, 0], + 2677: ['Reinforced Bow', 3, 1, 225, 225, 0, 5, 1, false, 0], + 2678: ['Greywood Bow', 3, 3, 270, 225, 0, 11, 1, false, 0], + 2679: ['Ironwood Bow', 3, 4, 315, 225, 0, 17, 1, false, 0], + 2680: ['Wolfskin Armor', 6, 0, 360, 225, 0, 5, 1, false, 0], + 2681: ['Basilisk Hide Armor', 6, 2, 405, 225, 0, 11, 1, false, 0], + 2682: ['Minotaur Hide Armor', 6, 3, 450, 225, 0, 15, 1, false, 0], + 2683: ['Iron Mail', 7, 0, 495, 225, 0, 5, 1, false, 0], + 2684: ['Blue Steel Mail', 7, 2, 540, 225, 0, 11, 1, false, 0], + 2685: ['Silver Chainmail', 7, 3, 585, 225, 0, 15, 1, false, 0], + 2686: ['Robe of the Apprentice', 14, 1, 630, 225, 0, 7, 1, false, 0], + 2687: ['Robe of the Student', 14, 3, 675, 225, 0, 15, 1, false, 0], + 2688: ['Robe of the Conjurer', 14, 4, 720, 225, 0, 20, 1, false, 0], + 2689: ['Elixir of Health 3', 10, -1, 765, 225, 0, 15, 2, true, 0], + 2690: ['Ravenheart Sword', 1, 8, 810, 225, 2, 75, 2, false, 0], + 2691: ['Dragonsoul Sword', 1, 9, 855, 225, 3, 109, 2, false, 0], + 2692: ['Archon Sword', 1, 10, 900, 225, 4, 159, 4, false, 0], + 2693: ['Wand of Deep Sorcery', 8, 9, 945, 225, 3, 109, 2, false, 0], + 2694: ['Wand of Shadow', 8, 10, 990, 225, 4, 159, 4, false, 0], + 2695: ['Wand of Ancient Warning', 8, 11, 1035, 225, 5, 233, 4, false, 0], + 2696: ['Ragetalon Dagger', 2, 9, 1080, 225, 3, 109, 2, false, 0], + 2697: ['Emeraldshard Dagger', 2, 10, 1125, 225, 4, 159, 4, false, 0], + 2698: ['Agateclaw Dagger', 2, 11, 1170, 225, 5, 233, 4, false, 0], + 2699: ['Verdant Bow', 3, 9, 1215, 225, 3, 109, 2, false, 0], + 2700: ['Bow of Fey Magic', 3, 10, 1260, 225, 4, 159, 4, false, 0], + 2701: ['Bow of Innocent Blood', 3, 11, 1305, 225, 5, 233, 4, false, 0], + 2702: ['Roc Leather Armor', 6, 9, 1350, 225, 3, 116, 4, false, 0], + 2703: ['Hippogriff Hide Armor', 6, 10, 1395, 225, 4, 164, 4, false, 0], + 2704: ['Griffon Hide Armor', 6, 11, 1440, 225, 5, 231, 4, false, 0], + 2705: ['Desolation Armor', 7, 9, 1485, 225, 3, 116, 4, false, 0], + 2706: ['Vengeance Armor', 7, 10, 1530, 225, 4, 164, 4, false, 0], + 2707: ['Abyssal Armor', 7, 11, 1575, 225, 5, 231, 4, false, 0], + 2708: ['Robe of the Shadow Magus', 14, 9, 1620, 225, 3, 116, 4, false, 0], + 2709: ['Robe of the Moon Wizard', 14, 10, 1665, 225, 4, 164, 4, false, 0], + 2710: ['Robe of the Elder Warlock', 14, 11, 1710, 225, 5, 231, 4, false, 0], + 2711: ['Energy Staff', 17, 0, 1755, 225, 0, 4, 1, false, 0], + 2712: ['Firebrand Staff', 17, 1, 1800, 225, 0, 5, 1, false, 0], + 2713: ['Comet Staff', 17, 2, 1845, 225, 0, 8, 1, false, 0], + 2714: ['Serpentine Staff', 17, 3, 1890, 225, 0, 11, 1, false, 0], + 2715: ['Meteor Staff', 17, 4, 1935, 225, 0, 17, 1, false, 0], + 2716: ['Slayer Staff', 17, 5, 1980, 225, 0, 24, 1, false, 0], + 2717: ['Avenger Staff', 17, 6, 2025, 225, 0, 35, 1, false, 0], + 2718: ['Staff of Destruction', 17, 7, 2070, 225, 1, 53, 2, false, 0], + 2719: ['Staff of Horror', 17, 8, 2115, 225, 2, 75, 2, false, 0], + 2720: ['Staff of Necrotic Arcana', 17, 9, 2160, 225, 3, 109, 2, false, 0], + 2721: ['Staff of Diabolic Secrets', 17, 10, 2205, 225, 4, 159, 4, false, 0], + 2722: ['Staff of Astral Knowledge', 17, 11, 2250, 225, 5, 233, 4, false, 0], + 2723: ['Centipede Poison', 18, 0, 2295, 225, 0, 4, 1, false, 0], + 2724: ['Spider Venom', 18, 1, 2340, 225, 0, 8, 1, false, 0], + 2725: ['Pit Viper Poison', 18, 2, 2385, 225, 0, 15, 1, false, 0], + 2726: ['Stingray Poison', 18, 3, 2430, 225, 1, 34, 2, false, 0], + 2727: ['Felwasp Toxin', 18, 4, 2475, 225, 2, 68, 2, false, 0], + 2728: ['Nightwing Venom', 18, 5, 2520, 225, 4, 139, 4, false, 0], + 2729: ['Purple Drake Egg', 10, -1, 2565, 225, 0, 35, 2, false, 0], + 2730: ['Necrotic Skull', 19, 0, 2610, 225, 0, 4, 1, false, 0], + 2731: ['Breathtaker Skull', 19, 1, 2655, 225, 0, 8, 1, false, 0], + 2732: ['Heartstealer Skull', 19, 2, 2700, 225, 0, 15, 1, false, 0], + 2733: ['Soul Siphon Skull', 19, 3, 2745, 225, 1, 34, 2, false, 0], + 2734: ['Essence Tap Skull', 19, 4, 2790, 225, 2, 68, 2, false, 0], + 2735: ['Lifedrinker Skull', 19, 5, 2835, 225, 4, 139, 4, false, 0], + 2736: ['Minor Health Potion', 10, -1, 2880, 225, 0, 5, 0, false, 0], + 2737: ['Hunting Trap', 20, 0, 2925, 225, 0, 4, 1, false, 0], + 2738: ['Wilderlands Trap', 20, 1, 2970, 225, 0, 8, 1, false, 0], + 2739: ['Deepforest Trap', 20, 2, 3015, 225, 0, 15, 1, false, 0], + 2740: ['Savage Trap', 20, 3, 3060, 225, 1, 34, 2, false, 0], + 2741: ['Demonhunter Trap', 20, 4, 3105, 225, 2, 68, 2, false, 0], + 2742: ['Dragonstalker Trap', 20, 5, 3150, 225, 4, 139, 4, false, 0], + 2743: ['Ring of Superior Attack', 9, 3, 3195, 225, 1, 50, 2, false, 0], + 2744: ['Ring of Superior Defense', 9, 3, 3240, 225, 1, 50, 2, false, 0], + 2745: ['Ring of Superior Speed', 9, 3, 3285, 225, 1, 50, 2, false, 0], + 2746: ['Ring of Superior Vitality', 9, 3, 3330, 225, 1, 50, 2, false, 0], + 2747: ['Ring of Superior Wisdom', 9, 3, 3375, 225, 1, 50, 2, false, 0], + 2748: ['Ring of Superior Dexterity', 9, 3, 3420, 225, 1, 50, 2, false, 0], + 2749: ['Ring of Superior Health', 9, 3, 3465, 225, 1, 50, 2, false, 0], + 2750: ['Ring of Superior Magic', 9, 3, 3510, 225, 1, 50, 2, false, 0], + 2751: ['Ring of Paramount Attack', 9, 4, 3555, 225, 2, 100, 2, false, 0], + 2752: ['Ring of Paramount Defense', 9, 4, 3600, 225, 2, 100, 2, false, 0], + 2753: ['Ring of Paramount Speed', 9, 4, 3645, 225, 2, 100, 2, false, 0], + 2754: ['Ring of Paramount Vitality', 9, 4, 3690, 225, 2, 100, 2, false, 0], + 2755: ['Ring of Paramount Wisdom', 9, 4, 3735, 225, 2, 100, 2, false, 0], + 2756: ['Ring of Paramount Dexterity', 9, 4, 3780, 225, 2, 100, 2, false, 0], + 2757: ['Ring of Paramount Health', 9, 4, 3825, 225, 2, 100, 2, false, 0], + 2758: ['Ring of Paramount Magic', 9, 4, 3870, 225, 2, 100, 2, false, 0], + 2759: ['Ring of Exalted Attack', 9, 5, 3915, 225, 4, 200, 4, false, 0], + 2760: ['Ring of Exalted Defense', 9, 5, 3960, 225, 4, 200, 4, false, 0], + 2761: ['Ring of Exalted Speed', 9, 5, 4005, 225, 4, 200, 4, false, 0], + 2762: ['Ring of Exalted Vitality', 9, 5, 4050, 225, 4, 200, 4, false, 0], + 2763: ['Ring of Exalted Wisdom', 9, 5, 4095, 225, 4, 200, 4, false, 0], + 2764: ['Ring of Exalted Dexterity', 9, 5, 4140, 225, 4, 200, 4, false, 0], + 2765: ['Ring of Exalted Health', 9, 5, 4185, 225, 4, 200, 4, false, 0], + 2766: ['Ring of Exalted Magic', 9, 5, 4230, 225, 4, 200, 4, false, 0], + 2767: ['Reinforced Shield', 5, 3, 4275, 225, 1, 34, 2, false, 0], + 2768: ['Bearskin Armor', 6, 4, 4320, 225, 0, 20, 1, false, 0], + 2769: ['Chimera Hide Armor', 6, 5, 4365, 225, 0, 29, 1, false, 0], + 2770: ['Wyvern Skin Armor', 6, 6, 4410, 225, 0, 41, 2, false, 0], + 2771: ['Drake Hide Armor', 6, 8, 4455, 225, 2, 83, 2, false, 0], + 2772: ['Flame Burst Spell', 11, 1, 0, 270, 0, 8, 1, false, 0], + 2773: ['Scorching Blast Spell', 11, 3, 45, 270, 1, 34, 2, false, 0], + 2774: ['Destruction Sphere Spell', 11, 4, 90, 270, 2, 68, 2, false, 0], + 2775: ['Remedy Tome', 4, 1, 135, 270, 0, 8, 1, false, 0], + 2776: ['Tome of Rejuvenation', 4, 3, 180, 270, 1, 34, 2, false, 0], + 2777: ['Seal of the Pilgrim', 12, 1, 225, 270, 0, 8, 1, false, 0], + 2778: ['Seal of the Aspirant', 12, 3, 270, 270, 1, 34, 2, false, 0], + 2779: ['Cloak of the Night Thief', 13, 3, 315, 270, 1, 34, 2, false, 0], + 2780: ['Robe of the Illusionist', 14, 7, 360, 270, 1, 58, 2, false, 0], + 2781: ['Minor Magic Potion', 10, -1, 405, 270, 0, 5, 0, false, 0], + 2782: ['Elvencraft Quiver', 15, 3, 450, 270, 1, 34, 2, false, 0], + 2783: ['Mithril Chainmail', 7, 6, 495, 270, 0, 41, 2, false, 0], + 2784: ['Wand of Arcane Flame', 8, 7, 540, 270, 1, 53, 2, false, 0], + 2785: ['Cloak of Endless Twilight', 13, 5, 585, 270, 4, 139, 4, false, 0], + 2787: ['Decoy Prism', 22, 0, 630, 270, 0, 4, 1, false, 0], + 2788: ['Stasis Orb', 21, 0, 675, 270, 0, 4, 1, false, 0], + 2789: ['Lightning Scepter', 23, 0, 720, 270, 0, 4, 1, false, 0], + 2793: ['Potion of Life', 10, 4, 765, 270, 0, 250, 5, false, 0], + 2794: ['Potion of Mana', 10, 4, 810, 270, 0, 250, 5, false, 0], + 2795: ['Greater Health Potion', 10, -1, 855, 270, 0, 50, 2, true, 0], + 2796: ['Greater Magic Potion', 10, -1, 900, 270, 0, 50, 2, true, 0], + 2797: ['Elixir of Magic 2', 10, -1, 945, 270, 0, 10, 2, true, 0], + 2798: ['Elixir of Magic 1', 10, -1, 990, 270, 0, 5, 2, true, 0], + 2799: ['White Drake Egg', 10, -1, 1035, 270, 0, 50, 2, false, 0], + 2800: ['Blue Drake Egg', 10, -1, 1080, 270, 0, 45, 2, false, 0], + 2801: ['Orange Drake Egg', 10, -1, 1125, 270, 0, 35, 2, false, 0], + 2802: ['Green Drake Egg', 10, -1, 1170, 270, 0, 35, 2, false, 0], + 2803: ['Yellow Drake Egg', 10, -1, 1215, 270, 0, 35, 2, false, 0], + 2806: ['Wand of Recompense', 8, 12, 1260, 270, 6, 450, 4, false, 0], + 2809: ['Hydra Skin Armor', 6, 12, 1305, 270, 6, 435, 4, false, 0], + 2810: ['New Abilities', 10, -1, 1350, 270, 0, 50000, 8, true, 0], + 2812: ['Acropolis Armor', 7, 12, 1395, 270, 6, 435, 4, false, 0], + 2815: ['Dagger of Foul Malevolence', 2, 12, 1440, 270, 6, 450, 4, false, 0], + 2818: ['Bow of Covert Havens', 3, 12, 1485, 270, 6, 450, 4, false, 0], + 2821: ['Robe of the Grand Sorcerer', 14, 12, 1530, 270, 6, 435, 4, false, 0], + 2824: ['Staff of the Cosmic Whole', 17, 12, 1575, 270, 6, 450, 4, false, 0], + 2827: ['Sword of Acclaim', 1, 12, 1620, 270, 6, 450, 4, false, 0], + 2828: ['Tincture of Dexterity', 10, -1, 1665, 270, 0, 10, 2, false, 0], + 2829: ['Tincture of Life', 10, -1, 1710, 270, 0, 10, 2, false, 0], + 2830: ['Tincture of Mana', 10, -1, 1755, 270, 0, 10, 2, false, 0], + 2831: ['Tincture of Defense', 10, -1, 1800, 270, 0, 15, 2, false, 0], + 2832: ['Effusion of Dexterity', 10, -1, 1845, 270, 0, 20, 2, false, 0], + 2833: ['Effusion of Life', 10, -1, 1890, 270, 0, 15, 2, false, 0], + 2834: ['Effusion of Mana', 10, -1, 1935, 270, 0, 15, 2, false, 0], + 2835: ['Effusion of Defense', 10, -1, 1980, 270, 0, 20, 2, false, 0], + 2836: ['Elixir of Health 7', 10, -1, 2025, 270, 0, 35, 2, true, 0], + 2837: ['Elixir of Health 6', 10, -1, 2070, 270, 0, 30, 2, true, 0], + 2838: ['Elixir of Health 5', 10, -1, 2115, 270, 0, 25, 2, true, 0], + 2839: ['Elixir of Health 4', 10, -1, 2160, 270, 0, 20, 2, true, 0], + 2840: ['Elixir of Magic 7', 10, -1, 2205, 270, 0, 35, 2, true, 0], + 2841: ['Elixir of Magic 6', 10, -1, 2250, 270, 0, 30, 2, true, 0], + 2842: ['Elixir of Magic 5', 10, -1, 2295, 270, 0, 25, 2, true, 0], + 2843: ['Elixir of Magic 4', 10, -1, 2340, 270, 0, 20, 2, true, 0], + 2844: ['Deception Prism', 22, 1, 2385, 270, 0, 8, 1, false, 0], + 2845: ['Illusion Prism', 22, 2, 2430, 270, 0, 15, 1, false, 0], + 2846: ['Hallucination Prism', 22, 3, 2475, 270, 1, 34, 2, false, 0], + 2847: ['Prism of Figments', 22, 4, 2520, 270, 2, 68, 2, false, 0], + 2848: ['Prism of Phantoms', 22, 5, 2565, 270, 4, 139, 4, false, 0], + 2849: ['Chicken Leg of Doom', 2, -1, 2610, 270, 6, 650, 6, false, 0], + 2850: ['Colossus Shield', 5, 6, 2655, 270, 6, 380, 4, false, 0], + 2851: ['Prism of Apparitions', 22, 6, 2700, 270, 6, 380, 4, false, 0], + 2852: ['Elemental Detonation Spell', 11, 6, 2745, 270, 6, 380, 4, false, 0], + 2853: ['Tome of Holy Guidance', 4, 6, 2790, 270, 6, 380, 4, false, 0], + 2854: ['Seal of the Blessed Champion', 12, 6, 2835, 270, 6, 380, 4, false, 0], + 2855: ['Cloak of Ghostly Concealment', 13, 6, 2880, 270, 6, 380, 4, false, 0], + 2856: ['Quiver of Elvish Mastery', 15, 6, 2925, 270, 6, 380, 4, false, 0], + 2857: ['Helm of the Great General', 16, 6, 2970, 270, 6, 380, 4, false, 0], + 2858: ['Baneserpent Poison', 18, 6, 3015, 270, 6, 380, 4, false, 0], + 2859: ['Bloodsucker Skull', 19, 6, 3060, 270, 6, 380, 4, false, 0], + 2860: ['Giantcatcher Trap', 20, 6, 3105, 270, 6, 380, 4, false, 0], + 2861: ['Planefetter Orb', 21, 6, 3150, 270, 6, 380, 4, false, 0], + 2862: ['Discharge Scepter', 23, 1, 3195, 270, 0, 8, 1, false, 0], + 2863: ['Thunderclap Scepter', 23, 2, 3240, 270, 0, 15, 1, false, 0], + 2864: ['Arcblast Scepter', 23, 3, 3285, 270, 1, 34, 2, false, 0], + 2865: ['Cloudflash Scepter', 23, 4, 3330, 270, 2, 68, 2, false, 0], + 2866: ['Scepter of Skybolts', 23, 5, 3375, 270, 4, 139, 4, false, 0], + 2867: ['Scepter of Storms', 23, 6, 3420, 270, 6, 380, 4, false, 0], + 2868: ['Fire Water', 10, 3, 3465, 270, 0, 80, 2, false, 0], + 2869: ['Cream Spirit', 10, 3, 3510, 270, 0, 80, 2, false, 0], + 2870: ['Chardonnay', 10, 3, 3555, 270, 0, 80, 2, false, 0], + 2871: ['Melon Liqueur', 10, 3, 3600, 270, 0, 80, 2, false, 0], + 2872: ['Cabernet', 10, 3, 3645, 270, 0, 80, 2, false, 0], + 2873: ['Vintage Port', 10, 3, 3690, 270, 0, 80, 2, false, 0], + 2874: ['Sauvignon Blanc', 10, 3, 3735, 270, 0, 80, 2, false, 0], + 2875: ['Muscat', 10, 3, 3780, 270, 0, 80, 2, false, 0], + 2876: ['Rice Wine', 10, 3, 3825, 270, 0, 80, 2, false, 0], + 2877: ['Shiraz', 10, 3, 3870, 270, 0, 80, 2, false, 0], + 2878: ['Amulet of Resurrection', 9, -1, 3915, 270, 3, 500, 4, false, 0], + 2879: ['Crystal Wand', 8, -1, 3960, 270, 5, 700, 6, false, 0], + 2880: ['Trap of the Vile Spirit', 20, -1, 4005, 270, 8, 900, 6, true, 0], + 2881: ["Tablet of the King's Avatar", 11, -1, 4050, 270, 8, 1100, 6, true, 0], + 2976: ['Ring of the Sphinx', 9, -1, 4095, 270, 6, 800, 6, false, 0], + 2977: ['Ring of the Nile', 9, -1, 4140, 270, 6, 800, 6, false, 0], + 2978: ['Ring of the Pyramid', 9, -1, 4185, 270, 6, 800, 6, false, 0], + 2979: ['Ring of Unbound Attack', 9, 6, 4230, 270, 6, 400, 4, false, 0], + 2980: ['Ring of Unbound Defense', 9, 6, 4275, 270, 6, 400, 4, false, 0], + 2981: ['Ring of Unbound Speed', 9, 6, 4320, 270, 6, 400, 4, false, 0], + 2982: ['Ring of Unbound Vitality', 9, 6, 4365, 270, 6, 400, 4, false, 0], + 2983: ['Ring of Unbound Wisdom', 9, 6, 4410, 270, 6, 400, 4, false, 0], + 2984: ['Ring of Unbound Dexterity', 9, 6, 4455, 270, 6, 400, 4, false, 0], + 2985: ['Ring of Unbound Health', 9, 6, 0, 315, 6, 400, 4, false, 0], + 2986: ['Ring of Unbound Magic', 9, 6, 45, 315, 6, 400, 4, false, 0], + 2987: ['The Forgotten Crown', 9, -1, 90, 315, 8, 1400, 6, true, 0], + 2988: ['The Twilight Gemstone', 9, -1, 135, 315, 8, 1200, 6, true, 0], + 2989: ['Bracer of the Guardian', 9, -1, 180, 315, 8, 1000, 6, true, 0], + 2990: ['Ring of Decades', 9, -1, 225, 315, 6, 550, 9, false, 0], + 2991: ['Lost Halls Key', 10, -1, 270, 315, 0, 200, 7, true, 0], + 2996: ['Court of Oryx Key', 10, -1, 315, 315, 0, 200, 7, true, 0], + 2998: ['Oryx Chicken Chamber Key', 10, -1, 360, 315, 0, 200, 7, true, 0], + 3004: ['SorcererST0', 8, -1, 405, 315, 5, 650, 8, true, 0], + 3005: ['SorcererST1', 23, -1, 450, 315, 7, 700, 8, true, 0], + 3006: ['SorcererST2', 14, -1, 495, 315, 6, 600, 8, true, 0], + 3007: ['SorcererST3', 9, -1, 540, 315, 4, 600, 8, true, 0], + 3013: ['Platypus Pet Stone', 10, -1, 585, 315, 0, 1000, 7, true, 0], + 3016: ['Walrus Pet Stone', 10, -1, 630, 315, 0, 1000, 7, true, 0], + 3021: ['Snowflake Generator', 10, -1, 675, 315, 0, 500, 2, true, 0], + 3024: ['Blueprint_276', 10, -1, 720, 315, 0, 500, 7, true, 0], + 3025: ['Blueprint_277', 10, -1, 765, 315, 0, 500, 7, true, 0], + 3029: ['Soul Collector Engraving', 10, -1, 810, 315, 0, 0, 8, true, 0], + 3030: ['Soul Collector Subattack Item', 0, -1, 855, 315, 0, 0, 0, false, 0], + 3032: ['AssassinST0', 2, -1, 900, 315, 5, 1000, 8, true, 0], + 3033: ['AssassinST1', 18, -1, 945, 315, 7, 850, 8, true, 0], + 3034: ['AssassinST2', 6, -1, 990, 315, 6, 700, 8, true, 0], + 3035: ['AssassinST3', 9, -1, 1035, 315, 4, 650, 8, true, 0], + 3044: ["Tezcacoatl's Tail Shiny", 17, -1, 1080, 315, 6, 800, 6, true, 0], + 3045: ['Scepter of Rust Shiny', 23, -1, 1125, 315, 7, 900, 6, true, 0], + 3046: ["Soul's Guidance Shiny", 8, -1, 1170, 315, 6, 800, 6, true, 0], + 3047: ['Sporous Spray Spell Shiny', 11, -1, 1215, 315, 7, 1000, 6, true, 0], + 3048: ['Seal of Blasphemous Prayer Shiny', 12, -1, 1260, 315, 8, 900, 6, true, 0], + 3049: ['Volcanic Sheath Shiny', 30, -1, 1305, 315, 6, 700, 6, true, 0], + 3050: ['Snowball x 1', 10, -1, 1350, 315, 0, 0, 2, true, 1], + 3051: ['Snowball x 2', 10, -1, 1395, 315, 0, 0, 2, true, 2], + 3052: ['Snowball x 3', 10, -1, 1440, 315, 0, 0, 2, true, 3], + 3053: ['Snowball x 4', 10, -1, 1485, 315, 0, 0, 2, true, 4], + 3054: ['Snowball x 5', 10, -1, 1530, 315, 0, 0, 2, true, 5], + 3055: ['Snowball x 6', 10, -1, 1575, 315, 0, 0, 2, true, 6], + 3056: ['Snowball x 7', 10, -1, 1620, 315, 0, 0, 2, true, 7], + 3057: ['Snowball x 8', 10, -1, 1665, 315, 0, 0, 2, true, 8], + 3058: ['Snowball x 9', 10, -1, 1710, 315, 0, 0, 2, true, 9], + 3059: ['Snowball x 10', 10, -1, 1755, 315, 0, 0, 2, true, 10], + 3060: ['Snowball x 11', 10, -1, 1800, 315, 0, 0, 2, true, 11], + 3061: ['Snowball x 12', 10, -1, 1845, 315, 0, 0, 2, true, 12], + 3062: ['Snowball x 13', 10, -1, 1890, 315, 0, 0, 2, true, 13], + 3063: ['Snowball x 14', 10, -1, 1935, 315, 0, 0, 2, true, 14], + 3064: ['Snowball x 15', 10, -1, 1980, 315, 0, 0, 2, true, 15], + 3065: ['Snowball x 16', 10, -1, 2025, 315, 0, 0, 2, true, 16], + 3066: ['Snowball x 17', 10, -1, 2070, 315, 0, 0, 2, true, 17], + 3067: ['Snowball x 18', 10, -1, 2115, 315, 0, 0, 2, true, 18], + 3068: ['Snowball x 19', 10, -1, 2160, 315, 0, 0, 2, true, 19], + 3069: ['Snowball x 20', 10, -1, 2205, 315, 0, 0, 2, true, 20], + 3073: ['Demon Blade', 1, -1, 2250, 315, 6, 700, 6, false, 0], + 3074: ['Doom Bow', 3, -1, 2295, 315, 6, 800, 6, false, 0], + 3075: ['Staff of Extreme Prejudice', 17, -1, 2340, 315, 6, 600, 6, false, 0], + 3076: ['Wand of the Bulwark', 8, -1, 2385, 315, 6, 650, 6, false, 0], + 3077: ['Ancient Stone Sword', 1, -1, 2430, 315, 6, 800, 6, false, 0], + 3078: ['Seal of Blasphemous Prayer', 12, -1, 2475, 315, 8, 900, 6, true, 0], + 3079: ['Quiver of Thunder', 15, -1, 2520, 315, 8, 850, 6, true, 0], + 3080: ['Helm of the Juggernaut', 16, -1, 2565, 315, 8, 1250, 6, true, 0], + 3081: ['Tome of Purification', 4, -1, 2610, 315, 7, 950, 6, false, 0], + 3082: ['Dirk of Cronus', 2, -1, 2655, 315, 8, 950, 6, true, 0], + 3083: ['Orb of Conflict', 21, -1, 2700, 315, 8, 850, 6, true, 0], + 3087: ['Shield of Ogmur', 5, -1, 2745, 315, 8, 1200, 6, true, 0], + 3088: ['Coral Bow', 3, -1, 2790, 315, 6, 750, 6, false, 0], + 3089: ['Ocean Trench Key', 10, -1, 2835, 315, 0, 200, 7, true, 0], + 3090: ['Coral Juice', 10, -1, 2880, 315, 0, 80, 2, false, 0], + 3091: ['Coral Ring', 9, -1, 2925, 315, 3, 350, 4, false, 0], + 3092: ['Robe of the Tlatoani', 14, -1, 2970, 315, 2, 200, 4, false, 0], + 3093: ['Staff of the Crystal Serpent', 17, -1, 3015, 315, 2, 250, 4, false, 0], + 3094: ['Cracked Crystal Skull', 19, -1, 3060, 315, 2, 300, 4, false, 0], + 3095: ['Crystal Bone Ring', 9, -1, 3105, 315, 1, 150, 4, false, 0], + 3096: ['Coral Silk Armor', 6, -1, 3150, 315, 6, 700, 4, false, 0], + 3097: ['Totem Key', 10, -1, 3195, 315, 0, 200, 7, true, 0], + 3098: ['Pollen Powder', 10, -1, 3240, 315, 0, 40, 2, false, 0], + 3100: ['Coral Venom Trap', 20, -1, 3285, 315, 7, 800, 6, true, 0], + 3101: ["St. Abraham's Wand", 8, -1, 3330, 315, 4, 500, 4, false, 0], + 3102: ['Tome of Holy Protection', 4, -1, 3375, 315, 7, 1250, 6, false, 0], + 3103: ['Chasuble of Holy Light', 14, -1, 3420, 315, 4, 450, 4, false, 0], + 3104: ['Ring of Divine Faith', 9, -1, 3465, 315, 4, 400, 4, false, 0], + 3105: ['Holy Water', 10, -1, 3510, 315, 0, 50, 2, false, 0], + 3106: ['Bone Dagger', 2, -1, 3555, 315, 3, 300, 4, false, 0], + 3107: ['Manor Key', 10, -1, 3600, 315, 0, 200, 7, true, 0], + 3108: ['Anatis Staff', 17, -1, 3645, 315, 3, 550, 6, false, 0], + 3109: ['Ghost Pirate Rum', 10, -1, 3690, 315, 0, 35, 2, false, 0], + 3111: ["Captain's Ring", 9, -1, 3735, 315, 3, 400, 4, false, 0], + 3112: ['Spectral Cloth Armor', 6, -1, 3780, 315, 5, 650, 4, false, 0], + 3113: ['Spirit Dagger', 2, -1, 3825, 315, 6, 800, 6, false, 0], + 3114: ['Ghostly Prism', 22, -1, 3870, 315, 7, 1000, 6, false, 0], + 3115: ['Small Firecracker', 10, -1, 3915, 315, 0, 30, 2, true, 0], + 3116: ['Large Firecracker', 10, -1, 3960, 315, 0, 50, 2, true, 0], + 3117: ['America Ring', 9, -1, 4005, 315, 4, 700, 6, true, 0], + 3118: ["Davy's Key", 10, -1, 4050, 315, 0, 200, 7, true, 0], + 3119: ['Lab Key', 10, -1, 4095, 315, 0, 200, 7, true, 0], + 3120: ['Scepter of Fulmination', 23, -1, 4140, 315, 7, 900, 6, false, 0], + 3121: ['Experimental Ring', 9, -1, 4185, 315, 5, 500, 4, false, 0], + 3122: ['Robe of the Mad Scientist', 14, -1, 4230, 315, 6, 700, 6, false, 0], + 3123: ['Conducting Wand', 8, -1, 4275, 315, 6, 800, 6, false, 0], + 3124: ['Sand Pail 5', 10, -1, 4320, 315, 0, 80, 2, true, 0], + 3125: ['Sand Pail 4', 10, -1, 4365, 315, 0, 60, 2, true, 0], + 3126: ['Sand Pail 3', 10, -1, 4410, 315, 0, 40, 2, true, 0], + 3127: ['Sand Pail 2', 10, -1, 4455, 315, 0, 20, 2, true, 0], + 3128: ['Sand Pail 1', 10, -1, 0, 360, 0, 10, 2, true, 0], + 3129: ['Bahama Sunrise', 10, -1, 45, 360, 0, 60, 2, false, 0], + 3130: ['Blue Paradise', 10, -1, 90, 360, 0, 60, 2, false, 0], + 3131: ['Pink Passion Breeze', 10, -1, 135, 360, 0, 60, 2, false, 0], + 3132: ['Lime Jungle Bay', 10, -1, 180, 360, 0, 60, 2, false, 0], + 3133: ['Beachzone Key', 10, -1, 225, 360, 0, 200, 7, true, 0], + 3134: ['Gold Medal', 9, -1, 270, 360, 5, 500, 6, true, 0], + 3135: ['Silver Medal', 9, -1, 315, 360, 4, 350, 6, true, 0], + 3136: ['Bronze Medal', 9, -1, 360, 360, 3, 200, 6, true, 0], + 3137: ['Transformation Potion', 10, -1, 405, 360, 0, 40, 2, false, 0], + 3138: ['XP Booster', 10, -1, 450, 360, 0, 200, 8, true, 0], + 3139: ['XP Booster Test', 10, -1, 495, 360, 0, 1, 8, true, 0], + 3140: ['Rusty Katana', 24, 0, 540, 360, 0, 4, 1, false, 0], + 3141: ['Kendo Stick', 24, 1, 585, 360, 0, 5, 1, false, 0], + 3142: ['Plain Katana', 24, 2, 630, 360, 0, 8, 1, false, 0], + 3143: ['Thunder Katana', 24, 3, 675, 360, 0, 11, 1, false, 0], + 3144: ['Line Kutter Katana', 24, 4, 720, 360, 0, 17, 1, false, 0], + 3145: ['Night Edge', 24, 5, 765, 360, 0, 24, 1, false, 0], + 3146: ['Sky Edge', 24, 6, 810, 360, 0, 35, 1, false, 0], + 3147: ['Buster Katana', 24, 7, 855, 360, 1, 53, 2, false, 0], + 3148: ['Demon Edge', 24, 8, 900, 360, 2, 75, 2, false, 0], + 3149: ['Jewel Eye Katana', 24, 9, 945, 360, 3, 109, 2, false, 0], + 3150: ['Ichimonji', 24, 10, 990, 360, 4, 159, 4, false, 0], + 3151: ['Muramasa', 24, 11, 1035, 360, 5, 233, 4, false, 0], + 3152: ['Masamune', 24, 12, 1080, 360, 6, 450, 4, false, 0], + 3153: ['Apple 2', 10, -1, 1125, 360, 0, 0, 8, true, 0], + 3155: ['Basic Star', 25, 0, 1170, 360, 0, 4, 1, false, 0], + 3156: ['Four-Point Star', 25, 1, 1215, 360, 0, 8, 1, false, 0], + 3157: ['Spiral Shuriken', 25, 2, 1260, 360, 0, 15, 1, false, 0], + 3158: ['Silver Star', 25, 3, 1305, 360, 1, 34, 2, false, 0], + 3159: ['Wind Circle', 25, 4, 1350, 360, 2, 68, 2, false, 0], + 3160: ['Ice Star', 25, 5, 1395, 360, 4, 139, 4, false, 0], + 3161: ['Doom Circle', 25, 6, 1440, 360, 6, 380, 4, false, 0], + 3163: ['Mad God Ale', 10, -1, 1485, 360, 0, 10, 2, false, 0], + 3164: ['Oryx Stout', 10, -1, 1530, 360, 0, 10, 2, false, 0], + 3165: ['Realm-wheat Hefeweizen', 10, -1, 1575, 360, 0, 10, 2, false, 0], + 3167: ['Candy Ring', 9, -1, 1620, 360, 0, 400, 4, false, 0], + 3168: ['Rock Candy', 10, -1, 1665, 360, 0, 70, 2, false, 0], + 3169: ['Candy-Coated Armor', 7, -1, 1710, 360, 6, 1000, 6, false, 0], + 3170: ['Candy Key', 10, -1, 1755, 360, 0, 200, 7, true, 0], + 3171: ['Red Gumball', 10, -1, 1800, 360, 0, 25, 2, false, 0], + 3172: ['Purple Gumball', 10, -1, 1845, 360, 0, 25, 2, false, 0], + 3173: ['Blue Gumball', 10, -1, 1890, 360, 0, 25, 2, false, 0], + 3174: ['Green Gumball', 10, -1, 1935, 360, 0, 25, 2, false, 0], + 3175: ['Yellow Gumball', 10, -1, 1980, 360, 0, 25, 2, false, 0], + 3176: ['Loot Tier Potion', 10, -1, 2025, 360, 0, 150, 7, true, 0], + 3177: ['Loot Drop Potion', 10, -1, 2070, 360, 0, 150, 7, true, 0], + 3178: ['XP Booster 1 hr', 10, -1, 2115, 360, 0, 110, 8, true, 0], + 3179: ['XP Booster 20 min', 10, -1, 2160, 360, 0, 75, 8, true, 0], + 3180: ['Backpack', 10, -1, 2205, 360, 0, 200, 2, true, 0], + 3181: ['Plague Poison', 18, -1, 2250, 360, 7, 1000, 6, false, 0], + 3182: ["Resurrected Warrior's Armor", 7, -1, 2295, 360, 6, 900, 6, false, 0], + 3183: ['Cemetery Key', 10, -1, 2340, 360, 0, 200, 7, true, 0], + 3184: ['Golden Ankh', 10, -1, 2385, 360, 0, 400, 7, false, 0], + 3185: ['Eye of Osiris', 10, -1, 2430, 360, 0, 550, 7, false, 0], + 3186: ["Pharaoh's Mask", 10, -1, 2475, 360, 0, 700, 7, false, 0], + 3187: ['Golden Cockle', 10, -1, 2520, 360, 0, 450, 7, false, 0], + 3188: ['Golden Conch', 10, -1, 2565, 360, 0, 550, 7, false, 0], + 3189: ['Golden Horn Conch', 10, -1, 2610, 360, 0, 650, 7, false, 0], + 3190: ['Golden Nut', 10, -1, 2655, 360, 0, 450, 7, false, 0], + 3191: ['Golden Bolt', 10, -1, 2700, 360, 0, 550, 7, false, 0], + 3192: ['Golden Femur', 10, -1, 2745, 360, 0, 450, 7, false, 0], + 3193: ['Golden Ribcage', 10, -1, 2790, 360, 0, 500, 7, false, 0], + 3194: ['Golden Skull', 10, -1, 2835, 360, 0, 650, 7, false, 0], + 3195: ['Golden Candelabra', 10, -1, 2880, 360, 0, 450, 7, false, 0], + 3196: ['Holy Cross', 10, -1, 2925, 360, 0, 500, 7, false, 0], + 3197: ['Pearl Necklace', 10, -1, 2970, 360, 0, 400, 7, false, 0], + 3198: ['Golden Chalice', 10, -1, 3015, 360, 0, 500, 7, false, 0], + 3199: ['Ruby Gemstone', 10, -1, 3060, 360, 0, 600, 7, false, 0], + 3200: ['Speed Sprout', 10, -1, 3105, 360, 0, 35, 2, false, 0], + 3201: ['Old Firecracker', 10, -1, 3150, 360, 0, 400, 0, true, 0], + 3202: ['Cheater Light Armor', 6, -1, 3195, 360, 0, 300, 6, false, 0], + 3203: ['Cheater Robe', 14, -1, 3240, 360, 0, 300, 6, false, 0], + 3204: ['Cheater Heavy Armor', 7, -1, 3285, 360, 0, 300, 6, false, 0], + 3205: ['Common Feline Egg', 26, 0, 3330, 360, 0, 50, 3, false, 0], + 3206: ['Uncommon Feline Egg', 26, 1, 3375, 360, 0, 300, 3, false, 0], + 3207: ['Rare Feline Egg', 26, 2, 3420, 360, 0, 700, 3, false, 0], + 3208: ['Legendary Feline Egg', 26, 3, 3465, 360, 0, 3000, 3, true, 0], + 3209: ['Common Canine Egg', 26, 0, 3510, 360, 0, 50, 3, false, 0], + 3210: ['Uncommon Canine Egg', 26, 1, 3555, 360, 0, 300, 3, false, 0], + 3211: ['Rare Canine Egg', 26, 2, 3600, 360, 0, 700, 3, false, 0], + 3212: ['Legendary Canine Egg', 26, 3, 3645, 360, 0, 3000, 3, true, 0], + 3213: ['Common Avian Egg', 26, 0, 3690, 360, 0, 50, 3, false, 0], + 3214: ['Uncommon Avian Egg', 26, 1, 3735, 360, 0, 300, 3, false, 0], + 3215: ['Rare Avian Egg', 26, 2, 3780, 360, 0, 700, 3, false, 0], + 3216: ['Legendary Avian Egg', 26, 3, 3825, 360, 0, 3000, 3, true, 0], + 3217: ['Common Exotic Egg', 26, 0, 3870, 360, 0, 50, 3, false, 0], + 3218: ['Uncommon Exotic Egg', 26, 1, 3915, 360, 0, 300, 3, false, 0], + 3219: ['Rare Exotic Egg', 26, 2, 3960, 360, 0, 700, 3, false, 0], + 3220: ['Legendary Exotic Egg', 26, 3, 4005, 360, 0, 3000, 3, true, 0], + 3221: ['Common Farm Egg', 26, 0, 4050, 360, 0, 50, 3, false, 0], + 3222: ['Uncommon Farm Egg', 26, 1, 4095, 360, 0, 300, 3, false, 0], + 3223: ['Rare Farm Egg', 26, 2, 4140, 360, 0, 700, 3, false, 0], + 3224: ['Legendary Farm Egg', 26, 3, 4185, 360, 0, 3000, 3, true, 0], + 3225: ['Common Woodland Egg', 26, 0, 4230, 360, 0, 50, 3, false, 0], + 3226: ['Uncommon Woodland Egg', 26, 1, 4275, 360, 0, 300, 3, false, 0], + 3227: ['Rare Woodland Egg', 26, 2, 4320, 360, 0, 700, 3, false, 0], + 3228: ['Legendary Woodland Egg', 26, 3, 4365, 360, 0, 3000, 3, true, 0], + 3229: ['Common Reptile Egg', 26, 0, 4410, 360, 0, 50, 3, false, 0], + 3230: ['Uncommon Reptile Egg', 26, 1, 4455, 360, 0, 300, 3, false, 0], + 3231: ['Rare Reptile Egg', 26, 2, 0, 405, 0, 700, 3, false, 0], + 3232: ['Legendary Reptile Egg', 26, 3, 45, 405, 0, 3000, 3, true, 0], + 3233: ['Common Insect Egg', 26, 0, 90, 405, 0, 50, 3, false, 0], + 3234: ['Uncommon Insect Egg', 26, 1, 135, 405, 0, 300, 3, false, 0], + 3235: ['Rare Insect Egg', 26, 2, 180, 405, 0, 700, 3, false, 0], + 3236: ['Legendary Insect Egg', 26, 3, 225, 405, 0, 3000, 3, true, 0], + 3237: ['Common Penguin Egg', 26, 0, 270, 405, 0, 50, 3, false, 0], + 3238: ['Uncommon Penguin Egg', 26, 1, 315, 405, 0, 300, 3, false, 0], + 3239: ['Rare Penguin Egg', 26, 2, 360, 405, 0, 700, 3, false, 0], + 3240: ['Legendary Penguin Egg', 26, 3, 405, 405, 0, 3000, 3, true, 0], + 3241: ['Common Aquatic Egg', 26, 0, 450, 405, 0, 50, 3, false, 0], + 3242: ['Uncommon Aquatic Egg', 26, 1, 495, 405, 0, 300, 3, false, 0], + 3243: ['Rare Aquatic Egg', 26, 2, 540, 405, 0, 700, 3, false, 0], + 3244: ['Legendary Aquatic Egg', 26, 3, 585, 405, 0, 3000, 3, true, 0], + 3245: ['Common Spooky Egg', 26, 0, 630, 405, 0, 50, 3, false, 0], + 3246: ['Uncommon Spooky Egg', 26, 1, 675, 405, 0, 300, 3, false, 0], + 3247: ['Rare Spooky Egg', 26, 2, 720, 405, 0, 700, 3, false, 0], + 3248: ['Legendary Spooky Egg', 26, 3, 765, 405, 0, 3000, 3, true, 0], + 3249: ['Common Humanoid Egg', 26, 0, 810, 405, 0, 50, 3, false, 0], + 3250: ['Uncommon Humanoid Egg', 26, 1, 855, 405, 0, 300, 3, false, 0], + 3251: ['Rare Humanoid Egg', 26, 2, 900, 405, 0, 700, 3, false, 0], + 3252: ['Legendary Humanoid Egg', 26, 3, 945, 405, 0, 3000, 3, true, 0], + 3253: ['Common ???? Egg', 26, 0, 990, 405, 0, 50, 3, false, 0], + 3254: ['Uncommon ???? Egg', 26, 1, 1035, 405, 0, 300, 3, false, 0], + 3255: ['Rare ???? Egg', 26, 2, 1080, 405, 0, 700, 3, false, 0], + 3256: ['Legendary ???? Egg', 26, 3, 1125, 405, 0, 3000, 3, true, 0], + 3257: ['Common Automaton Egg', 26, 0, 1170, 405, 0, 50, 3, false, 0], + 3258: ['Uncommon Automaton Egg', 26, 1, 1215, 405, 0, 300, 3, false, 0], + 3259: ['Rare Automaton Egg', 26, 2, 1260, 405, 0, 700, 3, false, 0], + 3260: ['Legendary Automaton Egg', 26, 3, 1305, 405, 0, 3000, 3, true, 0], + 3261: ['Common Mystery Egg', 26, 0, 1350, 405, 0, 50, 3, false, 0], + 3262: ['Uncommon Mystery Egg', 26, 1, 1395, 405, 0, 300, 3, false, 0], + 3263: ['Rare Mystery Egg', 26, 2, 1440, 405, 0, 700, 3, false, 0], + 3264: ['Legendary Mystery Egg', 26, 3, 1485, 405, 0, 3000, 3, true, 0], + 3265: ['Draconis Potion', 10, -1, 1530, 405, 0, 5, 0, false, 0], + 3266: ['Lucky Clover', 10, -1, 1575, 405, 0, 100, 7, true, 0], + 3267: ["Saint Patty's Brew", 10, -1, 1620, 405, 0, 250, 2, false, 0], + 3268: ['Chocolate Cream Sandwich Cookie', 10, -1, 1665, 405, 0, 1300, 7, true, 0], + 3269: ['Power Pizza', 10, -1, 1710, 405, 0, 800, 7, true, 0], + 3270: ['Great Taco', 10, -1, 1755, 405, 0, 550, 7, true, 0], + 3271: ['Double Cheeseburger Deluxe', 10, -1, 1800, 405, 0, 3500, 7, true, 0], + 3272: ['Superburger', 10, -1, 1845, 405, 0, 2300, 7, true, 0], + 3273: ['Soft Drink', 10, -1, 1890, 405, 0, 150, 7, true, 0], + 3274: ['Grapes of Wrath', 10, -1, 1935, 405, 0, 1700, 7, true, 0], + 3275: ['Fries', 10, -1, 1980, 405, 0, 300, 7, true, 0], + 3276: ['Ambrosia', 10, -1, 2025, 405, 0, 5000, 7, true, 0], + 3277: ['Forest Maze Key', 10, -1, 2070, 405, 0, 200, 7, true, 0], + 3278: ['Deadwater Docks Key', 10, -1, 2115, 405, 0, 200, 7, true, 0], + 3279: ['Woodland Labyrinth Key', 10, -1, 2160, 405, 0, 200, 7, true, 0], + 3280: ['Cranberries', 10, -1, 2205, 405, 0, 250, 7, true, 0], + 3281: ['Ear of Corn', 10, -1, 2250, 405, 0, 350, 7, true, 0], + 3282: ['Sliced Yam', 10, -1, 2295, 405, 0, 600, 7, true, 0], + 3283: ['Pumpkin Pie', 10, -1, 2340, 405, 0, 650, 7, true, 0], + 3284: ['Draconis Key', 10, -1, 2385, 405, 0, 200, 7, true, 0], + 3285: ['Ivory Wyvern Key', 10, -1, 2430, 405, 0, 100, 0, true, 0], + 3286: ['Thanksgiving Turkey', 10, -1, 2475, 405, 0, 1621, 7, true, 0], + 3290: ['The Crawling Depths Key', 10, -1, 2520, 405, 0, 200, 7, true, 0], + 3291: ["Pirate King's Cutlass", 1, -1, 2565, 405, 6, 800, 6, false, 0], + 3292: ['Doku No Ken', 24, -1, 2610, 405, 6, 800, 6, false, 0], + 3293: ['Shatters Key', 10, -1, 2655, 405, 0, 200, 7, true, 0], + 3294: ['Leaf Bow', 3, -1, 2700, 405, 6, 800, 6, true, 0], + 3295: ['Doctor Swordsworth', 1, -1, 2745, 405, 0, 0, 6, false, 0], + 3296: ["Ship's Wheel Shield", 5, -1, 2790, 405, 7, 380, 4, true, 0], + 3297: ['X-Marks-the-Spot Spell', 11, -1, 2835, 405, 7, 380, 4, true, 0], + 3298: ['Tome of Piracy', 4, -1, 2880, 405, 7, 380, 4, true, 0], + 3299: ['Brine Quiver', 15, -1, 2925, 405, 7, 380, 4, true, 0], + 3300: ['Crossbones Skull', 19, -1, 2970, 405, 7, 380, 4, true, 0], + 3301: ['Parrot Skeleton Scepter', 23, -1, 3015, 405, 7, 380, 4, true, 0], + 3305: ['Mystery Selection Key', 10, -1, 3060, 405, 0, 0, 8, true, 0], + 3306: ['KoalaPOW', 17, -1, 3105, 405, 0, 0, 6, false, 0], + 3307: ['Spicy Wand of Spice', 8, -1, 3150, 405, 0, 0, 6, false, 0], + 3308: ['Robobow', 3, -1, 3195, 405, 0, 0, 6, false, 0], + 3309: ['Sunshine Shiv', 2, -1, 3240, 405, 0, 0, 6, false, 0], + 3310: ["Arbiter's Wrath", 24, -1, 3285, 405, 0, 0, 6, false, 0], + 3311: ['Battle Nexus Key', 10, -1, 3330, 405, 0, 200, 7, true, 0], + 3312: ['Santa Skin', 10, -1, 3375, 405, 0, 500, 7, false, 0], + 3313: ['Little Helper Skin', 10, -1, 3420, 405, 0, 500, 7, false, 0], + 3320: ['Iceman Skin', 10, -1, 3465, 405, 0, 500, 7, false, 0], + 3321: ['Pet Form Stone', 10, -1, 3510, 405, 0, 0, 8, true, 0], + 3322: ['Crashy', 10, -1, 3555, 405, 0, 50, 2, false, 0], + 3323: ['Marid Pet Stone', 10, -1, 3600, 405, 0, 1000, 7, true, 0], + 3393: ['Wooden Box', 10, -1, 3645, 405, 0, 100, 2, false, 0], + 3394: ['Prism of Dire Instability', 22, -1, 3690, 405, 7, 900, 6, true, 0], + 3395: ['Spiteful Scutum', 5, -1, 3735, 405, 7, 800, 6, true, 0], + 3405: ['Cursed Grimoire', 10, -1, 3780, 405, 0, 0, 8, true, 0], + 3406: ['Silver Urn', 10, -1, 3825, 405, 0, 0, 8, true, 0], + 3407: ['Eerie Music Box', 10, -1, 3870, 405, 0, 0, 8, true, 0], + 3432: ['Tincture of Attack', 10, -1, 3915, 405, 0, 15, 2, false, 0], + 3433: ['Tincture of Speed', 10, -1, 3960, 405, 0, 15, 2, false, 0], + 3434: ['Tincture of Vitality', 10, -1, 4005, 405, 0, 15, 2, false, 0], + 3435: ['Tincture of Wisdom', 10, -1, 4050, 405, 0, 15, 2, false, 0], + 3436: ['Effusion of Attack', 10, -1, 4095, 405, 0, 20, 2, false, 0], + 3437: ['Effusion of Speed', 10, -1, 4140, 405, 0, 20, 2, false, 0], + 3438: ['Effusion of Vitality', 10, -1, 4185, 405, 0, 20, 2, false, 0], + 3439: ['Effusion of Wisdom', 10, -1, 4230, 405, 0, 20, 2, false, 0], + 3466: ["Oryx's Castle Key", 10, -1, 4275, 405, 0, 200, 7, true, 0], + 3468: ['Quest Chest Item', 10, -1, 4320, 405, 0, 200, 8, true, 0], + 3470: ['Epic Quest Chest Item', 10, -1, 4365, 405, 0, 200, 8, true, 0], + 3516: ['Blue Jay Pet Stone', 10, -1, 4410, 405, 0, 1000, 7, true, 0], + 3519: ['Vulture Pet Stone', 10, -1, 4455, 405, 0, 1000, 7, true, 0], + 3549: ['Snowball Generator', 10, -1, 0, 450, 0, 500, 8, true, 0], + 3598: ['Seal Pet Stone', 10, -1, 45, 450, 0, 1000, 7, true, 0], + 3661: ['Kiwi Pet Stone', 10, -1, 90, 450, 0, 1000, 7, true, 0], + 3677: ["Dasher's Reins", 10, -1, 135, 450, 0, 500, 2, true, 0], + 3678: ["Dancer's Reins", 10, -1, 180, 450, 0, 500, 2, true, 0], + 3679: ["Prancer's Reins", 10, -1, 225, 450, 0, 500, 2, true, 0], + 3680: ["Vixen's Reins", 10, -1, 270, 450, 0, 500, 2, true, 0], + 3681: ["Cupid's Reins", 10, -1, 315, 450, 0, 500, 2, true, 0], + 3682: ["Comet's Reins", 10, -1, 360, 450, 0, 500, 2, true, 0], + 3683: ["Donner's Reins", 10, -1, 405, 450, 0, 500, 2, true, 0], + 3684: ["Rudolph's Reins", 10, -1, 450, 450, 0, 500, 2, true, 0], + 3687: ['Zebra Spider Pet Stone', 10, -1, 495, 450, 0, 1000, 7, true, 0], + 3696: ['Violet Larva Pet Stone', 10, -1, 540, 450, 0, 1000, 7, true, 0], + 3705: ['Black Cat Skin Unlocker', 10, -1, 585, 450, 0, 200, 7, true, 0], + 3706: ['Grey Cat Skin Unlocker', 10, -1, 630, 450, 0, 200, 7, true, 0], + 3707: ['Orange Cat Skin Unlocker', 10, -1, 675, 450, 0, 200, 7, true, 0], + 3708: ['Tan Cat Skin Unlocker', 10, -1, 720, 450, 0, 200, 7, true, 0], + 3709: ['Yellow Cat Skin Unlocker', 10, -1, 765, 450, 0, 200, 7, true, 0], + 3710: ['White Cat Skin Unlocker', 10, -1, 810, 450, 0, 200, 7, true, 0], + 3711: ['Brown Pup Skin Unlocker', 10, -1, 855, 450, 0, 200, 7, true, 0], + 3712: ['Grey Pup Skin Unlocker', 10, -1, 900, 450, 0, 200, 7, true, 0], + 3713: ['Golden Pup Skin Unlocker', 10, -1, 945, 450, 0, 200, 7, true, 0], + 3714: ['Grey Wolf Skin Unlocker', 10, -1, 990, 450, 0, 200, 7, true, 0], + 3715: ['Brown Fox Skin Unlocker', 10, -1, 1035, 450, 0, 200, 7, true, 0], + 3716: ['Sheepdog Skin Unlocker', 10, -1, 1080, 450, 0, 200, 7, true, 0], + 3717: ['Grey Fox Skin Unlocker', 10, -1, 1125, 450, 0, 200, 7, true, 0], + 3718: ['Blue Parrot Skin Unlocker', 10, -1, 1170, 450, 0, 200, 7, true, 0], + 3719: ['Oriole Skin Unlocker', 10, -1, 1215, 450, 0, 200, 7, true, 0], + 3720: ['Goldfinch Skin Unlocker', 10, -1, 1260, 450, 0, 200, 7, true, 0], + 3721: ['Bluebird Skin Unlocker', 10, -1, 1305, 450, 0, 200, 7, true, 0], + 3722: ['Cardinal Skin Unlocker', 10, -1, 1350, 450, 0, 200, 7, true, 0], + 3723: ['Elephant Skin Unlocker', 10, -1, 1395, 450, 0, 200, 7, true, 0], + 3724: ['Koala Skin Unlocker', 10, -1, 1440, 450, 0, 200, 7, true, 0], + 3725: ['Monkey Skin Unlocker', 10, -1, 1485, 450, 0, 200, 7, true, 0], + 3726: ['Chick Skin Unlocker', 10, -1, 1530, 450, 0, 200, 7, true, 0], + 3727: ['Pig Skin Unlocker', 10, -1, 1575, 450, 0, 200, 7, true, 0], + 3728: ['Duck Skin Unlocker', 10, -1, 1620, 450, 0, 200, 7, true, 0], + 3729: ['Squirrel Skin Unlocker', 10, -1, 1665, 450, 0, 200, 7, true, 0], + 3730: ['Hamster Skin Unlocker', 10, -1, 1710, 450, 0, 200, 7, true, 0], + 3731: ['Raccoon Skin Unlocker', 10, -1, 1755, 450, 0, 200, 7, true, 0], + 3732: ['Dino Skin Unlocker', 10, -1, 1800, 450, 0, 200, 7, true, 0], + 3733: ['Tomb Snake Skin Unlocker', 10, -1, 1845, 450, 0, 200, 7, true, 0], + 3734: ['Chameleon Skin Unlocker', 10, -1, 1890, 450, 0, 200, 7, true, 0], + 3735: ['Dragonfly Skin Unlocker', 10, -1, 1935, 450, 0, 200, 7, true, 0], + 3736: ['Black Ant Skin Unlocker', 10, -1, 1980, 450, 0, 200, 7, true, 0], + 3737: ['Blue Ant Skin Unlocker', 10, -1, 2025, 450, 0, 200, 7, true, 0], + 3738: ['Green Ant Skin Unlocker', 10, -1, 2070, 450, 0, 200, 7, true, 0], + 3739: ['Red Ant Skin Unlocker', 10, -1, 2115, 450, 0, 200, 7, true, 0], + 3740: ['Purple Ant Skin Unlocker', 10, -1, 2160, 450, 0, 200, 7, true, 0], + 3741: ['Penguin Skin Unlocker', 10, -1, 2205, 450, 0, 200, 7, true, 0], + 3742: ['Green Penguin Skin Unlocker', 10, -1, 2250, 450, 0, 200, 7, true, 0], + 3743: ['Grape Penguin Skin Unlocker', 10, -1, 2295, 450, 0, 200, 7, true, 0], + 3744: ['Grass Penguin Skin Unlocker', 10, -1, 2340, 450, 0, 200, 7, true, 0], + 3745: ['Blue Snail Skin Unlocker', 10, -1, 2385, 450, 0, 200, 8, true, 0], + 3746: ['Green Frog Skin Unlocker', 10, -1, 2430, 450, 0, 200, 7, true, 0], + 3747: ['Purple Snail Skin Unlocker', 10, -1, 2475, 450, 0, 200, 7, true, 0], + 3748: ['Purple Frog Skin Unlocker', 10, -1, 2520, 450, 0, 200, 7, true, 0], + 3749: ['Sea Slurp Skin Unlocker', 10, -1, 2565, 450, 0, 200, 7, true, 0], + 3750: ['Turtle Skin Unlocker', 10, -1, 2610, 450, 0, 200, 7, true, 0], + 3751: ['Crab Skin Unlocker', 10, -1, 2655, 450, 0, 200, 7, true, 0], + 3752: ['Bat Skin Unlocker', 10, -1, 2700, 450, 0, 200, 7, true, 0], + 3753: ["Lil' Ghost Skin Unlocker", 10, -1, 2745, 450, 0, 200, 7, true, 0], + 3754: ['Spirit Skin Unlocker', 10, -1, 2790, 450, 0, 200, 7, true, 0], + 3755: ['Baby Skin Unlocker', 10, -1, 2835, 450, 0, 200, 7, true, 0], + 3756: ['Amulet of Paramount Attack', 9, -1, 2880, 450, 3, 113, 4, true, 0], + 3757: ['Amulet of Paramount Defense', 9, -1, 2925, 450, 3, 113, 4, true, 0], + 3758: ['Amulet of Paramount Speed', 9, -1, 2970, 450, 3, 113, 4, true, 0], + 3759: ['Amulet of Paramount Vitality', 9, -1, 3015, 450, 3, 113, 4, true, 0], + 3760: ['Amulet of Paramount Wisdom', 9, -1, 3060, 450, 3, 113, 4, true, 0], + 3761: ['Amulet of Paramount Dexterity', 9, -1, 3105, 450, 3, 113, 4, true, 0], + 3762: ['Amulet of Exalted Attack', 9, -1, 3150, 450, 4, 300, 4, true, 0], + 3763: ['Amulet of Exalted Defense', 9, -1, 3195, 450, 4, 300, 4, true, 0], + 3764: ['Amulet of Exalted Speed', 9, -1, 3240, 450, 4, 300, 4, true, 0], + 3765: ['Amulet of Exalted Vitality', 9, -1, 3285, 450, 4, 300, 4, true, 0], + 3766: ['Amulet of Exalted Wisdom', 9, -1, 3330, 450, 4, 300, 4, true, 0], + 3767: ['Amulet of Exalted Dexterity', 9, -1, 3375, 450, 4, 300, 4, true, 0], + 3768: ['Amulet of Unbound Attack', 9, -1, 3420, 450, 5, 325, 9, true, 0], + 3769: ['Amulet of Unbound Defense', 9, -1, 3465, 450, 5, 325, 9, true, 0], + 3770: ['Amulet of Unbound Speed', 9, -1, 3510, 450, 5, 325, 9, true, 0], + 3771: ['Amulet of Unbound Vitality', 9, -1, 3555, 450, 5, 325, 9, true, 0], + 3772: ['Amulet of Unbound Wisdom', 9, -1, 3600, 450, 5, 325, 9, true, 0], + 3773: ['Amulet of Unbound Dexterity', 9, -1, 3645, 450, 5, 325, 9, true, 0], + 3774: ['Amulet of Transcendent Attack', 9, -1, 3690, 450, 6, 500, 9, true, 0], + 3775: ['Amulet of Transcendent Defense', 9, -1, 3735, 450, 6, 500, 9, true, 0], + 3776: ['Amulet of Transcendent Speed', 9, -1, 3780, 450, 6, 500, 9, true, 0], + 3777: ['Amulet of Transcendent Vitality', 9, -1, 3825, 450, 6, 500, 9, true, 0], + 3778: ['Amulet of Transcendent Wisdom', 9, -1, 3870, 450, 6, 500, 9, true, 0], + 3779: ['Amulet of Transcendent Dexterity', 9, -1, 3915, 450, 6, 500, 9, true, 0], + 3780: ['Glorious Engraving', 10, -1, 3960, 450, 0, 0, 8, true, 0], + 3781: ['Insightful Engraving', 10, -1, 4005, 450, 0, 0, 8, true, 0], + 3782: ['MotMG 2024 Sword', 1, -1, 4050, 450, 7, 650, 9, true, 0], + 3783: ['MotMG 2024 Wand', 8, -1, 4095, 450, 7, 650, 9, true, 0], + 3784: ['MotMG 2024 Dagger', 2, -1, 4140, 450, 7, 650, 9, true, 0], + 3785: ['MotMG 2024 Bow', 3, -1, 4185, 450, 7, 650, 9, true, 0], + 3786: ['MotMG 2024 Staff', 17, -1, 4230, 450, 7, 650, 9, true, 0], + 3787: ['MotMG 2024 Katana', 24, -1, 4275, 450, 7, 650, 9, true, 0], + 3788: ['MotMG 2024 Leather', 6, -1, 4320, 450, 7, 650, 9, true, 0], + 3789: ['MotMG 2024 Heavy', 7, -1, 4365, 450, 7, 650, 9, true, 0], + 3790: ['MotMG 2024 Robe', 14, -1, 4410, 450, 7, 650, 9, true, 0], + 3791: ['MotMG 2024 Bow Glory Projectiles', 15, -1, 4455, 450, 0, 0, 0, false, 0], + 3792: ['MotMG 2024 Bow Insight Projectiles', 15, -1, 0, 495, 0, 0, 0, false, 0], + 3793: ['MotMG 2024 Sword Glory Projectiles', 15, -1, 45, 495, 0, 0, 0, false, 0], + 3794: ['MotMG 2024 Sword Insight Projectiles', 15, -1, 90, 495, 0, 0, 0, false, 0], + 3795: ['MotMG 2024 Wand Glory Projectiles', 15, -1, 135, 495, 0, 0, 0, false, 0], + 3796: ['MotMG 2024 Wand Insight Projectiles', 15, -1, 180, 495, 0, 0, 0, false, 0], + 3797: ['MotMG 2024 Dagger Glory Projectiles', 15, -1, 225, 495, 0, 0, 0, false, 0], + 3798: ['MotMG 2024 Dagger Insight Projectiles', 15, -1, 270, 495, 0, 0, 0, false, 0], + 3799: ['MotMG 2024 Staff Glory Projectiles', 15, -1, 315, 495, 0, 0, 0, false, 0], + 3800: ['MotMG 2024 Staff Insight Projectiles', 15, -1, 360, 495, 0, 0, 0, false, 0], + 3801: ['MotMG 2024 Katana Glory Projectiles', 15, -1, 405, 495, 0, 0, 0, false, 0], + 3802: ['MotMG 2024 Katana Insight Projectiles', 15, -1, 450, 495, 0, 0, 0, false, 0], + 3804: ['Amulet of Superior Attack', 9, -1, 495, 495, 2, 56, 4, true, 0], + 3805: ['Amulet of Superior Defense', 9, -1, 540, 495, 2, 56, 4, true, 0], + 3806: ['Amulet of Superior Speed', 9, -1, 585, 495, 2, 56, 4, true, 0], + 3807: ['Amulet of Superior Vitality', 9, -1, 630, 495, 2, 56, 4, true, 0], + 3808: ['Amulet of Superior Wisdom', 9, -1, 675, 495, 2, 56, 4, true, 0], + 3809: ['Amulet of Superior Dexterity', 9, -1, 720, 495, 2, 56, 4, true, 0], + 3810: ['Ring of Transcendent Attack', 9, 7, 765, 495, 8, 600, 9, true, 0], + 3811: ['Ring of Transcendent Defense', 9, 7, 810, 495, 8, 600, 9, true, 0], + 3812: ['Ring of Transcendent Speed', 9, 7, 855, 495, 8, 600, 9, true, 0], + 3813: ['Ring of Transcendent Vitality', 9, 7, 900, 495, 8, 600, 9, true, 0], + 3814: ['Ring of Transcendent Wisdom', 9, 7, 945, 495, 8, 600, 9, true, 0], + 3815: ['Ring of Transcendent Dexterity', 9, 7, 990, 495, 8, 600, 9, true, 0], + 3816: ['Ring of Transcendent Health', 9, 7, 1035, 495, 8, 600, 9, true, 0], + 3817: ['Ring of Transcendent Magic', 9, 7, 1080, 495, 8, 600, 9, true, 0], + 3820: ['Shield of Jawgmur', 5, -1, 1125, 495, 8, 1200, 6, true, 0], + 3821: ['Kagebooshi', 25, -1, 1170, 495, 8, 950, 6, true, 0], + 3822: ['Halloween 2024 Robe A', 14, -1, 1215, 495, 6, 600, 8, true, 0], + 3823: ['Halloween 2024 Robe B', 14, -1, 1260, 495, 6, 600, 8, true, 0], + 3824: ['Halloween 2024 Leather A', 6, -1, 1305, 495, 6, 600, 8, true, 0], + 3825: ['Halloween 2024 Leather B', 6, -1, 1350, 495, 6, 600, 8, true, 0], + 3826: ['Halloween 2024 Heavy A', 7, -1, 1395, 495, 6, 600, 8, true, 0], + 3827: ['Halloween 2024 Heavy B', 7, -1, 1440, 495, 6, 600, 8, true, 0], + 3841: ['Platinum Segmentata Proc Attack 1', 7, -1, 1485, 495, 0, 0, 0, false, 0], + 3842: ['Platinum Segmentata Proc Attack 2', 7, -1, 1530, 495, 0, 0, 0, false, 0], + 3843: ['Platinum Segmentata Proc Attack 3', 7, -1, 1575, 495, 0, 0, 0, false, 0], + 3844: ['Big Bad Fursuit Proc Attack 1', 7, -1, 1620, 495, 0, 0, 0, false, 0], + 3845: ['Big Bad Fursuit Proc Attack 2', 7, -1, 1665, 495, 0, 0, 0, false, 0], + 3846: ['Big Bad Fursuit Proc Attack 3', 7, -1, 1710, 495, 0, 0, 0, false, 0], + 3851: ['Cavalry Lance 2', 30, -1, 1755, 495, 7, 1000, 6, true, 0], + 3856: ['Wand of Ancient Terror', 8, -1, 1800, 495, 4, 310, 4, false, 0], + 3857: ['Dagger of the Terrible Talon', 2, -1, 1845, 495, 4, 310, 4, false, 0], + 3858: ['Bow of Nightmares', 3, -1, 1890, 495, 4, 310, 4, false, 0], + 3859: ['Staff of Horrific Knowledge', 17, -1, 1935, 495, 4, 310, 4, false, 0], + 3860: ['Corrupted Cleaver', 24, -1, 1980, 495, 4, 310, 4, false, 0], + 3861: ['The Fool Tarot Card', 10, -1, 2025, 495, 0, 250, 7, false, 0], + 3872: ['Mad God Mayhem Key', 10, -1, 2070, 495, 0, 200, 7, true, 0], + 3900: ['SamuraiST1', 27, -1, 2115, 495, 7, 850, 8, true, 0], + 3912: ['The Right Hook Shiny', 2, -1, 2160, 495, 6, 950, 6, true, 0], + 3913: ['Snake Charmer Pungi Shiny', 28, -1, 2205, 495, 7, 650, 6, true, 0], + 3914: ['Ancient Stone Sword Shiny', 1, -1, 2250, 495, 6, 800, 6, true, 0], + 3916: ["Vanguard's Visage Shiny", 16, -1, 2295, 495, 8, 1100, 6, true, 0], + 3917: ["Vanguard's Visage Proc Shiny", 9, -1, 2340, 495, 0, 0, 0, true, 0], + 3920: ['MV Master Fishing Rod Shiny', 9, -1, 2385, 495, 6, 750, 6, true, 0], + 3921: ['Ring of Decades Shiny', 9, -1, 2430, 495, 6, 550, 9, true, 0], + 3922: ['Ray Katana Shiny', 24, -1, 2475, 495, 8, 700, 6, true, 0], + 3924: ['Crystal Bone Ring Shiny', 9, -1, 2520, 495, 1, 150, 4, true, 0], + 3925: ['Prism of Dancing Swords Shiny', 22, -1, 2565, 495, 7, 750, 6, true, 0], + 3926: ['Coral Bow Shiny', 3, -1, 2610, 495, 6, 750, 6, true, 0], + 3927: ['Celestial Blade Shiny', 24, -1, 2655, 495, 6, 850, 6, true, 0], + 3928: ['Fire Dragon Battle Armor Shiny', 7, -1, 2700, 495, 6, 700, 6, true, 0], + 3929: ['Peacekeeper Shiny', 29, -1, 2745, 495, 8, 1100, 6, true, 0], + 3969: ['Snowball Rolling Key', 10, -1, 2790, 495, 0, 200, 7, true, 0], + 3970: ['Snowball Rolling Solo Key', 10, -1, 2835, 495, 0, 200, 7, true, 0], + 3980: ['Clockwork Repeater Shiny', 3, -1, 2880, 495, 8, 1400, 6, true, 0], + 3981: ['Mechanical Kogbold Limb Shiny', 17, -1, 2925, 495, 8, 1400, 6, true, 0], + 3982: ['Atavistic Soul Sabre Shiny', 1, -1, 2970, 495, 8, 1400, 6, true, 0], + 3983: ['Socket Blade Shiny', 24, -1, 3015, 495, 8, 1400, 6, true, 0], + 3984: ['Kogbold Enhancement Core Shiny', 10, -1, 3060, 495, 0, 1200, 6, true, 0], + 3985: ['Kogbold Multitool Shiny', 27, -1, 3105, 495, 8, 950, 6, true, 0], + 3986: ['Kogbold Multitool Strike Proj Shiny', 27, -1, 3150, 495, 0, 0, 0, true, 0], + 3987: ['Kogbold Multitool Sweep Proj Shiny', 27, -1, 3195, 495, 0, 0, 0, true, 0], + 3988: ['Ring of Skeletal Specters Shiny', 9, -1, 3240, 495, 6, 800, 6, true, 0], + 3989: ['Ocular Entrapment Shiny', 20, -1, 3285, 495, 7, 1000, 6, true, 0], + 3990: ['Greaterhosen Shiny', 6, -1, 3330, 495, 6, 650, 6, true, 0], + 4048: ['Heroic Undead Lair Unlocker x 1', 10, -1, 3375, 495, 0, 200, 8, true, 1], + 4049: ['Heroic Undead Lair Unlocker x 2', 10, -1, 3420, 495, 0, 200, 8, true, 2], + 4050: ['Heroic Undead Lair Unlocker x 3', 10, -1, 3465, 495, 0, 200, 8, true, 3], + 4051: ['Heroic Undead Lair Unlocker x 4', 10, -1, 3510, 495, 0, 200, 8, true, 4], + 4052: ['Heroic Undead Lair Unlocker x 5', 10, -1, 3555, 495, 0, 200, 8, true, 5], + 4053: ['Gem of Tenderness', 9, -1, 3600, 495, 5, 350, 6, true, 0], + 4054: ['Gem of Adoration', 9, -1, 3645, 495, 5, 350, 6, true, 0], + 4055: ['Soulful Affection', 9, -1, 3690, 495, 5, 700, 6, true, 0], + 4056: ["Valentine's Mystery Item", 10, -1, 3735, 495, 0, 0, 7, true, 0], + 4057: ['Hearts Spawner', 10, -1, 3780, 495, 0, 0, 7, true, 0], + 4058: ['Mask of Anubis', 9, -1, 3825, 495, 6, 400, 9, false, 0], + 4059: ['Mask of Lightning', 9, -1, 3870, 495, 6, 400, 9, false, 0], + 4060: ['Mask of Cnidaria', 9, -1, 3915, 495, 6, 400, 9, false, 0], + 4061: ['Mask of Mucus', 9, -1, 3960, 495, 6, 400, 9, false, 0], + 4070: ['Studious Frostwyrm Pet Stone', 10, -1, 4005, 495, 0, 500, 7, true, 0], + 4073: ['Snowball Rolling Knight Yellow Pet Stone', 10, -1, 4050, 495, 0, 500, 7, true, 0], + 4074: ["Bella's Guild Key", 10, -1, 4095, 495, 0, 200, 7, true, 0], + 4092: ['Blue Butterfly Pet Stone', 10, -1, 4140, 495, 0, 1000, 7, true, 0], + 4095: ['Pink Butterfly Pet Stone', 10, -1, 4185, 495, 0, 1000, 7, true, 0], + 4096: ['Alice Blue Clothing Dye', 10, -1, 4230, 495, 0, 0, 2, true, 0], + 4097: ['Antique White Clothing Dye', 10, -1, 4275, 495, 0, 0, 2, true, 0], + 4098: ['Aqua Clothing Dye', 10, -1, 4320, 495, 0, 0, 2, true, 0], + 4099: ['Aquamarine Clothing Dye', 10, -1, 4365, 495, 0, 0, 2, true, 0], + 4100: ['Azure Clothing Dye', 10, -1, 4410, 495, 0, 0, 2, true, 0], + 4101: ['Beige Clothing Dye', 10, -1, 4455, 495, 0, 0, 2, true, 0], + 4102: ['Bisque Clothing Dye', 10, -1, 0, 540, 0, 0, 2, true, 0], + 4103: ['Black Clothing Dye', 10, -1, 45, 540, 0, 0, 2, true, 0], + 4104: ['Blanched Almond Clothing Dye', 10, -1, 90, 540, 0, 0, 2, true, 0], + 4105: ['Blue Clothing Dye', 10, -1, 135, 540, 0, 0, 2, true, 0], + 4106: ['Blue Violet Clothing Dye', 10, -1, 180, 540, 0, 0, 2, true, 0], + 4107: ['Brown Clothing Dye', 10, -1, 225, 540, 0, 0, 2, true, 0], + 4108: ['Burly Wood Clothing Dye', 10, -1, 270, 540, 0, 0, 2, true, 0], + 4109: ['Cadet Blue Clothing Dye', 10, -1, 315, 540, 0, 0, 2, true, 0], + 4110: ['Chartreuse Clothing Dye', 10, -1, 360, 540, 0, 0, 2, true, 0], + 4111: ['Chocolate Clothing Dye', 10, -1, 405, 540, 0, 0, 2, true, 0], + 4112: ['Coral Clothing Dye', 10, -1, 450, 540, 0, 0, 2, true, 0], + 4113: ['Cornflower Blue Clothing Dye', 10, -1, 495, 540, 0, 0, 2, true, 0], + 4114: ['Cornsilk Clothing Dye', 10, -1, 540, 540, 0, 0, 2, true, 0], + 4115: ['Crimson Clothing Dye', 10, -1, 585, 540, 0, 0, 2, true, 0], + 4116: ['Cyan Clothing Dye', 10, -1, 630, 540, 0, 0, 2, true, 0], + 4117: ['Dark Blue Clothing Dye', 10, -1, 675, 540, 0, 0, 2, true, 0], + 4118: ['Dark Cyan Clothing Dye', 10, -1, 720, 540, 0, 0, 2, true, 0], + 4119: ['Dark Golden Rod Clothing Dye', 10, -1, 765, 540, 0, 0, 2, true, 0], + 4120: ['Dark Gray Clothing Dye', 10, -1, 810, 540, 0, 0, 2, true, 0], + 4121: ['Dark Green Clothing Dye', 10, -1, 855, 540, 0, 0, 2, true, 0], + 4122: ['Dark Khaki Clothing Dye', 10, -1, 900, 540, 0, 0, 2, true, 0], + 4123: ['Dark Magenta Clothing Dye', 10, -1, 945, 540, 0, 0, 2, true, 0], + 4124: ['Dark Olive Green Clothing Dye', 10, -1, 990, 540, 0, 0, 2, true, 0], + 4125: ['Dark Orange Clothing Dye', 10, -1, 1035, 540, 0, 0, 2, true, 0], + 4126: ['Dark Orchid Clothing Dye', 10, -1, 1080, 540, 0, 0, 2, true, 0], + 4127: ['Dark Red Clothing Dye', 10, -1, 1125, 540, 0, 0, 2, true, 0], + 4128: ['Dark Salmon Clothing Dye', 10, -1, 1170, 540, 0, 0, 2, true, 0], + 4129: ['Dark Sea Green Clothing Dye', 10, -1, 1215, 540, 0, 0, 2, true, 0], + 4130: ['Dark Slate Blue Clothing Dye', 10, -1, 1260, 540, 0, 0, 2, true, 0], + 4131: ['Dark Slate Gray Clothing Dye', 10, -1, 1305, 540, 0, 0, 2, true, 0], + 4132: ['Dark Turquoise Clothing Dye', 10, -1, 1350, 540, 0, 0, 2, true, 0], + 4133: ['Dark Violet Clothing Dye', 10, -1, 1395, 540, 0, 0, 2, true, 0], + 4134: ['Deep Pink Clothing Dye', 10, -1, 1440, 540, 0, 0, 2, true, 0], + 4135: ['Deep Sky Blue Clothing Dye', 10, -1, 1485, 540, 0, 0, 2, true, 0], + 4136: ['Dim Gray Clothing Dye', 10, -1, 1530, 540, 0, 0, 2, true, 0], + 4137: ['Dodger Blue Clothing Dye', 10, -1, 1575, 540, 0, 0, 2, true, 0], + 4138: ['Fire Brick Clothing Dye', 10, -1, 1620, 540, 0, 0, 2, true, 0], + 4139: ['Floral White Clothing Dye', 10, -1, 1665, 540, 0, 0, 2, true, 0], + 4140: ['Forest Green Clothing Dye', 10, -1, 1710, 540, 0, 0, 2, true, 0], + 4141: ['Fuchsia Clothing Dye', 10, -1, 1755, 540, 0, 0, 2, true, 0], + 4142: ['Gainsboro Clothing Dye', 10, -1, 1800, 540, 0, 0, 2, true, 0], + 4143: ['Ghost White Clothing Dye', 10, -1, 1845, 540, 0, 0, 2, true, 0], + 4144: ['Gold Clothing Dye', 10, -1, 1890, 540, 0, 0, 2, true, 0], + 4145: ['Golden Rod Clothing Dye', 10, -1, 1935, 540, 0, 0, 2, true, 0], + 4146: ['Gray Clothing Dye', 10, -1, 1980, 540, 0, 0, 2, true, 0], + 4147: ['Green Clothing Dye', 10, -1, 2025, 540, 0, 0, 2, true, 0], + 4148: ['Green Yellow Clothing Dye', 10, -1, 2070, 540, 0, 0, 2, true, 0], + 4149: ['Honey Dew Clothing Dye', 10, -1, 2115, 540, 0, 0, 2, true, 0], + 4150: ['Hot Pink Clothing Dye', 10, -1, 2160, 540, 0, 0, 2, true, 0], + 4151: ['Indian Red Clothing Dye', 10, -1, 2205, 540, 0, 0, 2, true, 0], + 4152: ['Indigo Clothing Dye', 10, -1, 2250, 540, 0, 0, 2, true, 0], + 4153: ['Ivory Clothing Dye', 10, -1, 2295, 540, 0, 0, 2, true, 0], + 4154: ['Khaki Clothing Dye', 10, -1, 2340, 540, 0, 0, 2, true, 0], + 4155: ['Lavender Clothing Dye', 10, -1, 2385, 540, 0, 0, 2, true, 0], + 4156: ['Lavender Blush Clothing Dye', 10, -1, 2430, 540, 0, 0, 2, true, 0], + 4157: ['Lawn Green Clothing Dye', 10, -1, 2475, 540, 0, 0, 2, true, 0], + 4158: ['Lemon Chiffon Clothing Dye', 10, -1, 2520, 540, 0, 0, 2, true, 0], + 4159: ['Light Blue Clothing Dye', 10, -1, 2565, 540, 0, 0, 2, true, 0], + 4160: ['Light Coral Clothing Dye', 10, -1, 2610, 540, 0, 0, 2, true, 0], + 4161: ['Light Cyan Clothing Dye', 10, -1, 2655, 540, 0, 0, 2, true, 0], + 4162: ['Light Golden Rod Yellow Clothing Dye', 10, -1, 2700, 540, 0, 0, 2, true, 0], + 4163: ['Light Grey Clothing Dye', 10, -1, 2745, 540, 0, 0, 2, true, 0], + 4164: ['Light Green Clothing Dye', 10, -1, 2790, 540, 0, 0, 2, true, 0], + 4165: ['Light Pink Clothing Dye', 10, -1, 2835, 540, 0, 0, 2, true, 0], + 4166: ['Light Salmon Clothing Dye', 10, -1, 2880, 540, 0, 0, 2, true, 0], + 4167: ['Light Sea Green Clothing Dye', 10, -1, 2925, 540, 0, 0, 2, true, 0], + 4168: ['Light Sky Blue Clothing Dye', 10, -1, 2970, 540, 0, 0, 2, true, 0], + 4169: ['Light Slate Gray Clothing Dye', 10, -1, 3015, 540, 0, 0, 2, true, 0], + 4170: ['Light Steel Blue Clothing Dye', 10, -1, 3060, 540, 0, 0, 2, true, 0], + 4171: ['Light Yellow Clothing Dye', 10, -1, 3105, 540, 0, 0, 2, true, 0], + 4172: ['Lime Clothing Dye', 10, -1, 3150, 540, 0, 0, 2, true, 0], + 4173: ['Lime Green Clothing Dye', 10, -1, 3195, 540, 0, 0, 2, true, 0], + 4174: ['Linen Clothing Dye', 10, -1, 3240, 540, 0, 0, 2, true, 0], + 4175: ['Magenta Clothing Dye', 10, -1, 3285, 540, 0, 0, 2, true, 0], + 4176: ['Maroon Clothing Dye', 10, -1, 3330, 540, 0, 0, 2, true, 0], + 4177: ['Medium Aqua Marine Clothing Dye', 10, -1, 3375, 540, 0, 0, 2, true, 0], + 4178: ['Medium Blue Clothing Dye', 10, -1, 3420, 540, 0, 0, 2, true, 0], + 4179: ['Medium Orchid Clothing Dye', 10, -1, 3465, 540, 0, 0, 2, true, 0], + 4180: ['Medium Purple Clothing Dye', 10, -1, 3510, 540, 0, 0, 2, true, 0], + 4181: ['Medium Sea Green Clothing Dye', 10, -1, 3555, 540, 0, 0, 2, true, 0], + 4182: ['Medium Slate Blue Clothing Dye', 10, -1, 3600, 540, 0, 0, 2, true, 0], + 4183: ['Medium Spring Green Clothing Dye', 10, -1, 3645, 540, 0, 0, 2, true, 0], + 4184: ['Medium Turquoise Clothing Dye', 10, -1, 3690, 540, 0, 0, 2, true, 0], + 4185: ['Medium Violet Red Clothing Dye', 10, -1, 3735, 540, 0, 0, 2, true, 0], + 4186: ['Midnight Blue Clothing Dye', 10, -1, 3780, 540, 0, 0, 2, true, 0], + 4187: ['Mint Cream Clothing Dye', 10, -1, 3825, 540, 0, 0, 2, true, 0], + 4188: ['Misty Rose Clothing Dye', 10, -1, 3870, 540, 0, 0, 2, true, 0], + 4189: ['Moccasin Clothing Dye', 10, -1, 3915, 540, 0, 0, 2, true, 0], + 4190: ['Navajo White Clothing Dye', 10, -1, 3960, 540, 0, 0, 2, true, 0], + 4191: ['Navy Clothing Dye', 10, -1, 4005, 540, 0, 0, 2, true, 0], + 4192: ['Old Lace Clothing Dye', 10, -1, 4050, 540, 0, 0, 2, true, 0], + 4193: ['Olive Clothing Dye', 10, -1, 4095, 540, 0, 0, 2, true, 0], + 4194: ['Olive Drab Clothing Dye', 10, -1, 4140, 540, 0, 0, 2, true, 0], + 4195: ['Orange Clothing Dye', 10, -1, 4185, 540, 0, 0, 2, true, 0], + 4196: ['Orange Red Clothing Dye', 10, -1, 4230, 540, 0, 0, 2, true, 0], + 4197: ['Orchid Clothing Dye', 10, -1, 4275, 540, 0, 0, 2, true, 0], + 4198: ['Pale Golden Rod Clothing Dye', 10, -1, 4320, 540, 0, 0, 2, true, 0], + 4199: ['Pale Green Clothing Dye', 10, -1, 4365, 540, 0, 0, 2, true, 0], + 4200: ['Pale Turquoise Clothing Dye', 10, -1, 4410, 540, 0, 0, 2, true, 0], + 4201: ['Pale Violet Red Clothing Dye', 10, -1, 4455, 540, 0, 0, 2, true, 0], + 4202: ['Papaya Whip Clothing Dye', 10, -1, 0, 585, 0, 0, 2, true, 0], + 4203: ['Peach Puff Clothing Dye', 10, -1, 45, 585, 0, 0, 2, true, 0], + 4204: ['Peru Clothing Dye', 10, -1, 90, 585, 0, 0, 2, true, 0], + 4205: ['Pink Clothing Dye', 10, -1, 135, 585, 0, 0, 2, true, 0], + 4206: ['Plum Clothing Dye', 10, -1, 180, 585, 0, 0, 2, true, 0], + 4207: ['Powder Blue Clothing Dye', 10, -1, 225, 585, 0, 0, 2, true, 0], + 4208: ['Purple Clothing Dye', 10, -1, 270, 585, 0, 0, 2, true, 0], + 4209: ['Red Clothing Dye', 10, -1, 315, 585, 0, 0, 2, true, 0], + 4210: ['Rosy Brown Clothing Dye', 10, -1, 360, 585, 0, 0, 2, true, 0], + 4211: ['Royal Blue Clothing Dye', 10, -1, 405, 585, 0, 0, 2, true, 0], + 4212: ['Saddle Brown Clothing Dye', 10, -1, 450, 585, 0, 0, 2, true, 0], + 4213: ['Salmon Clothing Dye', 10, -1, 495, 585, 0, 0, 2, true, 0], + 4214: ['Sandy Brown Clothing Dye', 10, -1, 540, 585, 0, 0, 2, true, 0], + 4215: ['Sea Green Clothing Dye', 10, -1, 585, 585, 0, 0, 2, true, 0], + 4216: ['Sea Shell Clothing Dye', 10, -1, 630, 585, 0, 0, 2, true, 0], + 4217: ['Sienna Clothing Dye', 10, -1, 675, 585, 0, 0, 2, true, 0], + 4218: ['Silver Clothing Dye', 10, -1, 720, 585, 0, 0, 2, true, 0], + 4219: ['Sky Blue Clothing Dye', 10, -1, 765, 585, 0, 0, 2, true, 0], + 4220: ['Slate Blue Clothing Dye', 10, -1, 810, 585, 0, 0, 2, true, 0], + 4221: ['Slate Gray Clothing Dye', 10, -1, 855, 585, 0, 0, 2, true, 0], + 4222: ['Snow Clothing Dye', 10, -1, 900, 585, 0, 0, 2, true, 0], + 4223: ['Spring Green Clothing Dye', 10, -1, 945, 585, 0, 0, 2, true, 0], + 4224: ['Steel Blue Clothing Dye', 10, -1, 990, 585, 0, 0, 2, true, 0], + 4225: ['Tan Clothing Dye', 10, -1, 1035, 585, 0, 0, 2, true, 0], + 4226: ['Teal Clothing Dye', 10, -1, 1080, 585, 0, 0, 2, true, 0], + 4227: ['Thistle Clothing Dye', 10, -1, 1125, 585, 0, 0, 2, true, 0], + 4228: ['Tomato Clothing Dye', 10, -1, 1170, 585, 0, 0, 2, true, 0], + 4229: ['Turquoise Clothing Dye', 10, -1, 1215, 585, 0, 0, 2, true, 0], + 4230: ['Violet Clothing Dye', 10, -1, 1260, 585, 0, 0, 2, true, 0], + 4231: ['Wheat Clothing Dye', 10, -1, 1305, 585, 0, 0, 2, true, 0], + 4232: ['White Clothing Dye', 10, -1, 1350, 585, 0, 0, 2, true, 0], + 4233: ['White Smoke Clothing Dye', 10, -1, 1395, 585, 0, 0, 2, true, 0], + 4234: ['Yellow Clothing Dye', 10, -1, 1440, 585, 0, 0, 2, true, 0], + 4235: ['Yellow Green Clothing Dye', 10, -1, 1485, 585, 0, 0, 2, true, 0], + 4236: ["St Patrick's Green Clothing Dye", 10, -1, 1530, 585, 0, 0, 2, true, 0], + 4249: ['Blueprint_270', 10, -1, 1575, 585, 0, 500, 7, true, 0], + 4250: ['Blueprint_271', 10, -1, 1620, 585, 0, 500, 7, true, 0], + 4252: ['The Nest Key', 10, -1, 1665, 585, 0, 200, 7, true, 0], + 4253: ['EH Royal Jelly', 10, -1, 1710, 585, 0, 37, 2, false, 0], + 4255: ["EH Queen's Stinger Dagger", 2, -1, 1755, 585, 7, 1000, 6, true, 0], + 4291: ['Snowflake Item', 10, -1, 1800, 585, 0, 200, 2, true, 0], + 4302: ['Sphere of Ice', 21, -1, 1845, 585, 7, 8000, 6, false, 0], + 4308: ['EH Yellow Bee Armor', 6, -1, 1890, 585, 6, 650, 4, false, 0], + 4309: ['EH Red Bee Armor', 6, -1, 1935, 585, 6, 650, 4, false, 0], + 4310: ['EH Blue Bee Armor', 6, -1, 1980, 585, 6, 650, 4, false, 0], + 4333: ['EH Yellow Quiver', 15, -1, 2025, 585, 8, 800, 6, true, 0], + 4334: ['Mr Admin Skin (Triton)', 10, -1, 2070, 585, 0, 1000, 7, true, 0], + 4338: ['EH Blue Quiver', 15, -1, 2115, 585, 8, 800, 6, true, 0], + 4339: ['EH Red Quiver', 15, -1, 2160, 585, 8, 800, 6, true, 0], + 4346: ['Test Close', 10, -1, 2205, 585, 0, 0, 8, true, 0], + 4352: ['Alice Blue Accessory Dye', 10, -1, 2250, 585, 0, 0, 2, true, 0], + 4353: ['Antique White Accessory Dye', 10, -1, 2295, 585, 0, 0, 2, true, 0], + 4354: ['Aqua Accessory Dye', 10, -1, 2340, 585, 0, 0, 2, true, 0], + 4355: ['Aquamarine Accessory Dye', 10, -1, 2385, 585, 0, 0, 2, true, 0], + 4356: ['Azure Accessory Dye', 10, -1, 2430, 585, 0, 0, 2, true, 0], + 4357: ['Beige Accessory Dye', 10, -1, 2475, 585, 0, 0, 2, true, 0], + 4358: ['Bisque Accessory Dye', 10, -1, 2520, 585, 0, 0, 2, true, 0], + 4359: ['Black Accessory Dye', 10, -1, 2565, 585, 0, 0, 2, true, 0], + 4360: ['Blanched Almond Accessory Dye', 10, -1, 2610, 585, 0, 0, 2, true, 0], + 4361: ['Blue Accessory Dye', 10, -1, 2655, 585, 0, 0, 2, true, 0], + 4362: ['Blue Violet Accessory Dye', 10, -1, 2700, 585, 0, 0, 2, true, 0], + 4363: ['Brown Accessory Dye', 10, -1, 2745, 585, 0, 0, 2, true, 0], + 4364: ['Burly Wood Accessory Dye', 10, -1, 2790, 585, 0, 0, 2, true, 0], + 4365: ['Cadet Blue Accessory Dye', 10, -1, 2835, 585, 0, 0, 2, true, 0], + 4366: ['Chartreuse Accessory Dye', 10, -1, 2880, 585, 0, 0, 2, true, 0], + 4367: ['Chocolate Accessory Dye', 10, -1, 2925, 585, 0, 0, 2, true, 0], + 4368: ['Coral Accessory Dye', 10, -1, 2970, 585, 0, 0, 2, true, 0], + 4369: ['Cornflower Blue Accessory Dye', 10, -1, 3015, 585, 0, 0, 2, true, 0], + 4370: ['Cornsilk Accessory Dye', 10, -1, 3060, 585, 0, 0, 2, true, 0], + 4371: ['Crimson Accessory Dye', 10, -1, 3105, 585, 0, 0, 2, true, 0], + 4372: ['Cyan Accessory Dye', 10, -1, 3150, 585, 0, 0, 2, true, 0], + 4373: ['Dark Blue Accessory Dye', 10, -1, 3195, 585, 0, 0, 2, true, 0], + 4374: ['Dark Cyan Accessory Dye', 10, -1, 3240, 585, 0, 0, 2, true, 0], + 4375: ['Dark Golden Rod Accessory Dye', 10, -1, 3285, 585, 0, 0, 2, true, 0], + 4376: ['Dark Gray Accessory Dye', 10, -1, 3330, 585, 0, 0, 2, true, 0], + 4377: ['Dark Green Accessory Dye', 10, -1, 3375, 585, 0, 0, 2, true, 0], + 4378: ['Dark Khaki Accessory Dye', 10, -1, 3420, 585, 0, 0, 2, true, 0], + 4379: ['Dark Magenta Accessory Dye', 10, -1, 3465, 585, 0, 0, 2, true, 0], + 4380: ['Dark Olive Green Accessory Dye', 10, -1, 3510, 585, 0, 0, 2, true, 0], + 4381: ['Dark Orange Accessory Dye', 10, -1, 3555, 585, 0, 0, 2, true, 0], + 4382: ['Dark Orchid Accessory Dye', 10, -1, 3600, 585, 0, 0, 2, true, 0], + 4383: ['Dark Red Accessory Dye', 10, -1, 3645, 585, 0, 0, 2, true, 0], + 4384: ['Dark Salmon Accessory Dye', 10, -1, 3690, 585, 0, 0, 2, true, 0], + 4385: ['Dark Sea Green Accessory Dye', 10, -1, 3735, 585, 0, 0, 2, true, 0], + 4386: ['Dark Slate Blue Accessory Dye', 10, -1, 3780, 585, 0, 0, 2, true, 0], + 4387: ['Dark Slate Gray Accessory Dye', 10, -1, 3825, 585, 0, 0, 2, true, 0], + 4388: ['Dark Turquoise Accessory Dye', 10, -1, 3870, 585, 0, 0, 2, true, 0], + 4389: ['Dark Violet Accessory Dye', 10, -1, 3915, 585, 0, 0, 2, true, 0], + 4390: ['Deep Pink Accessory Dye', 10, -1, 3960, 585, 0, 0, 2, true, 0], + 4391: ['Deep Sky Blue Accessory Dye', 10, -1, 4005, 585, 0, 0, 2, true, 0], + 4392: ['Dim Gray Accessory Dye', 10, -1, 4050, 585, 0, 0, 2, true, 0], + 4393: ['Dodger Blue Accessory Dye', 10, -1, 4095, 585, 0, 0, 2, true, 0], + 4394: ['Fire Brick Accessory Dye', 10, -1, 4140, 585, 0, 0, 2, true, 0], + 4395: ['Floral White Accessory Dye', 10, -1, 4185, 585, 0, 0, 2, true, 0], + 4396: ['Forest Green Accessory Dye', 10, -1, 4230, 585, 0, 0, 2, true, 0], + 4397: ['Fuchsia Accessory Dye', 10, -1, 4275, 585, 0, 0, 2, true, 0], + 4398: ['Gainsboro Accessory Dye', 10, -1, 4320, 585, 0, 0, 2, true, 0], + 4399: ['Ghost White Accessory Dye', 10, -1, 4365, 585, 0, 0, 2, true, 0], + 4400: ['Gold Accessory Dye', 10, -1, 4410, 585, 0, 0, 2, true, 0], + 4401: ['Golden Rod Accessory Dye', 10, -1, 4455, 585, 0, 0, 2, true, 0], + 4402: ['Gray Accessory Dye', 10, -1, 0, 630, 0, 0, 2, true, 0], + 4403: ['Green Accessory Dye', 10, -1, 45, 630, 0, 0, 2, true, 0], + 4404: ['Green Yellow Accessory Dye', 10, -1, 90, 630, 0, 0, 2, true, 0], + 4405: ['Honey Dew Accessory Dye', 10, -1, 135, 630, 0, 0, 2, true, 0], + 4406: ['Hot Pink Accessory Dye', 10, -1, 180, 630, 0, 0, 2, true, 0], + 4407: ['Indian Red Accessory Dye', 10, -1, 225, 630, 0, 0, 2, true, 0], + 4408: ['Indigo Accessory Dye', 10, -1, 270, 630, 0, 0, 2, true, 0], + 4409: ['Ivory Accessory Dye', 10, -1, 315, 630, 0, 0, 2, true, 0], + 4410: ['Khaki Accessory Dye', 10, -1, 360, 630, 0, 0, 2, true, 0], + 4411: ['Lavender Accessory Dye', 10, -1, 405, 630, 0, 0, 2, true, 0], + 4412: ['Lavender Blush Accessory Dye', 10, -1, 450, 630, 0, 0, 2, true, 0], + 4413: ['Lawn Green Accessory Dye', 10, -1, 495, 630, 0, 0, 2, true, 0], + 4414: ['Lemon Chiffon Accessory Dye', 10, -1, 540, 630, 0, 0, 2, true, 0], + 4415: ['Light Blue Accessory Dye', 10, -1, 585, 630, 0, 0, 2, true, 0], + 4416: ['Light Coral Accessory Dye', 10, -1, 630, 630, 0, 0, 2, true, 0], + 4417: ['Light Cyan Accessory Dye', 10, -1, 675, 630, 0, 0, 2, true, 0], + 4418: ['Light Golden Rod Yellow Accessory Dye', 10, -1, 720, 630, 0, 0, 2, true, 0], + 4419: ['Light Grey Accessory Dye', 10, -1, 765, 630, 0, 0, 2, true, 0], + 4420: ['Light Green Accessory Dye', 10, -1, 810, 630, 0, 0, 2, true, 0], + 4421: ['Light Pink Accessory Dye', 10, -1, 855, 630, 0, 0, 2, true, 0], + 4422: ['Light Salmon Accessory Dye', 10, -1, 900, 630, 0, 0, 2, true, 0], + 4423: ['Light Sea Green Accessory Dye', 10, -1, 945, 630, 0, 0, 2, true, 0], + 4424: ['Light Sky Blue Accessory Dye', 10, -1, 990, 630, 0, 0, 2, true, 0], + 4425: ['Light Slate Gray Accessory Dye', 10, -1, 1035, 630, 0, 0, 2, true, 0], + 4426: ['Light Steel Blue Accessory Dye', 10, -1, 1080, 630, 0, 0, 2, true, 0], + 4427: ['Light Yellow Accessory Dye', 10, -1, 1125, 630, 0, 0, 2, true, 0], + 4428: ['Lime Accessory Dye', 10, -1, 1170, 630, 0, 0, 2, true, 0], + 4429: ['Lime Green Accessory Dye', 10, -1, 1215, 630, 0, 0, 2, true, 0], + 4430: ['Linen Accessory Dye', 10, -1, 1260, 630, 0, 0, 2, true, 0], + 4431: ['Magenta Accessory Dye', 10, -1, 1305, 630, 0, 0, 2, true, 0], + 4432: ['Maroon Accessory Dye', 10, -1, 1350, 630, 0, 0, 2, true, 0], + 4433: ['Medium Aqua Marine Accessory Dye', 10, -1, 1395, 630, 0, 0, 2, true, 0], + 4434: ['Medium Blue Accessory Dye', 10, -1, 1440, 630, 0, 0, 2, true, 0], + 4435: ['Medium Orchid Accessory Dye', 10, -1, 1485, 630, 0, 0, 2, true, 0], + 4436: ['Medium Purple Accessory Dye', 10, -1, 1530, 630, 0, 0, 2, true, 0], + 4437: ['Medium Sea Green Accessory Dye', 10, -1, 1575, 630, 0, 0, 2, true, 0], + 4438: ['Medium Slate Blue Accessory Dye', 10, -1, 1620, 630, 0, 0, 2, true, 0], + 4439: ['Medium Spring Green Accessory Dye', 10, -1, 1665, 630, 0, 0, 2, true, 0], + 4440: ['Medium Turquoise Accessory Dye', 10, -1, 1710, 630, 0, 0, 2, true, 0], + 4441: ['Medium Violet Red Accessory Dye', 10, -1, 1755, 630, 0, 0, 2, true, 0], + 4442: ['Midnight Blue Accessory Dye', 10, -1, 1800, 630, 0, 0, 2, true, 0], + 4443: ['Mint Cream Accessory Dye', 10, -1, 1845, 630, 0, 0, 2, true, 0], + 4444: ['Misty Rose Accessory Dye', 10, -1, 1890, 630, 0, 0, 2, true, 0], + 4445: ['Moccasin Accessory Dye', 10, -1, 1935, 630, 0, 0, 2, true, 0], + 4446: ['Navajo White Accessory Dye', 10, -1, 1980, 630, 0, 0, 2, true, 0], + 4447: ['Navy Accessory Dye', 10, -1, 2025, 630, 0, 0, 2, true, 0], + 4448: ['Old Lace Accessory Dye', 10, -1, 2070, 630, 0, 0, 2, true, 0], + 4449: ['Olive Accessory Dye', 10, -1, 2115, 630, 0, 0, 2, true, 0], + 4450: ['Olive Drab Accessory Dye', 10, -1, 2160, 630, 0, 0, 2, true, 0], + 4451: ['Orange Accessory Dye', 10, -1, 2205, 630, 0, 0, 2, true, 0], + 4452: ['Orange Red Accessory Dye', 10, -1, 2250, 630, 0, 0, 2, true, 0], + 4453: ['Orchid Accessory Dye', 10, -1, 2295, 630, 0, 0, 2, true, 0], + 4454: ['Pale Golden Rod Accessory Dye', 10, -1, 2340, 630, 0, 0, 2, true, 0], + 4455: ['Pale Green Accessory Dye', 10, -1, 2385, 630, 0, 0, 2, true, 0], + 4456: ['Pale Turquoise Accessory Dye', 10, -1, 2430, 630, 0, 0, 2, true, 0], + 4457: ['Pale Violet Red Accessory Dye', 10, -1, 2475, 630, 0, 0, 2, true, 0], + 4458: ['Papaya Whip Accessory Dye', 10, -1, 2520, 630, 0, 0, 2, true, 0], + 4459: ['Peach Puff Accessory Dye', 10, -1, 2565, 630, 0, 0, 2, true, 0], + 4460: ['Peru Accessory Dye', 10, -1, 2610, 630, 0, 0, 2, true, 0], + 4461: ['Pink Accessory Dye', 10, -1, 2655, 630, 0, 0, 2, true, 0], + 4462: ['Plum Accessory Dye', 10, -1, 2700, 630, 0, 0, 2, true, 0], + 4463: ['Powder Blue Accessory Dye', 10, -1, 2745, 630, 0, 0, 2, true, 0], + 4464: ['Purple Accessory Dye', 10, -1, 2790, 630, 0, 0, 2, true, 0], + 4465: ['Red Accessory Dye', 10, -1, 2835, 630, 0, 0, 2, true, 0], + 4466: ['Rosy Brown Accessory Dye', 10, -1, 2880, 630, 0, 0, 2, true, 0], + 4467: ['Royal Blue Accessory Dye', 10, -1, 2925, 630, 0, 0, 2, true, 0], + 4468: ['Saddle Brown Accessory Dye', 10, -1, 2970, 630, 0, 0, 2, true, 0], + 4469: ['Salmon Accessory Dye', 10, -1, 3015, 630, 0, 0, 2, true, 0], + 4470: ['Sandy Brown Accessory Dye', 10, -1, 3060, 630, 0, 0, 2, true, 0], + 4471: ['Sea Green Accessory Dye', 10, -1, 3105, 630, 0, 0, 2, true, 0], + 4472: ['Sea Shell Accessory Dye', 10, -1, 3150, 630, 0, 0, 2, true, 0], + 4473: ['Sienna Accessory Dye', 10, -1, 3195, 630, 0, 0, 2, true, 0], + 4474: ['Silver Accessory Dye', 10, -1, 3240, 630, 0, 0, 2, true, 0], + 4475: ['Sky Blue Accessory Dye', 10, -1, 3285, 630, 0, 0, 2, true, 0], + 4476: ['Slate Blue Accessory Dye', 10, -1, 3330, 630, 0, 0, 2, true, 0], + 4477: ['Slate Gray Accessory Dye', 10, -1, 3375, 630, 0, 0, 2, true, 0], + 4478: ['Snow Accessory Dye', 10, -1, 3420, 630, 0, 0, 2, true, 0], + 4479: ['Spring Green Accessory Dye', 10, -1, 3465, 630, 0, 0, 2, true, 0], + 4480: ['Steel Blue Accessory Dye', 10, -1, 3510, 630, 0, 0, 2, true, 0], + 4481: ['Tan Accessory Dye', 10, -1, 3555, 630, 0, 0, 2, true, 0], + 4482: ['Teal Accessory Dye', 10, -1, 3600, 630, 0, 0, 2, true, 0], + 4483: ['Thistle Accessory Dye', 10, -1, 3645, 630, 0, 0, 2, true, 0], + 4484: ['Tomato Accessory Dye', 10, -1, 3690, 630, 0, 0, 2, true, 0], + 4485: ['Turquoise Accessory Dye', 10, -1, 3735, 630, 0, 0, 2, true, 0], + 4486: ['Violet Accessory Dye', 10, -1, 3780, 630, 0, 0, 2, true, 0], + 4487: ['Wheat Accessory Dye', 10, -1, 3825, 630, 0, 0, 2, true, 0], + 4488: ['White Accessory Dye', 10, -1, 3870, 630, 0, 0, 2, true, 0], + 4489: ['White Smoke Accessory Dye', 10, -1, 3915, 630, 0, 0, 2, true, 0], + 4490: ['Yellow Accessory Dye', 10, -1, 3960, 630, 0, 0, 2, true, 0], + 4491: ['Yellow Green Accessory Dye', 10, -1, 4005, 630, 0, 0, 2, true, 0], + 4492: ["St Patrick's Green Accessory Dye", 10, -1, 4050, 630, 0, 0, 2, true, 0], + 4608: ['Large Purple Pinstripe Cloth', 10, -1, 4095, 630, 0, 0, 2, true, 0], + 4609: ['Large Brown Lined Cloth', 10, -1, 4140, 630, 0, 0, 2, true, 0], + 4610: ['Large Blue Striped Cloth', 10, -1, 4185, 630, 0, 0, 2, true, 0], + 4611: ['Large Black Striped Cloth', 10, -1, 4230, 630, 0, 0, 2, true, 0], + 4612: ['Large Rainbow Cloth', 10, -1, 4275, 630, 0, 0, 2, true, 0], + 4613: ['Large Starry Cloth', 10, -1, 4320, 630, 0, 0, 2, true, 0], + 4614: ['Large Brown Stitch Cloth', 10, -1, 4365, 630, 0, 0, 2, true, 0], + 4615: ['Large Tan Diamond Cloth', 10, -1, 4410, 630, 0, 0, 2, true, 0], + 4616: ['Large Green Weave Cloth', 10, -1, 4455, 630, 0, 0, 2, true, 0], + 4617: ['Large Blue Wave Cloth', 10, -1, 0, 675, 0, 0, 2, true, 0], + 4618: ['Large Yellow Wire Cloth', 10, -1, 45, 675, 0, 0, 2, true, 0], + 4619: ['Large Futuristic Cloth', 10, -1, 90, 675, 0, 0, 2, true, 0], + 4620: ['Large Stony Cloth', 10, -1, 135, 675, 0, 0, 2, true, 0], + 4621: ['Large Heart Cloth', 10, -1, 180, 675, 0, 0, 2, true, 0], + 4622: ['Large Skull Cloth', 10, -1, 225, 675, 0, 0, 2, true, 0], + 4623: ['Large Red Diamond Cloth', 10, -1, 270, 675, 0, 0, 2, true, 0], + 4624: ['Large Jester Cloth', 10, -1, 315, 675, 0, 0, 2, true, 0], + 4625: ['Large Crossbox Cloth', 10, -1, 360, 675, 0, 0, 2, true, 0], + 4626: ['Large White Diamond Cloth', 10, -1, 405, 675, 0, 0, 2, true, 0], + 4627: ['Large Grey Scaly Cloth', 10, -1, 450, 675, 0, 0, 2, true, 0], + 4628: ['Large Red Spotted Cloth', 10, -1, 495, 675, 0, 0, 2, true, 0], + 4629: ['Large Smiley Cloth', 10, -1, 540, 675, 0, 0, 2, true, 0], + 4630: ['Large Bold Diamond Cloth', 10, -1, 585, 675, 0, 0, 2, true, 0], + 4631: ['Large Blue Lace Cloth', 10, -1, 630, 675, 0, 0, 2, true, 0], + 4632: ['Large Loud Spotted Cloth', 10, -1, 675, 675, 0, 0, 2, true, 0], + 4633: ['Large Red Weft Cloth', 10, -1, 720, 675, 0, 0, 2, true, 0], + 4634: ['Large Pink Sparkly Cloth', 10, -1, 765, 675, 0, 0, 2, true, 0], + 4635: ['Large Red Lace Cloth', 10, -1, 810, 675, 0, 0, 2, true, 0], + 4636: ['Large Pink Maze Cloth', 10, -1, 855, 675, 0, 0, 2, true, 0], + 4637: ['Large Yellow Dot Cloth', 10, -1, 900, 675, 0, 0, 2, true, 0], + 4638: ['Large Cloud Cloth', 10, -1, 945, 675, 0, 0, 2, true, 0], + 4639: ['Large Glowthread Cloth', 10, -1, 990, 675, 0, 0, 2, true, 0], + 4640: ['Large Sweater Cloth', 10, -1, 1035, 675, 0, 0, 2, true, 0], + 4641: ['Large Bee Stripe Cloth', 10, -1, 1080, 675, 0, 0, 2, true, 0], + 4642: ['Large Western Stripe Cloth', 10, -1, 1125, 675, 0, 0, 2, true, 0], + 4643: ['Large Blue Point Cloth', 10, -1, 1170, 675, 0, 0, 2, true, 0], + 4644: ['Large Robber Cloth', 10, -1, 1215, 675, 0, 0, 2, true, 0], + 4645: ['Large Chainmail Cloth', 10, -1, 1260, 675, 0, 0, 2, true, 0], + 4646: ['Large Dark Blue Stripe Cloth', 10, -1, 1305, 675, 0, 0, 2, true, 0], + 4647: ['Large Vine Cloth', 10, -1, 1350, 675, 0, 0, 2, true, 0], + 4648: ['Large Party Cloth', 10, -1, 1395, 675, 0, 0, 2, true, 0], + 4649: ['Large Viva Cloth', 10, -1, 1440, 675, 0, 0, 2, true, 0], + 4650: ['Large Nautical Cloth', 10, -1, 1485, 675, 0, 0, 2, true, 0], + 4651: ['Large Cactus Zag Cloth', 10, -1, 1530, 675, 0, 0, 2, true, 0], + 4652: ['Large Big-Stripe Blue Cloth', 10, -1, 1575, 675, 0, 0, 2, true, 0], + 4653: ['Large Big-Stripe Red Cloth', 10, -1, 1620, 675, 0, 0, 2, true, 0], + 4654: ['Large Starry Night Cloth', 10, -1, 1665, 675, 0, 0, 2, true, 0], + 4655: ['Large Lemon-Lime Cloth', 10, -1, 1710, 675, 0, 0, 2, true, 0], + 4656: ['Large Floral Cloth', 10, -1, 1755, 675, 0, 0, 2, true, 0], + 4657: ['Large Pink Dot Cloth', 10, -1, 1800, 675, 0, 0, 2, true, 0], + 4658: ['Large Dark Eyes Cloth', 10, -1, 1845, 675, 0, 0, 2, true, 0], + 4659: ['Large Wind Cloth', 10, -1, 1890, 675, 0, 0, 2, true, 0], + 4660: ['Large Shamrock Cloth', 10, -1, 1935, 675, 0, 0, 2, true, 0], + 4661: ['Large Bright Stripes Cloth', 10, -1, 1980, 675, 0, 0, 2, true, 0], + 4662: ['Large USA Flag Cloth', 10, -1, 2025, 675, 0, 0, 2, true, 0], + 4663: ['Large Flannel Cloth', 10, -1, 2070, 675, 0, 0, 2, true, 0], + 4664: ['Large Cow Print Cloth', 10, -1, 2115, 675, 0, 0, 2, true, 0], + 4665: ['Large Lush Camo Cloth', 10, -1, 2160, 675, 0, 0, 2, true, 0], + 4666: ['Large Dark Camo Cloth', 10, -1, 2205, 675, 0, 0, 2, true, 0], + 4667: ['Large Teal Crystal Cloth', 10, -1, 2250, 675, 0, 0, 2, true, 0], + 4668: ['Large Blue Fireworks Cloth', 10, -1, 2295, 675, 0, 0, 2, true, 0], + 4669: ['Large Crisscross Cloth', 10, -1, 2340, 675, 0, 0, 2, true, 0], + 4670: ['Large Diamond Cloth', 10, -1, 2385, 675, 0, 0, 2, true, 0], + 4671: ['Large Egyptian Cloth', 10, -1, 2430, 675, 0, 0, 2, true, 0], + 4672: ['Large Purple Bones Cloth', 10, -1, 2475, 675, 0, 0, 2, true, 0], + 4673: ['Large Plaid Cloth', 10, -1, 2520, 675, 0, 0, 2, true, 0], + 4674: ['Large Red USA Star Cloth', 10, -1, 2565, 675, 0, 0, 2, true, 0], + 4675: ['Large Blue USA Star Cloth', 10, -1, 2610, 675, 0, 0, 2, true, 0], + 4676: ['Large USA Star Cloth', 10, -1, 2655, 675, 0, 0, 2, true, 0], + 4677: ['Large Purple Stripes Cloth', 10, -1, 2700, 675, 0, 0, 2, true, 0], + 4678: ['Large Bright Floral Cloth', 10, -1, 2745, 675, 0, 0, 2, true, 0], + 4679: ['Large Clanranald Cloth', 10, -1, 2790, 675, 0, 0, 2, true, 0], + 4680: ['Large American Flag Cloth', 10, -1, 2835, 675, 0, 0, 2, true, 0], + 4681: ['Large Relief Cloth', 10, -1, 2880, 675, 0, 0, 2, true, 0], + 4682: ['Large Intense Clovers Cloth', 10, -1, 2925, 675, 0, 0, 2, true, 0], + 4683: ['Large Celtic Knot Cloth', 10, -1, 2970, 675, 0, 0, 2, true, 0], + 4684: ['Large Flame Cloth', 10, -1, 3015, 675, 0, 0, 2, true, 0], + 4685: ['Large Heavy Chainmail Cloth', 10, -1, 3060, 675, 0, 0, 2, true, 0], + 4686: ['Large Leopard Print Cloth', 10, -1, 3105, 675, 0, 0, 2, true, 0], + 4687: ['Large Zebra Print Cloth', 10, -1, 3150, 675, 0, 0, 2, true, 0], + 4688: ['Large Colored Egg Cloth', 10, -1, 3195, 675, 0, 0, 2, true, 0], + 4689: ['Large Spring Cloth', 10, -1, 3240, 675, 0, 0, 2, true, 0], + 4690: ['Large Hibiscus Beach Wrap Cloth', 10, -1, 3285, 675, 0, 0, 2, true, 0], + 4691: ['Large Blue Camo Cloth', 10, -1, 3330, 675, 0, 0, 2, true, 0], + 4692: ['Large Sunburst Cloth', 10, -1, 3375, 675, 0, 0, 2, true, 0], + 4693: ['Large Ivory Dragon Scale Cloth', 10, -1, 3420, 675, 0, 0, 2, true, 0], + 4694: ['Large Green Dragon Scale Cloth', 10, -1, 3465, 675, 0, 0, 2, true, 0], + 4695: ['Large Midnight Dragon Scale Cloth', 10, -1, 3510, 675, 0, 0, 2, true, 0], + 4696: ['Large Blue Dragon Scale Cloth', 10, -1, 3555, 675, 0, 0, 2, true, 0], + 4697: ['Large Red Dragon Scale Cloth', 10, -1, 3600, 675, 0, 0, 2, true, 0], + 4698: ['Large Jester Argyle Cloth', 10, -1, 3645, 675, 0, 0, 2, true, 0], + 4699: ['Large Alchemist Cloth', 10, -1, 3690, 675, 0, 0, 2, true, 0], + 4700: ['Large Spooky Cloth', 10, -1, 3735, 675, 0, 0, 2, true, 0], + 4701: ['Large Mosaic Cloth', 10, -1, 3780, 675, 0, 0, 2, true, 0], + 4702: ['Large Blue Bee Cloth', 10, -1, 3825, 675, 0, 0, 2, true, 0], + 4703: ['Large Yellow Bee Cloth', 10, -1, 3870, 675, 0, 0, 2, true, 0], + 4704: ['Large Red Bee Cloth', 10, -1, 3915, 675, 0, 0, 2, true, 0], + 4705: ['Large Stormy Cloth', 10, -1, 3960, 675, 0, 0, 2, true, 0], + 4706: ['Large Musical Cloth', 10, -1, 4005, 675, 0, 0, 2, true, 0], + 4707: ['Large Digital Navy Camo Cloth', 10, -1, 4050, 675, 0, 0, 2, true, 0], + 4708: ['Large Digital Fall Camo Cloth', 10, -1, 4095, 675, 0, 0, 2, true, 0], + 4709: ['Large Digital Woods Camo Cloth', 10, -1, 4140, 675, 0, 0, 2, true, 0], + 4710: ['Large Digital Arctic Camo Cloth', 10, -1, 4185, 675, 0, 0, 2, true, 0], + 4711: ['Large UFO Cloth', 10, -1, 4230, 675, 0, 0, 2, true, 0], + 4712: ['Large Foraxian Cloth', 10, -1, 4275, 675, 0, 0, 2, true, 0], + 4713: ['Large Katalonian Cloth', 10, -1, 4320, 675, 0, 0, 2, true, 0], + 4714: ['Large Untarian Cloth', 10, -1, 4365, 675, 0, 0, 2, true, 0], + 4715: ['Large Malogian Cloth', 10, -1, 4410, 675, 0, 0, 2, true, 0], + 4716: ['Large Magma Cloth', 10, -1, 4455, 675, 0, 0, 2, true, 0], + 4717: ['Large Mixed Lights Cloth', 10, -1, 0, 720, 0, 0, 2, true, 0], + 4718: ['Large Peppermint Cloth', 10, -1, 45, 720, 0, 0, 2, true, 0], + 4719: ['Large Holiday Lights Cloth', 10, -1, 90, 720, 0, 0, 2, true, 0], + 4720: ['Large Snowy Night Cloth', 10, -1, 135, 720, 0, 0, 2, true, 0], + 4721: ['Large Snowflake Cloth', 10, -1, 180, 720, 0, 0, 2, true, 0], + 4722: ['Large Candy Cane Cloth', 10, -1, 225, 720, 0, 0, 2, true, 0], + 4723: ['Large Gemsbok Cloth', 10, -1, 270, 720, 0, 0, 2, true, 0], + 4724: ['Large Dammah Cloth', 10, -1, 315, 720, 0, 0, 2, true, 0], + 4725: ['Large Leucoryx Cloth', 10, -1, 360, 720, 0, 0, 2, true, 0], + 4726: ['Large Exalted Oryx Cloth', 10, -1, 405, 720, 0, 0, 2, true, 0], + 4727: ['Large Beisa Symbol Cloth', 10, -1, 450, 720, 0, 0, 2, true, 0], + 4728: ['Large Dammah Symbol Cloth', 10, -1, 495, 720, 0, 0, 2, true, 0], + 4729: ['Large Leucoryx Symbol Cloth', 10, -1, 540, 720, 0, 0, 2, true, 0], + 4730: ['Large Gemsbok Symbol Cloth', 10, -1, 585, 720, 0, 0, 2, true, 0], + 4731: ['Large Exalted Oryx Symbol Cloth', 10, -1, 630, 720, 0, 0, 2, true, 0], + 4732: ['Large Beisa Cloth', 10, -1, 675, 720, 0, 0, 2, true, 0], + 4733: ['Large Sanctuary Cloth', 10, -1, 720, 720, 0, 0, 2, true, 0], + 4734: ['Large Steel Cloth', 10, -1, 765, 720, 0, 0, 2, true, 0], + 4735: ['Large Plate Cloth', 10, -1, 810, 720, 0, 0, 2, true, 0], + 4736: ['Large Cone Cloth', 10, -1, 855, 720, 0, 0, 2, true, 0], + 4737: ['Large Construction Cloth', 10, -1, 900, 720, 0, 0, 2, true, 0], + 4738: ['Large Obsidian Scale Cloth', 10, -1, 945, 720, 0, 0, 2, true, 0], + 4739: ['Large Cronus Square Cloth', 10, -1, 990, 720, 0, 0, 2, true, 0], + 4740: ['Large Hollow Square Cloth', 10, -1, 1035, 720, 0, 0, 2, true, 0], + 4741: ['Large Pink Cube Cloth', 10, -1, 1080, 720, 0, 0, 2, true, 0], + 4742: ['Large Sentinel Cloth', 10, -1, 1125, 720, 0, 0, 2, true, 0], + 4743: ['Large Twilight Cloth', 10, -1, 1170, 720, 0, 0, 2, true, 0], + 4744: ['Large Crown Cloth', 10, -1, 1215, 720, 0, 0, 2, true, 0], + 4745: ['Large Corruption Cloth', 10, -1, 1260, 720, 0, 0, 2, true, 0], + 4746: ['Large Galactic Cloth', 10, -1, 1305, 720, 0, 0, 2, true, 0], + 4747: ['Large Hypnotic Cloth', 10, -1, 1350, 720, 0, 0, 2, true, 0], + 4748: ['Large Tie Dye Cloth', 10, -1, 1395, 720, 0, 0, 2, true, 0], + 4749: ['Large Rain Cloth', 10, -1, 1440, 720, 0, 0, 2, true, 0], + 4750: ['Large Barber Pole Cloth', 10, -1, 1485, 720, 0, 0, 2, true, 0], + 4751: ['Large Ahead Cloth', 10, -1, 1530, 720, 0, 0, 2, true, 0], + 4752: ['Large Tidal Cloth', 10, -1, 1575, 720, 0, 0, 2, true, 0], + 4753: ['Large Running Heart Cloth', 10, -1, 1620, 720, 0, 0, 2, true, 0], + 4754: ['Large Falling Snowflakes Cloth', 10, -1, 1665, 720, 0, 0, 2, true, 0], + 4755: ['Large Snowflake Vortex Cloth', 10, -1, 1710, 720, 0, 0, 2, true, 0], + 4756: ['Large Terminal Cloth', 10, -1, 1755, 720, 0, 0, 2, true, 0], + 4757: ['Large New Year Dragon Cloth', 10, -1, 1800, 720, 0, 0, 2, true, 0], + 4758: ['Large Flying Lanterns Cloth', 10, -1, 1845, 720, 0, 0, 2, true, 0], + 4759: ['Large Static Noise Cloth', 10, -1, 1890, 720, 0, 0, 2, true, 0], + 4760: ['Large Spinning Stars Cloth', 10, -1, 1935, 720, 0, 0, 2, true, 0], + 4761: ['Large Floating Clouds Cloth', 10, -1, 1980, 720, 0, 0, 2, true, 0], + 4762: ['Large Scrolling Suns Cloth', 10, -1, 2025, 720, 0, 0, 2, true, 0], + 4763: ['Large Low Poly Cloth', 10, -1, 2070, 720, 0, 0, 2, true, 0], + 4764: ['Large Royal Eminence Cloth', 10, -1, 2115, 720, 0, 0, 2, true, 0], + 4765: ['Large Endless Petals Cloth', 10, -1, 2160, 720, 0, 0, 2, true, 0], + 4766: ['Large Flowing Rainbow Cloth', 10, -1, 2205, 720, 0, 0, 2, true, 0], + 4767: ['Large Migrating Birds Cloth', 10, -1, 2250, 720, 0, 0, 2, true, 0], + 4768: ['Large Spinning Shamrock Cloth', 10, -1, 2295, 720, 0, 0, 2, true, 0], + 4769: ['Large Black Coin Cloth', 10, -1, 2340, 720, 0, 0, 2, true, 0], + 4770: ['Large Black Coin Rain Cloth', 10, -1, 2385, 720, 0, 0, 2, true, 0], + 4771: ['Large Voodoo Skulls Cloth', 10, -1, 2430, 720, 0, 0, 2, true, 0], + 4772: ['Large Falling Voodoo Skulls Cloth', 10, -1, 2475, 720, 0, 0, 2, true, 0], + 4773: ['Large Slithering Snakes Cloth', 10, -1, 2520, 720, 0, 0, 2, true, 0], + 4774: ['Large Blood Cloth', 10, -1, 2565, 720, 0, 0, 2, true, 0], + 4775: ['Large Nails Cloth', 10, -1, 2610, 720, 0, 0, 2, true, 0], + 4784: ['Large Gears Cloth', 10, -1, 2655, 720, 0, 0, 2, true, 0], + 4785: ['Large Big Gears Cloth', 10, -1, 2700, 720, 0, 0, 2, true, 0], + 4786: ['Large Nuts and Bolts Cloth', 10, -1, 2745, 720, 0, 0, 2, true, 0], + 4787: ['Large Steampunk Gears Cloth', 10, -1, 2790, 720, 0, 0, 2, true, 0], + 4788: ['Large Augmented Titanium Cloth', 10, -1, 2835, 720, 0, 0, 2, true, 0], + 4789: ['Large Living Vines Cloth', 10, -1, 2880, 720, 0, 0, 2, true, 0], + 4790: ['Large Royalty Cloth', 10, -1, 2925, 720, 0, 0, 2, true, 0], + 4791: ['Large Hot Coal Cloth', 10, -1, 2970, 720, 0, 0, 2, true, 0], + 4792: ['Large Void Swirl Cloth', 10, -1, 3015, 720, 0, 0, 2, true, 0], + 4793: ['Large Icy Flames Cloth', 10, -1, 3060, 720, 0, 0, 2, true, 0], + 4794: ['Large Flowers of Sin Cloth', 10, -1, 3105, 720, 0, 0, 2, true, 0], + 4795: ['Large Green Camouflage Cloth', 10, -1, 3150, 720, 0, 0, 2, true, 0], + 4796: ['Large Dark Camouflage Cloth', 10, -1, 3195, 720, 0, 0, 2, true, 0], + 4797: ['Large Arcane Cloth', 10, -1, 3240, 720, 0, 0, 2, true, 0], + 4798: ['Large Oryxtober Beer Cloth', 10, -1, 3285, 720, 0, 0, 2, true, 0], + 4799: ['Large Edelweiss Cloth', 10, -1, 3330, 720, 0, 0, 2, true, 0], + 4800: ['Large Odyssey Cloth', 10, -1, 3375, 720, 0, 0, 2, true, 0], + 4801: ['Large Labyrinth Cloth', 10, -1, 3420, 720, 0, 0, 2, true, 0], + 4802: ['Large Starlight Cloth', 10, -1, 3465, 720, 0, 0, 2, true, 0], + 4803: ['Large Christmas Lights Cloth', 10, -1, 3510, 720, 0, 0, 2, true, 0], + 4804: ['Large Peppermint Candy Cloth', 10, -1, 3555, 720, 0, 0, 2, true, 0], + 4805: ['Large Aurora Cloth', 10, -1, 3600, 720, 0, 0, 2, true, 0], + 4806: ['Large Green Peppermint Candy Cloth', 10, -1, 3645, 720, 0, 0, 2, true, 0], + 4807: ['Large Starfield Cloth', 10, -1, 3690, 720, 0, 0, 2, true, 0], + 4808: ['Large Pixelated Planet Cloth', 10, -1, 3735, 720, 0, 0, 2, true, 0], + 4809: ['Large Medieval Fabric Cloth', 10, -1, 3780, 720, 0, 0, 2, true, 0], + 4810: ['Large Jacquard Border Cloth', 10, -1, 3825, 720, 0, 0, 2, true, 0], + 4811: ['Large Spring Flowers Cloth', 10, -1, 3870, 720, 0, 0, 2, true, 0], + 4812: ['Large Mediterranean Wave Cloth', 10, -1, 3915, 720, 0, 0, 2, true, 0], + 4813: ['Large Void Fabric Cloth', 10, -1, 3960, 720, 0, 0, 2, true, 0], + 4814: ['Large Void Whisps Cloth', 10, -1, 4005, 720, 0, 0, 2, true, 0], + 4815: ['Large Void Spirals Cloth', 10, -1, 4050, 720, 0, 0, 2, true, 0], + 4839: ['Large Ancient Hieroglyphs Cloth', 10, -1, 4095, 720, 0, 0, 2, true, 0], + 4840: ['Large Flying Daggers Cloth', 10, -1, 4140, 720, 0, 0, 2, true, 0], + 4841: ['Large Jungle Style Cloth', 10, -1, 4185, 720, 0, 0, 2, true, 0], + 4842: ['Large Flying Shurikens Cloth', 10, -1, 4230, 720, 0, 0, 2, true, 0], + 4843: ['Large Illusionary Vortex Cloth', 10, -1, 4275, 720, 0, 0, 2, true, 0], + 4844: ['Large Aqua Veil Cloth', 10, -1, 4320, 720, 0, 0, 2, true, 0], + 4845: ['Large Tidal Waves Cloth', 10, -1, 4365, 720, 0, 0, 2, true, 0], + 4846: ['Large Ocean Mist Cloth', 10, -1, 4410, 720, 0, 0, 2, true, 0], + 4847: ['Large Spooky Bats Cloth', 10, -1, 4455, 720, 0, 0, 2, true, 0], + 4848: ['Large Haunted Lanterns Cloth', 10, -1, 0, 765, 0, 0, 2, true, 0], + 4849: ['Large Tiny Ghosts Cloth', 10, -1, 45, 765, 0, 0, 2, true, 0], + 4850: ['Large Festive Ribbon Cloth', 10, -1, 90, 765, 0, 0, 2, true, 0], + 4851: ['Large Chimney Cloth', 10, -1, 135, 765, 0, 0, 2, true, 0], + 4852: ['Large Christmas Sweater Cloth', 10, -1, 180, 765, 0, 0, 2, true, 0], + 4853: ['Large Christmas Ornaments Cloth', 10, -1, 225, 765, 0, 0, 2, true, 0], + 4854: ['Large Christmas Trees Cloth', 10, -1, 270, 765, 0, 0, 2, true, 0], + 4855: ['Large Heart-Striped Cloth', 10, -1, 315, 765, 0, 0, 2, true, 0], + 4856: ['Large Multicolor Hearts Cloth', 10, -1, 360, 765, 0, 0, 2, true, 0], + 4857: ['Large Broken Hearts Cloth', 10, -1, 405, 765, 0, 0, 2, true, 0], + 4858: ['Large Chocolate Bar Cloth', 10, -1, 450, 765, 0, 0, 2, true, 0], + 4864: ['Small Purple Pinstripe Cloth', 10, -1, 495, 765, 0, 0, 2, true, 0], + 4865: ['Small Brown Lined Cloth', 10, -1, 540, 765, 0, 0, 2, true, 0], + 4866: ['Small Blue Striped Cloth', 10, -1, 585, 765, 0, 0, 2, true, 0], + 4867: ['Small Black Striped Cloth', 10, -1, 630, 765, 0, 0, 2, true, 0], + 4868: ['Small Rainbow Cloth', 10, -1, 675, 765, 0, 0, 2, true, 0], + 4869: ['Small Starry Cloth', 10, -1, 720, 765, 0, 0, 2, true, 0], + 4870: ['Small Brown Stitch Cloth', 10, -1, 765, 765, 0, 0, 2, true, 0], + 4871: ['Small Tan Diamond Cloth', 10, -1, 810, 765, 0, 0, 2, true, 0], + 4872: ['Small Green Weave Cloth', 10, -1, 855, 765, 0, 0, 2, true, 0], + 4873: ['Small Blue Wave Cloth', 10, -1, 900, 765, 0, 0, 2, true, 0], + 4874: ['Small Yellow Wire Cloth', 10, -1, 945, 765, 0, 0, 2, true, 0], + 4875: ['Small Futuristic Cloth', 10, -1, 990, 765, 0, 0, 2, true, 0], + 4876: ['Small Stony Cloth', 10, -1, 1035, 765, 0, 0, 2, true, 0], + 4877: ['Small Heart Cloth', 10, -1, 1080, 765, 0, 0, 2, true, 0], + 4878: ['Small Skull Cloth', 10, -1, 1125, 765, 0, 0, 2, true, 0], + 4879: ['Small Red Diamond Cloth', 10, -1, 1170, 765, 0, 0, 2, true, 0], + 4880: ['Small Jester Cloth', 10, -1, 1215, 765, 0, 0, 2, true, 0], + 4881: ['Small Crossbox Cloth', 10, -1, 1260, 765, 0, 0, 2, true, 0], + 4882: ['Small White Diamond Cloth', 10, -1, 1305, 765, 0, 0, 2, true, 0], + 4883: ['Small Grey Scaly Cloth', 10, -1, 1350, 765, 0, 0, 2, true, 0], + 4884: ['Small Red Spotted Cloth', 10, -1, 1395, 765, 0, 0, 2, true, 0], + 4885: ['Small Smiley Cloth', 10, -1, 1440, 765, 0, 0, 2, true, 0], + 4886: ['Small Bold Diamond Cloth', 10, -1, 1485, 765, 0, 0, 2, true, 0], + 4887: ['Small Blue Lace Cloth', 10, -1, 1530, 765, 0, 0, 2, true, 0], + 4888: ['Small Loud Spotted Cloth', 10, -1, 1575, 765, 0, 0, 2, true, 0], + 4889: ['Small Red Weft Cloth', 10, -1, 1620, 765, 0, 0, 2, true, 0], + 4890: ['Small Pink Sparkly Cloth', 10, -1, 1665, 765, 0, 0, 2, true, 0], + 4891: ['Small Red Lace Cloth', 10, -1, 1710, 765, 0, 0, 2, true, 0], + 4892: ['Small Pink Maze Cloth', 10, -1, 1755, 765, 0, 0, 2, true, 0], + 4893: ['Small Yellow Dot Cloth', 10, -1, 1800, 765, 0, 0, 2, true, 0], + 4894: ['Small Cloud Cloth', 10, -1, 1845, 765, 0, 0, 2, true, 0], + 4895: ['Small Glowthread Cloth', 10, -1, 1890, 765, 0, 0, 2, true, 0], + 4896: ['Small Sweater Cloth', 10, -1, 1935, 765, 0, 0, 2, true, 0], + 4897: ['Small Bee Stripe Cloth', 10, -1, 1980, 765, 0, 0, 2, true, 0], + 4898: ['Small Western Stripe Cloth', 10, -1, 2025, 765, 0, 0, 2, true, 0], + 4899: ['Small Blue Point Cloth', 10, -1, 2070, 765, 0, 0, 2, true, 0], + 4900: ['Small Robber Cloth', 10, -1, 2115, 765, 0, 0, 2, true, 0], + 4901: ['Small Chainmail Cloth', 10, -1, 2160, 765, 0, 0, 2, true, 0], + 4902: ['Small Dark Blue Stripe Cloth', 10, -1, 2205, 765, 0, 0, 2, true, 0], + 4903: ['Small Vine Cloth', 10, -1, 2250, 765, 0, 0, 2, true, 0], + 4904: ['Small Party Cloth', 10, -1, 2295, 765, 0, 0, 2, true, 0], + 4905: ['Small Viva Cloth', 10, -1, 2340, 765, 0, 0, 2, true, 0], + 4906: ['Small Nautical Cloth', 10, -1, 2385, 765, 0, 0, 2, true, 0], + 4907: ['Small Cactus Zag Cloth', 10, -1, 2430, 765, 0, 0, 2, true, 0], + 4908: ['Small Big-Stripe Blue Cloth', 10, -1, 2475, 765, 0, 0, 2, true, 0], + 4909: ['Small Big-Stripe Red Cloth', 10, -1, 2520, 765, 0, 0, 2, true, 0], + 4910: ['Small Starry Night Cloth', 10, -1, 2565, 765, 0, 0, 2, true, 0], + 4911: ['Small Lemon-Lime Cloth', 10, -1, 2610, 765, 0, 0, 2, true, 0], + 4912: ['Small Floral Cloth', 10, -1, 2655, 765, 0, 0, 2, true, 0], + 4913: ['Small Pink Dot Cloth', 10, -1, 2700, 765, 0, 0, 2, true, 0], + 4914: ['Small Dark Eyes Cloth', 10, -1, 2745, 765, 0, 0, 2, true, 0], + 4915: ['Small Wind Cloth', 10, -1, 2790, 765, 0, 0, 2, true, 0], + 4916: ['Small Shamrock Cloth', 10, -1, 2835, 765, 0, 0, 2, true, 0], + 4917: ['Small Bright Stripes Cloth', 10, -1, 2880, 765, 0, 0, 2, true, 0], + 4918: ['Small USA Flag Cloth', 10, -1, 2925, 765, 0, 0, 2, true, 0], + 4919: ['Small Flannel Cloth', 10, -1, 2970, 765, 0, 0, 2, true, 0], + 4920: ['Small Cow Print Cloth', 10, -1, 3015, 765, 0, 0, 2, true, 0], + 4921: ['Small Lush Camo Cloth', 10, -1, 3060, 765, 0, 0, 2, true, 0], + 4922: ['Small Dark Camo Cloth', 10, -1, 3105, 765, 0, 0, 2, true, 0], + 4923: ['Small Teal Crystal Cloth', 10, -1, 3150, 765, 0, 0, 2, true, 0], + 4924: ['Small Blue Fireworks Cloth', 10, -1, 3195, 765, 0, 0, 2, true, 0], + 4925: ['Small Crisscross Cloth', 10, -1, 3240, 765, 0, 0, 2, true, 0], + 4926: ['Small Diamond Cloth', 10, -1, 3285, 765, 0, 0, 2, true, 0], + 4927: ['Small Egyptian Cloth', 10, -1, 3330, 765, 0, 0, 2, true, 0], + 4928: ['Small Purple Bones Cloth', 10, -1, 3375, 765, 0, 0, 2, true, 0], + 4929: ['Small Plaid Cloth', 10, -1, 3420, 765, 0, 0, 2, true, 0], + 4930: ['Small Red USA Star Cloth', 10, -1, 3465, 765, 0, 0, 2, true, 0], + 4931: ['Small Blue USA Star Cloth', 10, -1, 3510, 765, 0, 0, 2, true, 0], + 4932: ['Small USA Star Cloth', 10, -1, 3555, 765, 0, 0, 2, true, 0], + 4933: ['Small Purple Stripes Cloth', 10, -1, 3600, 765, 0, 0, 2, true, 0], + 4934: ['Small Bright Floral Cloth', 10, -1, 3645, 765, 0, 0, 2, true, 0], + 4935: ['Small Clanranald Cloth', 10, -1, 3690, 765, 0, 0, 2, true, 0], + 4936: ['Small American Flag Cloth', 10, -1, 3735, 765, 0, 0, 2, true, 0], + 4937: ['Small Relief Cloth', 10, -1, 3780, 765, 0, 0, 2, true, 0], + 4938: ['Small Intense Clovers Cloth', 10, -1, 3825, 765, 0, 0, 2, true, 0], + 4939: ['Small Celtic Knot Cloth', 10, -1, 3870, 765, 0, 0, 2, true, 0], + 4940: ['Small Flame Cloth', 10, -1, 3915, 765, 0, 0, 2, true, 0], + 4941: ['Small Heavy Chainmail Cloth', 10, -1, 3960, 765, 0, 0, 2, true, 0], + 4942: ['Small Leopard Print Cloth', 10, -1, 4005, 765, 0, 0, 2, true, 0], + 4943: ['Small Zebra Print Cloth', 10, -1, 4050, 765, 0, 0, 2, true, 0], + 4944: ['Small Colored Egg Cloth', 10, -1, 4095, 765, 0, 0, 2, true, 0], + 4945: ['Small Spring Cloth', 10, -1, 4140, 765, 0, 0, 2, true, 0], + 4946: ['Small Hibiscus Beach Wrap Cloth', 10, -1, 4185, 765, 0, 0, 2, true, 0], + 4947: ['Small Blue Camo Cloth', 10, -1, 4230, 765, 0, 0, 2, true, 0], + 4948: ['Small Sunburst Cloth', 10, -1, 4275, 765, 0, 0, 2, true, 0], + 4949: ['Small Ivory Dragon Scale Cloth', 10, -1, 4320, 765, 0, 0, 2, true, 0], + 4950: ['Small Green Dragon Scale Cloth', 10, -1, 4365, 765, 0, 0, 2, true, 0], + 4951: ['Small Midnight Dragon Scale Cloth', 10, -1, 4410, 765, 0, 0, 2, true, 0], + 4952: ['Small Blue Dragon Scale Cloth', 10, -1, 4455, 765, 0, 0, 2, true, 0], + 4953: ['Small Red Dragon Scale Cloth', 10, -1, 0, 810, 0, 0, 2, true, 0], + 4954: ['Small Jester Argyle Cloth', 10, -1, 45, 810, 0, 0, 2, true, 0], + 4955: ['Small Alchemist Cloth', 10, -1, 90, 810, 0, 0, 2, true, 0], + 4956: ['Small Spooky Cloth', 10, -1, 135, 810, 0, 0, 2, true, 0], + 4957: ['Small Mosaic Cloth', 10, -1, 180, 810, 0, 0, 2, true, 0], + 4958: ['Small Blue Bee Cloth', 10, -1, 225, 810, 0, 0, 2, true, 0], + 4959: ['Small Yellow Bee Cloth', 10, -1, 270, 810, 0, 0, 2, true, 0], + 4960: ['Small Red Bee Cloth', 10, -1, 315, 810, 0, 0, 2, true, 0], + 4961: ['Small Stormy Cloth', 10, -1, 360, 810, 0, 0, 2, true, 0], + 4962: ['Small Musical Cloth', 10, -1, 405, 810, 0, 0, 2, true, 0], + 4963: ['Small Digital Navy Camo Cloth', 10, -1, 450, 810, 0, 0, 2, true, 0], + 4964: ['Small Digital Fall Camo Cloth', 10, -1, 495, 810, 0, 0, 2, true, 0], + 4965: ['Small Digital Woods Camo Cloth', 10, -1, 540, 810, 0, 0, 2, true, 0], + 4966: ['Small Digital Arctic Camo Cloth', 10, -1, 585, 810, 0, 0, 2, true, 0], + 4967: ['Small UFO Cloth', 10, -1, 630, 810, 0, 0, 2, true, 0], + 4968: ['Small Foraxian Cloth', 10, -1, 675, 810, 0, 0, 2, true, 0], + 4969: ['Small Katalonian Cloth', 10, -1, 720, 810, 0, 0, 2, true, 0], + 4970: ['Small Untarian Cloth', 10, -1, 765, 810, 0, 0, 2, true, 0], + 4971: ['Small Malogian Cloth', 10, -1, 810, 810, 0, 0, 2, true, 0], + 4972: ['Small Magma Cloth', 10, -1, 855, 810, 0, 0, 2, true, 0], + 4973: ['Small Mixed Lights Cloth', 10, -1, 900, 810, 0, 0, 2, true, 0], + 4974: ['Small Peppermint Cloth', 10, -1, 945, 810, 0, 0, 2, true, 0], + 4975: ['Small Holiday Lights Cloth', 10, -1, 990, 810, 0, 0, 2, true, 0], + 4976: ['Small Snowy Night Cloth', 10, -1, 1035, 810, 0, 0, 2, true, 0], + 4977: ['Small Snowflake Cloth', 10, -1, 1080, 810, 0, 0, 2, true, 0], + 4978: ['Small Candy Cane Cloth', 10, -1, 1125, 810, 0, 0, 2, true, 0], + 4979: ['Small Gemsbok Cloth', 10, -1, 1170, 810, 0, 0, 2, true, 0], + 4980: ['Small Dammah Cloth', 10, -1, 1215, 810, 0, 0, 2, true, 0], + 4981: ['Small Leucoryx Cloth', 10, -1, 1260, 810, 0, 0, 2, true, 0], + 4982: ['Small Exalted Oryx Cloth', 10, -1, 1305, 810, 0, 0, 2, true, 0], + 4983: ['Small Beisa Symbol Cloth', 10, -1, 1350, 810, 0, 0, 2, true, 0], + 4984: ['Small Dammah Symbol Cloth', 10, -1, 1395, 810, 0, 0, 2, true, 0], + 4985: ['Small Leucoryx Symbol Cloth', 10, -1, 1440, 810, 0, 0, 2, true, 0], + 4986: ['Small Gemsbok Symbol Cloth', 10, -1, 1485, 810, 0, 0, 2, true, 0], + 4987: ['Small Exalted Oryx Symbol Cloth', 10, -1, 1530, 810, 0, 0, 2, true, 0], + 4988: ['Small Beisa Cloth', 10, -1, 1575, 810, 0, 0, 2, true, 0], + 4989: ['Small Sanctuary Cloth', 10, -1, 1620, 810, 0, 0, 2, true, 0], + 4990: ['Small Steel Cloth', 10, -1, 1665, 810, 0, 0, 2, true, 0], + 4991: ['Small Plate Cloth', 10, -1, 1710, 810, 0, 0, 2, true, 0], + 4992: ['Small Cone Cloth', 10, -1, 1755, 810, 0, 0, 2, true, 0], + 4993: ['Small Construction Cloth', 10, -1, 1800, 810, 0, 0, 2, true, 0], + 4994: ['Small Obsidian Scale Cloth', 10, -1, 1845, 810, 0, 0, 2, true, 0], + 4995: ['Small Cronus Square Cloth', 10, -1, 1890, 810, 0, 0, 2, true, 0], + 4996: ['Small Hollow Square Cloth', 10, -1, 1935, 810, 0, 0, 2, true, 0], + 4997: ['Small Pink Cube Cloth', 10, -1, 1980, 810, 0, 0, 2, true, 0], + 4998: ['Small Sentinel Cloth', 10, -1, 2025, 810, 0, 0, 2, true, 0], + 4999: ['Small Twilight Cloth', 10, -1, 2070, 810, 0, 0, 2, true, 0], + 5000: ['Small Crown Cloth', 10, -1, 2115, 810, 0, 0, 2, true, 0], + 5001: ['Small Corruption Cloth', 10, -1, 2160, 810, 0, 0, 2, true, 0], + 5002: ['Small Galactic Cloth', 10, -1, 2205, 810, 0, 0, 2, true, 0], + 5003: ['Small Hypnotic Cloth', 10, -1, 2250, 810, 0, 0, 2, true, 0], + 5004: ['Small Tie Dye Cloth', 10, -1, 2295, 810, 0, 0, 2, true, 0], + 5005: ['Small Rain Cloth', 10, -1, 2340, 810, 0, 0, 2, true, 0], + 5006: ['Small Barber Pole Cloth', 10, -1, 2385, 810, 0, 0, 2, true, 0], + 5007: ['Small Ahead Cloth', 10, -1, 2430, 810, 0, 0, 2, true, 0], + 5008: ['Small Tidal Cloth', 10, -1, 2475, 810, 0, 0, 2, true, 0], + 5009: ['Small Running Heart Cloth', 10, -1, 2520, 810, 0, 0, 2, true, 0], + 5010: ['Small Falling Snowflakes Cloth', 10, -1, 2565, 810, 0, 0, 2, true, 0], + 5011: ['Small Snowflake Vortex Cloth', 10, -1, 2610, 810, 0, 0, 2, true, 0], + 5012: ['Small Terminal Cloth', 10, -1, 2655, 810, 0, 0, 2, true, 0], + 5013: ['Small New Year Dragon Cloth', 10, -1, 2700, 810, 0, 0, 2, true, 0], + 5014: ['Small Flying Lanterns Cloth', 10, -1, 2745, 810, 0, 0, 2, true, 0], + 5015: ['Small Static Noise Cloth', 10, -1, 2790, 810, 0, 0, 2, true, 0], + 5016: ['Small Spinning Stars Cloth', 10, -1, 2835, 810, 0, 0, 2, true, 0], + 5017: ['Small Floating Clouds Cloth', 10, -1, 2880, 810, 0, 0, 2, true, 0], + 5018: ['Small Scrolling Suns Cloth', 10, -1, 2925, 810, 0, 0, 2, true, 0], + 5019: ['Small Low Poly Cloth', 10, -1, 2970, 810, 0, 0, 2, true, 0], + 5020: ['Small Royal Eminence Cloth', 10, -1, 3015, 810, 0, 0, 2, true, 0], + 5021: ['Small Endless Petals Cloth', 10, -1, 3060, 810, 0, 0, 2, true, 0], + 5022: ['Small Flowing Rainbow Cloth', 10, -1, 3105, 810, 0, 0, 2, true, 0], + 5023: ['Small Migrating Birds Cloth', 10, -1, 3150, 810, 0, 0, 2, true, 0], + 5024: ['Small Spinning Shamrock Cloth', 10, -1, 3195, 810, 0, 0, 2, true, 0], + 5025: ['Small Black Coin Cloth', 10, -1, 3240, 810, 0, 0, 2, true, 0], + 5026: ['Small Black Coin Rain Cloth', 10, -1, 3285, 810, 0, 0, 2, true, 0], + 5027: ['Small Voodoo Skulls Cloth', 10, -1, 3330, 810, 0, 0, 2, true, 0], + 5028: ['Small Falling Voodoo Skulls Cloth', 10, -1, 3375, 810, 0, 0, 2, true, 0], + 5029: ['Small Slithering Snakes Cloth', 10, -1, 3420, 810, 0, 0, 2, true, 0], + 5030: ['Small Blood Cloth', 10, -1, 3465, 810, 0, 0, 2, true, 0], + 5031: ['Small Nails Cloth', 10, -1, 3510, 810, 0, 0, 2, true, 0], + 5032: ['Sunny Side Bow', 3, -1, 3555, 810, 6, 900, 6, true, 0], + 5034: ['Eternal Graved Great Sword', 1, -1, 3600, 810, 6, 800, 6, true, 0], + 5035: ['Spriteful Shield', 5, -1, 3645, 810, 7, 800, 6, true, 0], + 5036: ['Eggre Battle Armor', 7, -1, 3690, 810, 6, 700, 6, true, 0], + 5037: ['Tiara of Eggscellent Sturdiness', 9, -1, 3735, 810, 6, 400, 6, true, 0], + 5040: ['Small Gears Cloth', 10, -1, 3780, 810, 0, 0, 2, true, 0], + 5041: ['Small Big Gears Cloth', 10, -1, 3825, 810, 0, 0, 2, true, 0], + 5042: ['Small Nuts and Bolts Cloth', 10, -1, 3870, 810, 0, 0, 2, true, 0], + 5043: ['Small Steampunk Gears Cloth', 10, -1, 3915, 810, 0, 0, 2, true, 0], + 5044: ['Small Augmented Titanium Cloth', 10, -1, 3960, 810, 0, 0, 2, true, 0], + 5045: ['Small Living Vines Cloth', 10, -1, 4005, 810, 0, 0, 2, true, 0], + 5046: ['Small Royalty Cloth', 10, -1, 4050, 810, 0, 0, 2, true, 0], + 5047: ['Small Hot Coal Cloth', 10, -1, 4095, 810, 0, 0, 2, true, 0], + 5048: ['Small Void Swirl Cloth', 10, -1, 4140, 810, 0, 0, 2, true, 0], + 5049: ['Small Icy Flames Cloth', 10, -1, 4185, 810, 0, 0, 2, true, 0], + 5050: ['Small Flowers of Sin Cloth', 10, -1, 4230, 810, 0, 0, 2, true, 0], + 5051: ['Small Green Camouflage Cloth', 10, -1, 4275, 810, 0, 0, 2, true, 0], + 5052: ['Small Dark Camouflage Cloth', 10, -1, 4320, 810, 0, 0, 2, true, 0], + 5053: ['Small Arcane Cloth', 10, -1, 4365, 810, 0, 0, 2, true, 0], + 5054: ['Small Oryxtober Beer Cloth', 10, -1, 4410, 810, 0, 0, 2, true, 0], + 5055: ['Small Edelweiss Cloth', 10, -1, 4455, 810, 0, 0, 2, true, 0], + 5056: ['Small Odyssey Cloth', 10, -1, 0, 855, 0, 0, 2, true, 0], + 5057: ['Small Labyrinth Cloth', 10, -1, 45, 855, 0, 0, 2, true, 0], + 5058: ['Small Starlight Cloth', 10, -1, 90, 855, 0, 0, 2, true, 0], + 5059: ['Small Christmas Lights Cloth', 10, -1, 135, 855, 0, 0, 2, true, 0], + 5060: ['Small Peppermint Candy Cloth', 10, -1, 180, 855, 0, 0, 2, true, 0], + 5061: ['Small Aurora Cloth', 10, -1, 225, 855, 0, 0, 2, true, 0], + 5062: ['Small Green Peppermint Candy Cloth', 10, -1, 270, 855, 0, 0, 2, true, 0], + 5063: ['Small Starfield Cloth', 10, -1, 315, 855, 0, 0, 2, true, 0], + 5064: ['Small Pixelated Planet Cloth', 10, -1, 360, 855, 0, 0, 2, true, 0], + 5065: ['Small Medieval Fabric Cloth', 10, -1, 405, 855, 0, 0, 2, true, 0], + 5066: ['Small Jacquard Border Cloth', 10, -1, 450, 855, 0, 0, 2, true, 0], + 5067: ['Small Spring Flowers Cloth', 10, -1, 495, 855, 0, 0, 2, true, 0], + 5068: ['Small Mediterranean Wave Cloth', 10, -1, 540, 855, 0, 0, 2, true, 0], + 5069: ['Small Void Fabric Cloth', 10, -1, 585, 855, 0, 0, 2, true, 0], + 5070: ['Small Void Whisps Cloth', 10, -1, 630, 855, 0, 0, 2, true, 0], + 5071: ['Small Void Spirals Cloth', 10, -1, 675, 855, 0, 0, 2, true, 0], + 5072: ['Mystery Dye (Accessory)', 10, -1, 720, 855, 0, 0, 2, true, 0], + 5073: ['Mystery Cloth (Large)', 10, -1, 765, 855, 0, 0, 2, true, 0], + 5074: ['Mystery Cloth (Small)', 10, -1, 810, 855, 0, 0, 2, true, 0], + 5075: ['Mystery Skin (Bronze)', 10, -1, 855, 855, 0, 0, 8, true, 0], + 5076: ['Mystery Skin (Silver)', 10, -1, 900, 855, 0, 0, 8, true, 0], + 5077: ['Mystery Skin (Gold)', 10, -1, 945, 855, 0, 0, 8, true, 0], + 5078: ['Mystery Pet Stone (Bronze)', 10, -1, 990, 855, 0, 0, 8, true, 0], + 5079: ['Mystery Pet Stone (Silver)', 10, -1, 1035, 855, 0, 0, 8, true, 0], + 5080: ['Mystery Pet Stone (Gold)', 10, -1, 1080, 855, 0, 0, 8, true, 0], + 5081: ['Oryxmas Mystery Ability', 10, -1, 1125, 855, 0, 0, 8, true, 0], + 5082: ['Oryxmas Mystery Pet Skin', 10, -1, 1170, 855, 0, 0, 8, true, 0], + 5083: ['Oryxmas Mystery Gift', 10, -1, 1215, 855, 0, 0, 8, true, 0], + 5084: ['Red Goodie Bag', 10, -1, 1260, 855, 0, 0, 8, true, 0], + 5085: ['Purple Goodie Bag', 10, -1, 1305, 855, 0, 0, 8, true, 0], + 5086: ['Orange Goodie Bag', 10, -1, 1350, 855, 0, 0, 8, true, 0], + 5087: ['Green Goodie Bag', 10, -1, 1395, 855, 0, 0, 8, true, 0], + 5088: ['Cyan Goodie Bag', 10, -1, 1440, 855, 0, 0, 8, true, 0], + 5089: ['Black Goodie Bag', 10, -1, 1485, 855, 0, 0, 8, true, 0], + 5090: ['White Goodie Bag', 10, -1, 1530, 855, 0, 0, 8, true, 0], + 5091: ['Mystery Key (Bronze)', 10, -1, 1575, 855, 0, 0, 8, true, 0], + 5092: ['Mystery Key (Silver)', 10, -1, 1620, 855, 0, 0, 8, true, 0], + 5093: ['Mystery Key (Gold)', 10, -1, 1665, 855, 0, 0, 8, true, 0], + 5094: ['Mystery Stat Pot', 10, -1, 1710, 855, 0, 0, 5, true, 0], + 5095: ['Small Ancient Hieroglyphs Cloth', 10, -1, 1755, 855, 0, 0, 2, true, 0], + 5096: ['Small Flying Daggers Cloth', 10, -1, 1800, 855, 0, 0, 2, true, 0], + 5097: ['Small Jungle Style Cloth', 10, -1, 1845, 855, 0, 0, 2, true, 0], + 5098: ['Small Flying Shurikens Cloth', 10, -1, 1890, 855, 0, 0, 2, true, 0], + 5099: ['Small Illusionary Vortex Cloth', 10, -1, 1935, 855, 0, 0, 2, true, 0], + 5100: ['Small Aqua Veil Cloth', 10, -1, 1980, 855, 0, 0, 2, true, 0], + 5101: ['Small Tidal Waves Cloth', 10, -1, 2025, 855, 0, 0, 2, true, 0], + 5102: ['Small Ocean Mist Cloth', 10, -1, 2070, 855, 0, 0, 2, true, 0], + 5103: ['Small Spooky Bats Cloth', 10, -1, 2115, 855, 0, 0, 2, true, 0], + 5104: ['Small Haunted Lanterns Cloth', 10, -1, 2160, 855, 0, 0, 2, true, 0], + 5105: ['Small Tiny Ghosts Cloth', 10, -1, 2205, 855, 0, 0, 2, true, 0], + 5106: ['Small Festive Ribbon Cloth', 10, -1, 2250, 855, 0, 0, 2, true, 0], + 5107: ['Small Chimney Cloth', 10, -1, 2295, 855, 0, 0, 2, true, 0], + 5108: ['Small Christmas Sweater Cloth', 10, -1, 2340, 855, 0, 0, 2, true, 0], + 5109: ['Small Christmas Ornaments Cloth', 10, -1, 2385, 855, 0, 0, 2, true, 0], + 5110: ['Small Christmas Trees Cloth', 10, -1, 2430, 855, 0, 0, 2, true, 0], + 5111: ['Small Heart-Striped Cloth', 10, -1, 2475, 855, 0, 0, 2, true, 0], + 5112: ['Small Multicolor Hearts Cloth', 10, -1, 2520, 855, 0, 0, 2, true, 0], + 5113: ['Small Broken Hearts Cloth', 10, -1, 2565, 855, 0, 0, 2, true, 0], + 5114: ['Small Chocolate Bar Cloth', 10, -1, 2610, 855, 0, 0, 2, true, 0], + 5137: ['Trick White Bag', 10, -1, 2655, 855, 0, 100, 2, true, 0], + 5138: ['Frozen Wand', 8, -1, 2700, 855, 5, 700, 6, false, 0], + 5139: ['Freezing Quiver', 15, -1, 2745, 855, 7, 800, 6, true, 0], + 5140: ['Spiteful Scutum Shiny', 5, -1, 2790, 855, 7, 800, 6, true, 0], + 5141: ['Murky Toxin Shiny', 18, -1, 2835, 855, 7, 800, 6, true, 0], + 5142: ['Warped Mantle Shiny', 7, -1, 2880, 855, 5, 750, 6, true, 0], + 5143: ['Bogwood Crook Shiny', 17, -1, 2925, 855, 7, 800, 6, true, 0], + 5144: ['Spirit Dagger Shiny', 2, -1, 2970, 855, 6, 800, 6, true, 0], + 5145: ["Exalted God's Horn Shiny", 9, -1, 3015, 855, 8, 1000, 6, true, 0], + 5146: ['Battalion Banner Shiny', 9, -1, 3060, 855, 8, 1000, 6, true, 0], + 5147: ['Divine Coronation Shiny', 9, -1, 3105, 855, 8, 1000, 6, true, 0], + 5148: ["Collector's Monocle Shiny", 9, -1, 3150, 855, 8, 1000, 6, true, 0], + 5153: ["Chancellor's Cranium Shiny", 9, -1, 3195, 855, 8, 1000, 6, true, 0], + 5156: ['Shattered Heart Proc 1', 27, -1, 3240, 855, 0, 0, 0, true, 0], + 5157: ['Shattered Heart Proc 2', 27, -1, 3285, 855, 0, 0, 0, true, 0], + 5158: ['Shattered Heart Proc 3', 27, -1, 3330, 855, 0, 0, 0, true, 0], + 5159: ['Shattered Heart Proc 4', 27, -1, 3375, 855, 0, 0, 0, true, 0], + 5160: ['Shattered Heart Proc 5', 27, -1, 3420, 855, 0, 0, 0, true, 0], + 5161: ['Shattered Heart Proc 6', 27, -1, 3465, 855, 0, 0, 0, true, 0], + 5162: ['Shattered Heart Proc 7', 27, -1, 3510, 855, 0, 0, 0, true, 0], + 5163: ['Shattered Heart Proc 8', 27, -1, 3555, 855, 0, 0, 0, true, 0], + 5164: ["Esben's Shattered Heart", 27, -1, 3600, 855, 7, 900, 6, true, 0], + 5170: ['Despair Cat Emote', 10, -1, 3645, 855, 0, 0, 2, true, 0], + 5376: ['Black Cat Egg', 26, -1, 3690, 855, 0, 200, 3, true, 0], + 5377: ['Grey Cat Egg', 26, -1, 3735, 855, 0, 200, 3, true, 0], + 5378: ['Orange Cat Egg', 26, -1, 3780, 855, 0, 200, 3, true, 0], + 5379: ['Tan Cat Egg', 26, -1, 3825, 855, 0, 200, 3, true, 0], + 5380: ['Yellow Cat Egg', 26, -1, 3870, 855, 0, 200, 3, true, 0], + 5381: ['Brown Pup Egg', 26, -1, 3915, 855, 0, 200, 3, true, 0], + 5382: ['Grey Pup Egg', 26, -1, 3960, 855, 0, 200, 3, true, 0], + 5383: ['Golden Pup Egg', 26, -1, 4005, 855, 0, 200, 3, true, 0], + 5384: ['White Cat Egg', 26, -1, 4050, 855, 0, 200, 3, true, 0], + 5385: ['Blue Snail Egg', 26, -1, 4095, 855, 0, 200, 3, true, 0], + 5386: ['Grey Wolf Egg', 26, -1, 4140, 855, 0, 200, 3, true, 0], + 5387: ['Brown Fox Egg', 26, -1, 4185, 855, 0, 200, 3, true, 0], + 5388: ['Green Frog Egg', 26, -1, 4230, 855, 0, 200, 3, true, 0], + 5389: ['Lion Egg', 26, -1, 4275, 855, 0, 200, 3, true, 0], + 5390: ['Penguin Egg', 26, -1, 4320, 855, 0, 200, 3, true, 0], + 5391: ['Sheepdog Egg', 26, -1, 4365, 855, 0, 200, 3, true, 0], + 5392: ['Panda Egg', 26, -1, 4410, 855, 0, 200, 3, true, 0], + 5393: ['Purple Snail Egg', 26, -1, 4455, 855, 0, 200, 3, true, 0], + 5394: ['Black Wolf Egg', 26, -1, 0, 900, 0, 200, 3, true, 0], + 5395: ['Grey Fox Egg', 26, -1, 45, 900, 0, 200, 3, true, 0], + 5396: ['Purple Frog Egg', 26, -1, 90, 900, 0, 200, 3, true, 0], + 5397: ['White Lion Egg', 26, -1, 135, 900, 0, 200, 3, true, 0], + 5398: ['Green Penguin Egg', 26, -1, 180, 900, 0, 200, 3, true, 0], + 5399: ['Golden Sheepdog Egg', 26, -1, 225, 900, 0, 200, 3, true, 0], + 5400: ['Blue Parrot Egg', 26, -1, 270, 900, 0, 200, 3, true, 0], + 5401: ['Chick Egg', 26, -1, 315, 900, 0, 200, 3, true, 0], + 5402: ['Pig Egg', 26, -1, 360, 900, 0, 200, 3, true, 0], + 5403: ['Sea Slurp Egg', 26, -1, 405, 900, 0, 200, 3, true, 0], + 5404: ['Squirrel Egg', 26, -1, 450, 900, 0, 200, 3, true, 0], + 5405: ['Bat Egg', 26, -1, 495, 900, 0, 200, 3, true, 0], + 5406: ["Lil' Ghost Egg", 26, -1, 540, 900, 0, 200, 3, true, 0], + 5407: ['Valentine Generator', 10, -1, 585, 900, 0, 250, 2, false, 0], + 5408: ['Leprechaun Egg', 26, -1, 630, 900, 0, 200, 3, true, 0], + 5409: ["Lil' Oryx Egg", 26, -1, 675, 900, 0, 200, 3, true, 0], + 5410: ['Toucan Egg', 26, -1, 720, 900, 0, 200, 3, true, 0], + 5411: ['Skunk Egg', 26, -1, 765, 900, 0, 200, 3, true, 0], + 5412: ['Mallard Egg', 26, -1, 810, 900, 0, 200, 3, true, 0], + 5413: ['Duck Egg', 26, -1, 855, 900, 0, 200, 3, true, 0], + 5414: ['Eagle Egg', 26, -1, 900, 900, 0, 200, 3, true, 0], + 5415: ['Turtle Egg', 26, -1, 945, 900, 0, 200, 3, true, 0], + 5416: ['Jelly Egg', 26, -1, 990, 900, 0, 200, 3, true, 0], + 5417: ['Bee Egg', 26, -1, 1035, 900, 0, 200, 3, true, 0], + 5418: ['Raven Egg', 26, -1, 1080, 900, 0, 200, 3, true, 0], + 5419: ['Grape Penguin Egg', 26, -1, 1125, 900, 0, 200, 3, true, 0], + 5420: ['Grass Penguin Egg', 26, -1, 1170, 900, 0, 200, 3, true, 0], + 5421: ['Elf Egg', 26, -1, 1215, 900, 0, 200, 3, true, 0], + 5422: ['Crab Egg', 26, -1, 1260, 900, 0, 200, 3, true, 0], + 5423: ['Hamster Egg', 26, -1, 1305, 900, 0, 200, 3, true, 0], + 5424: ['Dino Egg', 26, -1, 1350, 900, 0, 200, 3, true, 0], + 5425: ['Elephant Egg', 26, -1, 1395, 900, 0, 200, 3, true, 0], + 5426: ['Demon Frog Egg', 26, -1, 1440, 900, 0, 200, 3, true, 0], + 5427: ['Gargoyle Egg', 26, -1, 1485, 900, 0, 200, 3, true, 0], + 5428: ['Gummy Bear Egg', 26, -1, 1530, 900, 0, 200, 3, true, 0], + 5429: ['Dragonfly Egg', 26, -1, 1575, 900, 0, 200, 3, true, 0], + 5430: ["Lil' Cyclops Egg", 26, -1, 1620, 900, 0, 200, 3, true, 0], + 5431: ['Snowy Owl Egg', 26, -1, 1665, 900, 0, 200, 3, true, 0], + 5432: ['Turkey Egg', 26, -1, 1710, 900, 0, 200, 3, true, 0], + 5433: ['Baby Egg', 26, -1, 1755, 900, 0, 200, 3, true, 0], + 5434: ['Baby Dragon Egg', 26, -1, 1800, 900, 0, 200, 3, true, 0], + 5435: ['Karate Penguin Red Egg', 26, -1, 1845, 900, 0, 200, 3, true, 0], + 5436: ['Karate Penguin Blue Egg', 26, -1, 1890, 900, 0, 200, 3, true, 0], + 5437: ['Karate Penguin Yellow Egg', 26, -1, 1935, 900, 0, 200, 3, true, 0], + 5438: ['Karate Penguin Purple Egg', 26, -1, 1980, 900, 0, 200, 3, true, 0], + 5439: ['Beach Ball Generator', 10, -1, 2025, 900, 0, 500, 8, true, 0], + 5440: ['Robobuddy Egg', 26, -1, 2070, 900, 0, 200, 3, true, 0], + 5441: ['Snowman Egg', 26, -1, 2115, 900, 0, 200, 3, true, 0], + 5442: ['Black Ant Egg', 26, -1, 2160, 900, 0, 200, 3, true, 0], + 5443: ['Blue Ant Egg', 26, -1, 2205, 900, 0, 200, 3, true, 0], + 5444: ['Green Ant Egg', 26, -1, 2250, 900, 0, 200, 3, true, 0], + 5445: ['Red Ant Egg', 26, -1, 2295, 900, 0, 200, 3, true, 0], + 5446: ['Purple Ant Egg', 26, -1, 2340, 900, 0, 200, 3, true, 0], + 5447: ['Beer Slurp Generator', 10, -1, 2385, 900, 0, 1000, 0, true, 0], + 5449: ['Peppermint Snail Egg', 26, -1, 2430, 900, 0, 200, 3, true, 0], + 5450: ['Relief Oriole Egg', 26, -1, 2475, 900, 0, 200, 3, true, 0], + 5451: ['Relief Goldfinch Egg', 26, -1, 2520, 900, 0, 200, 3, true, 0], + 5452: ['Relief Bluebird Egg', 26, -1, 2565, 900, 0, 200, 3, true, 0], + 5453: ['Relief Cardinal Egg', 26, -1, 2610, 900, 0, 200, 3, true, 0], + 5454: ['Werewolf Cub Egg', 26, -1, 2655, 900, 0, 200, 3, true, 0], + 5455: ['Tomb Snake Egg', 26, -1, 2700, 900, 0, 200, 3, true, 0], + 5456: ['Ninja Cat Egg', 26, -1, 2745, 900, 0, 200, 3, true, 0], + 5457: ['Praying Mantis Egg', 26, -1, 2790, 900, 0, 200, 3, true, 0], + 5458: ['Dreidel Egg', 26, -1, 2835, 900, 0, 200, 3, true, 0], + 5459: ['Reindeer Egg', 26, -1, 2880, 900, 0, 200, 3, true, 0], + 5461: ['Koala Egg', 26, -1, 2925, 900, 0, 200, 3, true, 0], + 5462: ['USA Eagle Egg', 26, -1, 2970, 900, 0, 200, 3, true, 0], + 5463: ['Spirit Egg', 26, -1, 3015, 900, 0, 200, 3, true, 0], + 5464: ['Sprite Star Egg', 26, -1, 3060, 900, 0, 200, 3, true, 0], + 5465: ['Potion of Attack (SB)', 10, -1, 3105, 900, 0, 150, 5, true, 0], + 5466: ['Potion of Defense (SB)', 10, -1, 3150, 900, 0, 150, 5, true, 0], + 5467: ['Potion of Speed (SB)', 10, -1, 3195, 900, 0, 150, 5, true, 0], + 5468: ['Potion of Vitality (SB)', 10, -1, 3240, 900, 0, 150, 5, true, 0], + 5469: ['Potion of Wisdom (SB)', 10, -1, 3285, 900, 0, 150, 5, true, 0], + 5470: ['Potion of Dexterity (SB)', 10, -1, 3330, 900, 0, 150, 5, true, 0], + 5471: ['Potion of Life (SB)', 10, -1, 3375, 900, 0, 250, 5, true, 0], + 5472: ['Potion of Mana (SB)', 10, -1, 3420, 900, 0, 250, 5, true, 0], + 5473: ['Olive Gladiator Skin', 10, -1, 3465, 900, 0, 1000, 7, true, 0], + 5474: ['Ivory Gladiator Skin', 10, -1, 3510, 900, 0, 1000, 7, true, 0], + 5475: ['Rosen Blade Skin', 10, -1, 3555, 900, 0, 1000, 7, true, 0], + 5476: ['Djinja Skin', 10, -1, 3600, 900, 0, 1000, 7, true, 0], + 5504: ['Baby Djinja Skin', 10, -1, 3645, 900, 0, 1000, 7, true, 0], + 5573: ['Conducting Wand Shiny', 8, -1, 3690, 900, 6, 800, 6, true, 0], + 5575: ['Mace of the Depths Shiny', 29, -1, 3735, 900, 7, 800, 6, true, 0], + 5576: ['Vest of Abandoned Shadows Shiny', 6, -1, 3780, 900, 8, 900, 6, true, 0], + 5577: ['Orb of Aether Shiny', 21, -1, 3825, 900, 6, 800, 6, true, 0], + 5579: ['Dusky Catalyst Shiny', 8, -1, 3870, 900, 8, 1000, 6, true, 0], + 5580: ['tD Cloak Shiny', 13, -1, 3915, 900, 7, 800, 6, true, 0], + 5705: ['Rainbow Road Key', 10, -1, 3960, 900, 0, 200, 7, true, 0], + 5706: ['Clover Bow', 3, -1, 4005, 900, 5, 100, 6, false, 0], + 5707: ["Sword of the Rainbow's End", 1, -1, 4050, 900, 5, 100, 6, false, 0], + 5729: ['Heart x 1', 10, -1, 4095, 900, 0, 0, 2, true, 1], + 5730: ['Heart x 2', 10, -1, 4140, 900, 0, 0, 2, true, 2], + 5731: ['Heart x 3', 10, -1, 4185, 900, 0, 0, 2, true, 3], + 5732: ['Heart x 4', 10, -1, 4230, 900, 0, 0, 2, true, 4], + 5733: ['Heart x 5', 10, -1, 4275, 900, 0, 0, 2, true, 5], + 5734: ['Heart x 6', 10, -1, 4320, 900, 0, 0, 2, true, 6], + 5735: ['Heart x 7', 10, -1, 4365, 900, 0, 0, 2, true, 7], + 5736: ['Heart x 8', 10, -1, 4410, 900, 0, 0, 2, true, 8], + 5737: ['Heart x 9', 10, -1, 4455, 900, 0, 0, 2, true, 9], + 5738: ['Heart x 10', 10, -1, 0, 945, 0, 0, 2, true, 10], + 5846: ['Enchanted Ice Blade', 1, -1, 45, 945, 5, 600, 6, false, 0], + 5847: ['Staff of Iceblast', 17, -1, 90, 945, 6, 600, 6, false, 0], + 5848: ['Eternal Snowflake Wand', 8, -1, 135, 945, 6, 650, 6, false, 0], + 5849: ['Arctic Bow', 3, -1, 180, 945, 6, 750, 6, false, 0], + 5850: ['Frost Drake Hide Armor', 6, -1, 225, 945, 6, 435, 4, false, 0], + 5851: ['Frost Elementalist Robe', 14, -1, 270, 945, 6, 435, 4, false, 0], + 5852: ['Ice Crown', 9, -1, 315, 945, 7, 1400, 6, true, 0], + 5853: ['Frost Citadel Armor', 7, -1, 360, 945, 6, 435, 4, false, 0], + 5854: ['Tome of Frigid Protection', 4, -1, 405, 945, 6, 1250, 6, true, 0], + 5867: ['Chinese Dress Trickster Skin', 10, -1, 450, 945, 0, 1000, 7, true, 0], + 5868: ['Penguin Knight Skin', 10, -1, 495, 945, 0, 1000, 7, true, 0], + 5869: ['Frimar Knight Skin', 10, -1, 540, 945, 0, 1000, 7, true, 0], + 5871: ['Frozen King Skin', 10, -1, 585, 945, 0, 1000, 7, true, 0], + 5872: ['Blizzard Sorcerer Skin', 10, -1, 630, 945, 0, 1000, 7, true, 0], + 5873: ['Ice King Priest Skin', 10, -1, 675, 945, 0, 1000, 7, true, 0], + 5874: ['Icicle Dial Mystic Skin', 10, -1, 720, 945, 0, 1000, 7, true, 0], + 5875: ['Yuki Onna Mystic Skin', 10, -1, 765, 945, 0, 1000, 7, true, 0], + 5876: ['Valentine Heart Generator', 10, -1, 810, 945, 0, 100, 8, true, 0], + 5884: ['Verdant Larva Pet Stone', 10, -1, 855, 945, 0, 1000, 7, true, 0], + 5887: ['Ladybug Pet Stone', 10, -1, 900, 945, 0, 1000, 7, true, 0], + 5916: ['Warrior - Artist Extraordinaire Skin', 10, -1, 945, 945, 0, 0, 7, true, 0], + 5917: ['Paladin - Artist Extraordinaire Skin', 10, -1, 990, 945, 0, 0, 7, true, 0], + 5918: ['Knight - Artist Extraordinaire Skin', 10, -1, 1035, 945, 0, 0, 7, true, 0], + 5919: ['Ninja - Artist Extraordinaire Skin', 10, -1, 1080, 945, 0, 0, 7, true, 0], + 5945: ['Archer - Artist Extraordinaire Skin', 10, -1, 1125, 945, 0, 0, 7, true, 0], + 5946: ['Rogue - Artist Extraordinaire Skin', 10, -1, 1170, 945, 0, 0, 7, true, 0], + 5947: ['Assassin - Artist Extraordinaire Skin', 10, -1, 1215, 945, 0, 0, 7, true, 0], + 5948: ['Wizard - Artist Extraordinaire Skin', 10, -1, 1260, 945, 0, 0, 7, true, 0], + 5949: ['Necromancer - Artist Extraordinaire Skin', 10, -1, 1305, 945, 0, 0, 7, true, 0], + 5950: ['Priest - Artist Extraordinaire Skin', 10, -1, 1350, 945, 0, 0, 7, true, 0], + 5951: ['Sorcerer - Artist Extraordinaire Skin', 10, -1, 1395, 945, 0, 0, 7, true, 0], + 5967: ['Test TP', 10, -1, 1440, 945, 0, 0, 8, true, 0], + 5971: ['Huntress - Artist Extraordinaire Skin', 10, -1, 1485, 945, 0, 0, 7, true, 0], + 5992: ['Mystic - Artist Extraordinaire Skin', 10, -1, 1530, 945, 0, 0, 7, true, 0], + 5993: ['Trickster - Artist Extraordinaire Skin', 10, -1, 1575, 945, 0, 0, 7, true, 0], + 6008: ['Wizard - Dungeon Mastermind Skin', 10, -1, 1620, 945, 0, 0, 7, true, 0], + 6009: ['Priest - Dungeon Mastermind Skin', 10, -1, 1665, 945, 0, 0, 7, true, 0], + 6010: ['Necromancer - Dungeon Mastermind Skin', 10, -1, 1710, 945, 0, 0, 7, true, 0], + 6011: ['Sorcerer - Dungeon Mastermind Skin', 10, -1, 1755, 945, 0, 0, 7, true, 0], + 6012: ['Mystic - Dungeon Mastermind Skin', 10, -1, 1800, 945, 0, 0, 7, true, 0], + 6013: ['Rogue - Dungeon Mastermind Skin', 10, -1, 1845, 945, 0, 0, 7, true, 0], + 6014: ['Warrior - Dungeon Mastermind Skin', 10, -1, 1890, 945, 0, 0, 7, true, 0], + 6015: ['Assassin - Dungeon Mastermind Skin', 10, -1, 1935, 945, 0, 0, 7, true, 0], + 6016: ['Ninja - Dungeon Mastermind Skin', 10, -1, 1980, 945, 0, 0, 7, true, 0], + 6017: ['Paladin - Dungeon Mastermind Skin', 10, -1, 2025, 945, 0, 0, 7, true, 0], + 6018: ['Knight - Dungeon Mastermind Skin', 10, -1, 2070, 945, 0, 0, 7, true, 0], + 6019: ['Trickster - Dungeon Mastermind Skin', 10, -1, 2115, 945, 0, 0, 7, true, 0], + 6020: ['Huntress - Dungeon Mastermind Skin', 10, -1, 2160, 945, 0, 0, 7, true, 0], + 6021: ['Archer - Dungeon Mastermind Skin', 10, -1, 2205, 945, 0, 0, 7, true, 0], + 6027: ['Juliet Trickster Skin', 10, -1, 2250, 945, 0, 1000, 7, true, 0], + 6028: ['Heartseeker Huntress Skin', 10, -1, 2295, 945, 0, 1000, 7, true, 0], + 6029: ['Romeo Assassin Skin', 10, -1, 2340, 945, 0, 1000, 7, true, 0], + 6030: ['Mardi Gras Sorcerer Skin', 10, -1, 2385, 945, 0, 1000, 7, true, 0], + 6031: ['Carnivalmancer Skin', 10, -1, 2430, 945, 0, 1000, 7, true, 0], + 6036: ["Helm of the Jack-o'-naut", 16, -1, 2475, 945, 8, 1250, 6, true, 0], + 6037: ['Halloween Mystery Skin', 10, -1, 2520, 945, 0, 0, 7, true, 0], + 6038: ['Halloween Mystery Pet Skin', 10, -1, 2565, 945, 0, 0, 7, true, 0], + 6046: ['Ducky Knight Skin', 10, -1, 2610, 945, 0, 1000, 7, true, 0], + 6047: ['Gardener Ninja Skin', 10, -1, 2655, 945, 0, 1000, 7, true, 0], + 6048: ['White Bag-chan Priestess Skin', 10, -1, 2700, 945, 0, 1000, 7, true, 0], + 6049: ['Monkey King Paladin Skin', 10, -1, 2745, 945, 0, 1000, 7, true, 0], + 6050: ['Cleopatra Priestess Skin', 10, -1, 2790, 945, 0, 1000, 7, true, 0], + 6051: ['Timelock Mystic Skin', 10, -1, 2835, 945, 0, 1000, 7, true, 0], + 6052: ['Barefoot Rogue Skin', 10, -1, 2880, 945, 0, 1000, 7, true, 0], + 6055: ['Autumn Hedgehog Pet Stone', 10, -1, 2925, 945, 0, 1000, 7, true, 0], + 6064: ['Mini Ghost Ship Pet Stone', 10, -1, 2970, 945, 0, 1000, 7, true, 0], + 6067: ['Mini Model Ship Pet Stone', 10, -1, 3015, 945, 0, 1000, 7, true, 0], + 6070: ['Healbot Pet Stone', 10, -1, 3060, 945, 0, 1000, 7, true, 0], + 6073: ['Sugar Skull Pet Stone', 10, -1, 3105, 945, 0, 1000, 7, true, 0], + 6076: ['Cow Pet Stone', 10, -1, 3150, 945, 0, 1000, 7, true, 0], + 6079: ['White Duck Pet Stone', 10, -1, 3195, 945, 0, 1000, 7, true, 0], + 6082: ['Senor Skeleton Pet Stone', 10, -1, 3240, 945, 0, 1000, 7, true, 0], + 6085: ['Flying Eyeball Pet Stone', 10, -1, 3285, 945, 0, 1000, 7, true, 0], + 6088: ['Mini Cauldron Pet Stone', 10, -1, 3330, 945, 0, 1000, 7, true, 0], + 6092: ['Little Tiger Pet Stone', 10, -1, 3375, 945, 0, 1000, 7, true, 0], + 6095: ['Worm Pet Stone', 10, -1, 3420, 945, 0, 1000, 7, true, 0], + 6097: ["Doom's Steed Pet Stone", 10, -1, 3465, 945, 0, 1000, 7, true, 0], + 6100: ['Lichwyrm Pet Stone', 10, -1, 3510, 945, 0, 1000, 7, true, 0], + 6103: ['Cauldron Pet Stone', 10, -1, 3555, 945, 0, 1000, 7, true, 0], + 6105: ['Spooky Roommate Wizard Skin', 10, -1, 3600, 945, 0, 1000, 7, true, 0], + 6106: ['Tennis Player Archer Skin', 10, -1, 3645, 945, 0, 1000, 7, true, 0], + 6107: ['Beach Assassin Skin', 10, -1, 3690, 945, 0, 1000, 7, true, 0], + 6108: ['Snorkeler Knight Skin', 10, -1, 3735, 945, 0, 1000, 7, true, 0], + 6109: ['Beach Party Necromancer Skin', 10, -1, 3780, 945, 0, 1000, 7, true, 0], + 6110: ['Banana Boat Paladin Skin', 10, -1, 3825, 945, 0, 1000, 7, true, 0], + 6111: ['Buckethead Warrior Skin', 10, -1, 3870, 945, 0, 1000, 7, true, 0], + 6112: ['Summer Vacation Wizard Skin', 10, -1, 3915, 945, 0, 1000, 7, true, 0], + 6116: ['Eagle Eye Hunter Skin', 10, -1, 3960, 945, 0, 1000, 7, true, 0], + 6117: ['Water Lily Archer Skin', 10, -1, 4005, 945, 0, 1000, 7, true, 0], + 6118: ['Arms Merchant Assassin Skin', 10, -1, 4050, 945, 0, 1000, 7, true, 0], + 6135: ['Mark of the Marble Colossus', 10, -1, 4095, 945, 0, 50, 2, true, 0], + 6136: ['Mark of the Void Entity', 10, -1, 4140, 945, 0, 50, 2, true, 0], + 6137: ['Mark of Malus', 10, -1, 4185, 945, 0, 50, 2, true, 0], + 6138: ['Mark of the Effigy', 10, -1, 4230, 945, 0, 50, 2, true, 0], + 6139: ['Mark of Dreadstump', 10, -1, 4275, 945, 0, 50, 2, true, 0], + 6140: ['Mark of Mama Megamoth', 10, -1, 4320, 945, 0, 50, 2, true, 0], + 6141: ['Mark of Arachna', 10, -1, 4365, 945, 0, 50, 2, true, 0], + 6142: ['Mark of the Queen Bee', 10, -1, 4410, 945, 0, 50, 2, true, 0], + 6143: ['Mark of Mixcoatl', 10, -1, 4455, 945, 0, 50, 2, true, 0], + 6203: ['Wand of the Fallen', 8, -1, 0, 990, 6, 750, 6, true, 0], + 6205: ['Kageboshi', 25, -1, 45, 990, 8, 950, 6, true, 0], + 6206: ['Sakura Wakizashi', 27, -1, 90, 990, 6, 800, 6, true, 0], + 6209: ['Oryx Sanctuary Key', 10, -1, 135, 990, 0, 200, 7, true, 0], + 6212: ['2HuntressST0', 3, -1, 180, 990, 5, 850, 8, true, 0], + 6213: ['2HuntressST1', 20, -1, 225, 990, 7, 700, 8, true, 0], + 6214: ['2HuntressST2', 6, -1, 270, 990, 6, 600, 8, true, 0], + 6215: ['2HuntressST3', 9, -1, 315, 990, 4, 600, 8, true, 0], + 6220: ['Steampunk Gravestone Unlocker 1', 10, -1, 360, 990, 0, 1000, 7, true, 0], + 6221: ['Steampunk Gravestone Unlocker 2', 10, -1, 405, 990, 0, 1000, 7, true, 0], + 6222: ['Steampunk Gravestone Unlocker 3', 10, -1, 450, 990, 0, 1000, 7, true, 0], + 6223: ['Steampunk Gravestone Unlocker 4', 10, -1, 495, 990, 0, 1000, 7, true, 0], + 6224: ['Steampunk Gravestone Unlocker 5', 10, -1, 540, 990, 0, 1000, 7, true, 0], + 6225: ['Steampunk Gravestone Unlocker 6', 10, -1, 585, 990, 0, 1000, 7, true, 0], + 6226: ['Steampunk Gravestone Unlocker 7', 10, -1, 630, 990, 0, 1000, 7, true, 0], + 6227: ['Steampunk Gravestone Unlocker 8', 10, -1, 675, 990, 0, 1000, 7, true, 0], + 6228: ['Steampunk Gravestone Unlocker 9', 10, -1, 720, 990, 0, 1000, 7, true, 0], + 6229: ['Steampunk Gravestone Unlocker 10', 10, -1, 765, 990, 0, 1000, 7, true, 0], + 6230: ['Steampunk Gravestone Unlocker 11', 10, -1, 810, 990, 0, 1000, 7, true, 0], + 6277: ['Cowboy Samurai Skin', 10, -1, 855, 990, 0, 1000, 7, true, 0], + 6279: ['Oni Demon Samurai Skin', 10, -1, 900, 990, 0, 1000, 7, true, 0], + 6347: ['Beefcake Brutus Warrior Skin', 10, -1, 945, 990, 0, 1000, 7, true, 0], + 6380: ['Bear Pet Stone', 10, -1, 990, 990, 0, 1000, 7, true, 0], + 6383: ['Moose Pet Stone', 10, -1, 1035, 990, 0, 1000, 7, true, 0], + 6509: ['Rogue Mystery Skin', 10, -1, 1080, 990, 0, 0, 7, true, 0], + 6510: ['Archer Mystery Skin', 10, -1, 1125, 990, 0, 0, 7, true, 0], + 6511: ['Wizard Mystery Skin', 10, -1, 1170, 990, 0, 0, 7, true, 0], + 6512: ['Priest Mystery Skin', 10, -1, 1215, 990, 0, 0, 7, true, 0], + 6513: ['Warrior Mystery Skin', 10, -1, 1260, 990, 0, 0, 7, true, 0], + 6514: ['Knight Mystery Skin', 10, -1, 1305, 990, 0, 0, 7, true, 0], + 6515: ['Paladin Mystery Skin', 10, -1, 1350, 990, 0, 0, 7, true, 0], + 6516: ['Assassin Mystery Skin', 10, -1, 1395, 990, 0, 0, 7, true, 0], + 6517: ['Necromancer Mystery Skin', 10, -1, 1440, 990, 0, 0, 7, true, 0], + 6518: ['Huntress Mystery Skin', 10, -1, 1485, 990, 0, 0, 7, true, 0], + 6519: ['Mystic Mystery Skin', 10, -1, 1530, 990, 0, 0, 7, true, 0], + 6520: ['Trickster Mystery Skin', 10, -1, 1575, 990, 0, 0, 7, true, 0], + 6521: ['Sorcerer Mystery Skin', 10, -1, 1620, 990, 0, 0, 7, true, 0], + 6522: ['Ninja Mystery Skin', 10, -1, 1665, 990, 0, 0, 7, true, 0], + 6523: ['Samurai Mystery Skin', 10, -1, 1710, 990, 0, 0, 7, true, 0], + 6551: ['Turtle Pet Stone', 10, -1, 1755, 990, 0, 500, 7, true, 0], + 6552: ['Peppermint Snail Pet Stone', 10, -1, 1800, 990, 0, 500, 7, true, 0], + 6553: ['Golden Crab Pet Stone', 10, -1, 1845, 990, 0, 1000, 7, true, 0], + 6554: ['Robobuddy Pet Stone', 10, -1, 1890, 990, 0, 500, 7, true, 0], + 6555: ['Redbot Pet Stone', 10, -1, 1935, 990, 0, 500, 7, true, 0], + 6556: ['Gutsbot Pet Stone', 10, -1, 1980, 990, 0, 1000, 7, true, 0], + 6557: ['Cardinal Pet Stone', 10, -1, 2025, 990, 0, 500, 7, true, 0], + 6558: ['USA Eagle Pet Stone', 10, -1, 2070, 990, 0, 500, 7, true, 0], + 6559: ['Griffin Pet Stone', 10, -1, 2115, 990, 0, 1000, 7, true, 0], + 6560: ['Sheepdog Pet Stone', 10, -1, 2160, 990, 0, 500, 7, true, 0], + 6561: ['Gold Bulldog Pet Stone', 10, -1, 2205, 990, 0, 500, 7, true, 0], + 6562: ['Golden Hyena Pet Stone', 10, -1, 2250, 990, 0, 1000, 7, true, 0], + 6563: ['Elephant Pet Stone', 10, -1, 2295, 990, 0, 500, 7, true, 0], + 6564: ['Panda Pet Stone', 10, -1, 2340, 990, 0, 500, 7, true, 0], + 6565: ['King Gorilla Pet Stone', 10, -1, 2385, 990, 0, 1000, 7, true, 0], + 6566: ['Duck Pet Stone', 10, -1, 2430, 990, 0, 500, 7, true, 0], + 6567: ['Mallard Pet Stone', 10, -1, 2475, 990, 0, 500, 7, true, 0], + 6568: ['Enraged Yack Pet Stone', 10, -1, 2520, 990, 0, 1000, 7, true, 0], + 6569: ['Tan Cat Pet Stone', 10, -1, 2565, 990, 0, 500, 7, true, 0], + 6570: ['White Lion Pet Stone', 10, -1, 2610, 990, 0, 500, 7, true, 0], + 6571: ['Tiger Pet Stone', 10, -1, 2655, 990, 0, 1000, 7, true, 0], + 6572: ['Leprechaun Pet Stone', 10, -1, 2700, 990, 0, 500, 7, true, 0], + 6573: ['Red Ant Pet Stone', 10, -1, 2745, 990, 0, 500, 7, true, 0], + 6574: ['Bee Pet Stone', 10, -1, 2790, 990, 0, 500, 7, true, 0], + 6575: ['Beetleman Pet Stone', 10, -1, 2835, 990, 0, 1000, 7, true, 0], + 6576: ['Penguin Pet Stone', 10, -1, 2880, 990, 0, 500, 7, true, 0], + 6577: ['Karate Purple Pet Stone', 10, -1, 2925, 990, 0, 500, 7, true, 0], + 6578: ['Tank Penguin Pet Stone', 10, -1, 2970, 990, 0, 1000, 7, true, 0], + 6579: ['Dino Pet Stone', 10, -1, 3015, 990, 0, 500, 7, true, 0], + 6582: ['Frilled Lizard Pet Stone', 10, -1, 3060, 990, 0, 500, 7, true, 0], + 6583: ['Poison Drake Pet Stone', 10, -1, 3105, 990, 0, 1000, 7, true, 0], + 6584: ['Spirit Pet Stone', 10, -1, 3150, 990, 0, 500, 7, true, 0], + 6585: ['Werewolf Cub Pet Stone', 10, -1, 3195, 990, 0, 500, 7, true, 0], + 6586: ['Hamster Pet Stone', 10, -1, 3240, 990, 0, 500, 7, true, 0], + 6587: ['Snowy Owl Pet Stone', 10, -1, 3285, 990, 0, 500, 7, true, 0], + 6588: ['Sprite Star Pet Stone', 10, -1, 3330, 990, 0, 500, 7, true, 0], + 6589: ['Gummy Bear Pet Stone', 10, -1, 3375, 990, 0, 500, 7, true, 0], + 6592: ['Fire Rooster Pet Stone', 10, -1, 3420, 990, 0, 1000, 7, true, 0], + 6595: ['Rooster of Good Fortune Pet Stone', 10, -1, 3465, 990, 0, 1000, 7, true, 0], + 6598: ['Mini Chinese Dragon Pet Stone', 10, -1, 3510, 990, 0, 1000, 7, true, 0], + 6601: ['Gingerbread Man Pet Stone', 10, -1, 3555, 990, 0, 1000, 7, true, 0], + 6604: ['Mini Polaris Pet Stone', 10, -1, 3600, 990, 0, 1000, 7, true, 0], + 6607: ['Mini Paper Lantern Pet Stone', 10, -1, 3645, 990, 0, 1000, 7, true, 0], + 6610: ['Paper Lantern Pet Stone', 10, -1, 3690, 990, 0, 1000, 7, true, 0], + 6613: ['Chinese Dragon Pet Stone', 10, -1, 3735, 990, 0, 1000, 7, true, 0], + 6616: ['Desert Cobra Pet Stone', 10, -1, 3780, 990, 0, 1000, 7, true, 0], + 6702: ['Night Prince Engraving', 10, -1, 3825, 990, 0, 0, 8, true, 0], + 6703: ['Shatters A2000', 9, -1, 3870, 990, 9, 1500, 6, true, 0], + 6706: ['Mini Medusa Pet Stone', 10, -1, 3915, 990, 0, 1000, 7, true, 0], + 6709: ['Mini Djinn Pet Stone', 10, -1, 3960, 990, 0, 1000, 7, true, 0], + 6712: ['Mini Ghost God Pet Stone', 10, -1, 4005, 990, 0, 1000, 7, true, 0], + 6715: ['Mini Flying Brain Pet Stone', 10, -1, 4050, 990, 0, 1000, 7, true, 0], + 6718: ['Mini Beholder Pet Stone', 10, -1, 4095, 990, 0, 1000, 7, true, 0], + 6721: ['Mini Sprite God Pet Stone', 10, -1, 4140, 990, 0, 1000, 7, true, 0], + 6724: ['Mini Ent God Pet Stone', 10, -1, 4185, 990, 0, 1000, 7, true, 0], + 6727: ['Mini Slime God Pet Stone', 10, -1, 4230, 990, 0, 1000, 7, true, 0], + 6730: ['Mini White Demon Pet Stone', 10, -1, 4275, 990, 0, 1000, 7, true, 0], + 6731: ['Potion of Max Level 1', 10, -1, 4320, 990, 0, 0, 7, true, 0], + 6732: ['Potion of Max Level 2', 10, -1, 4365, 990, 0, 0, 7, true, 0], + 6733: ['Potion of Max Level 3', 10, -1, 4410, 990, 0, 0, 7, true, 0], + 6734: ['Potion of Max Level 4', 10, -1, 4455, 990, 0, 0, 7, true, 0], + 6735: ['Potion of Max Level 5', 10, -1, 0, 1035, 0, 0, 7, true, 0], + 6826: ['Simple Wakizashi', 27, 0, 45, 1035, 0, 4, 1, false, 0], + 6827: ['Steel Wakizashi', 27, 1, 90, 1035, 0, 8, 1, false, 0], + 6828: ['Crimson Wakizashi', 27, 2, 135, 1035, 0, 15, 1, false, 0], + 6829: ['Enforced Wakizashi', 27, 3, 180, 1035, 1, 34, 2, false, 0], + 6830: ['Turquoise Wakizashi', 27, 4, 225, 1035, 2, 68, 2, false, 0], + 6831: ['Jade-Imbued Wakizashi', 27, 5, 270, 1035, 4, 139, 4, false, 0], + 6832: ['Royal Wakizashi', 27, 6, 315, 1035, 6, 380, 4, false, 0], + 6858: ['Icicle Launcher', 3, -1, 360, 1035, 5, 450, 4, false, 0], + 6859: ["Frost Lich's Finger", 2, -1, 405, 1035, 5, 450, 4, false, 0], + 6860: ["Frosty's Walking Stick", 17, -1, 450, 1035, 5, 450, 4, false, 0], + 6861: ["Winter's Breath Wand", 8, -1, 495, 1035, 5, 450, 4, false, 0], + 6862: ["Saint Nicolas' Blade", 1, -1, 540, 1035, 5, 450, 4, false, 0], + 6863: ['Yuki', 24, -1, 585, 1035, 5, 450, 4, false, 0], + 6874: ['Santa Trickster Skin', 10, -1, 630, 1035, 0, 500, 7, false, 0], + 6875: ['Helping Huntress Skin', 10, -1, 675, 1035, 0, 1000, 7, true, 0], + 6876: ['Mystic of Christmas Past Skin', 10, -1, 720, 1035, 0, 1000, 7, true, 0], + 6878: ['Wizard of Christmas Present Skin', 10, -1, 765, 1035, 0, 1000, 7, true, 0], + 6879: ['Necro of Christmas Yet-to-Come Skin', 10, -1, 810, 1035, 0, 1000, 7, true, 0], + 6890: ['Snowland Priestess Skin', 10, -1, 855, 1035, 0, 1000, 7, true, 0], + 6891: ['Frost Raider Warrior Skin', 10, -1, 900, 1035, 0, 1000, 7, true, 0], + 6892: ['Roguish Business Partner Skin', 10, -1, 945, 1035, 0, 1000, 7, true, 0], + 6893: ['Snowball Kid Assassin Skin', 10, -1, 990, 1035, 0, 1000, 7, true, 0], + 6937: ['AoOPoison', 18, -1, 1035, 1035, 7, 700, 6, true, 0], + 6938: ['AoOHelm', 16, -1, 1080, 1035, 7, 700, 6, true, 0], + 6939: ['AoO Shield Proc', 15, -1, 1125, 1035, 0, 0, 0, true, 0], + 7013: ['Def Test Dagger', 2, -1, 1170, 1035, 0, 6000, 1, false, 0], + 7020: ['relativeStat Test Item', 9, -1, 1215, 1035, 0, 0, 4, false, 0], + 7021: ['minimumMeter Test Item', 9, -1, 1260, 1035, 6, 500, 6, true, 0], + 7022: ['meterCost Test Item', 9, -1, 1305, 1035, 6, 500, 6, true, 0], + 7560: ['Sword Subattack Item', 0, -1, 1350, 1035, 0, 0, 0, false, 0], + 7561: ['Flail Subattack Item', 0, -1, 1395, 1035, 0, 0, 0, false, 0], + 7562: ['Dagger Subattack Item', 0, -1, 1440, 1035, 0, 0, 0, false, 0], + 7563: ['Dualblade Subattack Item', 0, -1, 1485, 1035, 0, 0, 0, false, 0], + 7564: ['Staff Subattack Item', 0, -1, 1530, 1035, 0, 0, 0, false, 0], + 7565: ['Spellblade Subattack Item', 0, -1, 1575, 1035, 0, 0, 0, false, 0], + 7566: ['Wand Subattack Item', 0, -1, 1620, 1035, 0, 0, 0, false, 0], + 7567: ['Morningstar Subattack Item', 0, -1, 1665, 1035, 0, 0, 0, false, 0], + 7568: ['Bow Subattack Item', 0, -1, 1710, 1035, 0, 0, 0, false, 0], + 7569: ['Longbow Subattack Item', 0, -1, 1755, 1035, 0, 0, 0, false, 0], + 7570: ['Katana Subattack Item', 0, -1, 1800, 1035, 0, 0, 0, false, 0], + 7571: ['Tachi Subattack Item', 0, -1, 1845, 1035, 0, 0, 0, false, 0], + 7572: ['Onhit Quiver Projectile T6', 15, -1, 1890, 1035, 0, 0, 0, false, 0], + 7573: ['Onhit Quiver Projectile T7', 15, -1, 1935, 1035, 0, 0, 0, false, 0], + 7574: ['Onhit Spell Projectile T6', 15, -1, 1980, 1035, 0, 0, 0, false, 0], + 7575: ['Onhit Spell Projectile T7', 15, -1, 2025, 1035, 0, 0, 0, false, 0], + 7576: ['Onhit Shield Projectile T6', 15, -1, 2070, 1035, 0, 0, 0, false, 0], + 7577: ['Onhit Shield Projectile T7', 15, -1, 2115, 1035, 0, 0, 0, false, 0], + 7578: ['Onhit Star Projectile T6', 15, -1, 2160, 1035, 0, 0, 0, false, 0], + 7579: ['Onhit Star Projectile T7', 15, -1, 2205, 1035, 0, 0, 0, false, 0], + 7580: ['Onhit Wakizashi Projectile T6', 15, -1, 2250, 1035, 0, 0, 0, false, 0], + 7581: ['Onhit Wakizashi Projectile T7', 15, -1, 2295, 1035, 0, 0, 0, false, 0], + 7582: ['Onhit Mace Projectile T6', 15, -1, 2340, 1035, 0, 0, 0, false, 0], + 7583: ['Onhit Mace Projectile T7', 15, -1, 2385, 1035, 0, 0, 0, false, 0], + 7706: ['Mark of the Fountain Spirit', 10, -1, 2430, 1035, 0, 50, 2, true, 0], + 7708: ['Mark of the Archivist', 10, -1, 2475, 1035, 0, 50, 2, true, 0], + 7713: ["Santa's Bag", 10, -1, 2520, 1035, 0, 200, 2, true, 0], + 7718: ['Mark of Septavius', 10, -1, 2565, 1035, 0, 50, 2, true, 0], + 7719: ['Mark of Malphas', 10, -1, 2610, 1035, 0, 50, 2, true, 0], + 7720: ['Mark of Gulpord', 10, -1, 2655, 1035, 0, 50, 2, true, 0], + 7721: ['Mark of Dr Terrible', 10, -1, 2700, 1035, 0, 50, 2, true, 0], + 7722: ['Mark of the Puppet Master', 10, -1, 2745, 1035, 0, 50, 2, true, 0], + 7723: ['Mark of Skuld', 10, -1, 2790, 1035, 0, 50, 2, true, 0], + 7724: ['Mark of Ruthven', 10, -1, 2835, 1035, 0, 50, 2, true, 0], + 7725: ['Mark of Daichi', 10, -1, 2880, 1035, 0, 50, 2, true, 0], + 7726: ['Mark of Esben', 10, -1, 2925, 1035, 0, 50, 2, true, 0], + 7727: ['Mark of Limon', 10, -1, 2970, 1035, 0, 50, 2, true, 0], + 7728: ['Mark of Thessal', 10, -1, 3015, 1035, 0, 50, 2, true, 0], + 7729: ['Mark of Geb', 10, -1, 3060, 1035, 0, 50, 2, true, 0], + 7730: ['Mark of Oryx', 10, -1, 3105, 1035, 0, 50, 2, true, 0], + 7731: ['Mark of Janus', 10, -1, 3150, 1035, 0, 50, 2, true, 0], + 7732: ['Mark of the Wyvern', 10, -1, 3195, 1035, 0, 50, 2, true, 0], + 7733: ['Mark of the Forgotten King', 10, -1, 3240, 1035, 0, 50, 2, true, 0], + 7734: ['Mark of Shaitan', 10, -1, 3285, 1035, 0, 50, 2, true, 0], + 7735: ['Mark of Bilgewater', 10, -1, 3330, 1035, 0, 50, 2, true, 0], + 7736: ['Mark of the Megamoth', 10, -1, 3375, 1035, 0, 50, 2, true, 0], + 7737: ['Mark of the Killer Bee Queen', 10, -1, 3420, 1035, 0, 50, 2, true, 0], + 7738: ['Mark of the Son of Arachna', 10, -1, 3465, 1035, 0, 50, 2, true, 0], + 7739: ['Mark of Stheno', 10, -1, 3510, 1035, 0, 50, 2, true, 0], + 7740: ['Mark of Davy Jones', 10, -1, 3555, 1035, 0, 50, 2, true, 0], + 7741: ['Mark of Parasitic Horrors', 10, -1, 3600, 1035, 0, 50, 2, true, 0], + 7742: ['Egg Omelette', 10, -1, 3645, 1035, 0, 500, 7, true, 0], + 7748: ['ArcherST0', 3, -1, 3690, 1035, 5, 900, 8, true, 0], + 7749: ['ArcherST1', 15, -1, 3735, 1035, 7, 800, 8, true, 0], + 7750: ['ArcherST2', 6, -1, 3780, 1035, 6, 700, 8, true, 0], + 7751: ['ArcherST3', 9, -1, 3825, 1035, 4, 600, 8, true, 0], + 7757: ['NinjaST0', 24, -1, 3870, 1035, 5, 700, 8, true, 0], + 7758: ['Jade Beetle', 9, -1, 3915, 1035, 7, 500, 6, true, 0], + 7759: ['NinjaST2', 6, -1, 3960, 1035, 6, 650, 8, true, 0], + 7760: ['NinjaST3', 9, -1, 4005, 1035, 4, 550, 8, true, 0], + 7768: ['NinjaST1', 25, -1, 4050, 1035, 7, 950, 8, true, 0], + 8165: ['oHorde Key', 10, -1, 4095, 1035, 0, 0, 0, true, 0], + 8204: ['2PriestST0', 8, -1, 4140, 1035, 5, 1100, 8, true, 0], + 8205: ['2PriestST1', 4, -1, 4185, 1035, 7, 1200, 8, true, 0], + 8206: ['2PriestST2', 14, -1, 4230, 1035, 6, 800, 8, true, 0], + 8207: ['2PriestST3', 9, -1, 4275, 1035, 4, 500, 8, true, 0], + 8254: ['SamuraiST0', 24, -1, 4320, 1035, 5, 800, 8, true, 0], + 8256: ['SamuraiST2', 7, -1, 4365, 1035, 6, 600, 8, true, 0], + 8257: ['SamuraiST3', 9, -1, 4410, 1035, 4, 400, 8, true, 0], + 8258: ["Santa's Sleigh", 10, -1, 4455, 1035, 0, 35, 2, true, 0], + 8259: ['Egg Nog', 10, -1, 0, 1080, 0, 35, 2, true, 0], + 8260: ['Fruitcake', 10, -1, 45, 1080, 0, 35, 2, true, 0], + 8261: ['Candy Cane', 10, -1, 90, 1080, 0, 35, 2, true, 0], + 8262: ['Figgy Pudding', 10, -1, 135, 1080, 0, 35, 2, true, 0], + 8263: ['Mistletoe', 10, -1, 180, 1080, 0, 35, 2, true, 0], + 8264: ['Ice Castle 5', 10, -1, 225, 1080, 0, 80, 2, true, 0], + 8265: ['Ice Castle 4', 10, -1, 270, 1080, 0, 60, 2, true, 0], + 8266: ['Ice Castle 3', 10, -1, 315, 1080, 0, 40, 2, true, 0], + 8267: ['Ice Castle 2', 10, -1, 360, 1080, 0, 20, 2, true, 0], + 8268: ['Ice Castle 1', 10, -1, 405, 1080, 0, 10, 2, true, 0], + 8270: ['Frost Cake', 10, -1, 450, 1080, 0, 35, 2, true, 0], + 8271: ['Blue Ice Candy', 10, -1, 495, 1080, 0, 35, 2, true, 0], + 8272: ['icpk', 10, -1, 540, 1080, 0, 200, 7, true, 0], + 8273: ['icpk2', 10, -1, 585, 1080, 0, 200, 7, true, 0], + 8274: ['Reindeer Food', 10, -1, 630, 1080, 0, 15000, 7, true, 0], + 8277: ['Burning Retribution Spell', 11, 7, 675, 1080, 8, 570, 9, true, 0], + 8278: ['Tome of Hallowed Language', 4, 7, 720, 1080, 8, 570, 9, true, 0], + 8279: ['Quiver of the Autumn King', 15, 7, 765, 1080, 8, 570, 9, true, 0], + 8280: ['Cloak of Nightmares', 13, 7, 810, 1080, 8, 570, 9, true, 0], + 8281: ['Helm of the Tribune', 16, 7, 855, 1080, 8, 570, 9, true, 0], + 8282: ['Shield of Orcish Regalia', 5, 7, 900, 1080, 8, 570, 9, true, 0], + 8283: ['Seal of Invocation', 12, 7, 945, 1080, 8, 570, 9, true, 0], + 8284: ['Necrofish Poison', 18, 7, 990, 1080, 8, 570, 9, true, 0], + 8285: ['Mindwaster Skull', 19, 7, 1035, 1080, 8, 570, 9, true, 0], + 8286: ['Depthchaser Trap', 20, 7, 1080, 1080, 8, 570, 9, true, 0], + 8287: ['Dimensiongate Orb', 21, 7, 1125, 1080, 8, 570, 9, true, 0], + 8288: ['Prism of Reveries', 22, 7, 1170, 1080, 8, 570, 9, true, 0], + 8289: ['Scepter of the Firmament', 23, 7, 1215, 1080, 8, 570, 9, true, 0], + 8290: ['Dynastic Star', 25, 7, 1260, 1080, 8, 570, 9, true, 0], + 8291: ['Virtuous Wakizashi', 27, 7, 1305, 1080, 8, 570, 9, true, 0], + 8319: ['Oryxmas Rogue Skin', 10, -1, 1350, 1080, 0, 0, 7, false, 0], + 8320: ['Oryxmas Archer Skin', 10, -1, 1395, 1080, 0, 0, 7, false, 0], + 8321: ['Oryxmas Wizard Skin', 10, -1, 1440, 1080, 0, 0, 7, false, 0], + 8322: ['Oryxmas Priest Skin', 10, -1, 1485, 1080, 0, 0, 7, false, 0], + 8323: ['Oryxmas Warrior Skin', 10, -1, 1530, 1080, 0, 0, 7, false, 0], + 8324: ['Oryxmas Knight Skin', 10, -1, 1575, 1080, 0, 0, 7, false, 0], + 8325: ['Oryxmas Paladin Skin', 10, -1, 1620, 1080, 0, 0, 7, false, 0], + 8326: ['Oryxmas Assassin Skin', 10, -1, 1665, 1080, 0, 0, 7, false, 0], + 8327: ['Oryxmas Necromancer Skin', 10, -1, 1710, 1080, 0, 0, 7, false, 0], + 8328: ['Oryxmas Huntress Skin', 10, -1, 1755, 1080, 0, 0, 7, false, 0], + 8329: ['Oryxmas Mystic Skin', 10, -1, 1800, 1080, 0, 0, 7, false, 0], + 8330: ['Oryxmas Trickster Skin', 10, -1, 1845, 1080, 0, 0, 7, false, 0], + 8331: ['Oryxmas Sorcerer Skin', 10, -1, 1890, 1080, 0, 0, 7, false, 0], + 8332: ['Oryxmas Ninja Skin', 10, -1, 1935, 1080, 0, 0, 7, false, 0], + 8333: ['Cloak of Winter', 13, -1, 1980, 1080, 7, 380, 4, false, 0], + 8334: ['Snowbound Orb', 21, -1, 2025, 1080, 7, 380, 4, false, 0], + 8335: ["Pathfinder's Helm", 16, -1, 2070, 1080, 7, 380, 4, false, 0], + 8336: ['Coalbearing Quiver', 15, -1, 2115, 1080, 7, 380, 4, false, 0], + 8337: ['Skull of Krampus', 19, -1, 2160, 1080, 7, 380, 4, false, 0], + 8338: ['Vigil Spell', 11, -1, 2205, 1080, 7, 380, 4, false, 0], + 8339: ['Greedsnatcher Trap', 20, -1, 2250, 1080, 7, 380, 4, false, 0], + 8340: ['Resounding Shield', 5, -1, 2295, 1080, 7, 380, 4, false, 0], + 8341: ['Ornamental Prism', 22, -1, 2340, 1080, 7, 380, 4, false, 0], + 8342: ['Nativity Tome', 4, -1, 2385, 1080, 7, 380, 4, false, 0], + 8343: ['Holly Poison', 18, -1, 2430, 1080, 7, 380, 4, false, 0], + 8344: ['Advent Seal', 12, -1, 2475, 1080, 7, 380, 4, false, 0], + 8345: ['Ilex Star', 25, -1, 2520, 1080, 7, 380, 4, false, 0], + 8346: ['Scepter of Sainthood', 23, -1, 2565, 1080, 7, 380, 4, false, 0], + 8386: ['Orb of Aether', 21, -1, 2610, 1080, 6, 800, 6, true, 0], + 8390: ['Pillbug Pet Stone', 10, -1, 2655, 1080, 0, 1000, 7, true, 0], + 8429: ['Moonlight Village Solo Key', 10, -1, 2700, 1080, 0, 200, 7, true, 0], + 8430: ['Moonlight Village Enchanted Key', 10, -1, 2745, 1080, 0, 200, 7, true, 0], + 8431: ['Moonlight Village Augmented Key', 10, -1, 2790, 1080, 0, 200, 7, true, 0], + 8594: ['Brown Bulldog Pet Stone', 10, -1, 2835, 1080, 0, 1000, 7, true, 0], + 8597: ['White Bulldog Pet Stone', 10, -1, 2880, 1080, 0, 1000, 7, true, 0], + 8600: ['Dingo Pet Stone', 10, -1, 2925, 1080, 0, 1000, 7, true, 0], + 8608: ['Legacy Etherite Dagger', 2, -1, 2970, 1080, 5, 500, 8, false, 0], + 8609: ['Legacy Mantle of Skuld', 6, -1, 3015, 1080, 7, 500, 8, false, 0], + 8610: ['Legacy Ghastly Drape', 13, -1, 3060, 1080, 6, 500, 8, false, 0], + 8611: ['Legacy Spectral Ring of Horrors', 9, -1, 3105, 1080, 4, 500, 8, false, 0], + 8615: ['Legacy Sentient Staff', 17, -1, 3150, 1080, 5, 500, 8, false, 0], + 8616: ['Legacy Robe of Twilight', 14, -1, 3195, 1080, 6, 500, 8, false, 0], + 8617: ['Legacy Ancient Spell: Pierce', 11, -1, 3240, 1080, 7, 500, 8, false, 0], + 8618: ['Legacy Forgotten Ring', 9, -1, 3285, 1080, 4, 500, 8, false, 0], + 8643: ['Mystery ST Shard x1', 10, -1, 3330, 1080, 0, 50, 2, true, 1], + 8644: ['Mystery ST Shard x2', 10, -1, 3375, 1080, 0, 100, 2, true, 2], + 8645: ['Mystery ST Shard x3', 10, -1, 3420, 1080, 0, 150, 2, true, 3], + 8646: ['Mystery ST Shard x4', 10, -1, 3465, 1080, 0, 200, 2, true, 4], + 8647: ['Mystery ST Shard x5', 10, -1, 3510, 1080, 0, 250, 2, true, 5], + 8648: ['Mystery ST Shard x6', 10, -1, 3555, 1080, 0, 300, 2, true, 6], + 8649: ['Mystery ST Shard x7', 10, -1, 3600, 1080, 0, 350, 2, true, 7], + 8650: ['Mystery ST Shard x8', 10, -1, 3645, 1080, 0, 400, 2, true, 8], + 8651: ['Mystery ST Shard x9', 10, -1, 3690, 1080, 0, 450, 2, true, 9], + 8652: ['Mystery ST Shard x10', 10, -1, 3735, 1080, 0, 500, 2, true, 10], + 8653: ['Mystery ST Shard x11', 10, -1, 3780, 1080, 0, 550, 2, true, 11], + 8654: ['Mystery ST Shard x12', 10, -1, 3825, 1080, 0, 600, 2, true, 12], + 8655: ['Mystery ST Shard x13', 10, -1, 3870, 1080, 0, 650, 2, true, 13], + 8656: ['Mystery ST Shard x14', 10, -1, 3915, 1080, 0, 700, 2, true, 14], + 8657: ['Mystery ST Shard x15', 10, -1, 3960, 1080, 0, 750, 2, true, 15], + 8663: ['Red Parrot Pet Stone', 10, -1, 4005, 1080, 0, 1000, 7, true, 0], + 8665: ['2WarriorST0', 1, -1, 4050, 1080, 5, 900, 8, true, 0], + 8666: ['2WarriorST1', 16, -1, 4095, 1080, 7, 950, 8, true, 0], + 8667: ['2WarriorST2', 7, -1, 4140, 1080, 6, 600, 8, true, 0], + 8668: ['2WarriorST3', 9, -1, 4185, 1080, 4, 250, 8, true, 0], + 8672: ['Cannon Cluster Proc', 15, -1, 4230, 1080, 0, 0, 0, false, 0], + 8673: ['Gold Bar', 10, -1, 4275, 1080, 0, 1400, 8, true, 0], + 8681: ['Forax Weapon Cache', 10, -1, 4320, 1080, 0, 0, 8, true, 0], + 8682: ['Katalund Weapon Cache', 10, -1, 4365, 1080, 0, 0, 8, true, 0], + 8683: ['Untaris Weapon Cache', 10, -1, 4410, 1080, 0, 0, 8, true, 0], + 8684: ['Malogia Weapon Cache', 10, -1, 4455, 1080, 0, 0, 8, true, 0], + 8685: ['Alien Weapon Cache', 10, -1, 0, 1125, 0, 0, 8, true, 0], + 8691: ['WizardST0', 17, -1, 45, 1125, 7, 800, 8, true, 0], + 8692: ['WizardST1', 11, -1, 90, 1125, 7, 1000, 8, true, 0], + 8693: ['WizardST2', 14, -1, 135, 1125, 6, 850, 8, true, 0], + 8694: ['WizardST3', 9, -1, 180, 1125, 5, 750, 8, true, 0], + 8710: ['Cheetah Pet Stone', 10, -1, 225, 1125, 0, 1000, 7, true, 0], + 8713: ['Jaguar Pet Stone', 10, -1, 270, 1125, 0, 1000, 7, true, 0], + 8732: ['Skull-splitter Sword', 1, -1, 315, 1125, 4, 310, 4, false, 0], + 8736: ['Exalted Essence', 10, -1, 360, 1125, 0, 250, 6, true, 0], + 8764: ['Potion of Health5', 10, -1, 405, 1125, 0, 5, 0, false, 0], + 8765: ['Potion of Health6', 10, -1, 450, 1125, 0, 5, 0, false, 0], + 8770: ['Chonmage Samurai Skin', 10, -1, 495, 1125, 0, 1000, 7, true, 0], + 8771: ['Baywatch Samurai Skin', 10, -1, 540, 1125, 0, 1000, 7, true, 0], + 8772: ['Shark Hunter Ninja Skin', 10, -1, 585, 1125, 0, 1000, 7, true, 0], + 8773: ['Kilnmaster Samurai Skin', 10, -1, 630, 1125, 0, 1000, 7, true, 0], + 8776: ['Slime Samurai Skin', 10, -1, 675, 1125, 0, 500, 7, false, 0], + 8777: ['Onna Bugeisha Samurai Skin', 10, -1, 720, 1125, 0, 1000, 7, true, 0], + 8779: ['Potion of Health1', 10, -1, 765, 1125, 0, 5, 0, false, 0], + 8780: ['Potion of Health4', 10, -1, 810, 1125, 0, 5, 0, false, 0], + 8781: ['Shoveguy Skin', 10, -1, 855, 1125, 0, 500, 7, false, 0], + 8783: ['Holy Avenger Skin', 10, -1, 900, 1125, 0, 500, 7, false, 0], + 8784: ['3NecroST0', 17, -1, 945, 1125, 6, 900, 8, true, 0], + 8785: ['3NecroST1', 19, -1, 990, 1125, 6, 850, 8, true, 0], + 8786: ['3NecroST2', 14, -1, 1035, 1125, 6, 850, 8, true, 0], + 8787: ['3NecroST3', 9, -1, 1080, 1125, 6, 850, 8, true, 0], + 8788: ['3AssassinST0', 2, -1, 1125, 1125, 6, 900, 8, true, 0], + 8789: ['3AssassinST1', 18, -1, 1170, 1125, 6, 850, 8, true, 0], + 8790: ['3AssassinST2', 6, -1, 1215, 1125, 6, 850, 8, true, 0], + 8791: ['3AssassinST3', 9, -1, 1260, 1125, 6, 850, 8, true, 0], + 8792: ['3NecroST4', 9, -1, 1305, 1125, 6, 850, 8, true, 0], + 8793: ['Alchemist Dart Proc', 9, -1, 1350, 1125, 0, 0, 0, true, 0], + 8794: ['Alchemist Dart Proc 2', 9, -1, 1395, 1125, 0, 0, 0, true, 0], + 8795: ['Potion of Health3', 10, -1, 1440, 1125, 0, 5, 0, false, 0], + 8796: ['Ranger Skin', 10, -1, 1485, 1125, 0, 500, 7, false, 0], + 8798: ['Potion of Health2', 10, -1, 1530, 1125, 0, 5, 0, false, 0], + 8812: ['Scarlett Skin', 10, -1, 1575, 1125, 0, 500, 7, false, 0], + 8814: ['Slime Archer Skin', 10, -1, 1620, 1125, 0, 500, 7, false, 0], + 8815: ['Brigand Skin', 10, -1, 1665, 1125, 0, 500, 7, false, 0], + 8826: ['Gentleman Skin', 10, -1, 1710, 1125, 0, 1000, 7, true, 0], + 8827: ['Agent Skin', 10, -1, 1755, 1125, 0, 500, 7, false, 0], + 8828: ['Slime Knight Skin', 10, -1, 1800, 1125, 0, 500, 7, false, 0], + 8829: ['Slime Priest Skin', 10, -1, 1845, 1125, 0, 500, 7, false, 0], + 8830: ['Bashing Bride Skin', 10, -1, 1890, 1125, 0, 500, 7, false, 0], + 8831: ['Eligible Bachelor Skin', 10, -1, 1935, 1125, 0, 500, 7, false, 0], + 8841: ['Corsair Ring', 9, -1, 1980, 1125, 0, 50, 4, false, 0], + 8842: ['Diamond Bladed Katana', 24, -1, 2025, 1125, 5, 233, 2, false, 0], + 8843: ['Staff of Adoration', 17, -1, 2070, 1125, 5, 233, 2, false, 0], + 8844: ['Wand of Budding Romance', 8, -1, 2115, 1125, 5, 233, 2, false, 0], + 8845: ['Heartfind Dagger', 2, -1, 2160, 1125, 5, 233, 2, false, 0], + 8846: ['Vinesword', 1, -1, 2205, 1125, 5, 233, 2, false, 0], + 8847: ["Cupid's Bow", 3, -1, 2250, 1125, 5, 233, 2, false, 0], + 8848: ["Bella's Key", 10, -1, 2295, 1125, 0, 200, 7, true, 0], + 8850: ['Slime Wizard Skin', 10, -1, 2340, 1125, 0, 500, 7, false, 0], + 8851: ['Deadly Vixen Skin', 10, -1, 2385, 1125, 0, 500, 7, false, 0], + 8852: ["Shaitan's Key", 10, -1, 2430, 1125, 0, 200, 7, true, 0], + 8854: ['Wand of Egg-cellence', 8, -1, 2475, 1125, 4, 310, 4, false, 0], + 8856: ['Stanley the Spring Bunny Skin', 10, -1, 2520, 1125, 0, 500, 7, false, 0], + 8857: ['Staff of the Rising Sun', 17, -1, 2565, 1125, 5, 450, 4, false, 0], + 8858: ['Nun Skin', 10, -1, 2610, 1125, 0, 500, 7, false, 0], + 8859: ['Witch Doctor Skin', 10, -1, 2655, 1125, 0, 500, 7, false, 0], + 8860: ['Sorceress Skin', 10, -1, 2700, 1125, 0, 500, 7, false, 0], + 8861: ['Artemis Skin', 10, -1, 2745, 1125, 0, 500, 7, false, 0], + 8862: ['Thousand Suns Spell', 11, -1, 2790, 1125, 6, 380, 4, false, 0], + 8863: ['Robe of the Summer Solstice', 14, -1, 2835, 1125, 5, 435, 4, false, 0], + 8866: ['Mystery ST Chest', 10, -1, 2880, 1125, 0, 0, 8, true, 0], + 8948: ['Beginner Quest Chest Item', 10, -1, 2925, 1125, 0, 200, 8, true, 0], + 8949: ['Honeyed Quest Chest Item', 10, -1, 2970, 1125, 0, 200, 8, true, 0], + 8950: ['Legacy Royal Quest Chest Item', 10, -1, 3015, 1125, 0, 200, 8, true, 0], + 8951: ['Marble Quest Chest Item', 10, -1, 3060, 1125, 0, 200, 8, true, 0], + 8952: ['Cultish Quest Chest Item', 10, -1, 3105, 1125, 0, 200, 8, true, 0], + 8953: ['Voided Quest Chest Item', 10, -1, 3150, 1125, 0, 200, 8, true, 0], + 8954: ['Crystallized Quest Chest Item', 10, -1, 3195, 1125, 0, 200, 8, true, 0], + 8960: ['Ring of the Burning Sun', 9, -1, 3240, 1125, 5, 300, 4, false, 0], + 8961: ['Bow of the Morning Star', 3, -1, 3285, 1125, 6, 800, 6, false, 0], + 8962: ['Sword of the Mad God', 1, -1, 3330, 1125, 5, 450, 8, false, 0], + 8963: ['Sword of Illumination', 1, -1, 3375, 1125, 6, 700, 6, false, 0], + 8970: ['Rare Mystery Key', 10, -1, 3420, 1125, 0, 0, 7, true, 0], + 8971: ['Epic Mystery Key', 10, -1, 3465, 1125, 0, 0, 7, true, 0], + 8972: ['Legendary Mystery Key', 10, -1, 3510, 1125, 0, 0, 7, true, 0], + 8973: ['Rare Mystery Pet Skin', 10, -1, 3555, 1125, 0, 0, 7, true, 0], + 8974: ['Epic Mystery Pet Skin', 10, -1, 3600, 1125, 0, 0, 7, true, 0], + 8975: ['Legendary Mystery Pet Skin', 10, -1, 3645, 1125, 0, 0, 7, true, 0], + 8980: ['Platinum Knight Skin', 10, -1, 3690, 1125, 0, 500, 7, false, 0], + 8981: ['Platinum Warrior Skin', 10, -1, 3735, 1125, 0, 500, 7, false, 0], + 8982: ['Platinum Rogue Skin', 10, -1, 3780, 1125, 0, 500, 7, false, 0], + 8983: ['B.B. Wolf Skin', 10, -1, 3825, 1125, 0, 500, 7, false, 0], + 8984: ['Lil Red Skin', 10, -1, 3870, 1125, 0, 500, 7, false, 0], + 8985: ['King Knifeula Skin', 10, -1, 3915, 1125, 0, 500, 7, false, 0], + 8993: ['Nexus no Miko Skin', 10, -1, 3960, 1125, 0, 500, 7, false, 0], + 8994: ['Wakizashi of Eastern Winds', 27, -1, 4005, 1125, 6, 800, 6, false, 0], + 8995: ['Drow Trickster Skin', 10, -1, 4050, 1125, 0, 500, 7, false, 0], + 8996: ['Unstable Anomaly', 1, -1, 4095, 1125, 1, 0, 4, false, 0], + 8997: ['Precisely Calibrated Stringstick', 3, -1, 4140, 1125, 0, 0, 4, false, 0], + 8998: ['Barely Attuned Magic Thingy', 17, -1, 4185, 1125, 0, 0, 4, false, 0], + 8999: ['Lethargic Sentience', 8, -1, 4230, 1125, 0, 0, 4, false, 0], + 9000: ['Toy Knife', 2, -1, 4275, 1125, 0, 0, 4, false, 0], + 9002: ['Dagger of the Amethyst Prism', 2, -1, 4320, 1125, 5, 450, 4, false, 0], + 9011: ['Witch Skin', 10, -1, 4365, 1125, 0, 0, 7, false, 0], + 9015: ['Almandine Armor of Anger', 7, -1, 4410, 1125, 6, 435, 8, false, 0], + 9016: ['Almandine Ring of Wrath', 9, -1, 4455, 1125, 4, 300, 8, false, 0], + 9017: ['Onyx Shield of the Mad God', 5, -1, 0, 1170, 7, 380, 8, false, 0], + 9018: ['The Devil Tarot Card', 10, -1, 45, 1170, 0, 250, 7, false, 0], + 9019: ['The Sun Tarot Card', 10, -1, 90, 1170, 0, 250, 7, false, 0], + 9020: ['Death Tarot Card', 10, -1, 135, 1170, 0, 250, 7, false, 0], + 9021: ['The Tower Tarot Card', 10, -1, 180, 1170, 0, 250, 7, false, 0], + 9022: ['The Magician Tarot Card', 10, -1, 225, 1170, 0, 250, 7, false, 0], + 9023: ['The World Tarot Card', 10, -1, 270, 1170, 0, 250, 7, false, 0], + 9024: ['The Chariot Tarot Card', 10, -1, 315, 1170, 0, 250, 7, false, 0], + 9025: ['The Moon Tarot Card', 10, -1, 360, 1170, 0, 250, 7, false, 0], + 9033: ['Slime Sorcerer Skin', 10, -1, 405, 1170, 0, 500, 7, false, 0], + 9034: ['Slime Trickster Skin', 10, -1, 450, 1170, 0, 500, 7, false, 0], + 9035: ['Slime Mystic Skin', 10, -1, 495, 1170, 0, 500, 7, false, 0], + 9036: ['Slime Huntress Skin', 10, -1, 540, 1170, 0, 500, 7, false, 0], + 9037: ['Slime Necromancer Skin', 10, -1, 585, 1170, 0, 500, 7, false, 0], + 9038: ['Slime Assassin Skin', 10, -1, 630, 1170, 0, 500, 7, false, 0], + 9039: ['Slime Paladin Skin', 10, -1, 675, 1170, 0, 500, 7, false, 0], + 9040: ['Slime Rogue Skin', 10, -1, 720, 1170, 0, 500, 7, false, 0], + 9041: ['Slime Warrior Skin', 10, -1, 765, 1170, 0, 500, 7, false, 0], + 9042: ['Theatre Key', 10, -1, 810, 1170, 0, 200, 7, true, 0], + 9052: ['PriestST2', 14, -1, 855, 1170, 6, 650, 8, false, 0], + 9053: ['PriestST3', 9, -1, 900, 1170, 4, 400, 8, false, 0], + 9054: ['PriestST1', 4, -1, 945, 1170, 7, 800, 8, false, 0], + 9055: ['PriestST0', 8, -1, 990, 1170, 5, 500, 8, false, 0], + 9056: ['MysticST2', 14, -1, 1035, 1170, 6, 700, 8, false, 0], + 9057: ['MysticST3', 9, -1, 1080, 1170, 4, 400, 8, false, 0], + 9058: ['MysticST1', 21, -1, 1125, 1170, 7, 700, 8, false, 0], + 9059: ['MysticST0', 17, -1, 1170, 1170, 5, 750, 8, false, 0], + 9060: ['Legacy Fairy Plate', 7, -1, 1215, 1170, 6, 500, 8, false, 0], + 9061: ['Legacy Ring of Pure Wishes', 9, -1, 1260, 1170, 4, 500, 8, false, 0], + 9062: ['Legacy Seal of the Enchanted Forest', 12, -1, 1305, 1170, 7, 500, 8, false, 0], + 9063: ['Legacy Pixie-Enchanted Sword', 1, -1, 1350, 1170, 5, 500, 8, false, 0], + 9064: ['Greater Potion of Attack', 10, 5, 1395, 1170, 0, 200, 5, false, 0], + 9065: ['Greater Potion of Defense', 10, 5, 1440, 1170, 0, 200, 5, false, 0], + 9066: ['Greater Potion of Speed', 10, 5, 1485, 1170, 0, 200, 5, false, 0], + 9067: ['Greater Potion of Vitality', 10, 5, 1530, 1170, 0, 200, 5, false, 0], + 9068: ['Greater Potion of Wisdom', 10, 5, 1575, 1170, 0, 200, 5, false, 0], + 9069: ['Greater Potion of Dexterity', 10, 5, 1620, 1170, 0, 200, 5, false, 0], + 9070: ['Greater Potion of Life', 10, -1, 1665, 1170, 0, 350, 5, false, 0], + 9071: ['Greater Potion of Mana', 10, -1, 1710, 1170, 0, 350, 5, false, 0], + 9074: ['Ghost Huntress Skin', 10, -1, 1755, 1170, 0, 500, 7, false, 0], + 9075: ['Skeleton Warrior Skin', 10, -1, 1800, 1170, 0, 500, 7, false, 0], + 9076: ['Infected Assassin Skin', 10, -1, 1845, 1170, 0, 500, 7, false, 0], + 9077: ['Candy Corn', 10, -1, 1890, 1170, 0, 5, 2, false, 0], + 9084: ['Present Dispensing Wand', 8, -1, 1935, 1170, 4, 310, 4, false, 0], + 9085: ['An Icicle', 2, -1, 1980, 1170, 4, 310, 4, false, 0], + 9086: ['Staff of Yuletide Carols', 17, -1, 2025, 1170, 4, 310, 4, false, 0], + 9087: ['Salju', 24, -1, 2070, 1170, 4, 310, 4, false, 0], + 9088: ['Bramble Bow', 3, -1, 2115, 1170, 0, 80, 4, false, 0], + 9089: ['Cocoon Quiver', 15, -1, 2160, 1170, 0, 85, 4, false, 0], + 9136: ['Legendary Mystery Skin', 10, -1, 2205, 1170, 0, 0, 7, true, 0], + 9137: ['Epic Mystery Skin', 10, -1, 2250, 1170, 0, 0, 7, true, 0], + 9138: ['Rare Mystery Skin', 10, -1, 2295, 1170, 0, 0, 7, true, 0], + 9150: ['Parasol Maiden Ninja Skin', 10, -1, 2340, 1170, 0, 1000, 7, true, 0], + 9151: ['Harrowed Slinger Warrior Skin', 10, -1, 2385, 1170, 0, 1000, 7, true, 0], + 9152: ['Wakizashi of Crossing Fires', 27, -1, 2430, 1170, 7, 1000, 6, false, 0], + 9153: ['Oni Paladin Skin', 10, -1, 2475, 1170, 0, 1000, 7, true, 0], + 9154: ['Dual Duelist Ninja Skin', 10, -1, 2520, 1170, 0, 1000, 7, true, 0], + 9155: ['Wicked Dragon Wizard Skin', 10, -1, 2565, 1170, 0, 1000, 7, true, 0], + 9156: ['Ancient Archivist Priest Skin', 10, -1, 2610, 1170, 0, 1000, 7, true, 0], + 9157: ['Magma Dweller Archer Skin', 10, -1, 2655, 1170, 0, 1000, 7, true, 0], + 9158: ['Yin Yang Sorcerer Skin', 10, -1, 2700, 1170, 0, 1000, 7, true, 0], + 9159: ['Ebony Sorcerer Skin', 10, -1, 2745, 1170, 0, 1000, 7, true, 0], + 9160: ['Ivory Priest Skin', 10, -1, 2790, 1170, 0, 1000, 7, true, 0], + 9161: ['Moonlight Elf Huntress Skin', 10, -1, 2835, 1170, 0, 1000, 7, true, 0], + 9164: ['Floomp Pet Stone', 10, -1, 2880, 1170, 0, 1000, 7, true, 0], + 9169: ['Vermilion Dragon Pet Stone', 10, -1, 2925, 1170, 0, 1000, 7, true, 0], + 9172: ['Golden Capricorn Pet Stone', 10, -1, 2970, 1170, 0, 1000, 7, true, 0], + 9175: ['Golden Sagittarius Pet Stone', 10, -1, 3015, 1170, 0, 1000, 7, true, 0], + 9178: ['Golden Aquarius Pet Stone', 10, -1, 3060, 1170, 0, 1000, 7, true, 0], + 9181: ['Capricorn Pet Stone', 10, -1, 3105, 1170, 0, 1000, 7, true, 0], + 9185: ['Sagittarius Pet Stone', 10, -1, 3150, 1170, 0, 1000, 7, true, 0], + 9188: ['Aquarius Pet Stone', 10, -1, 3195, 1170, 0, 1000, 7, true, 0], + 9191: ['Bouncing Slime Pet Stone', 10, -1, 3240, 1170, 0, 1000, 7, true, 0], + 9194: ['Mini Pot Of Gold Pet Stone', 10, -1, 3285, 1170, 0, 1000, 7, true, 0], + 9197: ["Leprechaun's Walking Hat Pet Stone", 10, -1, 3330, 1170, 0, 1000, 7, true, 0], + 9200: ['Rainbow Rocketeer Pet Stone', 10, -1, 3375, 1170, 0, 1000, 7, true, 0], + 9202: ['Irish Dancer Trickster Skin', 10, -1, 3420, 1170, 0, 1000, 7, true, 0], + 9204: ['Scarecrow Warrior Skin', 10, -1, 3465, 1170, 0, 1000, 7, true, 0], + 9206: ["Paddy's Flying Hat", 10, -1, 3510, 1170, 0, 50, 2, true, 0], + 9208: ['Rainbow Clover', 10, -1, 3555, 1170, 0, 50, 2, true, 0], + 9210: ['Templar Knight Skin', 10, -1, 3600, 1170, 0, 1000, 7, true, 0], + 9211: ['Skink Necromancer Skin', 10, -1, 3645, 1170, 0, 1000, 7, true, 0], + 9227: ['Kingsman Cavalry Warrior Skin', 10, -1, 3690, 1170, 0, 500, 7, false, 0], + 9228: ['Kingsman Guard Knight Skin', 10, -1, 3735, 1170, 0, 500, 7, false, 0], + 9229: ['Kingsman Armorbearer Paladin Skin', 10, -1, 3780, 1170, 0, 500, 7, false, 0], + 9230: ['Court Wizard Skin', 10, -1, 3825, 1170, 0, 500, 7, false, 0], + 9231: ['Demon Summoner Necromancer Skin', 10, -1, 3870, 1170, 0, 500, 7, false, 0], + 9232: ['Wandering Gypsy Mystic Skin', 10, -1, 3915, 1170, 0, 500, 7, false, 0], + 9233: ['Village Peasant Trickster Skin', 10, -1, 3960, 1170, 0, 500, 7, false, 0], + 9234: ['Blackguard Mercenary Assassin Skin', 10, -1, 4005, 1170, 0, 500, 7, false, 0], + 9235: ['Sensei Ninja Skin', 10, -1, 4050, 1170, 0, 500, 7, false, 0], + 9236: ['King of Thieves Rogue Skin', 10, -1, 4095, 1170, 0, 500, 7, false, 0], + 9237: ['Kings Bowman Archer Skin', 10, -1, 4140, 1170, 0, 500, 7, false, 0], + 9238: ['Forest Tracker Huntress Skin', 10, -1, 4185, 1170, 0, 500, 7, false, 0], + 9239: ['Carthusian Monk Priest Skin', 10, -1, 4230, 1170, 0, 500, 7, false, 0], + 9240: ['Royal Sorcerer Skin', 10, -1, 4275, 1170, 0, 500, 7, false, 0], + 9246: ['Lustrous Champion Knight Skin', 10, -1, 4320, 1170, 0, 1000, 7, true, 0], + 9247: ['Discoverer Sorcerer Skin', 10, -1, 4365, 1170, 0, 1000, 7, true, 0], + 9248: ["Poisson d'Avril Paladin Skin", 10, -1, 4410, 1170, 0, 1000, 7, true, 0], + 9249: ['Rabbit Warrior Skin', 10, -1, 4455, 1170, 0, 1000, 7, true, 0], + 9250: ['Mysterious Wizard Skin', 10, -1, 0, 1215, 0, 1000, 7, true, 0], + 9253: ['Tuxedo Bird Pet Stone', 10, -1, 45, 1215, 0, 1000, 7, true, 0], + 9256: ['Flamingo Pet Stone', 10, -1, 90, 1215, 0, 1000, 7, true, 0], + 9259: ['Heron Pet Stone', 10, -1, 135, 1215, 0, 1000, 7, true, 0], + 9262: ['Angelic Drake Pet Stone', 10, -1, 180, 1215, 0, 1000, 7, true, 0], + 9265: ['Demonic Drake Pet Stone', 10, -1, 225, 1215, 0, 1000, 7, true, 0], + 9268: ['Fusion Golem Pet Stone', 10, -1, 270, 1215, 0, 1000, 7, true, 0], + 9271: ['Vibrant Seadragon Pet Stone', 10, -1, 315, 1215, 0, 1000, 7, true, 0], + 9274: ['Arthro-bot Pet Stone', 10, -1, 360, 1215, 0, 1000, 7, true, 0], + 9277: ['Mini Biff Pet Stone', 10, -1, 405, 1215, 0, 1000, 7, true, 0], + 9280: ['Newborn Chick Pet Stone', 10, -1, 450, 1215, 0, 1000, 7, true, 0], + 9283: ['Amazon Pet Stone', 10, -1, 495, 1215, 0, 1000, 7, true, 0], + 9286: ['Party Crow Pet Stone', 10, -1, 540, 1215, 0, 1000, 7, true, 0], + 9289: ['Honey-bot Ant Pet Stone', 10, -1, 585, 1215, 0, 1000, 7, true, 0], + 9292: ['Fountain Child Pet Stone', 10, -1, 630, 1215, 0, 1000, 7, true, 0], + 9295: ['Desert Scorpion Pet Stone', 10, -1, 675, 1215, 0, 1000, 7, true, 0], + 9298: ['Giant Centipede Pet Stone', 10, -1, 720, 1215, 0, 1000, 7, true, 0], + 9301: ['Silver Sky Serpent Pet Stone', 10, -1, 765, 1215, 0, 1000, 7, true, 0], + 9303: ['Butterfly Wizard Skin', 10, -1, 810, 1215, 0, 1000, 7, true, 0], + 9306: ['Twilight Angler Pet Stone', 10, -1, 855, 1215, 0, 1000, 7, true, 0], + 9309: ['Abyss Goliath Pet Stone', 10, -1, 900, 1215, 0, 1000, 7, true, 0], + 9315: ['Demonhunter Huntress Skin', 10, -1, 945, 1215, 0, 1000, 7, true, 0], + 9316: ['Blessed Champion Paladin Skin', 10, -1, 990, 1215, 0, 1000, 7, true, 0], + 9317: ['Sworded Inquisitor Paladin Skin', 10, -1, 1035, 1215, 0, 1000, 7, true, 0], + 9318: ['Dapper Disguiser Rogue Skin', 10, -1, 1080, 1215, 0, 1000, 7, true, 0], + 9319: ['Wise Elder Sorcerer Skin', 10, -1, 1125, 1215, 0, 1000, 7, true, 0], + 9321: ['Jellyhead Trickster Skin', 10, -1, 1170, 1215, 0, 1000, 7, true, 0], + 9325: ['Heroic Abyss of Demons Key', 10, -1, 1215, 1215, 0, 200, 7, true, 0], + 9326: ['Heroic Undead Lair Key', 10, -1, 1260, 1215, 0, 200, 7, true, 0], + 9327: ['Tomb of the Ancients Enchanted Key', 10, -1, 1305, 1215, 0, 200, 7, true, 0], + 9328: ['The Nest Enchanted Key', 10, -1, 1350, 1215, 0, 200, 7, true, 0], + 9329: ["Davy's Enchanted Key", 10, -1, 1395, 1215, 0, 200, 7, true, 0], + 9330: ['Mountain Temple Enchanted Key', 10, -1, 1440, 1215, 0, 200, 7, true, 0], + 9331: ['Malogia Enchanted Key', 10, -1, 1485, 1215, 0, 200, 7, true, 0], + 9332: ['Untaris Enchanted Key', 10, -1, 1530, 1215, 0, 200, 7, true, 0], + 9333: ['Forax Enchanted Key', 10, -1, 1575, 1215, 0, 200, 7, true, 0], + 9334: ['Katalund Enchanted Key', 10, -1, 1620, 1215, 0, 200, 7, true, 0], + 9336: ['Ukulele Girl Bard Skin', 10, -1, 1665, 1215, 0, 1000, 7, true, 0], + 9338: ['Bird Masked Bard Skin', 10, -1, 1710, 1215, 0, 1000, 7, true, 0], + 9340: ['Traveling Songster Bard Skin', 10, -1, 1755, 1215, 0, 500, 7, false, 0], + 9342: ['Star Shooter Assassin Skin', 10, -1, 1800, 1215, 0, 1000, 7, true, 0], + 9344: ['Emo Trickster Skin', 10, -1, 1845, 1215, 0, 1000, 7, true, 0], + 9346: ['Space Cowboy Rogue Skin', 10, -1, 1890, 1215, 0, 1000, 7, true, 0], + 9348: ['Web Kid Trickster Skin', 10, -1, 1935, 1215, 0, 1000, 7, true, 0], + 9350: ['Presidential Paladin Skin', 10, -1, 1980, 1215, 0, 1000, 7, true, 0], + 9352: ['Sand Wanderer Trickster Skin', 10, -1, 2025, 1215, 0, 1000, 7, true, 0], + 9354: ['Shielded Pal Knight Skin', 10, -1, 2070, 1215, 0, 1000, 7, true, 0], + 9356: ['Pegasus Warrior Skin', 10, -1, 2115, 1215, 0, 1000, 7, true, 0], + 9358: ['Zombie Gal Warrior Skin', 10, -1, 2160, 1215, 0, 1000, 7, true, 0], + 9360: ['Virgil the Rockstar of the Abyss Skin', 10, -1, 2205, 1215, 0, 1000, 7, true, 0], + 9362: ['Clown Knight Skin', 10, -1, 2250, 1215, 0, 1000, 7, true, 0], + 9364: ['Chemist of Steel Paladin Skin', 10, -1, 2295, 1215, 0, 1000, 7, true, 0], + 9366: ['Tavern Bard Skin', 10, -1, 2340, 1215, 0, 1000, 7, true, 0], + 9368: ['Red Prismed Trickster Skin', 10, -1, 2385, 1215, 0, 1000, 7, true, 0], + 9370: ['Skeleton Trumpeter Bard Skin', 10, -1, 2430, 1215, 0, 1000, 7, true, 0], + 9372: ['Baby Bard Skin', 10, -1, 2475, 1215, 0, 1000, 7, true, 0], + 9374: ['The Fiddler Bard Skin', 10, -1, 2520, 1215, 0, 1000, 7, true, 0], + 9376: ['Twintailed Vocalist Bard Skin', 10, -1, 2565, 1215, 0, 1000, 7, true, 0], + 9378: ['Treacherous Trout Bard Skin', 10, -1, 2610, 1215, 0, 1000, 7, true, 0], + 9380: ['Wandering Spellcaster Bard Skin', 10, -1, 2655, 1215, 0, 1000, 7, true, 0], + 9382: ['Slime Bard Skin', 10, -1, 2700, 1215, 0, 500, 7, false, 0], + 9384: ['Bard - Future Seeker Tester Skin', 10, -1, 2745, 1215, 0, 0, 7, true, 0], + 9386: ['Bard - Dungeon Mastermind Skin', 10, -1, 2790, 1215, 0, 0, 7, true, 0], + 9388: ['Bard - Artist Extraordinaire Skin', 10, -1, 2835, 1215, 0, 0, 7, true, 0], + 9390: ['Oryxmas Bard Skin', 10, -1, 2880, 1215, 0, 0, 7, false, 0], + 9392: ['Bard - Cyber Cop Skin', 10, -1, 2925, 1215, 0, 0, 7, true, 0], + 9394: ['Stone Bard Skin', 10, -1, 2970, 1215, 0, 500, 7, false, 0], + 9396: ['Western Miguel Rogue Skin', 10, -1, 3015, 1215, 0, 1000, 7, true, 0], + 9398: ['Mini Angelic Bard Skin', 10, -1, 3060, 1215, 0, 1000, 7, true, 0], + 9400: ['Fire Flower Samurai Skin', 10, -1, 3105, 1215, 0, 1000, 7, true, 0], + 9402: ['Celtic Spearwoman Paladin Skin', 10, -1, 3150, 1215, 0, 1000, 7, true, 0], + 9404: ['Blindfold Archer Skin', 10, -1, 3195, 1215, 0, 1000, 7, true, 0], + 9406: ['Decapod Crustacean Warrior Skin', 10, -1, 3240, 1215, 0, 1000, 7, true, 0], + 9408: ['Lucky Sapling Priest Skin', 10, -1, 3285, 1215, 0, 1000, 7, true, 0], + 9410: ['The 12th Sorcerer Skin', 10, -1, 3330, 1215, 0, 1000, 7, true, 0], + 9412: ['Brad the Bard Skin', 10, -1, 3375, 1215, 0, 1000, 7, true, 0], + 9414: ['Abyss Adventurer Necromancer Skin', 10, -1, 3420, 1215, 0, 1000, 7, true, 0], + 9416: ['Leech Robot Necromancer Skin', 10, -1, 3465, 1215, 0, 1000, 7, true, 0], + 9418: ['Merfolk Paladin Skin', 10, -1, 3510, 1215, 0, 1000, 7, true, 0], + 9420: ['Swimsuit Ninja Skin', 10, -1, 3555, 1215, 0, 1000, 7, true, 0], + 9422: ['Ghost Captain Rogue Skin', 10, -1, 3600, 1215, 0, 1000, 7, true, 0], + 9424: ['Night Huntress Skin', 10, -1, 3645, 1215, 0, 1000, 7, true, 0], + 9426: ['Blorph the Archer Skin', 10, -1, 3690, 1215, 0, 1000, 7, true, 0], + 9428: ['Mushroom Girl Rogue Skin', 10, -1, 3735, 1215, 0, 1000, 7, true, 0], + 9430: ['Wasteland Mercenary Archer Skin', 10, -1, 3780, 1215, 0, 1000, 7, true, 0], + 9432: ['Dungeon Recruit Huntress Skin', 10, -1, 3825, 1215, 0, 1000, 7, true, 0], + 9434: ['Dungeon Recruit Archer Skin', 10, -1, 3870, 1215, 0, 1000, 7, true, 0], + 9436: ['Mini Treasure Hunter Archer Skin', 10, -1, 3915, 1215, 0, 1000, 7, true, 0], + 9438: ['Mini Vampire Rogue Skin', 10, -1, 3960, 1215, 0, 1000, 7, true, 0], + 9440: ['Torched Paleolithic Wizard Skin', 10, -1, 4005, 1215, 0, 1000, 7, true, 0], + 9442: ['Crab Samurai Skin', 10, -1, 4050, 1215, 0, 1000, 7, true, 0], + 9444: ['Sleepover Archer Skin', 10, -1, 4095, 1215, 0, 1000, 7, true, 0], + 9446: ['Construction Rogue Skin', 10, -1, 4140, 1215, 0, 0, 7, false, 0], + 9448: ['Construction Archer Skin', 10, -1, 4185, 1215, 0, 0, 7, false, 0], + 9450: ['Construction Wizard Skin', 10, -1, 4230, 1215, 0, 0, 7, false, 0], + 9452: ['Construction Priest Skin', 10, -1, 4275, 1215, 0, 0, 7, false, 0], + 9454: ['Construction Warrior Skin', 10, -1, 4320, 1215, 0, 0, 7, false, 0], + 9456: ['Construction Knight Skin', 10, -1, 4365, 1215, 0, 0, 7, false, 0], + 9458: ['Construction Paladin Skin', 10, -1, 4410, 1215, 0, 0, 7, false, 0], + 9460: ['Construction Assassin Skin', 10, -1, 4455, 1215, 0, 0, 7, false, 0], + 9462: ['Construction Necromancer Skin', 10, -1, 0, 1260, 0, 0, 7, false, 0], + 9464: ['Construction Huntress Skin', 10, -1, 45, 1260, 0, 0, 7, false, 0], + 9466: ['Construction Mystic Skin', 10, -1, 90, 1260, 0, 0, 7, false, 0], + 9468: ['Construction Trickster Skin', 10, -1, 135, 1260, 0, 0, 7, false, 0], + 9470: ['Construction Sorcerer Skin', 10, -1, 180, 1260, 0, 0, 7, false, 0], + 9472: ['Construction Ninja Skin', 10, -1, 225, 1260, 0, 0, 7, false, 0], + 9474: ['Construction Samurai Skin', 10, -1, 270, 1260, 0, 0, 7, false, 0], + 9476: ['Construction Bard Skin', 10, -1, 315, 1260, 0, 0, 7, false, 0], + 9478: ['Basketball Player Mystic Skin', 10, -1, 360, 1260, 0, 1000, 7, true, 0], + 9480: ['Sleepover Sorcerer Skin', 10, -1, 405, 1260, 0, 1000, 7, true, 0], + 9482: ['Sleepover Knight Skin', 10, -1, 450, 1260, 0, 1000, 7, true, 0], + 9484: ['Traffic Cone Trickster Skin', 10, -1, 495, 1260, 0, 1000, 7, true, 0], + 9486: ['Whack-a-Warrior Skin', 10, -1, 540, 1260, 0, 1000, 7, true, 0], + 9488: ['Beefcake Construction Knight Skin', 10, -1, 585, 1260, 0, 1000, 7, true, 0], + 9490: ['Jackhammer Constructor Knight Skin', 10, -1, 630, 1260, 0, 1000, 7, true, 0], + 9492: ['Wrench Constructor Ninja Skin', 10, -1, 675, 1260, 0, 1000, 7, true, 0], + 9494: ['Hammer Constructor Priest Skin', 10, -1, 720, 1260, 0, 1000, 7, true, 0], + 9496: ['House Painter Paladin Skin', 10, -1, 765, 1260, 0, 1000, 7, true, 0], + 9498: ['Exalted Rogue Skin', 10, -1, 810, 1260, 0, 0, 7, true, 0], + 9500: ['Exalted Archer Skin', 10, -1, 855, 1260, 0, 0, 7, true, 0], + 9502: ['Exalted Wizard Skin', 10, -1, 900, 1260, 0, 0, 7, true, 0], + 9504: ['Exalted Priest Skin', 10, -1, 945, 1260, 0, 0, 7, true, 0], + 9506: ['Exalted Warrior Skin', 10, -1, 990, 1260, 0, 0, 7, true, 0], + 9508: ['Exalted Knight Skin', 10, -1, 1035, 1260, 0, 0, 7, true, 0], + 9510: ['Exalted Paladin Skin', 10, -1, 1080, 1260, 0, 0, 7, true, 0], + 9512: ['Exalted Assassin Skin', 10, -1, 1125, 1260, 0, 0, 7, true, 0], + 9514: ['Exalted Necromancer Skin', 10, -1, 1170, 1260, 0, 0, 7, true, 0], + 9516: ['Exalted Huntress Skin', 10, -1, 1215, 1260, 0, 0, 7, true, 0], + 9518: ['Exalted Mystic Skin', 10, -1, 1260, 1260, 0, 0, 7, true, 0], + 9520: ['Exalted Trickster Skin', 10, -1, 1305, 1260, 0, 0, 7, true, 0], + 9522: ['Exalted Sorcerer Skin', 10, -1, 1350, 1260, 0, 0, 7, true, 0], + 9524: ['Exalted Ninja Skin', 10, -1, 1395, 1260, 0, 0, 7, true, 0], + 9526: ['Exalted Samurai Skin', 10, -1, 1440, 1260, 0, 0, 7, true, 0], + 9528: ['Exalted Bard Skin', 10, -1, 1485, 1260, 0, 0, 7, true, 0], + 9530: ['Cheesecake Rogue Skin', 10, -1, 1530, 1260, 0, 1000, 7, true, 0], + 9532: ['Rogue - Magnificent Maestro Skin', 10, -1, 1575, 1260, 0, 500, 7, true, 0], + 9534: ['Archer - Magnificent Maestro Skin', 10, -1, 1620, 1260, 0, 500, 7, true, 0], + 9536: ['Wizard - Magnificent Maestro Skin', 10, -1, 1665, 1260, 0, 500, 7, true, 0], + 9538: ['Priest - Magnificent Maestro Skin', 10, -1, 1710, 1260, 0, 500, 7, true, 0], + 9540: ['Warrior - Magnificent Maestro Skin', 10, -1, 1755, 1260, 0, 500, 7, true, 0], + 9542: ['Knight - Magnificent Maestro Skin', 10, -1, 1800, 1260, 0, 500, 7, true, 0], + 9544: ['Paladin - Magnificent Maestro Skin', 10, -1, 1845, 1260, 0, 500, 7, true, 0], + 9546: ['Assassin - Magnificent Maestro Skin', 10, -1, 1890, 1260, 0, 500, 7, true, 0], + 9548: ['Necromancer - Magnificent Maestro Skin', 10, -1, 1935, 1260, 0, 500, 7, true, 0], + 9550: ['Sorcerer - Magnificent Maestro Skin', 10, -1, 1980, 1260, 0, 500, 7, true, 0], + 9552: ['Ninja - Magnificent Maestro Skin', 10, -1, 2025, 1260, 0, 500, 7, true, 0], + 9554: ['Samurai - Magnificent Maestro Skin', 10, -1, 2070, 1260, 0, 500, 7, true, 0], + 9556: ['Bard - Magnificent Maestro Skin', 10, -1, 2115, 1260, 0, 500, 7, true, 0], + 9558: ['Huntress - Magnificent Maestro Skin', 10, -1, 2160, 1260, 0, 500, 7, true, 0], + 9560: ['Mystic - Magnificent Maestro Skin', 10, -1, 2205, 1260, 0, 500, 7, true, 0], + 9562: ['Trickster - Magnificent Maestro Skin', 10, -1, 2250, 1260, 0, 500, 7, true, 0], + 9564: ['Bedsheet Ghost Assassin Skin', 10, -1, 2295, 1260, 0, 1000, 7, true, 0], + 9566: ['Eyeball Mystic Skin', 10, -1, 2340, 1260, 0, 1000, 7, true, 0], + 9568: ['Chicken Suit Rogue Skin', 10, -1, 2385, 1260, 0, 1000, 7, true, 0], + 9570: ['Marching Band Drummer Bard Skin', 10, -1, 2430, 1260, 0, 1000, 7, true, 0], + 9572: ['Haori Hakama Samurai Skin', 10, -1, 2475, 1260, 0, 1000, 7, true, 0], + 9574: ['Synthwave Priest Skin', 10, -1, 2520, 1260, 0, 1000, 7, true, 0], + 9576: ['Synthwave Rogue Skin', 10, -1, 2565, 1260, 0, 1000, 7, true, 0], + 9578: ['Synthwave Sorcerer Skin', 10, -1, 2610, 1260, 0, 1000, 7, true, 0], + 9580: ['Synthwave Assassin Skin', 10, -1, 2655, 1260, 0, 1000, 7, true, 0], + 9582: ['Cheerleading Bard Skin', 10, -1, 2700, 1260, 0, 1000, 7, true, 0], + 9584: ['Tim the Tiny Wizard Skin', 10, -1, 2745, 1260, 0, 1000, 7, true, 0], + 9586: ['Surprise Sorcerer Skin', 10, -1, 2790, 1260, 0, 1000, 7, true, 0], + 9588: ['Nutcracker Necromancer Skin', 10, -1, 2835, 1260, 0, 1000, 7, true, 0], + 9590: ['Mouse King Rogue Skin', 10, -1, 2880, 1260, 0, 1000, 7, true, 0], + 9592: ['Snowboarder Warrior Skin', 10, -1, 2925, 1260, 0, 1000, 7, true, 0], + 9594: ['Chicken Knight Skin', 10, -1, 2970, 1260, 0, 1000, 7, true, 0], + 9596: ['Skier Ninja Skin', 10, -1, 3015, 1260, 0, 1000, 7, true, 0], + 9600: ['Mini Rosen Skin', 10, -1, 3060, 1260, 0, 1000, 7, true, 0], + 9601: ['Mini Geb Skin', 10, -1, 3105, 1260, 0, 1000, 7, true, 0], + 9602: ['Mini Skuld Skin', 10, -1, 3150, 1260, 0, 1000, 7, true, 0], + 9603: ['Mini Oryx Skin', 10, -1, 3195, 1260, 0, 1000, 7, true, 0], + 9604: ['Mini Swoll Skin', 10, -1, 3240, 1260, 0, 1000, 7, true, 0], + 9605: ['Mini Twilight Skin', 10, -1, 3285, 1260, 0, 1000, 7, true, 0], + 9606: ['Mini Phylactery Skin', 10, -1, 3330, 1260, 0, 1000, 7, true, 0], + 9607: ['Mini Thessal Skin', 10, -1, 3375, 1260, 0, 1000, 7, true, 0], + 9608: ['Slurp Knight Skin', 10, -1, 3420, 1260, 0, 1000, 7, true, 0], + 9610: ['Bow of Eternal Frost', 3, -1, 3465, 1260, 4, 310, 4, false, 0], + 9612: ['Frostbite', 1, -1, 3510, 1260, 4, 310, 4, false, 0], + 9615: ['Slime Ninja Skin', 10, -1, 3555, 1260, 0, 500, 7, false, 0], + 9658: ['Ancient Ruins Key', 10, -1, 3600, 1260, 0, 200, 7, true, 0], + 9659: ['Arcane Rapier', 1, -1, 3645, 1260, 6, 700, 6, false, 0], + 9660: ['Sandstone Seal', 12, -1, 3690, 1260, 5, 350, 4, false, 0], + 9661: ['Amber Encrusted Helmet', 16, -1, 3735, 1260, 5, 350, 4, false, 0], + 9669: ['The Forgotten Ring', 9, -1, 3780, 1260, 6, 550, 9, false, 0], + 9671: ['July Monthly Shard', 10, -1, 3825, 1260, 0, 50, 7, true, 0], + 9724: ['Candy of Extreme Vitality', 10, -1, 3870, 1260, 0, 500, 7, true, 0], + 9725: ['Candy of Extreme Wisdom', 10, -1, 3915, 1260, 0, 500, 7, true, 0], + 9726: ['Candy of Extreme Speed', 10, -1, 3960, 1260, 0, 500, 7, true, 0], + 9727: ['Candy of Extreme Defense', 10, -1, 4005, 1260, 0, 500, 7, true, 0], + 9728: ['Candy of Extreme Dexterity', 10, -1, 4050, 1260, 0, 500, 7, true, 0], + 9729: ['Candy of Extreme Attack', 10, -1, 4095, 1260, 0, 500, 7, true, 0], + 9730: ['Candy of Extreme Mana', 10, -1, 4140, 1260, 0, 500, 7, true, 0], + 9731: ['Candy of Extreme Life', 10, -1, 4185, 1260, 0, 500, 7, true, 0], + 9733: ['Masked Samurai Skin', 10, -1, 4230, 1260, 0, 1000, 7, true, 0], + 9735: ['Little Prince Rogue Skin', 10, -1, 4275, 1260, 0, 1000, 7, true, 0], + 9737: ['Samurai - Future Seeker Tester Skin', 10, -1, 4320, 1260, 0, 0, 7, true, 0], + 9739: ['Silent Samurai Skin', 10, -1, 4365, 1260, 0, 1000, 7, true, 0], + 9742: ['Little Fox Pet Stone', 10, -1, 4410, 1260, 0, 1000, 7, true, 0], + 9745: ['Mini Beer God Pet Stone', 10, -1, 4455, 1260, 0, 1000, 7, true, 0], + 9748: ['Titanium Rex Pet Stone', 10, -1, 0, 1305, 0, 1000, 7, true, 0], + 9751: ['Red Panda Pet Stone', 10, -1, 45, 1305, 0, 1000, 7, true, 0], + 9754: ['Gargantua Pet Stone', 10, -1, 90, 1305, 0, 1000, 7, true, 0], + 9756: ['Bone Sigil x1', 10, -1, 135, 1305, 0, 0, 2, true, 1], + 9757: ['Bone Sigil x2', 10, -1, 180, 1305, 0, 0, 2, true, 2], + 9758: ['Bone Sigil x3', 10, -1, 225, 1305, 0, 0, 2, true, 3], + 9759: ['Bone Sigil x4', 10, -1, 270, 1305, 0, 0, 2, true, 4], + 9760: ['Bone Sigil x5', 10, -1, 315, 1305, 0, 0, 2, true, 5], + 9761: ['Bone Sigil x6', 10, -1, 360, 1305, 0, 0, 2, true, 6], + 9762: ['Bone Sigil x7', 10, -1, 405, 1305, 0, 0, 2, true, 7], + 9763: ['Bone Sigil x8', 10, -1, 450, 1305, 0, 0, 2, true, 8], + 9764: ['Bone Sigil x9', 10, -1, 495, 1305, 0, 0, 2, true, 9], + 9765: ['Bone Sigil x10', 10, -1, 540, 1305, 0, 0, 2, true, 10], + 9766: ['Bone Sigil x11', 10, -1, 585, 1305, 0, 0, 2, true, 11], + 9767: ['Bone Sigil x12', 10, -1, 630, 1305, 0, 0, 2, true, 12], + 9768: ['Bone Sigil x13', 10, -1, 675, 1305, 0, 0, 2, true, 13], + 9769: ['Bone Sigil x14', 10, -1, 720, 1305, 0, 0, 2, true, 14], + 9770: ['Bone Sigil x15', 10, -1, 765, 1305, 0, 0, 2, true, 15], + 9771: ['Bone Sigil x16', 10, -1, 810, 1305, 0, 0, 2, true, 16], + 9772: ['Bone Sigil x17', 10, -1, 855, 1305, 0, 0, 2, true, 17], + 9773: ['Bone Sigil x18', 10, -1, 900, 1305, 0, 0, 2, true, 18], + 9774: ['Bone Sigil x19', 10, -1, 945, 1305, 0, 0, 2, true, 19], + 9775: ['Bone Sigil x20', 10, -1, 990, 1305, 0, 0, 2, true, 20], + 9776: ['Bone Sigil x21', 10, -1, 1035, 1305, 0, 0, 2, true, 21], + 9777: ['Bone Sigil x22', 10, -1, 1080, 1305, 0, 0, 2, true, 22], + 9778: ['Bone Sigil x23', 10, -1, 1125, 1305, 0, 0, 2, true, 23], + 9779: ['Bone Sigil x24', 10, -1, 1170, 1305, 0, 0, 2, true, 24], + 9780: ['Bone Sigil x25', 10, -1, 1215, 1305, 0, 0, 2, true, 25], + 9985: ['Santa Workshop Key', 10, -1, 1260, 1305, 0, 200, 7, true, 0], + 9990: ['Reindeer Mystery Bag', 10, -1, 1305, 1305, 0, 0, 8, true, 0], + 10022: ['Sword Rune', 10, -1, 1350, 1305, 0, 750, 4, true, 0], + 10023: ['Shield Rune', 10, -1, 1395, 1305, 0, 750, 4, true, 0], + 10024: ['Helmet Rune', 10, -1, 1440, 1305, 0, 750, 4, true, 0], + 10043: ['Crystal Cave Key', 10, -1, 1485, 1305, 0, 200, 8, true, 0], + 10064: ['RogueST0', 2, -1, 1530, 1305, 5, 900, 8, true, 0], + 10065: ['RogueST1', 13, -1, 1575, 1305, 7, 950, 8, true, 0], + 10066: ['RogueST2', 6, -1, 1620, 1305, 6, 750, 8, true, 0], + 10067: ['RogueST3', 9, -1, 1665, 1305, 4, 500, 8, true, 0], + 10082: ['Warrior - Cyber Cop Skin', 10, -1, 1710, 1305, 0, 0, 7, true, 0], + 10084: ['Paladin - Cyber Cop Skin', 10, -1, 1755, 1305, 0, 0, 7, true, 0], + 10086: ['Knight - Cyber Cop Skin', 10, -1, 1800, 1305, 0, 0, 7, true, 0], + 10088: ['Ninja - Cyber Cop Skin', 10, -1, 1845, 1305, 0, 0, 7, true, 0], + 10090: ['Archer - Cyber Cop Skin', 10, -1, 1890, 1305, 0, 0, 7, true, 0], + 10092: ['Rogue - Cyber Cop Skin', 10, -1, 1935, 1305, 0, 0, 7, true, 0], + 10094: ['Assassin - Cyber Cop Skin', 10, -1, 1980, 1305, 0, 0, 7, true, 0], + 10096: ['Wizard - Cyber Cop Skin', 10, -1, 2025, 1305, 0, 0, 7, true, 0], + 10098: ['Necromancer - Cyber Cop Skin', 10, -1, 2070, 1305, 0, 0, 7, true, 0], + 10100: ['Priest - Cyber Cop Skin', 10, -1, 2115, 1305, 0, 0, 7, true, 0], + 10102: ['Sorcerer - Cyber Cop Skin', 10, -1, 2160, 1305, 0, 0, 7, true, 0], + 10104: ['Huntress - Cyber Cop Skin', 10, -1, 2205, 1305, 0, 0, 7, true, 0], + 10106: ['Mystic - Cyber Cop Skin', 10, -1, 2250, 1305, 0, 0, 7, true, 0], + 10108: ['Trickster - Cyber Cop Skin', 10, -1, 2295, 1305, 0, 0, 7, true, 0], + 10110: ['Samurai - Cyber Cop Skin', 10, -1, 2340, 1305, 0, 0, 7, true, 0], + 10112: ['Infested Assassin Skin', 10, -1, 2385, 1305, 0, 1000, 7, true, 0], + 10114: ['Stygian Figure Trickster Skin', 10, -1, 2430, 1305, 0, 1000, 7, true, 0], + 10116: ['Wind Samurai Skin', 10, -1, 2475, 1305, 0, 1000, 7, true, 0], + 10118: ['Indecisive Reaper Warrior Skin', 10, -1, 2520, 1305, 0, 1000, 7, true, 0], + 10120: ['Dancer Wizard Skin', 10, -1, 2565, 1305, 0, 1000, 7, true, 0], + 10122: ['Cave Guy Assassin Skin', 10, -1, 2610, 1305, 0, 1000, 7, true, 0], + 10124: ['Cave Girl Mystic Skin', 10, -1, 2655, 1305, 0, 1000, 7, true, 0], + 10126: ['Odyssey Samurai Skin', 10, -1, 2700, 1305, 0, 1000, 7, true, 0], + 10128: ['Indy James Samurai Skin', 10, -1, 2745, 1305, 0, 1000, 7, true, 0], + 10130: ['Masked Ninja Skin', 10, -1, 2790, 1305, 0, 1000, 7, true, 0], + 10132: ['Dante Trickster of the Abyss Skin', 10, -1, 2835, 1305, 0, 1000, 7, true, 0], + 10134: ['Playful Demon Trickster Skin', 10, -1, 2880, 1305, 0, 1000, 7, true, 0], + 10136: ['Fortune Teller Mystic Skin', 10, -1, 2925, 1305, 0, 1000, 7, true, 0], + 10138: ['Mini Horticultural Huntress Skin', 10, -1, 2970, 1305, 0, 1000, 7, true, 0], + 10140: ['Mini Messenger Priest Skin', 10, -1, 3015, 1305, 0, 1000, 7, true, 0], + 10142: ['Mini Pirate King Warrior Skin', 10, -1, 3060, 1305, 0, 1000, 7, true, 0], + 10144: ['The 11th Priest Skin', 10, -1, 3105, 1305, 0, 1000, 7, true, 0], + 10146: ['Quickdraw Cowboy Sorcerer Skin', 10, -1, 3150, 1305, 0, 1000, 7, true, 0], + 10148: ['Moon Maiden Archer Skin', 10, -1, 3195, 1305, 0, 1000, 7, true, 0], + 10150: ['Exiled Princess Rogue Skin', 10, -1, 3240, 1305, 0, 1000, 7, true, 0], + 10152: ['Raven Grandmaster Sorcerer Skin', 10, -1, 3285, 1305, 0, 1000, 7, true, 0], + 10154: ['Bunny Sorcerer Skin', 10, -1, 3330, 1305, 0, 1000, 7, true, 0], + 10156: ['Disgraced Knight Skin', 10, -1, 3375, 1305, 0, 1000, 7, true, 0], + 10158: ['Saber Wielder Warrior Skin', 10, -1, 3420, 1305, 0, 1000, 7, true, 0], + 10160: ['Little Evil Doer Wizard Skin', 10, -1, 3465, 1305, 0, 1000, 7, true, 0], + 10162: ['Shadow Stalker Rogue Skin', 10, -1, 3510, 1305, 0, 1000, 7, true, 0], + 10164: ['Scalette Paladin Skin', 10, -1, 3555, 1305, 0, 1000, 7, true, 0], + 10166: ['Lord Doku Samurai Skin', 10, -1, 3600, 1305, 0, 1000, 7, true, 0], + 10168: ['Mini Acidified Assassin Skin', 10, -1, 3645, 1305, 0, 1000, 7, true, 0], + 10170: ['Mini Magmatic Mystic Skin', 10, -1, 3690, 1305, 0, 1000, 7, true, 0], + 10172: ['Mini Crystal Kunoichi Skin', 10, -1, 3735, 1305, 0, 1000, 7, true, 0], + 10174: ['Fire Battlemaiden Wizard Skin', 10, -1, 3780, 1305, 0, 1000, 7, true, 0], + 10176: ['Wolf Headdress Warrior Skin', 10, -1, 3825, 1305, 0, 1000, 7, true, 0], + 10178: ['Cronus Entity Assassin Skin', 10, -1, 3870, 1305, 0, 1000, 7, true, 0], + 10180: ['Samurai Quack Skin', 10, -1, 3915, 1305, 0, 1000, 7, true, 0], + 10182: ['Water Battlemaiden Sorcerer Skin', 10, -1, 3960, 1305, 0, 1000, 7, true, 0], + 10184: ['Nurse Priest Skin', 10, -1, 4005, 1305, 0, 1000, 7, true, 0], + 10186: ['Vengeful Yokai Necromancer Skin', 10, -1, 4050, 1305, 0, 1000, 7, true, 0], + 10188: ['Mystery Rogue Skin', 10, -1, 4095, 1305, 0, 0, 7, false, 0], + 10190: ['Mystery Archer Skin', 10, -1, 4140, 1305, 0, 0, 7, false, 0], + 10192: ['Mystery Wizard Skin', 10, -1, 4185, 1305, 0, 0, 7, false, 0], + 10194: ['Mystery Priest Skin', 10, -1, 4230, 1305, 0, 0, 7, false, 0], + 10196: ['Mystery Warrior Skin', 10, -1, 4275, 1305, 0, 0, 7, false, 0], + 10198: ['Mystery Knight Skin', 10, -1, 4320, 1305, 0, 0, 7, false, 0], + 10200: ['Mystery Paladin Skin', 10, -1, 4365, 1305, 0, 0, 7, false, 0], + 10202: ['Mystery Assassin Skin', 10, -1, 4410, 1305, 0, 0, 7, false, 0], + 10204: ['Mystery Necromancer Skin', 10, -1, 4455, 1305, 0, 0, 7, false, 0], + 10206: ['Mystery Huntress Skin', 10, -1, 0, 1350, 0, 0, 7, false, 0], + 10208: ['Mystery Mystic Skin', 10, -1, 45, 1350, 0, 0, 7, false, 0], + 10210: ['Mystery Trickster Skin', 10, -1, 90, 1350, 0, 0, 7, false, 0], + 10212: ['Mystery Sorcerer Skin', 10, -1, 135, 1350, 0, 0, 7, false, 0], + 10214: ['Mystery Ninja Skin', 10, -1, 180, 1350, 0, 0, 7, false, 0], + 10216: ['Mystery Samurai Skin', 10, -1, 225, 1350, 0, 0, 7, false, 0], + 10218: ['Occult Mercenary Trickster Skin', 10, -1, 270, 1350, 0, 1000, 7, true, 0], + 10220: ['Mistral Druid Necromancer Skin', 10, -1, 315, 1350, 0, 1000, 7, true, 0], + 10222: ['Earth Battlemaiden Warrior Skin', 10, -1, 360, 1350, 0, 1000, 7, true, 0], + 10224: ['Shadow Land Sorcerer Skin', 10, -1, 405, 1350, 0, 1000, 7, true, 0], + 10226: ['Lunatic Bunny Trickster Skin', 10, -1, 450, 1350, 0, 1000, 7, true, 0], + 10228: ['The 10th Rogue Skin', 10, -1, 495, 1350, 0, 1000, 7, true, 0], + 10230: ['F.E.R.A.L. Sorcerer Skin', 10, -1, 540, 1350, 0, 1000, 7, true, 0], + 10232: ['Mini Discoverer Samurai Skin', 10, -1, 585, 1350, 0, 1000, 7, true, 0], + 10234: ['Mini Slurp Scion Wizard Skin', 10, -1, 630, 1350, 0, 1000, 7, true, 0], + 10236: ['Mini Court Magician Sorcerer Skin', 10, -1, 675, 1350, 0, 1000, 7, true, 0], + 10243: ['Gluhwein', 10, -1, 720, 1350, 0, 10, 2, false, 0], + 10244: ['Grog', 10, -1, 765, 1350, 0, 10, 2, false, 0], + 10245: ['Cranberry Punch', 10, -1, 810, 1350, 0, 10, 2, false, 0], + 10246: ['Demon Frog Pet Stone', 10, -1, 855, 1350, 0, 500, 7, true, 0], + 10254: ['Stone Samurai Skin', 10, -1, 900, 1350, 0, 500, 7, false, 0], + 10256: ['Oryx Mystery Gift', 10, -1, 945, 1350, 0, 0, 8, true, 0], + 10263: ['Test Trap ATT', 20, 0, 990, 1350, 0, 4, 1, false, 0], + 10264: ['Test Trap DEF', 20, 0, 1035, 1350, 0, 4, 1, false, 0], + 10265: ['Test Trap SPD', 20, 0, 1080, 1350, 0, 4, 1, false, 0], + 10266: ['Test Trap DEX', 20, 0, 1125, 1350, 0, 4, 1, false, 0], + 10267: ['Test Trap WIS', 20, 0, 1170, 1350, 0, 4, 1, false, 0], + 10268: ['Test Trap VIT', 20, 0, 1215, 1350, 0, 4, 1, false, 0], + 10269: ['Test Trap DEX 2', 20, 0, 1260, 1350, 0, 4, 1, false, 0], + 10291: ['Mace of the Celestial Forest', 29, -1, 1305, 1350, 6, 700, 6, false, 0], + 10303: ['Hivemind Mace', 29, -1, 1350, 1350, 7, 1000, 6, true, 0], + 10304: ['Incubation Mace', 29, -1, 1395, 1350, 8, 1000, 6, true, 0], + 10331: ['Old Silver Screw x1', 10, -1, 1440, 1350, 0, 0, 2, true, 1], + 10332: ['Old Silver Screw x2', 10, -1, 1485, 1350, 0, 0, 2, true, 2], + 10333: ['Old Silver Screw x3', 10, -1, 1530, 1350, 0, 0, 2, true, 3], + 10334: ['Old Silver Screw x4', 10, -1, 1575, 1350, 0, 0, 2, true, 4], + 10335: ['Old Silver Screw x5', 10, -1, 1620, 1350, 0, 0, 2, true, 5], + 10336: ['Old Silver Screw x6', 10, -1, 1665, 1350, 0, 0, 2, true, 6], + 10337: ['Old Silver Screw x7', 10, -1, 1710, 1350, 0, 0, 2, true, 7], + 10338: ['Old Silver Screw x8', 10, -1, 1755, 1350, 0, 0, 2, true, 8], + 10339: ['Old Silver Screw x9', 10, -1, 1800, 1350, 0, 0, 2, true, 9], + 10340: ['Old Silver Screw x10', 10, -1, 1845, 1350, 0, 0, 2, true, 10], + 10341: ['Old Silver Screw x11', 10, -1, 1890, 1350, 0, 0, 2, true, 11], + 10342: ['Old Silver Screw x12', 10, -1, 1935, 1350, 0, 0, 2, true, 12], + 10343: ['Old Silver Screw x13', 10, -1, 1980, 1350, 0, 0, 2, true, 13], + 10344: ['Old Silver Screw x14', 10, -1, 2025, 1350, 0, 0, 2, true, 14], + 10345: ['Old Silver Screw x15', 10, -1, 2070, 1350, 0, 0, 2, true, 15], + 10347: ['Old Bronze Nails x1', 10, -1, 2115, 1350, 0, 0, 2, true, 1], + 10348: ['Old Bronze Nails x2', 10, -1, 2160, 1350, 0, 0, 2, true, 2], + 10349: ['Old Bronze Nails x3', 10, -1, 2205, 1350, 0, 0, 2, true, 3], + 10350: ['Old Bronze Nails x4', 10, -1, 2250, 1350, 0, 0, 2, true, 4], + 10351: ['Old Bronze Nails x5', 10, -1, 2295, 1350, 0, 0, 2, true, 5], + 10352: ['Old Bronze Nails x6', 10, -1, 2340, 1350, 0, 0, 2, true, 6], + 10353: ['Old Bronze Nails x7', 10, -1, 2385, 1350, 0, 0, 2, true, 7], + 10354: ['Old Bronze Nails x8', 10, -1, 2430, 1350, 0, 0, 2, true, 8], + 10355: ['Old Bronze Nails x9', 10, -1, 2475, 1350, 0, 0, 2, true, 9], + 10356: ['Old Bronze Nails x10', 10, -1, 2520, 1350, 0, 0, 2, true, 10], + 10357: ['Old Bronze Nails x11', 10, -1, 2565, 1350, 0, 0, 2, true, 11], + 10358: ['Old Bronze Nails x12', 10, -1, 2610, 1350, 0, 0, 2, true, 12], + 10359: ['Old Bronze Nails x13', 10, -1, 2655, 1350, 0, 0, 2, true, 13], + 10360: ['Old Bronze Nails x14', 10, -1, 2700, 1350, 0, 0, 2, true, 14], + 10361: ['Old Bronze Nails x15', 10, -1, 2745, 1350, 0, 0, 2, true, 15], + 10362: ['Old Bronze Nails x16', 10, -1, 2790, 1350, 0, 0, 2, true, 16], + 10363: ['Old Bronze Nails x17', 10, -1, 2835, 1350, 0, 0, 2, true, 17], + 10364: ['Old Bronze Nails x18', 10, -1, 2880, 1350, 0, 0, 2, true, 18], + 10365: ['Old Bronze Nails x19', 10, -1, 2925, 1350, 0, 0, 2, true, 19], + 10366: ['Old Bronze Nails x20', 10, -1, 2970, 1350, 0, 0, 2, true, 20], + 10368: ['Old Wooden Plank x1', 10, -1, 3015, 1350, 0, 0, 2, true, 1], + 10369: ['Old Wooden Plank x2', 10, -1, 3060, 1350, 0, 0, 2, true, 2], + 10370: ['Old Wooden Plank x3', 10, -1, 3105, 1350, 0, 0, 2, true, 3], + 10371: ['Old Wooden Plank x4', 10, -1, 3150, 1350, 0, 0, 2, true, 4], + 10372: ['Old Wooden Plank x5', 10, -1, 3195, 1350, 0, 0, 2, true, 5], + 10373: ['Old Wooden Plank x6', 10, -1, 3240, 1350, 0, 0, 2, true, 6], + 10374: ['Old Wooden Plank x7', 10, -1, 3285, 1350, 0, 0, 2, true, 7], + 10375: ['Old Wooden Plank x8', 10, -1, 3330, 1350, 0, 0, 2, true, 8], + 10376: ['Old Wooden Plank x9', 10, -1, 3375, 1350, 0, 0, 2, true, 9], + 10377: ['Old Wooden Plank x10', 10, -1, 3420, 1350, 0, 0, 2, true, 10], + 10378: ['Old Wooden Plank x11', 10, -1, 3465, 1350, 0, 0, 2, true, 11], + 10379: ['Old Wooden Plank x12', 10, -1, 3510, 1350, 0, 0, 2, true, 12], + 10380: ['Old Wooden Plank x13', 10, -1, 3555, 1350, 0, 0, 2, true, 13], + 10381: ['Old Wooden Plank x14', 10, -1, 3600, 1350, 0, 0, 2, true, 14], + 10382: ['Old Wooden Plank x15', 10, -1, 3645, 1350, 0, 0, 2, true, 15], + 10383: ['Old Wooden Plank x16', 10, -1, 3690, 1350, 0, 0, 2, true, 16], + 10384: ['Old Wooden Plank x17', 10, -1, 3735, 1350, 0, 0, 2, true, 17], + 10385: ['Old Wooden Plank x18', 10, -1, 3780, 1350, 0, 0, 2, true, 18], + 10386: ['Old Wooden Plank x19', 10, -1, 3825, 1350, 0, 0, 2, true, 19], + 10387: ['Old Wooden Plank x20', 10, -1, 3870, 1350, 0, 0, 2, true, 20], + 10389: ['Old Brick x1', 10, -1, 3915, 1350, 0, 0, 2, true, 1], + 10390: ['Old Brick x2', 10, -1, 3960, 1350, 0, 0, 2, true, 2], + 10391: ['Old Brick x3', 10, -1, 4005, 1350, 0, 0, 2, true, 3], + 10392: ['Old Brick x4', 10, -1, 4050, 1350, 0, 0, 2, true, 4], + 10393: ['Old Brick x5', 10, -1, 4095, 1350, 0, 0, 2, true, 5], + 10394: ['Old Brick x6', 10, -1, 4140, 1350, 0, 0, 2, true, 6], + 10395: ['Old Brick x7', 10, -1, 4185, 1350, 0, 0, 2, true, 7], + 10396: ['Old Brick x8', 10, -1, 4230, 1350, 0, 0, 2, true, 8], + 10397: ['Old Brick x9', 10, -1, 4275, 1350, 0, 0, 2, true, 9], + 10398: ['Old Brick x10', 10, -1, 4320, 1350, 0, 0, 2, true, 10], + 10399: ['Old Brick x11', 10, -1, 4365, 1350, 0, 0, 2, true, 11], + 10400: ['Old Brick x12', 10, -1, 4410, 1350, 0, 0, 2, true, 12], + 10401: ['Old Brick x13', 10, -1, 4455, 1350, 0, 0, 2, true, 13], + 10402: ['Old Brick x14', 10, -1, 0, 1395, 0, 0, 2, true, 14], + 10403: ['Old Brick x15', 10, -1, 45, 1395, 0, 0, 2, true, 15], + 10404: ['Old Brick x16', 10, -1, 90, 1395, 0, 0, 2, true, 16], + 10405: ['Old Brick x17', 10, -1, 135, 1395, 0, 0, 2, true, 17], + 10406: ['Old Brick x18', 10, -1, 180, 1395, 0, 0, 2, true, 18], + 10407: ['Old Brick x19', 10, -1, 225, 1395, 0, 0, 2, true, 19], + 10408: ['Old Brick x20', 10, -1, 270, 1395, 0, 0, 2, true, 20], + 10410: ['Carrot Coin x1', 10, -1, 315, 1395, 0, 0, 2, true, 1], + 10411: ['Carrot Coin x2', 10, -1, 360, 1395, 0, 0, 2, true, 2], + 10412: ['Carrot Coin x3', 10, -1, 405, 1395, 0, 0, 2, true, 3], + 10413: ['Carrot Coin x4', 10, -1, 450, 1395, 0, 0, 2, true, 4], + 10414: ['Carrot Coin x5', 10, -1, 495, 1395, 0, 0, 2, true, 5], + 10415: ['Carrot Coin x6', 10, -1, 540, 1395, 0, 0, 2, true, 6], + 10416: ['Carrot Coin x7', 10, -1, 585, 1395, 0, 0, 2, true, 7], + 10417: ['Carrot Coin x8', 10, -1, 630, 1395, 0, 0, 2, true, 8], + 10418: ['Carrot Coin x9', 10, -1, 675, 1395, 0, 0, 2, true, 9], + 10419: ['Carrot Coin x10', 10, -1, 720, 1395, 0, 0, 2, true, 10], + 10420: ['Carrot Coin x11', 10, -1, 765, 1395, 0, 0, 2, true, 11], + 10421: ['Carrot Coin x12', 10, -1, 810, 1395, 0, 0, 2, true, 12], + 10422: ['Carrot Coin x13', 10, -1, 855, 1395, 0, 0, 2, true, 13], + 10423: ['Carrot Coin x14', 10, -1, 900, 1395, 0, 0, 2, true, 14], + 10424: ['Carrot Coin x15', 10, -1, 945, 1395, 0, 0, 2, true, 15], + 10425: ['Carrot Coin x16', 10, -1, 990, 1395, 0, 0, 2, true, 16], + 10426: ['Carrot Coin x17', 10, -1, 1035, 1395, 0, 0, 2, true, 17], + 10427: ['Carrot Coin x18', 10, -1, 1080, 1395, 0, 0, 2, true, 18], + 10428: ['Carrot Coin x19', 10, -1, 1125, 1395, 0, 0, 2, true, 19], + 10429: ['Carrot Coin x20', 10, -1, 1170, 1395, 0, 0, 8, true, 20], + 10431: ['Choco Dream Coin x1', 10, -1, 1215, 1395, 0, 0, 2, true, 1], + 10432: ['Choco Dream Coin x2', 10, -1, 1260, 1395, 0, 0, 2, true, 2], + 10433: ['Choco Dream Coin x3', 10, -1, 1305, 1395, 0, 0, 2, true, 3], + 10434: ['Choco Dream Coin x4', 10, -1, 1350, 1395, 0, 0, 2, true, 4], + 10435: ['Choco Dream Coin x5', 10, -1, 1395, 1395, 0, 0, 2, true, 5], + 10436: ['Choco Dream Coin x6', 10, -1, 1440, 1395, 0, 0, 2, true, 6], + 10437: ['Choco Dream Coin x7', 10, -1, 1485, 1395, 0, 0, 2, true, 7], + 10438: ['Choco Dream Coin x8', 10, -1, 1530, 1395, 0, 0, 2, true, 8], + 10439: ['Choco Dream Coin x9', 10, -1, 1575, 1395, 0, 0, 2, true, 9], + 10440: ['Choco Dream Coin x10', 10, -1, 1620, 1395, 0, 0, 2, true, 10], + 10441: ['Choco Dream Coin x11', 10, -1, 1665, 1395, 0, 0, 2, true, 11], + 10442: ['Choco Dream Coin x12', 10, -1, 1710, 1395, 0, 0, 2, true, 12], + 10443: ['Choco Dream Coin x13', 10, -1, 1755, 1395, 0, 0, 2, true, 13], + 10444: ['Choco Dream Coin x14', 10, -1, 1800, 1395, 0, 0, 2, true, 14], + 10445: ['Choco Dream Coin x15', 10, -1, 1845, 1395, 0, 0, 2, true, 15], + 10446: ['Choco Dream Coin x16', 10, -1, 1890, 1395, 0, 0, 2, true, 16], + 10447: ['Choco Dream Coin x17', 10, -1, 1935, 1395, 0, 0, 2, true, 17], + 10448: ['Choco Dream Coin x18', 10, -1, 1980, 1395, 0, 0, 2, true, 18], + 10449: ['Choco Dream Coin x19', 10, -1, 2025, 1395, 0, 0, 2, true, 19], + 10450: ['Choco Dream Coin x20', 10, -1, 2070, 1395, 0, 0, 2, true, 20], + 10451: ['Choco Dream Coin x21', 10, -1, 2115, 1395, 0, 0, 2, true, 21], + 10452: ['Choco Dream Coin x22', 10, -1, 2160, 1395, 0, 0, 2, true, 22], + 10453: ['Choco Dream Coin x23', 10, -1, 2205, 1395, 0, 0, 2, true, 23], + 10454: ['Choco Dream Coin x24', 10, -1, 2250, 1395, 0, 0, 2, true, 24], + 10455: ['Choco Dream Coin x25', 10, -1, 2295, 1395, 0, 0, 2, true, 25], + 10456: ['Choco Dream Coin x26', 10, -1, 2340, 1395, 0, 0, 2, true, 26], + 10457: ['Choco Dream Coin x27', 10, -1, 2385, 1395, 0, 0, 2, true, 27], + 10458: ['Choco Dream Coin x28', 10, -1, 2430, 1395, 0, 0, 2, true, 28], + 10459: ['Choco Dream Coin x29', 10, -1, 2475, 1395, 0, 0, 2, true, 29], + 10460: ['Choco Dream Coin x30', 10, -1, 2520, 1395, 0, 0, 2, true, 30], + 10462: ['Golden Egg Token x1', 10, -1, 2565, 1395, 0, 0, 2, true, 1], + 10463: ['Golden Egg Token x2', 10, -1, 2610, 1395, 0, 0, 2, true, 2], + 10464: ['Golden Egg Token x3', 10, -1, 2655, 1395, 0, 0, 2, true, 3], + 10465: ['Golden Egg Token x4', 10, -1, 2700, 1395, 0, 0, 2, true, 4], + 10466: ['Golden Egg Token x5', 10, -1, 2745, 1395, 0, 0, 2, true, 5], + 10467: ['Golden Egg Token x6', 10, -1, 2790, 1395, 0, 0, 2, true, 6], + 10468: ['Golden Egg Token x7', 10, -1, 2835, 1395, 0, 0, 2, true, 7], + 10469: ['Golden Egg Token x8', 10, -1, 2880, 1395, 0, 0, 2, true, 8], + 10470: ['Golden Egg Token x9', 10, -1, 2925, 1395, 0, 0, 2, true, 9], + 10471: ['Golden Egg Token x10', 10, -1, 2970, 1395, 0, 0, 2, true, 10], + 10472: ['Golden Egg Token x11', 10, -1, 3015, 1395, 0, 0, 2, true, 11], + 10473: ['Golden Egg Token x12', 10, -1, 3060, 1395, 0, 0, 2, true, 12], + 10474: ['Golden Egg Token x13', 10, -1, 3105, 1395, 0, 0, 2, true, 13], + 10475: ['Golden Egg Token x14', 10, -1, 3150, 1395, 0, 0, 2, true, 14], + 10476: ['Golden Egg Token x15', 10, -1, 3195, 1395, 0, 0, 2, true, 15], + 10477: ['Golden Egg Token x16', 10, -1, 3240, 1395, 0, 0, 2, true, 16], + 10478: ['Golden Egg Token x17', 10, -1, 3285, 1395, 0, 0, 2, true, 17], + 10479: ['Golden Egg Token x18', 10, -1, 3330, 1395, 0, 0, 2, true, 18], + 10480: ['Golden Egg Token x19', 10, -1, 3375, 1395, 0, 0, 2, true, 19], + 10481: ['Golden Egg Token x20', 10, -1, 3420, 1395, 0, 0, 2, true, 20], + 10483: ['Easter Mystery ST Shard x1', 10, -1, 3465, 1395, 0, 0, 2, true, 1], + 10484: ['Easter Mystery ST Shard x2', 10, -1, 3510, 1395, 0, 0, 2, true, 2], + 10485: ['Easter Mystery ST Shard x3', 10, -1, 3555, 1395, 0, 0, 2, true, 3], + 10486: ['Easter Mystery ST Shard x4', 10, -1, 3600, 1395, 0, 0, 2, true, 4], + 10487: ['Easter Mystery ST Shard x5', 10, -1, 3645, 1395, 0, 0, 2, true, 5], + 10488: ['Easter Mystery ST Shard x6', 10, -1, 3690, 1395, 0, 0, 2, true, 6], + 10489: ['Easter Mystery ST Shard x7', 10, -1, 3735, 1395, 0, 0, 2, true, 7], + 10490: ['Easter Mystery ST Shard x8', 10, -1, 3780, 1395, 0, 0, 2, true, 8], + 10491: ['Easter Mystery ST Shard x9', 10, -1, 3825, 1395, 0, 0, 2, true, 9], + 10492: ['Easter Mystery ST Shard x10', 10, -1, 3870, 1395, 0, 0, 2, true, 10], + 10493: ['Easter Mystery ST Shard x11', 10, -1, 3915, 1395, 0, 0, 2, true, 11], + 10494: ['Easter Mystery ST Shard x12', 10, -1, 3960, 1395, 0, 0, 2, true, 12], + 10495: ['Easter Mystery ST Shard x13', 10, -1, 4005, 1395, 0, 0, 2, true, 13], + 10496: ['Easter Mystery ST Shard x14', 10, -1, 4050, 1395, 0, 0, 2, true, 14], + 10497: ['Easter Mystery ST Shard x15', 10, -1, 4095, 1395, 0, 0, 2, true, 15], + 10591: ['Topaz Shard x 1', 10, -1, 4140, 1395, 0, 0, 2, true, 1], + 10592: ['Topaz Shard x 2', 10, -1, 4185, 1395, 0, 0, 2, true, 2], + 10593: ['Topaz Shard x 3', 10, -1, 4230, 1395, 0, 0, 2, true, 3], + 10594: ['Topaz Shard x 4', 10, -1, 4275, 1395, 0, 0, 2, true, 4], + 10595: ['Topaz Shard x 5', 10, -1, 4320, 1395, 0, 0, 2, true, 5], + 10596: ['Topaz Shard x 6', 10, -1, 4365, 1395, 0, 0, 2, true, 6], + 10597: ['Topaz Shard x 7', 10, -1, 4410, 1395, 0, 0, 2, true, 7], + 10598: ['Topaz Shard x 8', 10, -1, 4455, 1395, 0, 0, 2, true, 8], + 10599: ['Topaz Shard x 9', 10, -1, 0, 1440, 0, 0, 2, true, 9], + 10600: ['Topaz Shard x 10', 10, -1, 45, 1440, 0, 0, 2, true, 10], + 10601: ['Topaz Gem', 10, -1, 90, 1440, 0, 500, 8, true, 0], + 10603: ['Carnival Token x 1', 10, -1, 135, 1440, 0, 0, 2, true, 1], + 10604: ['Carnival Token x 2', 10, -1, 180, 1440, 0, 0, 2, true, 2], + 10605: ['Carnival Token x 3', 10, -1, 225, 1440, 0, 0, 2, true, 3], + 10606: ['Carnival Token x 4', 10, -1, 270, 1440, 0, 0, 2, true, 4], + 10607: ['Carnival Token x 5', 10, -1, 315, 1440, 0, 0, 2, true, 5], + 10608: ['Carnival Token x 6', 10, -1, 360, 1440, 0, 0, 2, true, 6], + 10609: ['Carnival Token x 7', 10, -1, 405, 1440, 0, 0, 2, true, 7], + 10610: ['Carnival Token x 8', 10, -1, 450, 1440, 0, 0, 2, true, 8], + 10611: ['Carnival Token x 9', 10, -1, 495, 1440, 0, 0, 2, true, 9], + 10612: ['Carnival Token x 10', 10, -1, 540, 1440, 0, 0, 2, true, 10], + 10614: ['Patty Token x1', 10, -1, 585, 1440, 0, 0, 2, true, 1], + 10615: ['Patty Token x2', 10, -1, 630, 1440, 0, 0, 2, true, 2], + 10616: ['Patty Token x3', 10, -1, 675, 1440, 0, 0, 2, true, 3], + 10617: ['Patty Token x4', 10, -1, 720, 1440, 0, 0, 2, true, 4], + 10618: ['Patty Token x5', 10, -1, 765, 1440, 0, 0, 2, true, 5], + 10619: ['Patty Token x6', 10, -1, 810, 1440, 0, 0, 2, true, 6], + 10620: ['Patty Token x7', 10, -1, 855, 1440, 0, 0, 2, true, 7], + 10621: ['Patty Token x8', 10, -1, 900, 1440, 0, 0, 2, true, 8], + 10622: ['Patty Token x9', 10, -1, 945, 1440, 0, 0, 2, true, 9], + 10623: ['Patty Token x10', 10, -1, 990, 1440, 0, 0, 2, true, 10], + 10624: ['Patty Token x11', 10, -1, 1035, 1440, 0, 0, 2, true, 11], + 10625: ['Patty Token x12', 10, -1, 1080, 1440, 0, 0, 2, true, 12], + 10626: ['Patty Token x13', 10, -1, 1125, 1440, 0, 0, 2, true, 13], + 10627: ['Patty Token x14', 10, -1, 1170, 1440, 0, 0, 2, true, 14], + 10628: ['Patty Token x15', 10, -1, 1215, 1440, 0, 0, 2, true, 15], + 10630: ["Destiny's Gaze x1", 10, -1, 1260, 1440, 0, 0, 2, true, 1], + 10631: ["Destiny's Gaze x2", 10, -1, 1305, 1440, 0, 0, 2, true, 2], + 10632: ["Destiny's Gaze x3", 10, -1, 1350, 1440, 0, 0, 2, true, 3], + 10633: ["Destiny's Gaze x4", 10, -1, 1395, 1440, 0, 0, 2, true, 4], + 10634: ["Destiny's Gaze x5", 10, -1, 1440, 1440, 0, 0, 2, true, 5], + 10635: ["Destiny's Gaze x6", 10, -1, 1485, 1440, 0, 0, 2, true, 6], + 10636: ["Destiny's Gaze x7", 10, -1, 1530, 1440, 0, 0, 2, true, 7], + 10637: ["Destiny's Gaze x8", 10, -1, 1575, 1440, 0, 0, 2, true, 8], + 10638: ["Destiny's Gaze x9", 10, -1, 1620, 1440, 0, 0, 2, true, 9], + 10639: ["Destiny's Gaze x10", 10, -1, 1665, 1440, 0, 0, 2, true, 10], + 10641: ["Captain's Coin x1", 10, -1, 1710, 1440, 0, 0, 2, true, 1], + 10642: ["Captain's Coin x2", 10, -1, 1755, 1440, 0, 0, 2, true, 2], + 10643: ["Captain's Coin x3", 10, -1, 1800, 1440, 0, 0, 2, true, 3], + 10644: ["Captain's Coin x4", 10, -1, 1845, 1440, 0, 0, 2, true, 4], + 10645: ["Captain's Coin x5", 10, -1, 1890, 1440, 0, 0, 2, true, 5], + 10646: ["Captain's Coin x6", 10, -1, 1935, 1440, 0, 0, 2, true, 6], + 10647: ["Captain's Coin x7", 10, -1, 1980, 1440, 0, 0, 2, true, 7], + 10648: ["Captain's Coin x8", 10, -1, 2025, 1440, 0, 0, 2, true, 8], + 10649: ["Captain's Coin x9", 10, -1, 2070, 1440, 0, 0, 2, true, 9], + 10650: ["Captain's Coin x10", 10, -1, 2115, 1440, 0, 0, 2, true, 10], + 10651: ["Captain's Coin x11", 10, -1, 2160, 1440, 0, 0, 2, true, 11], + 10652: ["Captain's Coin x12", 10, -1, 2205, 1440, 0, 0, 2, true, 12], + 10653: ["Captain's Coin x13", 10, -1, 2250, 1440, 0, 0, 2, true, 13], + 10654: ["Captain's Coin x14", 10, -1, 2295, 1440, 0, 0, 2, true, 14], + 10655: ["Captain's Coin x15", 10, -1, 2340, 1440, 0, 0, 2, true, 15], + 10656: ["Captain's Coin x16", 10, -1, 2385, 1440, 0, 0, 2, true, 16], + 10657: ["Captain's Coin x17", 10, -1, 2430, 1440, 0, 0, 2, true, 17], + 10658: ["Captain's Coin x18", 10, -1, 2475, 1440, 0, 0, 2, true, 18], + 10659: ["Captain's Coin x19", 10, -1, 2520, 1440, 0, 0, 2, true, 19], + 10660: ["Captain's Coin x20", 10, -1, 2565, 1440, 0, 0, 2, true, 20], + 10661: ['Toad Eye', 10, -1, 2610, 1440, 0, 0, 2, true, 0], + 10663: ['Cursed Illusionary Coin x1', 10, -1, 2655, 1440, 0, 0, 2, true, 1], + 10664: ['Cursed Illusionary Coin x2', 10, -1, 2700, 1440, 0, 0, 2, true, 2], + 10665: ['Cursed Illusionary Coin x3', 10, -1, 2745, 1440, 0, 0, 2, true, 3], + 10666: ['Cursed Illusionary Coin x4', 10, -1, 2790, 1440, 0, 0, 2, true, 4], + 10667: ['Cursed Illusionary Coin x5', 10, -1, 2835, 1440, 0, 0, 2, true, 5], + 10668: ['Cursed Illusionary Coin x6', 10, -1, 2880, 1440, 0, 0, 2, true, 6], + 10669: ['Cursed Illusionary Coin x7', 10, -1, 2925, 1440, 0, 0, 2, true, 7], + 10670: ['Cursed Illusionary Coin x8', 10, -1, 2970, 1440, 0, 0, 2, true, 8], + 10671: ['Cursed Illusionary Coin x9', 10, -1, 3015, 1440, 0, 0, 2, true, 9], + 10672: ['Cursed Illusionary Coin x10', 10, -1, 3060, 1440, 0, 0, 2, true, 10], + 10674: ['Twisted Coin x1', 10, -1, 3105, 1440, 0, 0, 2, true, 1], + 10675: ['Twisted Coin x2', 10, -1, 3150, 1440, 0, 0, 2, true, 2], + 10676: ['Twisted Coin x3', 10, -1, 3195, 1440, 0, 0, 2, true, 3], + 10677: ['Twisted Coin x4', 10, -1, 3240, 1440, 0, 0, 2, true, 4], + 10678: ['Twisted Coin x5', 10, -1, 3285, 1440, 0, 0, 2, true, 5], + 10679: ['Twisted Coin x6', 10, -1, 3330, 1440, 0, 0, 2, true, 6], + 10680: ['Twisted Coin x7', 10, -1, 3375, 1440, 0, 0, 2, true, 7], + 10681: ['Twisted Coin x8', 10, -1, 3420, 1440, 0, 0, 2, true, 8], + 10682: ['Twisted Coin x9', 10, -1, 3465, 1440, 0, 0, 2, true, 9], + 10683: ['Twisted Coin x10', 10, -1, 3510, 1440, 0, 0, 2, true, 10], + 10685: ['Bat Mask Coin x1', 10, -1, 3555, 1440, 0, 0, 2, true, 1], + 10686: ['Bat Mask Coin x2', 10, -1, 3600, 1440, 0, 0, 2, true, 2], + 10687: ['Bat Mask Coin x3', 10, -1, 3645, 1440, 0, 0, 2, true, 3], + 10688: ['Bat Mask Coin x4', 10, -1, 3690, 1440, 0, 0, 2, true, 4], + 10689: ['Bat Mask Coin x5', 10, -1, 3735, 1440, 0, 0, 2, true, 5], + 10690: ['Bat Mask Coin x6', 10, -1, 3780, 1440, 0, 0, 2, true, 6], + 10691: ['Bat Mask Coin x7', 10, -1, 3825, 1440, 0, 0, 2, true, 7], + 10692: ['Bat Mask Coin x8', 10, -1, 3870, 1440, 0, 0, 2, true, 8], + 10693: ['Bat Mask Coin x9', 10, -1, 3915, 1440, 0, 0, 2, true, 9], + 10694: ['Bat Mask Coin x10', 10, -1, 3960, 1440, 0, 0, 2, true, 10], + 10695: ['Bat Mask Coin x11', 10, -1, 4005, 1440, 0, 0, 2, true, 11], + 10696: ['Bat Mask Coin x12', 10, -1, 4050, 1440, 0, 0, 2, true, 12], + 10697: ['Bat Mask Coin x13', 10, -1, 4095, 1440, 0, 0, 2, true, 13], + 10698: ['Bat Mask Coin x14', 10, -1, 4140, 1440, 0, 0, 2, true, 14], + 10699: ['Bat Mask Coin x15', 10, -1, 4185, 1440, 0, 0, 2, true, 15], + 10700: ['Bat Mask Coin x16', 10, -1, 4230, 1440, 0, 0, 2, true, 16], + 10701: ['Bat Mask Coin x17', 10, -1, 4275, 1440, 0, 0, 2, true, 17], + 10702: ['Bat Mask Coin x18', 10, -1, 4320, 1440, 0, 0, 2, true, 18], + 10703: ['Bat Mask Coin x19', 10, -1, 4365, 1440, 0, 0, 2, true, 19], + 10704: ['Bat Mask Coin x20', 10, -1, 4410, 1440, 0, 0, 2, true, 20], + 10705: ['Bat Mask Coin x21', 10, -1, 4455, 1440, 0, 0, 2, true, 21], + 10706: ['Bat Mask Coin x22', 10, -1, 0, 1485, 0, 0, 2, true, 22], + 10707: ['Bat Mask Coin x23', 10, -1, 45, 1485, 0, 0, 2, true, 23], + 10708: ['Bat Mask Coin x24', 10, -1, 90, 1485, 0, 0, 2, true, 24], + 10709: ['Bat Mask Coin x25', 10, -1, 135, 1485, 0, 0, 2, true, 25], + 10710: ['Bat Mask Coin x26', 10, -1, 180, 1485, 0, 0, 2, true, 26], + 10711: ['Bat Mask Coin x27', 10, -1, 225, 1485, 0, 0, 2, true, 27], + 10712: ['Bat Mask Coin x28', 10, -1, 270, 1485, 0, 0, 2, true, 28], + 10713: ['Bat Mask Coin x29', 10, -1, 315, 1485, 0, 0, 2, true, 29], + 10714: ['Bat Mask Coin x30', 10, -1, 360, 1485, 0, 0, 2, true, 30], + 10718: ['Candle Ornament x1', 10, -1, 405, 1485, 0, 0, 2, true, 1], + 10719: ['Candle Ornament x2', 10, -1, 450, 1485, 0, 0, 2, true, 2], + 10720: ['Candle Ornament x3', 10, -1, 495, 1485, 0, 0, 2, true, 3], + 10721: ['Candle Ornament x4', 10, -1, 540, 1485, 0, 0, 2, true, 4], + 10722: ['Candle Ornament x5', 10, -1, 585, 1485, 0, 0, 2, true, 5], + 10723: ['Candle Ornament x6', 10, -1, 630, 1485, 0, 0, 2, true, 6], + 10724: ['Candle Ornament x7', 10, -1, 675, 1485, 0, 0, 2, true, 7], + 10725: ['Candle Ornament x8', 10, -1, 720, 1485, 0, 0, 2, true, 8], + 10726: ['Candle Ornament x9', 10, -1, 765, 1485, 0, 0, 2, true, 9], + 10727: ['Candle Ornament x10', 10, -1, 810, 1485, 0, 0, 2, true, 10], + 10728: ['Candle Ornament x11', 10, -1, 855, 1485, 0, 0, 2, true, 11], + 10729: ['Candle Ornament x12', 10, -1, 900, 1485, 0, 0, 2, true, 12], + 10730: ['Candle Ornament x13', 10, -1, 945, 1485, 0, 0, 2, true, 13], + 10731: ['Candle Ornament x14', 10, -1, 990, 1485, 0, 0, 2, true, 14], + 10732: ['Candle Ornament x15', 10, -1, 1035, 1485, 0, 0, 2, true, 15], + 10733: ['Candle Ornament x16', 10, -1, 1080, 1485, 0, 0, 2, true, 16], + 10734: ['Candle Ornament x17', 10, -1, 1125, 1485, 0, 0, 2, true, 17], + 10735: ['Candle Ornament x18', 10, -1, 1170, 1485, 0, 0, 2, true, 18], + 10736: ['Candle Ornament x19', 10, -1, 1215, 1485, 0, 0, 2, true, 19], + 10737: ['Candle Ornament x20', 10, -1, 1260, 1485, 0, 0, 2, true, 20], + 10738: ['Candle Ornament x21', 10, -1, 1305, 1485, 0, 0, 2, true, 21], + 10739: ['Candle Ornament x22', 10, -1, 1350, 1485, 0, 0, 2, true, 22], + 10740: ['Candle Ornament x23', 10, -1, 1395, 1485, 0, 0, 2, true, 23], + 10741: ['Candle Ornament x24', 10, -1, 1440, 1485, 0, 0, 2, true, 24], + 10742: ['Candle Ornament x25', 10, -1, 1485, 1485, 0, 0, 2, true, 25], + 10743: ['Candle Ornament x26', 10, -1, 1530, 1485, 0, 0, 2, true, 26], + 10744: ['Candle Ornament x27', 10, -1, 1575, 1485, 0, 0, 2, true, 27], + 10745: ['Candle Ornament x28', 10, -1, 1620, 1485, 0, 0, 2, true, 28], + 10746: ['Candle Ornament x29', 10, -1, 1665, 1485, 0, 0, 2, true, 29], + 10747: ['Candle Ornament x30', 10, -1, 1710, 1485, 0, 0, 2, true, 30], + 10749: ['Divine Coin Token x1', 10, -1, 1755, 1485, 0, 0, 2, true, 1], + 10750: ['Divine Coin Token x2', 10, -1, 1800, 1485, 0, 0, 2, true, 2], + 10751: ['Divine Coin Token x3', 10, -1, 1845, 1485, 0, 0, 2, true, 3], + 10752: ['Divine Coin Token x4', 10, -1, 1890, 1485, 0, 0, 2, true, 4], + 10753: ['Divine Coin Token x5', 10, -1, 1935, 1485, 0, 0, 2, true, 5], + 10754: ['Divine Coin Token x6', 10, -1, 1980, 1485, 0, 0, 2, true, 6], + 10755: ['Divine Coin Token x7', 10, -1, 2025, 1485, 0, 0, 2, true, 7], + 10756: ['Divine Coin Token x8', 10, -1, 2070, 1485, 0, 0, 2, true, 8], + 10757: ['Divine Coin Token x9', 10, -1, 2115, 1485, 0, 0, 2, true, 9], + 10758: ['Divine Coin Token x10', 10, -1, 2160, 1485, 0, 0, 2, true, 10], + 10770: ['Mystery 3ST Shard x1', 10, -1, 2205, 1485, 0, 50, 2, true, 1], + 10771: ['Mystery 3ST Shard x2', 10, -1, 2250, 1485, 0, 100, 2, true, 2], + 10772: ['Mystery 3ST Shard x3', 10, -1, 2295, 1485, 0, 150, 2, true, 3], + 10773: ['Mystery 3ST Shard x4', 10, -1, 2340, 1485, 0, 200, 2, true, 4], + 10774: ['Mystery 3ST Shard x5', 10, -1, 2385, 1485, 0, 250, 2, true, 5], + 10775: ['Mystery 3ST Shard x6', 10, -1, 2430, 1485, 0, 300, 2, true, 6], + 10776: ['Mystery 3ST Shard x7', 10, -1, 2475, 1485, 0, 350, 2, true, 7], + 10777: ['Mystery 3ST Shard x8', 10, -1, 2520, 1485, 0, 400, 2, true, 8], + 10778: ['Mystery 3ST Shard x9', 10, -1, 2565, 1485, 0, 450, 2, true, 9], + 10779: ['Mystery 3ST Shard x10', 10, -1, 2610, 1485, 0, 500, 2, true, 10], + 10780: ['Mystery 3ST Shard x11', 10, -1, 2655, 1485, 0, 550, 2, true, 11], + 10781: ['Mystery 3ST Shard x12', 10, -1, 2700, 1485, 0, 600, 2, true, 12], + 10782: ['Mystery 3ST Shard x13', 10, -1, 2745, 1485, 0, 650, 2, true, 13], + 10783: ['Mystery 3ST Shard x14', 10, -1, 2790, 1485, 0, 700, 2, true, 14], + 10784: ['Mystery 3ST Shard x15', 10, -1, 2835, 1485, 0, 750, 2, true, 15], + 10790: ['Carnival Bells x1', 10, -1, 2880, 1485, 0, 0, 2, true, 1], + 10791: ['Carnival Bells x2', 10, -1, 2925, 1485, 0, 0, 2, true, 2], + 10792: ['Carnival Bells x3', 10, -1, 2970, 1485, 0, 0, 2, true, 3], + 10793: ['Carnival Bells x4', 10, -1, 3015, 1485, 0, 0, 2, true, 4], + 10794: ['Carnival Bells x5', 10, -1, 3060, 1485, 0, 0, 2, true, 5], + 10795: ['Carnival Bells x6', 10, -1, 3105, 1485, 0, 0, 2, true, 6], + 10796: ['Carnival Bells x7', 10, -1, 3150, 1485, 0, 0, 2, true, 7], + 10797: ['Carnival Bells x8', 10, -1, 3195, 1485, 0, 0, 2, true, 8], + 10798: ['Carnival Bells x9', 10, -1, 3240, 1485, 0, 0, 2, true, 9], + 10799: ['Carnival Bells x10', 10, -1, 3285, 1485, 0, 0, 2, true, 10], + 10914: ['White Bounsheep Pet Stone', 10, -1, 3330, 1485, 0, 1000, 7, true, 0], + 10917: ['Grey Bounsheep Pet Stone', 10, -1, 3375, 1485, 0, 1000, 7, true, 0], + 10920: ['Brown Bounsheep Pet Stone', 10, -1, 3420, 1485, 0, 1000, 7, true, 0], + 10923: ["Bes' Artifact Pet Stone", 10, -1, 3465, 1485, 0, 1000, 7, true, 0], + 10926: ["Geb's Artifact Pet Stone", 10, -1, 3510, 1485, 0, 1000, 7, true, 0], + 10929: ["Nut's Artifact Pet Stone", 10, -1, 3555, 1485, 0, 1000, 7, true, 0], + 10939: ['Beefcake Rogue Skin', 10, -1, 3600, 1485, 0, 1000, 7, true, 0], + 10945: ['Warrior - Future Seeker Tester Skin', 10, -1, 3645, 1485, 0, 0, 7, true, 0], + 10946: ['Knight - Future Seeker Tester Skin', 10, -1, 3690, 1485, 0, 0, 7, true, 0], + 10947: ['Paladin - Future Seeker Tester Skin', 10, -1, 3735, 1485, 0, 0, 7, true, 0], + 10948: ['Rogue - Future Seeker Tester Skin', 10, -1, 3780, 1485, 0, 0, 7, true, 0], + 10949: ['Assassin - Future Seeker Tester Skin', 10, -1, 3825, 1485, 0, 0, 7, true, 0], + 10950: ['Trickster - Future Seeker Tester Skin', 10, -1, 3870, 1485, 0, 0, 7, true, 0], + 10951: ['Ninja - Future Seeker Tester Skin', 10, -1, 3915, 1485, 0, 0, 7, true, 0], + 10952: ['Wizard - Future Seeker Tester Skin', 10, -1, 3960, 1485, 0, 0, 7, true, 0], + 10953: ['Necromancer - Future Seeker Tester Skin', 10, -1, 4005, 1485, 0, 0, 7, true, 0], + 10954: ['Mystic - Future Seeker Tester Skin', 10, -1, 4050, 1485, 0, 0, 7, true, 0], + 10955: ['Archer - Future Seeker Tester Skin', 10, -1, 4095, 1485, 0, 0, 7, true, 0], + 10956: ['Huntress - Future Seeker Tester Skin', 10, -1, 4140, 1485, 0, 0, 7, true, 0], + 10957: ['Priest - Future Seeker Tester Skin', 10, -1, 4185, 1485, 0, 0, 7, true, 0], + 10958: ['Sorcerer - Future Seeker Tester Skin', 10, -1, 4230, 1485, 0, 0, 7, true, 0], + 10975: ['Wind Flower Ninja Skin', 10, -1, 4275, 1485, 0, 1000, 7, true, 0], + 10976: ['Leprechaun Mystic Skin', 10, -1, 4320, 1485, 0, 1000, 7, true, 0], + 10977: ['Miss Shamrock Wizard Skin', 10, -1, 4365, 1485, 0, 1000, 7, true, 0], + 10978: ['Sheep Warrior Skin', 10, -1, 4410, 1485, 0, 1000, 7, true, 0], + 10979: ['Sheep Rogue Skin', 10, -1, 4455, 1485, 0, 1000, 7, true, 0], + 10980: ['Sheep Wizard Skin', 10, -1, 0, 1530, 0, 1000, 7, true, 0], + 10981: ['Sheep Archer Skin', 10, -1, 45, 1530, 0, 1000, 7, true, 0], + 10982: ['Sheep Priest Skin', 10, -1, 90, 1530, 0, 1000, 7, true, 0], + 10983: ["Lil' Bo-Peep Mystic Skin", 10, -1, 135, 1530, 0, 1000, 7, true, 0], + 10984: ['The Flamingo Wizard Skin', 10, -1, 180, 1530, 0, 1000, 7, true, 0], + 10985: ['Mini Stheno Skin', 10, -1, 225, 1530, 0, 1000, 7, true, 0], + 10986: ['Dr. Spellbomb Skin', 10, -1, 270, 1530, 0, 1000, 7, true, 0], + 10987: ['Iron Maiden Skin', 10, -1, 315, 1530, 0, 1000, 7, true, 0], + 10988: ['Explorer Skin', 10, -1, 360, 1530, 0, 1000, 7, true, 0], + 10989: ['Mini Nut Archer Skin', 10, -1, 405, 1530, 0, 1000, 7, true, 0], + 12036: ['Crystal of Fortune x1', 10, -1, 450, 1530, 0, 400, 2, true, 1], + 12037: ['Crystal of Fortune x2', 10, -1, 495, 1530, 0, 800, 2, true, 2], + 12038: ['Crystal of Fortune x3', 10, -1, 540, 1530, 0, 1200, 2, true, 3], + 12039: ['Crystal of Fortune x4', 10, -1, 585, 1530, 0, 1600, 2, true, 4], + 12040: ['Crystal of Fortune x5', 10, -1, 630, 1530, 0, 2000, 2, true, 5], + 12041: ['Crystal of Fortune x6', 10, -1, 675, 1530, 0, 2100, 2, true, 6], + 12042: ['Crystal of Fortune x7', 10, -1, 720, 1530, 0, 2200, 2, true, 7], + 12043: ['Crystal of Fortune x8', 10, -1, 765, 1530, 0, 2300, 2, true, 8], + 12044: ['Crystal of Fortune x9', 10, -1, 810, 1530, 0, 2400, 2, true, 9], + 12045: ['Crystal of Fortune x10', 10, -1, 855, 1530, 0, 2500, 2, true, 10], + 12046: ['Crystal of Fortune x11', 10, -1, 900, 1530, 0, 2600, 2, true, 11], + 12047: ['Crystal of Fortune x12', 10, -1, 945, 1530, 0, 2700, 2, true, 12], + 12048: ['Crystal of Fortune x13', 10, -1, 990, 1530, 0, 2800, 2, true, 13], + 12049: ['Crystal of Fortune x14', 10, -1, 1035, 1530, 0, 2900, 2, true, 14], + 12050: ['Crystal of Fortune x15', 10, -1, 1080, 1530, 0, 3000, 2, true, 15], + 12051: ['Crystal of Fortune x16', 10, -1, 1125, 1530, 0, 3100, 2, true, 16], + 12052: ['Crystal of Fortune x17', 10, -1, 1170, 1530, 0, 3200, 2, true, 17], + 12053: ['Crystal of Fortune x18', 10, -1, 1215, 1530, 0, 3300, 2, true, 18], + 12054: ['Crystal of Fortune x19', 10, -1, 1260, 1530, 0, 3400, 2, true, 19], + 12055: ['Crystal of Fortune x20', 10, -1, 1305, 1530, 0, 3500, 2, true, 20], + 12067: ['Nail Gun Bow', 3, -1, 1350, 1530, 6, 450, 4, false, 0], + 12068: ['Spatula Dagger', 2, -1, 1395, 1530, 6, 450, 4, false, 0], + 12069: ['Screwdriver Staff', 17, -1, 1440, 1530, 6, 450, 4, false, 0], + 12070: ['Measuring Wand', 8, -1, 1485, 1530, 6, 450, 4, false, 0], + 12071: ['Hammer Sword', 1, -1, 1530, 1530, 6, 450, 4, false, 0], + 12072: ['Sawblade Katana', 24, -1, 1575, 1530, 6, 450, 4, false, 0], + 12073: ['Magic Construction Vest', 14, -1, 1620, 1530, 7, 435, 4, false, 0], + 12074: ['Fitted Construction Vest', 6, -1, 1665, 1530, 7, 435, 4, false, 0], + 12075: ['Heavy Construction Vest', 7, -1, 1710, 1530, 7, 435, 4, false, 0], + 12076: ["Laborer's Hard Hat", 9, -1, 1755, 1530, 6, 700, 6, true, 0], + 12077: ["Operator's Hard Hat", 9, -1, 1800, 1530, 7, 700, 6, true, 0], + 12078: ["Foreman's Hard Hat", 9, -1, 1845, 1530, 8, 700, 6, true, 0], + 12079: ['Construction Weapon Box', 10, -1, 1890, 1530, 0, 0, 8, true, 0], + 12080: ['Construction Armor Box', 10, -1, 1935, 1530, 0, 0, 8, true, 0], + 12081: ['Construction Skin Agreement', 10, -1, 1980, 1530, 0, 0, 8, true, 0], + 12082: ['Construction Goodie Bag', 10, -1, 2025, 1530, 0, 0, 8, true, 0], + 12138: ['Chocolate Bonbon x1', 10, -1, 2070, 1530, 0, 2500, 7, true, 1], + 12139: ['Chocolate Bonbon x2', 10, -1, 2115, 1530, 0, 4550, 7, true, 2], + 12140: ['Chocolate Bonbon x3', 10, -1, 2160, 1530, 0, 6550, 7, true, 3], + 12141: ['Chocolate Bonbon x4', 10, -1, 2205, 1530, 0, 8550, 7, true, 4], + 12142: ['Chocolate Bonbon x5', 10, -1, 2250, 1530, 0, 10400, 7, true, 5], + 12143: ['Chocolate Bonbon x6', 10, -1, 2295, 1530, 0, 12250, 7, true, 6], + 12144: ['Heart-shaped Chocolate Box', 10, -1, 2340, 1530, 0, 13000, 7, true, 0], + 12145: ['Strawberry Milkshake', 10, -1, 2385, 1530, 0, 2100, 7, true, 0], + 12160: ['Evergreen Dagger', 2, -1, 2430, 1530, 6, 800, 6, true, 0], + 12161: ['Sleigh Bell Staff', 17, -1, 2475, 1530, 6, 800, 6, true, 0], + 12162: ['Brass Chamberstick', 8, -1, 2520, 1530, 6, 800, 6, true, 0], + 12163: ['Cheerful Chipper', 1, -1, 2565, 1530, 6, 800, 6, true, 0], + 12164: ['Candy Katana', 24, -1, 2610, 1530, 6, 800, 6, true, 0], + 12165: ['Garland Bow', 3, -1, 2655, 1530, 6, 800, 6, true, 0], + 12166: ["Santa's Arsenal", 10, -1, 2700, 1530, 0, 0, 8, true, 0], + 12167: ['Oryxmas Carol', 28, -1, 2745, 1530, 7, 380, 4, false, 0], + 12168: ['Oryxmas Mystery Weapon', 10, -1, 2790, 1530, 0, 0, 8, true, 0], + 12288: ['Diamond Mystery Key', 10, -1, 2835, 1530, 0, 200, 7, true, 0], + 12289: ['Ruby Mystery Key', 10, -1, 2880, 1530, 0, 200, 7, true, 0], + 12290: ['Emerald Mystery Key', 10, -1, 2925, 1530, 0, 200, 7, true, 0], + 12298: ['TM Key', 10, -1, 2970, 1530, 0, 200, 7, true, 0], + 12299: ['Arcane Style Remover', 10, -1, 3015, 1530, 0, 0, 2, true, 0], + 12300: ['Low Bubble Scroller Style', 10, -1, 3060, 1530, 0, 0, 2, true, 0], + 12301: ['Blue Pulse Style', 10, -1, 3105, 1530, 0, 0, 2, true, 0], + 12302: ['Brown Pulse Style', 10, -1, 3150, 1530, 0, 0, 2, true, 0], + 12303: ['Crimson Pulse Style', 10, -1, 3195, 1530, 0, 0, 2, true, 0], + 12304: ['Cyan Pulse Style', 10, -1, 3240, 1530, 0, 0, 2, true, 0], + 12305: ['Gold Pulse Style', 10, -1, 3285, 1530, 0, 0, 2, true, 0], + 12306: ['Gray Pulse Style', 10, -1, 3330, 1530, 0, 0, 2, true, 0], + 12307: ['Green Pulse Style', 10, -1, 3375, 1530, 0, 0, 2, true, 0], + 12308: ['Indigo Pulse Style', 10, -1, 3420, 1530, 0, 0, 2, true, 0], + 12309: ['Lime Pulse Style', 10, -1, 3465, 1530, 0, 0, 2, true, 0], + 12310: ['Orange Pulse Style', 10, -1, 3510, 1530, 0, 0, 2, true, 0], + 12311: ['Pink Pulse Style', 10, -1, 3555, 1530, 0, 0, 2, true, 0], + 12312: ['Purple Pulse Style', 10, -1, 3600, 1530, 0, 0, 2, true, 0], + 12313: ['Red Pulse Style', 10, -1, 3645, 1530, 0, 0, 2, true, 0], + 12314: ['Silver Pulse Style', 10, -1, 3690, 1530, 0, 0, 2, true, 0], + 12315: ['Turquoise Pulse Style', 10, -1, 3735, 1530, 0, 0, 2, true, 0], + 12316: ['Violet Pulse Style', 10, -1, 3780, 1530, 0, 0, 2, true, 0], + 12317: ['White Pulse Style', 10, -1, 3825, 1530, 0, 0, 2, true, 0], + 12318: ['Yellow Pulse Style', 10, -1, 3870, 1530, 0, 0, 2, true, 0], + 12319: ['Mid Bubble Scroller Style', 10, -1, 3915, 1530, 0, 0, 2, true, 0], + 12320: ['Low Blue Inner Glow Style', 10, -1, 3960, 1530, 0, 0, 2, true, 0], + 12321: ['Low Brown Inner Glow Style', 10, -1, 4005, 1530, 0, 0, 2, true, 0], + 12322: ['Low Crimson Inner Glow Style', 10, -1, 4050, 1530, 0, 0, 2, true, 0], + 12323: ['Low Cyan Inner Glow Style', 10, -1, 4095, 1530, 0, 0, 2, true, 0], + 12324: ['Low Gold Inner Glow Style', 10, -1, 4140, 1530, 0, 0, 2, true, 0], + 12325: ['Low Gray Inner Glow Style', 10, -1, 4185, 1530, 0, 0, 2, true, 0], + 12326: ['Low Green Inner Glow Style', 10, -1, 4230, 1530, 0, 0, 2, true, 0], + 12327: ['Low Indigo Inner Glow Style', 10, -1, 4275, 1530, 0, 0, 2, true, 0], + 12328: ['Low Lime Inner Glow Style', 10, -1, 4320, 1530, 0, 0, 2, true, 0], + 12329: ['Low Orange Inner Glow Style', 10, -1, 4365, 1530, 0, 0, 2, true, 0], + 12330: ['Low Pink Inner Glow Style', 10, -1, 4410, 1530, 0, 0, 2, true, 0], + 12331: ['Low Purple Inner Glow Style', 10, -1, 4455, 1530, 0, 0, 2, true, 0], + 12332: ['Low Red Inner Glow Style', 10, -1, 0, 1575, 0, 0, 2, true, 0], + 12333: ['Low Silver Inner Glow Style', 10, -1, 45, 1575, 0, 0, 2, true, 0], + 12334: ['Low Turquoise Inner Glow Style', 10, -1, 90, 1575, 0, 0, 2, true, 0], + 12335: ['Low Violet Inner Glow Style', 10, -1, 135, 1575, 0, 0, 2, true, 0], + 12336: ['Low White Inner Glow Style', 10, -1, 180, 1575, 0, 0, 2, true, 0], + 12337: ['Low Yellow Inner Glow Style', 10, -1, 225, 1575, 0, 0, 2, true, 0], + 12338: ['High Bubble Scroller Style', 10, -1, 270, 1575, 0, 0, 2, true, 0], + 12339: ['Medium Blue Inner Glow Style', 10, -1, 315, 1575, 0, 0, 2, true, 0], + 12340: ['Medium Brown Inner Glow Style', 10, -1, 360, 1575, 0, 0, 2, true, 0], + 12341: ['Medium Crimson Inner Glow Style', 10, -1, 405, 1575, 0, 0, 2, true, 0], + 12342: ['Medium Cyan Inner Glow Style', 10, -1, 450, 1575, 0, 0, 2, true, 0], + 12343: ['Medium Gold Inner Glow Style', 10, -1, 495, 1575, 0, 0, 2, true, 0], + 12344: ['Medium Gray Inner Glow Style', 10, -1, 540, 1575, 0, 0, 2, true, 0], + 12345: ['Medium Green Inner Glow Style', 10, -1, 585, 1575, 0, 0, 2, true, 0], + 12346: ['Medium Indigo Inner Glow Style', 10, -1, 630, 1575, 0, 0, 2, true, 0], + 12347: ['Medium Lime Inner Glow Style', 10, -1, 675, 1575, 0, 0, 2, true, 0], + 12348: ['Medium Orange Inner Glow Style', 10, -1, 720, 1575, 0, 0, 2, true, 0], + 12349: ['Medium Pink Inner Glow Style', 10, -1, 765, 1575, 0, 0, 2, true, 0], + 12350: ['Medium Purple Inner Glow Style', 10, -1, 810, 1575, 0, 0, 2, true, 0], + 12351: ['Medium Red Inner Glow Style', 10, -1, 855, 1575, 0, 0, 2, true, 0], + 12352: ['Medium Silver Inner Glow Style', 10, -1, 900, 1575, 0, 0, 2, true, 0], + 12353: ['Medium Turquoise Inner Glow Style', 10, -1, 945, 1575, 0, 0, 2, true, 0], + 12354: ['Medium Violet Inner Glow Style', 10, -1, 990, 1575, 0, 0, 2, true, 0], + 12355: ['Medium White Inner Glow Style', 10, -1, 1035, 1575, 0, 0, 2, true, 0], + 12356: ['Medium Yellow Inner Glow Style', 10, -1, 1080, 1575, 0, 0, 2, true, 0], + 12357: ['Low Festive Lights Flipbook Style', 10, -1, 1125, 1575, 0, 0, 2, true, 0], + 12358: ['High Blue Inner Glow Style', 10, -1, 1170, 1575, 0, 0, 2, true, 0], + 12359: ['High Brown Inner Glow Style', 10, -1, 1215, 1575, 0, 0, 2, true, 0], + 12360: ['High Crimson Inner Glow Style', 10, -1, 1260, 1575, 0, 0, 2, true, 0], + 12361: ['High Cyan Inner Glow Style', 10, -1, 1305, 1575, 0, 0, 2, true, 0], + 12362: ['High Gold Inner Glow Style', 10, -1, 1350, 1575, 0, 0, 2, true, 0], + 12363: ['High Gray Inner Glow Style', 10, -1, 1395, 1575, 0, 0, 2, true, 0], + 12364: ['High Green Inner Glow Style', 10, -1, 1440, 1575, 0, 0, 2, true, 0], + 12365: ['High Indigo Inner Glow Style', 10, -1, 1485, 1575, 0, 0, 2, true, 0], + 12366: ['High Lime Inner Glow Style', 10, -1, 1530, 1575, 0, 0, 2, true, 0], + 12367: ['High Orange Inner Glow Style', 10, -1, 1575, 1575, 0, 0, 2, true, 0], + 12368: ['High Pink Inner Glow Style', 10, -1, 1620, 1575, 0, 0, 2, true, 0], + 12369: ['High Purple Inner Glow Style', 10, -1, 1665, 1575, 0, 0, 2, true, 0], + 12370: ['High Red Inner Glow Style', 10, -1, 1710, 1575, 0, 0, 2, true, 0], + 12371: ['High Silver Inner Glow Style', 10, -1, 1755, 1575, 0, 0, 2, true, 0], + 12372: ['High Turquoise Inner Glow Style', 10, -1, 1800, 1575, 0, 0, 2, true, 0], + 12373: ['High Violet Inner Glow Style', 10, -1, 1845, 1575, 0, 0, 2, true, 0], + 12374: ['High White Inner Glow Style', 10, -1, 1890, 1575, 0, 0, 2, true, 0], + 12375: ['High Yellow Inner Glow Style', 10, -1, 1935, 1575, 0, 0, 2, true, 0], + 12376: ['Mid Festive Lights Flipbook Style', 10, -1, 1980, 1575, 0, 0, 2, true, 0], + 12377: ['Low Blue Pulse and Glow Style', 10, -1, 2025, 1575, 0, 0, 2, true, 0], + 12378: ['Low Brown Pulse and Glow Style', 10, -1, 2070, 1575, 0, 0, 2, true, 0], + 12379: ['Low Crimson Pulse and Glow Style', 10, -1, 2115, 1575, 0, 0, 2, true, 0], + 12380: ['Low Cyan Pulse and Glow Style', 10, -1, 2160, 1575, 0, 0, 2, true, 0], + 12381: ['Low Gold Pulse and Glow Style', 10, -1, 2205, 1575, 0, 0, 2, true, 0], + 12382: ['Low Gray Pulse and Glow Style', 10, -1, 2250, 1575, 0, 0, 2, true, 0], + 12383: ['Low Green Pulse and Glow Style', 10, -1, 2295, 1575, 0, 0, 2, true, 0], + 12384: ['Low Indigo Pulse and Glow Style', 10, -1, 2340, 1575, 0, 0, 2, true, 0], + 12385: ['Low Lime Pulse and Glow Style', 10, -1, 2385, 1575, 0, 0, 2, true, 0], + 12386: ['Low Orange Pulse and Glow Style', 10, -1, 2430, 1575, 0, 0, 2, true, 0], + 12387: ['Low Pink Pulse and Glow Style', 10, -1, 2475, 1575, 0, 0, 2, true, 0], + 12388: ['Low Purple Pulse and Glow Style', 10, -1, 2520, 1575, 0, 0, 2, true, 0], + 12389: ['Low Red Pulse and Glow Style', 10, -1, 2565, 1575, 0, 0, 2, true, 0], + 12390: ['Low Silver Pulse and Glow Style', 10, -1, 2610, 1575, 0, 0, 2, true, 0], + 12391: ['Low Turquoise Pulse and Glow Style', 10, -1, 2655, 1575, 0, 0, 2, true, 0], + 12392: ['Low Violet Pulse and Glow Style', 10, -1, 2700, 1575, 0, 0, 2, true, 0], + 12393: ['Low White Pulse and Glow Style', 10, -1, 2745, 1575, 0, 0, 2, true, 0], + 12394: ['Low Yellow Pulse and Glow Style', 10, -1, 2790, 1575, 0, 0, 2, true, 0], + 12395: ['High Festive Lights Flipbook Style', 10, -1, 2835, 1575, 0, 0, 2, true, 0], + 12396: ['Medium Blue Pulse and Glow Style', 10, -1, 2880, 1575, 0, 0, 2, true, 0], + 12397: ['Medium Brown Pulse and Glow Style', 10, -1, 2925, 1575, 0, 0, 2, true, 0], + 12398: ['Medium Crimson Pulse and Glow Style', 10, -1, 2970, 1575, 0, 0, 2, true, 0], + 12399: ['Medium Cyan Pulse and Glow Style', 10, -1, 3015, 1575, 0, 0, 2, true, 0], + 12400: ['Medium Gold Pulse and Glow Style', 10, -1, 3060, 1575, 0, 0, 2, true, 0], + 12401: ['Medium Gray Pulse and Glow Style', 10, -1, 3105, 1575, 0, 0, 2, true, 0], + 12402: ['Medium Green Pulse and Glow Style', 10, -1, 3150, 1575, 0, 0, 2, true, 0], + 12403: ['Medium Indigo Pulse and Glow Style', 10, -1, 3195, 1575, 0, 0, 2, true, 0], + 12404: ['Medium Lime Pulse and Glow Style', 10, -1, 3240, 1575, 0, 0, 2, true, 0], + 12405: ['Medium Orange Pulse and Glow Style', 10, -1, 3285, 1575, 0, 0, 2, true, 0], + 12406: ['Medium Pink Pulse and Glow Style', 10, -1, 3330, 1575, 0, 0, 2, true, 0], + 12407: ['Medium Purple Pulse and Glow Style', 10, -1, 3375, 1575, 0, 0, 2, true, 0], + 12408: ['Medium Red Pulse and Glow Style', 10, -1, 3420, 1575, 0, 0, 2, true, 0], + 12409: ['Medium Silver Pulse and Glow Style', 10, -1, 3465, 1575, 0, 0, 2, true, 0], + 12410: ['Medium Turquoise Pulse and Glow Style', 10, -1, 3510, 1575, 0, 0, 2, true, 0], + 12411: ['Medium Violet Pulse and Glow Style', 10, -1, 3555, 1575, 0, 0, 2, true, 0], + 12412: ['Medium White Pulse and Glow Style', 10, -1, 3600, 1575, 0, 0, 2, true, 0], + 12413: ['Medium Yellow Pulse and Glow Style', 10, -1, 3645, 1575, 0, 0, 2, true, 0], + 12414: ['Low Holiday Lights Flipbook Style', 10, -1, 3690, 1575, 0, 0, 2, true, 0], + 12415: ['High Blue Pulse and Glow Style', 10, -1, 3735, 1575, 0, 0, 2, true, 0], + 12416: ['High Brown Pulse and Glow Style', 10, -1, 3780, 1575, 0, 0, 2, true, 0], + 12417: ['High Crimson Pulse and Glow Style', 10, -1, 3825, 1575, 0, 0, 2, true, 0], + 12418: ['High Cyan Pulse and Glow Style', 10, -1, 3870, 1575, 0, 0, 2, true, 0], + 12419: ['High Gold Pulse and Glow Style', 10, -1, 3915, 1575, 0, 0, 2, true, 0], + 12420: ['High Gray Pulse and Glow Style', 10, -1, 3960, 1575, 0, 0, 2, true, 0], + 12421: ['High Green Pulse and Glow Style', 10, -1, 4005, 1575, 0, 0, 2, true, 0], + 12422: ['High Indigo Pulse and Glow Style', 10, -1, 4050, 1575, 0, 0, 2, true, 0], + 12423: ['High Lime Pulse and Glow Style', 10, -1, 4095, 1575, 0, 0, 2, true, 0], + 12424: ['High Orange Pulse and Glow Style', 10, -1, 4140, 1575, 0, 0, 2, true, 0], + 12425: ['High Pink Pulse and Glow Style', 10, -1, 4185, 1575, 0, 0, 2, true, 0], + 12426: ['High Purple Pulse and Glow Style', 10, -1, 4230, 1575, 0, 0, 2, true, 0], + 12427: ['High Red Pulse and Glow Style', 10, -1, 4275, 1575, 0, 0, 2, true, 0], + 12428: ['High Silver Pulse and Glow Style', 10, -1, 4320, 1575, 0, 0, 2, true, 0], + 12429: ['High Turquoise Pulse and Glow Style', 10, -1, 4365, 1575, 0, 0, 2, true, 0], + 12430: ['High Violet Pulse and Glow Style', 10, -1, 4410, 1575, 0, 0, 2, true, 0], + 12431: ['High White Pulse and Glow Style', 10, -1, 4455, 1575, 0, 0, 2, true, 0], + 12432: ['High Yellow Pulse and Glow Style', 10, -1, 0, 1620, 0, 0, 2, true, 0], + 12433: ['Mid Holiday Lights Flipbook Style', 10, -1, 45, 1620, 0, 0, 2, true, 0], + 12434: ['Blue Hologram Style', 10, -1, 90, 1620, 0, 0, 2, true, 0], + 12435: ['Brown Hologram Style', 10, -1, 135, 1620, 0, 0, 2, true, 0], + 12436: ['Crimson Hologram Style', 10, -1, 180, 1620, 0, 0, 2, true, 0], + 12437: ['Cyan Hologram Style', 10, -1, 225, 1620, 0, 0, 2, true, 0], + 12438: ['Gold Hologram Style', 10, -1, 270, 1620, 0, 0, 2, true, 0], + 12439: ['Gray Hologram Style', 10, -1, 315, 1620, 0, 0, 2, true, 0], + 12440: ['Green Hologram Style', 10, -1, 360, 1620, 0, 0, 2, true, 0], + 12441: ['Indigo Hologram Style', 10, -1, 405, 1620, 0, 0, 2, true, 0], + 12442: ['Lime Hologram Style', 10, -1, 450, 1620, 0, 0, 2, true, 0], + 12443: ['Orange Hologram Style', 10, -1, 495, 1620, 0, 0, 2, true, 0], + 12444: ['Pink Hologram Style', 10, -1, 540, 1620, 0, 0, 2, true, 0], + 12445: ['Purple Hologram Style', 10, -1, 585, 1620, 0, 0, 2, true, 0], + 12446: ['Red Hologram Style', 10, -1, 630, 1620, 0, 0, 2, true, 0], + 12447: ['Silver Hologram Style', 10, -1, 675, 1620, 0, 0, 2, true, 0], + 12448: ['Turquoise Hologram Style', 10, -1, 720, 1620, 0, 0, 2, true, 0], + 12449: ['Violet Hologram Style', 10, -1, 765, 1620, 0, 0, 2, true, 0], + 12450: ['White Hologram Style', 10, -1, 810, 1620, 0, 0, 2, true, 0], + 12451: ['Yellow Hologram Style', 10, -1, 855, 1620, 0, 0, 2, true, 0], + 12452: ['High Holiday Lights Flipbook Style', 10, -1, 900, 1620, 0, 0, 2, true, 0], + 12453: ['Low Snowfall Flipbook Style', 10, -1, 945, 1620, 0, 0, 2, true, 0], + 12454: ['Mid Snowfall Flipbook Style', 10, -1, 990, 1620, 0, 0, 2, true, 0], + 12455: ['High Snowfall Flipbook Style', 10, -1, 1035, 1620, 0, 0, 2, true, 0], + 12456: ['Low Falling Star Left Scroller Style', 10, -1, 1080, 1620, 0, 0, 2, true, 0], + 12457: ['Mid Falling Star Left Scroller Style', 10, -1, 1125, 1620, 0, 0, 2, true, 0], + 12458: ['High Falling Star Left Scroller Style', 10, -1, 1170, 1620, 0, 0, 2, true, 0], + 12459: ['Low Falling Star Right Scroller Style', 10, -1, 1215, 1620, 0, 0, 2, true, 0], + 12460: ['Mid Falling Star Right Scroller Style', 10, -1, 1260, 1620, 0, 0, 2, true, 0], + 12461: ['High Falling Star Right Scroller Style', 10, -1, 1305, 1620, 0, 0, 2, true, 0], + 12462: ['Low Wreath Flipbook Style', 10, -1, 1350, 1620, 0, 0, 2, true, 0], + 12463: ['Mid Wreath Flipbook Style', 10, -1, 1395, 1620, 0, 0, 2, true, 0], + 12464: ['High Wreath Flipbook Style', 10, -1, 1440, 1620, 0, 0, 2, true, 0], + 12465: ['Low Blue Fire Flipbook Style', 10, -1, 1485, 1620, 0, 0, 2, true, 0], + 12466: ['Low Brown Fire Flipbook Style', 10, -1, 1530, 1620, 0, 0, 2, true, 0], + 12467: ['Low Crimson Fire Flipbook Style', 10, -1, 1575, 1620, 0, 0, 2, true, 0], + 12468: ['Low Cyan Fire Flipbook Style', 10, -1, 1620, 1620, 0, 0, 2, true, 0], + 12469: ['Low Gold Fire Flipbook Style', 10, -1, 1665, 1620, 0, 0, 2, true, 0], + 12470: ['Low Gray Fire Flipbook Style', 10, -1, 1710, 1620, 0, 0, 2, true, 0], + 12471: ['Low Green Fire Flipbook Style', 10, -1, 1755, 1620, 0, 0, 2, true, 0], + 12472: ['Low Indigo Fire Flipbook Style', 10, -1, 1800, 1620, 0, 0, 2, true, 0], + 12473: ['Low Lime Fire Flipbook Style', 10, -1, 1845, 1620, 0, 0, 2, true, 0], + 12474: ['Low Orange Fire Flipbook Style', 10, -1, 1890, 1620, 0, 0, 2, true, 0], + 12475: ['Low Pink Fire Flipbook Style', 10, -1, 1935, 1620, 0, 0, 2, true, 0], + 12476: ['Low Purple Fire Flipbook Style', 10, -1, 1980, 1620, 0, 0, 2, true, 0], + 12477: ['Low Red Fire Flipbook Style', 10, -1, 2025, 1620, 0, 0, 2, true, 0], + 12478: ['Low Silver Fire Flipbook Style', 10, -1, 2070, 1620, 0, 0, 2, true, 0], + 12479: ['Low Turquoise Fire Flipbook Style', 10, -1, 2115, 1620, 0, 0, 2, true, 0], + 12480: ['Low Violet Fire Flipbook Style', 10, -1, 2160, 1620, 0, 0, 2, true, 0], + 12481: ['Low White Fire Flipbook Style', 10, -1, 2205, 1620, 0, 0, 2, true, 0], + 12482: ['Low Yellow Fire Flipbook Style', 10, -1, 2250, 1620, 0, 0, 2, true, 0], + 12483: ['Medium Blue Fire Flipbook Style', 10, -1, 2295, 1620, 0, 0, 2, true, 0], + 12484: ['Medium Brown Fire Flipbook Style', 10, -1, 2340, 1620, 0, 0, 2, true, 0], + 12485: ['Medium Crimson Fire Flipbook Style', 10, -1, 2385, 1620, 0, 0, 2, true, 0], + 12486: ['Medium Cyan Fire Flipbook Style', 10, -1, 2430, 1620, 0, 0, 2, true, 0], + 12487: ['Medium Gold Fire Flipbook Style', 10, -1, 2475, 1620, 0, 0, 2, true, 0], + 12488: ['Medium Gray Fire Flipbook Style', 10, -1, 2520, 1620, 0, 0, 2, true, 0], + 12489: ['Medium Green Fire Flipbook Style', 10, -1, 2565, 1620, 0, 0, 2, true, 0], + 12490: ['Medium Indigo Fire Flipbook Style', 10, -1, 2610, 1620, 0, 0, 2, true, 0], + 12491: ['Medium Lime Fire Flipbook Style', 10, -1, 2655, 1620, 0, 0, 2, true, 0], + 12492: ['Medium Orange Fire Flipbook Style', 10, -1, 2700, 1620, 0, 0, 2, true, 0], + 12493: ['Medium Pink Fire Flipbook Style', 10, -1, 2745, 1620, 0, 0, 2, true, 0], + 12494: ['Medium Purple Fire Flipbook Style', 10, -1, 2790, 1620, 0, 0, 2, true, 0], + 12495: ['Medium Red Fire Flipbook Style', 10, -1, 2835, 1620, 0, 0, 2, true, 0], + 12496: ['Medium Silver Fire Flipbook Style', 10, -1, 2880, 1620, 0, 0, 2, true, 0], + 12497: ['Medium Turquoise Fire Flipbook Style', 10, -1, 2925, 1620, 0, 0, 2, true, 0], + 12498: ['Medium Violet Fire Flipbook Style', 10, -1, 2970, 1620, 0, 0, 2, true, 0], + 12499: ['Medium White Fire Flipbook Style', 10, -1, 3015, 1620, 0, 0, 2, true, 0], + 12500: ['Medium Yellow Fire Flipbook Style', 10, -1, 3060, 1620, 0, 0, 2, true, 0], + 12501: ['High Blue Fire Flipbook Style', 10, -1, 3105, 1620, 0, 0, 2, true, 0], + 12502: ['High Brown Fire Flipbook Style', 10, -1, 3150, 1620, 0, 0, 2, true, 0], + 12503: ['High Crimson Fire Flipbook Style', 10, -1, 3195, 1620, 0, 0, 2, true, 0], + 12504: ['High Cyan Fire Flipbook Style', 10, -1, 3240, 1620, 0, 0, 2, true, 0], + 12505: ['High Gold Fire Flipbook Style', 10, -1, 3285, 1620, 0, 0, 2, true, 0], + 12506: ['High Gray Fire Flipbook Style', 10, -1, 3330, 1620, 0, 0, 2, true, 0], + 12507: ['High Green Fire Flipbook Style', 10, -1, 3375, 1620, 0, 0, 2, true, 0], + 12508: ['High Indigo Fire Flipbook Style', 10, -1, 3420, 1620, 0, 0, 2, true, 0], + 12509: ['High Lime Fire Flipbook Style', 10, -1, 3465, 1620, 0, 0, 2, true, 0], + 12510: ['High Orange Fire Flipbook Style', 10, -1, 3510, 1620, 0, 0, 2, true, 0], + 12511: ['High Pink Fire Flipbook Style', 10, -1, 3555, 1620, 0, 0, 2, true, 0], + 12512: ['High Purple Fire Flipbook Style', 10, -1, 3600, 1620, 0, 0, 2, true, 0], + 12513: ['High Red Fire Flipbook Style', 10, -1, 3645, 1620, 0, 0, 2, true, 0], + 12514: ['High Silver Fire Flipbook Style', 10, -1, 3690, 1620, 0, 0, 2, true, 0], + 12515: ['High Turquoise Fire Flipbook Style', 10, -1, 3735, 1620, 0, 0, 2, true, 0], + 12516: ['High Violet Fire Flipbook Style', 10, -1, 3780, 1620, 0, 0, 2, true, 0], + 12517: ['High White Fire Flipbook Style', 10, -1, 3825, 1620, 0, 0, 2, true, 0], + 12518: ['High Yellow Fire Flipbook Style', 10, -1, 3870, 1620, 0, 0, 2, true, 0], + 12519: ['Low Blue Inferno Flipbook Style', 10, -1, 3915, 1620, 0, 0, 2, true, 0], + 12520: ['Low Brown Inferno Flipbook Style', 10, -1, 3960, 1620, 0, 0, 2, true, 0], + 12521: ['Low Crimson Inferno Flipbook Style', 10, -1, 4005, 1620, 0, 0, 2, true, 0], + 12522: ['Low Cyan Inferno Flipbook Style', 10, -1, 4050, 1620, 0, 0, 2, true, 0], + 12523: ['Low Gold Inferno Flipbook Style', 10, -1, 4095, 1620, 0, 0, 2, true, 0], + 12524: ['Low Gray Inferno Flipbook Style', 10, -1, 4140, 1620, 0, 0, 2, true, 0], + 12525: ['Low Green Inferno Flipbook Style', 10, -1, 4185, 1620, 0, 0, 2, true, 0], + 12526: ['Low Indigo Inferno Flipbook Style', 10, -1, 4230, 1620, 0, 0, 2, true, 0], + 12527: ['Low Lime Inferno Flipbook Style', 10, -1, 4275, 1620, 0, 0, 2, true, 0], + 12528: ['Low Orange Inferno Flipbook Style', 10, -1, 4320, 1620, 0, 0, 2, true, 0], + 12529: ['Low Pink Inferno Flipbook Style', 10, -1, 4365, 1620, 0, 0, 2, true, 0], + 12530: ['Low Purple Inferno Flipbook Style', 10, -1, 4410, 1620, 0, 0, 2, true, 0], + 12531: ['Low Red Inferno Flipbook Style', 10, -1, 4455, 1620, 0, 0, 2, true, 0], + 12532: ['Low Silver Inferno Flipbook Style', 10, -1, 0, 1665, 0, 0, 2, true, 0], + 12533: ['Low Turquoise Inferno Flipbook Style', 10, -1, 45, 1665, 0, 0, 2, true, 0], + 12534: ['Low Violet Inferno Flipbook Style', 10, -1, 90, 1665, 0, 0, 2, true, 0], + 12535: ['Low White Inferno Flipbook Style', 10, -1, 135, 1665, 0, 0, 2, true, 0], + 12536: ['Low Yellow Inferno Flipbook Style', 10, -1, 180, 1665, 0, 0, 2, true, 0], + 12537: ['Medium Blue Inferno Flipbook Style', 10, -1, 225, 1665, 0, 0, 2, true, 0], + 12538: ['Medium Brown Inferno Flipbook Style', 10, -1, 270, 1665, 0, 0, 2, true, 0], + 12539: ['Medium Crimson Inferno Flipbook Style', 10, -1, 315, 1665, 0, 0, 2, true, 0], + 12540: ['Medium Cyan Inferno Flipbook Style', 10, -1, 360, 1665, 0, 0, 2, true, 0], + 12541: ['Medium Gold Inferno Flipbook Style', 10, -1, 405, 1665, 0, 0, 2, true, 0], + 12542: ['Medium Gray Inferno Flipbook Style', 10, -1, 450, 1665, 0, 0, 2, true, 0], + 12543: ['Medium Green Inferno Flipbook Style', 10, -1, 495, 1665, 0, 0, 2, true, 0], + 12544: ['Medium Indigo Inferno Flipbook Style', 10, -1, 540, 1665, 0, 0, 2, true, 0], + 12545: ['Medium Lime Inferno Flipbook Style', 10, -1, 585, 1665, 0, 0, 2, true, 0], + 12546: ['Medium Orange Inferno Flipbook Style', 10, -1, 630, 1665, 0, 0, 2, true, 0], + 12547: ['Medium Pink Inferno Flipbook Style', 10, -1, 675, 1665, 0, 0, 2, true, 0], + 12548: ['Medium Purple Inferno Flipbook Style', 10, -1, 720, 1665, 0, 0, 2, true, 0], + 12549: ['Medium Red Inferno Flipbook Style', 10, -1, 765, 1665, 0, 0, 2, true, 0], + 12550: ['Medium Silver Inferno Flipbook Style', 10, -1, 810, 1665, 0, 0, 2, true, 0], + 12551: ['Medium Turquoise Inferno Flipbook Style', 10, -1, 855, 1665, 0, 0, 2, true, 0], + 12552: ['Medium Violet Inferno Flipbook Style', 10, -1, 900, 1665, 0, 0, 2, true, 0], + 12553: ['Medium White Inferno Flipbook Style', 10, -1, 945, 1665, 0, 0, 2, true, 0], + 12554: ['Medium Yellow Inferno Flipbook Style', 10, -1, 990, 1665, 0, 0, 2, true, 0], + 12555: ['High Blue Inferno Flipbook Style', 10, -1, 1035, 1665, 0, 0, 2, true, 0], + 12556: ['High Brown Inferno Flipbook Style', 10, -1, 1080, 1665, 0, 0, 2, true, 0], + 12557: ['High Crimson Inferno Flipbook Style', 10, -1, 1125, 1665, 0, 0, 2, true, 0], + 12558: ['High Cyan Inferno Flipbook Style', 10, -1, 1170, 1665, 0, 0, 2, true, 0], + 12559: ['High Gold Inferno Flipbook Style', 10, -1, 1215, 1665, 0, 0, 2, true, 0], + 12560: ['High Gray Inferno Flipbook Style', 10, -1, 1260, 1665, 0, 0, 2, true, 0], + 12561: ['High Green Inferno Flipbook Style', 10, -1, 1305, 1665, 0, 0, 2, true, 0], + 12562: ['High Indigo Inferno Flipbook Style', 10, -1, 1350, 1665, 0, 0, 2, true, 0], + 12563: ['High Lime Inferno Flipbook Style', 10, -1, 1395, 1665, 0, 0, 2, true, 0], + 12564: ['High Orange Inferno Flipbook Style', 10, -1, 1440, 1665, 0, 0, 2, true, 0], + 12565: ['High Pink Inferno Flipbook Style', 10, -1, 1485, 1665, 0, 0, 2, true, 0], + 12566: ['High Purple Inferno Flipbook Style', 10, -1, 1530, 1665, 0, 0, 2, true, 0], + 12567: ['High Red Inferno Flipbook Style', 10, -1, 1575, 1665, 0, 0, 2, true, 0], + 12568: ['High Silver Inferno Flipbook Style', 10, -1, 1620, 1665, 0, 0, 2, true, 0], + 12569: ['High Turquoise Inferno Flipbook Style', 10, -1, 1665, 1665, 0, 0, 2, true, 0], + 12570: ['High Violet Inferno Flipbook Style', 10, -1, 1710, 1665, 0, 0, 2, true, 0], + 12571: ['High White Inferno Flipbook Style', 10, -1, 1755, 1665, 0, 0, 2, true, 0], + 12572: ['High Yellow Inferno Flipbook Style', 10, -1, 1800, 1665, 0, 0, 2, true, 0], + 12573: ['Low Blue Explosion Flipbook Style', 10, -1, 1845, 1665, 0, 0, 2, true, 0], + 12574: ['Low Brown Explosion Flipbook Style', 10, -1, 1890, 1665, 0, 0, 2, true, 0], + 12575: ['Low Crimson Explosion Flipbook Style', 10, -1, 1935, 1665, 0, 0, 2, true, 0], + 12576: ['Low Cyan Explosion Flipbook Style', 10, -1, 1980, 1665, 0, 0, 2, true, 0], + 12577: ['Low Gold Explosion Flipbook Style', 10, -1, 2025, 1665, 0, 0, 2, true, 0], + 12578: ['Low Gray Explosion Flipbook Style', 10, -1, 2070, 1665, 0, 0, 2, true, 0], + 12579: ['Low Green Explosion Flipbook Style', 10, -1, 2115, 1665, 0, 0, 2, true, 0], + 12580: ['Low Indigo Explosion Flipbook Style', 10, -1, 2160, 1665, 0, 0, 2, true, 0], + 12581: ['Low Lime Explosion Flipbook Style', 10, -1, 2205, 1665, 0, 0, 2, true, 0], + 12582: ['Low Orange Explosion Flipbook Style', 10, -1, 2250, 1665, 0, 0, 2, true, 0], + 12583: ['Low Pink Explosion Flipbook Style', 10, -1, 2295, 1665, 0, 0, 2, true, 0], + 12584: ['Low Purple Explosion Flipbook Style', 10, -1, 2340, 1665, 0, 0, 2, true, 0], + 12585: ['Low Red Explosion Flipbook Style', 10, -1, 2385, 1665, 0, 0, 2, true, 0], + 12586: ['Low Silver Explosion Flipbook Style', 10, -1, 2430, 1665, 0, 0, 2, true, 0], + 12587: ['Low Turquoise Explosion Flipbook Style', 10, -1, 2475, 1665, 0, 0, 2, true, 0], + 12588: ['Low Violet Explosion Flipbook Style', 10, -1, 2520, 1665, 0, 0, 2, true, 0], + 12589: ['Low White Explosion Flipbook Style', 10, -1, 2565, 1665, 0, 0, 2, true, 0], + 12590: ['Low Yellow Explosion Flipbook Style', 10, -1, 2610, 1665, 0, 0, 2, true, 0], + 12591: ['Medium Blue Explosion Flipbook Style', 10, -1, 2655, 1665, 0, 0, 2, true, 0], + 12592: ['Medium Brown Explosion Flipbook Style', 10, -1, 2700, 1665, 0, 0, 2, true, 0], + 12593: ['Medium Crimson Explosion Flipbook Style', 10, -1, 2745, 1665, 0, 0, 2, true, 0], + 12594: ['Medium Cyan Explosion Flipbook Style', 10, -1, 2790, 1665, 0, 0, 2, true, 0], + 12595: ['Medium Gold Explosion Flipbook Style', 10, -1, 2835, 1665, 0, 0, 2, true, 0], + 12596: ['Medium Gray Explosion Flipbook Style', 10, -1, 2880, 1665, 0, 0, 2, true, 0], + 12597: ['Medium Green Explosion Flipbook Style', 10, -1, 2925, 1665, 0, 0, 2, true, 0], + 12598: ['Medium Indigo Explosion Flipbook Style', 10, -1, 2970, 1665, 0, 0, 2, true, 0], + 12599: ['Medium Lime Explosion Flipbook Style', 10, -1, 3015, 1665, 0, 0, 2, true, 0], + 12600: ['Medium Orange Explosion Flipbook Style', 10, -1, 3060, 1665, 0, 0, 2, true, 0], + 12601: ['Medium Pink Explosion Flipbook Style', 10, -1, 3105, 1665, 0, 0, 2, true, 0], + 12602: ['Medium Purple Explosion Flipbook Style', 10, -1, 3150, 1665, 0, 0, 2, true, 0], + 12603: ['Medium Red Explosion Flipbook Style', 10, -1, 3195, 1665, 0, 0, 2, true, 0], + 12604: ['Medium Silver Explosion Flipbook Style', 10, -1, 3240, 1665, 0, 0, 2, true, 0], + 12605: ['Medium Turquoise Explosion Flipbook Style', 10, -1, 3285, 1665, 0, 0, 2, true, 0], + 12606: ['Medium Violet Explosion Flipbook Style', 10, -1, 3330, 1665, 0, 0, 2, true, 0], + 12607: ['Medium White Explosion Flipbook Style', 10, -1, 3375, 1665, 0, 0, 2, true, 0], + 12608: ['Medium Yellow Explosion Flipbook Style', 10, -1, 3420, 1665, 0, 0, 2, true, 0], + 12609: ['High Blue Explosion Flipbook Style', 10, -1, 3465, 1665, 0, 0, 2, true, 0], + 12610: ['High Brown Explosion Flipbook Style', 10, -1, 3510, 1665, 0, 0, 2, true, 0], + 12611: ['High Crimson Explosion Flipbook Style', 10, -1, 3555, 1665, 0, 0, 2, true, 0], + 12612: ['High Cyan Explosion Flipbook Style', 10, -1, 3600, 1665, 0, 0, 2, true, 0], + 12613: ['High Gold Explosion Flipbook Style', 10, -1, 3645, 1665, 0, 0, 2, true, 0], + 12614: ['High Gray Explosion Flipbook Style', 10, -1, 3690, 1665, 0, 0, 2, true, 0], + 12615: ['High Green Explosion Flipbook Style', 10, -1, 3735, 1665, 0, 0, 2, true, 0], + 12616: ['High Indigo Explosion Flipbook Style', 10, -1, 3780, 1665, 0, 0, 2, true, 0], + 12617: ['High Lime Explosion Flipbook Style', 10, -1, 3825, 1665, 0, 0, 2, true, 0], + 12618: ['High Orange Explosion Flipbook Style', 10, -1, 3870, 1665, 0, 0, 2, true, 0], + 12619: ['High Pink Explosion Flipbook Style', 10, -1, 3915, 1665, 0, 0, 2, true, 0], + 12620: ['High Purple Explosion Flipbook Style', 10, -1, 3960, 1665, 0, 0, 2, true, 0], + 12621: ['High Red Explosion Flipbook Style', 10, -1, 4005, 1665, 0, 0, 2, true, 0], + 12622: ['High Silver Explosion Flipbook Style', 10, -1, 4050, 1665, 0, 0, 2, true, 0], + 12623: ['High Turquoise Explosion Flipbook Style', 10, -1, 4095, 1665, 0, 0, 2, true, 0], + 12624: ['High Violet Explosion Flipbook Style', 10, -1, 4140, 1665, 0, 0, 2, true, 0], + 12625: ['High White Explosion Flipbook Style', 10, -1, 4185, 1665, 0, 0, 2, true, 0], + 12626: ['High Yellow Explosion Flipbook Style', 10, -1, 4230, 1665, 0, 0, 2, true, 0], + 12627: ['Arcane Style Remover Stone', 10, -1, 4275, 1665, 0, 0, 2, true, 0], + 12628: ['Blue Pulse Style Stone', 10, -1, 4320, 1665, 0, 0, 2, true, 0], + 12629: ['Brown Pulse Style Stone', 10, -1, 4365, 1665, 0, 0, 2, true, 0], + 12630: ['Crimson Pulse Style Stone', 10, -1, 4410, 1665, 0, 0, 2, true, 0], + 12631: ['Cyan Pulse Style Stone', 10, -1, 4455, 1665, 0, 0, 2, true, 0], + 12632: ['Gold Pulse Style Stone', 10, -1, 0, 1710, 0, 0, 2, true, 0], + 12633: ['Gray Pulse Style Stone', 10, -1, 45, 1710, 0, 0, 2, true, 0], + 12634: ['Green Pulse Style Stone', 10, -1, 90, 1710, 0, 0, 2, true, 0], + 12635: ['Indigo Pulse Style Stone', 10, -1, 135, 1710, 0, 0, 2, true, 0], + 12636: ['Lime Pulse Style Stone', 10, -1, 180, 1710, 0, 0, 2, true, 0], + 12637: ['Orange Pulse Style Stone', 10, -1, 225, 1710, 0, 0, 2, true, 0], + 12638: ['Pink Pulse Style Stone', 10, -1, 270, 1710, 0, 0, 2, true, 0], + 12639: ['Purple Pulse Style Stone', 10, -1, 315, 1710, 0, 0, 2, true, 0], + 12640: ['Red Pulse Style Stone', 10, -1, 360, 1710, 0, 0, 2, true, 0], + 12641: ['Silver Pulse Style Stone', 10, -1, 405, 1710, 0, 0, 2, true, 0], + 12642: ['Turquoise Pulse Style Stone', 10, -1, 450, 1710, 0, 0, 2, true, 0], + 12643: ['Violet Pulse Style Stone', 10, -1, 495, 1710, 0, 0, 2, true, 0], + 12644: ['White Pulse Style Stone', 10, -1, 540, 1710, 0, 0, 2, true, 0], + 12645: ['Yellow Pulse Style Stone', 10, -1, 585, 1710, 0, 0, 2, true, 0], + 12646: ['Low Blue Inner Glow Style Stone', 10, -1, 630, 1710, 0, 0, 2, true, 0], + 12647: ['Low Brown Inner Glow Style Stone', 10, -1, 675, 1710, 0, 0, 2, true, 0], + 12648: ['Low Crimson Inner Glow Style Stone', 10, -1, 720, 1710, 0, 0, 2, true, 0], + 12649: ['Low Cyan Inner Glow Style Stone', 10, -1, 765, 1710, 0, 0, 2, true, 0], + 12650: ['Low Gold Inner Glow Style Stone', 10, -1, 810, 1710, 0, 0, 2, true, 0], + 12651: ['Low Gray Inner Glow Style Stone', 10, -1, 855, 1710, 0, 0, 2, true, 0], + 12652: ['Low Green Inner Glow Style Stone', 10, -1, 900, 1710, 0, 0, 2, true, 0], + 12653: ['Low Indigo Inner Glow Style Stone', 10, -1, 945, 1710, 0, 0, 2, true, 0], + 12654: ['Low Lime Inner Glow Style Stone', 10, -1, 990, 1710, 0, 0, 2, true, 0], + 12655: ['Low Orange Inner Glow Style Stone', 10, -1, 1035, 1710, 0, 0, 2, true, 0], + 12656: ['Low Pink Inner Glow Style Stone', 10, -1, 1080, 1710, 0, 0, 2, true, 0], + 12657: ['Low Purple Inner Glow Style Stone', 10, -1, 1125, 1710, 0, 0, 2, true, 0], + 12658: ['Low Red Inner Glow Style Stone', 10, -1, 1170, 1710, 0, 0, 2, true, 0], + 12659: ['Low Silver Inner Glow Style Stone', 10, -1, 1215, 1710, 0, 0, 2, true, 0], + 12660: ['Low Turquoise Inner Glow Style Stone', 10, -1, 1260, 1710, 0, 0, 2, true, 0], + 12661: ['Low Violet Inner Glow Style Stone', 10, -1, 1305, 1710, 0, 0, 2, true, 0], + 12662: ['Low White Inner Glow Style Stone', 10, -1, 1350, 1710, 0, 0, 2, true, 0], + 12663: ['Low Yellow Inner Glow Style Stone', 10, -1, 1395, 1710, 0, 0, 2, true, 0], + 12664: ['Medium Blue Inner Glow Style Stone', 10, -1, 1440, 1710, 0, 0, 2, true, 0], + 12665: ['Medium Brown Inner Glow Style Stone', 10, -1, 1485, 1710, 0, 0, 2, true, 0], + 12666: ['Medium Crimson Inner Glow Style Stone', 10, -1, 1530, 1710, 0, 0, 2, true, 0], + 12667: ['Medium Cyan Inner Glow Style Stone', 10, -1, 1575, 1710, 0, 0, 2, true, 0], + 12668: ['Medium Gold Inner Glow Style Stone', 10, -1, 1620, 1710, 0, 0, 2, true, 0], + 12669: ['Medium Gray Inner Glow Style Stone', 10, -1, 1665, 1710, 0, 0, 2, true, 0], + 12670: ['Medium Green Inner Glow Style Stone', 10, -1, 1710, 1710, 0, 0, 2, true, 0], + 12671: ['Medium Indigo Inner Glow Style Stone', 10, -1, 1755, 1710, 0, 0, 2, true, 0], + 12672: ['Medium Lime Inner Glow Style Stone', 10, -1, 1800, 1710, 0, 0, 2, true, 0], + 12673: ['Medium Orange Inner Glow Style Stone', 10, -1, 1845, 1710, 0, 0, 2, true, 0], + 12674: ['Medium Pink Inner Glow Style Stone', 10, -1, 1890, 1710, 0, 0, 2, true, 0], + 12675: ['Medium Purple Inner Glow Style Stone', 10, -1, 1935, 1710, 0, 0, 2, true, 0], + 12676: ['Medium Red Inner Glow Style Stone', 10, -1, 1980, 1710, 0, 0, 2, true, 0], + 12677: ['Medium Silver Inner Glow Style Stone', 10, -1, 2025, 1710, 0, 0, 2, true, 0], + 12678: ['Medium Turquoise Inner Glow Style Stone', 10, -1, 2070, 1710, 0, 0, 2, true, 0], + 12679: ['Medium Violet Inner Glow Style Stone', 10, -1, 2115, 1710, 0, 0, 2, true, 0], + 12680: ['Medium White Inner Glow Style Stone', 10, -1, 2160, 1710, 0, 0, 2, true, 0], + 12681: ['Medium Yellow Inner Glow Style Stone', 10, -1, 2205, 1710, 0, 0, 2, true, 0], + 12682: ['High Blue Inner Glow Style Stone', 10, -1, 2250, 1710, 0, 0, 2, true, 0], + 12683: ['High Brown Inner Glow Style Stone', 10, -1, 2295, 1710, 0, 0, 2, true, 0], + 12684: ['High Crimson Inner Glow Style Stone', 10, -1, 2340, 1710, 0, 0, 2, true, 0], + 12685: ['High Cyan Inner Glow Style Stone', 10, -1, 2385, 1710, 0, 0, 2, true, 0], + 12686: ['High Gold Inner Glow Style Stone', 10, -1, 2430, 1710, 0, 0, 2, true, 0], + 12687: ['High Gray Inner Glow Style Stone', 10, -1, 2475, 1710, 0, 0, 2, true, 0], + 12688: ['High Green Inner Glow Style Stone', 10, -1, 2520, 1710, 0, 0, 2, true, 0], + 12689: ['High Indigo Inner Glow Style Stone', 10, -1, 2565, 1710, 0, 0, 2, true, 0], + 12690: ['High Lime Inner Glow Style Stone', 10, -1, 2610, 1710, 0, 0, 2, true, 0], + 12691: ['High Orange Inner Glow Style Stone', 10, -1, 2655, 1710, 0, 0, 2, true, 0], + 12692: ['High Pink Inner Glow Style Stone', 10, -1, 2700, 1710, 0, 0, 2, true, 0], + 12693: ['High Purple Inner Glow Style Stone', 10, -1, 2745, 1710, 0, 0, 2, true, 0], + 12694: ['High Red Inner Glow Style Stone', 10, -1, 2790, 1710, 0, 0, 2, true, 0], + 12695: ['High Silver Inner Glow Style Stone', 10, -1, 2835, 1710, 0, 0, 2, true, 0], + 12696: ['High Turquoise Inner Glow Style Stone', 10, -1, 2880, 1710, 0, 0, 2, true, 0], + 12697: ['High Violet Inner Glow Style Stone', 10, -1, 2925, 1710, 0, 0, 2, true, 0], + 12698: ['High White Inner Glow Style Stone', 10, -1, 2970, 1710, 0, 0, 2, true, 0], + 12699: ['High Yellow Inner Glow Style Stone', 10, -1, 3015, 1710, 0, 0, 2, true, 0], + 12700: ['Low Blue Pulse and Glow Style Stone', 10, -1, 3060, 1710, 0, 0, 2, true, 0], + 12701: ['Low Brown Pulse and Glow Style Stone', 10, -1, 3105, 1710, 0, 0, 2, true, 0], + 12702: ['Low Crimson Pulse and Glow Style Stone', 10, -1, 3150, 1710, 0, 0, 2, true, 0], + 12703: ['Low Cyan Pulse and Glow Style Stone', 10, -1, 3195, 1710, 0, 0, 2, true, 0], + 12704: ['Low Gold Pulse and Glow Style Stone', 10, -1, 3240, 1710, 0, 0, 2, true, 0], + 12705: ['Low Gray Pulse and Glow Style Stone', 10, -1, 3285, 1710, 0, 0, 2, true, 0], + 12706: ['Low Green Pulse and Glow Style Stone', 10, -1, 3330, 1710, 0, 0, 2, true, 0], + 12707: ['Low Indigo Pulse and Glow Style Stone', 10, -1, 3375, 1710, 0, 0, 2, true, 0], + 12708: ['Low Lime Pulse and Glow Style Stone', 10, -1, 3420, 1710, 0, 0, 2, true, 0], + 12709: ['Low Orange Pulse and Glow Style Stone', 10, -1, 3465, 1710, 0, 0, 2, true, 0], + 12710: ['Low Pink Pulse and Glow Style Stone', 10, -1, 3510, 1710, 0, 0, 2, true, 0], + 12711: ['Low Purple Pulse and Glow Style Stone', 10, -1, 3555, 1710, 0, 0, 2, true, 0], + 12712: ['Low Red Pulse and Glow Style Stone', 10, -1, 3600, 1710, 0, 0, 2, true, 0], + 12713: ['Low Silver Pulse and Glow Style Stone', 10, -1, 3645, 1710, 0, 0, 2, true, 0], + 12714: ['Low Turquoise Pulse and Glow Style Stone', 10, -1, 3690, 1710, 0, 0, 2, true, 0], + 12715: ['Low Violet Pulse and Glow Style Stone', 10, -1, 3735, 1710, 0, 0, 2, true, 0], + 12716: ['Low White Pulse and Glow Style Stone', 10, -1, 3780, 1710, 0, 0, 2, true, 0], + 12717: ['Low Yellow Pulse and Glow Style Stone', 10, -1, 3825, 1710, 0, 0, 2, true, 0], + 12718: ['Medium Blue Pulse and Glow Style Stone', 10, -1, 3870, 1710, 0, 0, 2, true, 0], + 12719: ['Medium Brown Pulse and Glow Style Stone', 10, -1, 3915, 1710, 0, 0, 2, true, 0], + 12720: ['Medium Crimson Pulse and Glow Style Stone', 10, -1, 3960, 1710, 0, 0, 2, true, 0], + 12721: ['Medium Cyan Pulse and Glow Style Stone', 10, -1, 4005, 1710, 0, 0, 2, true, 0], + 12722: ['Medium Gold Pulse and Glow Style Stone', 10, -1, 4050, 1710, 0, 0, 2, true, 0], + 12723: ['Medium Gray Pulse and Glow Style Stone', 10, -1, 4095, 1710, 0, 0, 2, true, 0], + 12724: ['Medium Green Pulse and Glow Style Stone', 10, -1, 4140, 1710, 0, 0, 2, true, 0], + 12725: ['Medium Indigo Pulse and Glow Style Stone', 10, -1, 4185, 1710, 0, 0, 2, true, 0], + 12726: ['Medium Lime Pulse and Glow Style Stone', 10, -1, 4230, 1710, 0, 0, 2, true, 0], + 12727: ['Medium Orange Pulse and Glow Style Stone', 10, -1, 4275, 1710, 0, 0, 2, true, 0], + 12728: ['Medium Pink Pulse and Glow Style Stone', 10, -1, 4320, 1710, 0, 0, 2, true, 0], + 12729: ['Medium Purple Pulse and Glow Style Stone', 10, -1, 4365, 1710, 0, 0, 2, true, 0], + 12730: ['Medium Red Pulse and Glow Style Stone', 10, -1, 4410, 1710, 0, 0, 2, true, 0], + 12731: ['Medium Silver Pulse and Glow Style Stone', 10, -1, 4455, 1710, 0, 0, 2, true, 0], + 12732: ['Medium Turquoise Pulse and Glow Style Stone', 10, -1, 0, 1755, 0, 0, 2, true, 0], + 12733: ['Medium Violet Pulse and Glow Style Stone', 10, -1, 45, 1755, 0, 0, 2, true, 0], + 12734: ['Medium White Pulse and Glow Style Stone', 10, -1, 90, 1755, 0, 0, 2, true, 0], + 12735: ['Medium Yellow Pulse and Glow Style Stone', 10, -1, 135, 1755, 0, 0, 2, true, 0], + 12736: ['High Blue Pulse and Glow Style Stone', 10, -1, 180, 1755, 0, 0, 2, true, 0], + 12737: ['High Brown Pulse and Glow Style Stone', 10, -1, 225, 1755, 0, 0, 2, true, 0], + 12738: ['High Crimson Pulse and Glow Style Stone', 10, -1, 270, 1755, 0, 0, 2, true, 0], + 12739: ['High Cyan Pulse and Glow Style Stone', 10, -1, 315, 1755, 0, 0, 2, true, 0], + 12740: ['High Gold Pulse and Glow Style Stone', 10, -1, 360, 1755, 0, 0, 2, true, 0], + 12741: ['High Gray Pulse and Glow Style Stone', 10, -1, 405, 1755, 0, 0, 2, true, 0], + 12742: ['High Green Pulse and Glow Style Stone', 10, -1, 450, 1755, 0, 0, 2, true, 0], + 12743: ['High Indigo Pulse and Glow Style Stone', 10, -1, 495, 1755, 0, 0, 2, true, 0], + 12744: ['High Lime Pulse and Glow Style Stone', 10, -1, 540, 1755, 0, 0, 2, true, 0], + 12745: ['High Orange Pulse and Glow Style Stone', 10, -1, 585, 1755, 0, 0, 2, true, 0], + 12746: ['High Pink Pulse and Glow Style Stone', 10, -1, 630, 1755, 0, 0, 2, true, 0], + 12747: ['High Purple Pulse and Glow Style Stone', 10, -1, 675, 1755, 0, 0, 2, true, 0], + 12748: ['High Red Pulse and Glow Style Stone', 10, -1, 720, 1755, 0, 0, 2, true, 0], + 12749: ['High Silver Pulse and Glow Style Stone', 10, -1, 765, 1755, 0, 0, 2, true, 0], + 12750: ['High Turquoise Pulse and Glow Style Stone', 10, -1, 810, 1755, 0, 0, 2, true, 0], + 12751: ['High Violet Pulse and Glow Style Stone', 10, -1, 855, 1755, 0, 0, 2, true, 0], + 12752: ['High White Pulse and Glow Style Stone', 10, -1, 900, 1755, 0, 0, 2, true, 0], + 12753: ['High Yellow Pulse and Glow Style Stone', 10, -1, 945, 1755, 0, 0, 2, true, 0], + 12754: ['Blue Hologram Style Stone', 10, -1, 990, 1755, 0, 0, 2, true, 0], + 12755: ['Brown Hologram Style Stone', 10, -1, 1035, 1755, 0, 0, 2, true, 0], + 12756: ['Crimson Hologram Style Stone', 10, -1, 1080, 1755, 0, 0, 2, true, 0], + 12757: ['Cyan Hologram Style Stone', 10, -1, 1125, 1755, 0, 0, 2, true, 0], + 12758: ['Gold Hologram Style Stone', 10, -1, 1170, 1755, 0, 0, 2, true, 0], + 12759: ['Gray Hologram Style Stone', 10, -1, 1215, 1755, 0, 0, 2, true, 0], + 12760: ['Green Hologram Style Stone', 10, -1, 1260, 1755, 0, 0, 2, true, 0], + 12761: ['Indigo Hologram Style Stone', 10, -1, 1305, 1755, 0, 0, 2, true, 0], + 12762: ['Lime Hologram Style Stone', 10, -1, 1350, 1755, 0, 0, 2, true, 0], + 12763: ['Orange Hologram Style Stone', 10, -1, 1395, 1755, 0, 0, 2, true, 0], + 12764: ['Pink Hologram Style Stone', 10, -1, 1440, 1755, 0, 0, 2, true, 0], + 12765: ['Purple Hologram Style Stone', 10, -1, 1485, 1755, 0, 0, 2, true, 0], + 12766: ['Red Hologram Style Stone', 10, -1, 1530, 1755, 0, 0, 2, true, 0], + 12767: ['Silver Hologram Style Stone', 10, -1, 1575, 1755, 0, 0, 2, true, 0], + 12768: ['Turquoise Hologram Style Stone', 10, -1, 1620, 1755, 0, 0, 2, true, 0], + 12769: ['Violet Hologram Style Stone', 10, -1, 1665, 1755, 0, 0, 2, true, 0], + 12770: ['White Hologram Style Stone', 10, -1, 1710, 1755, 0, 0, 2, true, 0], + 12771: ['Yellow Hologram Style Stone', 10, -1, 1755, 1755, 0, 0, 2, true, 0], + 12772: ['Low Bubble Scroller Style Stone', 10, -1, 1800, 1755, 0, 0, 2, true, 0], + 12773: ['Mid Bubble Scroller Style Stone', 10, -1, 1845, 1755, 0, 0, 2, true, 0], + 12774: ['High Bubble Scroller Style Stone', 10, -1, 1890, 1755, 0, 0, 2, true, 0], + 12775: ['Low Falling Star Left Scroller Style Stone', 10, -1, 1935, 1755, 0, 0, 2, true, 0], + 12776: ['Mid Falling Star Left Scroller Style Stone', 10, -1, 1980, 1755, 0, 0, 2, true, 0], + 12777: ['High Falling Star Left Scroller Style Stone', 10, -1, 2025, 1755, 0, 0, 2, true, 0], + 12778: ['Low Falling Star Right Scroller Style Stone', 10, -1, 2070, 1755, 0, 0, 2, true, 0], + 12779: ['Mid Falling Star Right Scroller Style Stone', 10, -1, 2115, 1755, 0, 0, 2, true, 0], + 12780: ['High Falling Star Right Scroller Style Stone', 10, -1, 2160, 1755, 0, 0, 2, true, 0], + 12781: ['Low Blue Fire Flipbook Style Stone', 10, -1, 2205, 1755, 0, 0, 2, true, 0], + 12782: ['Low Brown Fire Flipbook Style Stone', 10, -1, 2250, 1755, 0, 0, 2, true, 0], + 12783: ['Low Crimson Fire Flipbook Style Stone', 10, -1, 2295, 1755, 0, 0, 2, true, 0], + 12784: ['Low Cyan Fire Flipbook Style Stone', 10, -1, 2340, 1755, 0, 0, 2, true, 0], + 12785: ['Low Gold Fire Flipbook Style Stone', 10, -1, 2385, 1755, 0, 0, 2, true, 0], + 12786: ['Low Gray Fire Flipbook Style Stone', 10, -1, 2430, 1755, 0, 0, 2, true, 0], + 12787: ['Low Green Fire Flipbook Style Stone', 10, -1, 2475, 1755, 0, 0, 2, true, 0], + 12788: ['Low Indigo Fire Flipbook Style Stone', 10, -1, 2520, 1755, 0, 0, 2, true, 0], + 12789: ['Low Lime Fire Flipbook Style Stone', 10, -1, 2565, 1755, 0, 0, 2, true, 0], + 12790: ['Low Orange Fire Flipbook Style Stone', 10, -1, 2610, 1755, 0, 0, 2, true, 0], + 12791: ['Low Pink Fire Flipbook Style Stone', 10, -1, 2655, 1755, 0, 0, 2, true, 0], + 12792: ['Low Purple Fire Flipbook Style Stone', 10, -1, 2700, 1755, 0, 0, 2, true, 0], + 12793: ['Low Red Fire Flipbook Style Stone', 10, -1, 2745, 1755, 0, 0, 2, true, 0], + 12794: ['Low Silver Fire Flipbook Style Stone', 10, -1, 2790, 1755, 0, 0, 2, true, 0], + 12795: ['Low Turquoise Fire Flipbook Style Stone', 10, -1, 2835, 1755, 0, 0, 2, true, 0], + 12796: ['Low Violet Fire Flipbook Style Stone', 10, -1, 2880, 1755, 0, 0, 2, true, 0], + 12797: ['Low White Fire Flipbook Style Stone', 10, -1, 2925, 1755, 0, 0, 2, true, 0], + 12798: ['Low Yellow Fire Flipbook Style Stone', 10, -1, 2970, 1755, 0, 0, 2, true, 0], + 12799: ['Medium Blue Fire Flipbook Style Stone', 10, -1, 3015, 1755, 0, 0, 2, true, 0], + 12800: ['Medium Brown Fire Flipbook Style Stone', 10, -1, 3060, 1755, 0, 0, 2, true, 0], + 12801: ['Medium Crimson Fire Flipbook Style Stone', 10, -1, 3105, 1755, 0, 0, 2, true, 0], + 12802: ['Medium Cyan Fire Flipbook Style Stone', 10, -1, 3150, 1755, 0, 0, 2, true, 0], + 12803: ['Medium Gold Fire Flipbook Style Stone', 10, -1, 3195, 1755, 0, 0, 2, true, 0], + 12804: ['Medium Gray Fire Flipbook Style Stone', 10, -1, 3240, 1755, 0, 0, 2, true, 0], + 12805: ['Medium Green Fire Flipbook Style Stone', 10, -1, 3285, 1755, 0, 0, 2, true, 0], + 12806: ['Medium Indigo Fire Flipbook Style Stone', 10, -1, 3330, 1755, 0, 0, 2, true, 0], + 12807: ['Medium Lime Fire Flipbook Style Stone', 10, -1, 3375, 1755, 0, 0, 2, true, 0], + 12808: ['Medium Orange Fire Flipbook Style Stone', 10, -1, 3420, 1755, 0, 0, 2, true, 0], + 12809: ['Medium Pink Fire Flipbook Style Stone', 10, -1, 3465, 1755, 0, 0, 2, true, 0], + 12810: ['Medium Purple Fire Flipbook Style Stone', 10, -1, 3510, 1755, 0, 0, 2, true, 0], + 12811: ['Medium Red Fire Flipbook Style Stone', 10, -1, 3555, 1755, 0, 0, 2, true, 0], + 12812: ['Medium Silver Fire Flipbook Style Stone', 10, -1, 3600, 1755, 0, 0, 2, true, 0], + 12813: ['Medium Turquoise Fire Flipbook Style Stone', 10, -1, 3645, 1755, 0, 0, 2, true, 0], + 12814: ['Medium Violet Fire Flipbook Style Stone', 10, -1, 3690, 1755, 0, 0, 2, true, 0], + 12815: ['Medium White Fire Flipbook Style Stone', 10, -1, 3735, 1755, 0, 0, 2, true, 0], + 12816: ['Medium Yellow Fire Flipbook Style Stone', 10, -1, 3780, 1755, 0, 0, 2, true, 0], + 12817: ['High Blue Fire Flipbook Style Stone', 10, -1, 3825, 1755, 0, 0, 2, true, 0], + 12818: ['High Brown Fire Flipbook Style Stone', 10, -1, 3870, 1755, 0, 0, 2, true, 0], + 12819: ['High Crimson Fire Flipbook Style Stone', 10, -1, 3915, 1755, 0, 0, 2, true, 0], + 12820: ['High Cyan Fire Flipbook Style Stone', 10, -1, 3960, 1755, 0, 0, 2, true, 0], + 12821: ['High Gold Fire Flipbook Style Stone', 10, -1, 4005, 1755, 0, 0, 2, true, 0], + 12822: ['High Gray Fire Flipbook Style Stone', 10, -1, 4050, 1755, 0, 0, 2, true, 0], + 12823: ['High Green Fire Flipbook Style Stone', 10, -1, 4095, 1755, 0, 0, 2, true, 0], + 12824: ['High Indigo Fire Flipbook Style Stone', 10, -1, 4140, 1755, 0, 0, 2, true, 0], + 12825: ['High Lime Fire Flipbook Style Stone', 10, -1, 4185, 1755, 0, 0, 2, true, 0], + 12826: ['High Orange Fire Flipbook Style Stone', 10, -1, 4230, 1755, 0, 0, 2, true, 0], + 12827: ['High Pink Fire Flipbook Style Stone', 10, -1, 4275, 1755, 0, 0, 2, true, 0], + 12828: ['High Purple Fire Flipbook Style Stone', 10, -1, 4320, 1755, 0, 0, 2, true, 0], + 12829: ['High Red Fire Flipbook Style Stone', 10, -1, 4365, 1755, 0, 0, 2, true, 0], + 12830: ['High Silver Fire Flipbook Style Stone', 10, -1, 4410, 1755, 0, 0, 2, true, 0], + 12831: ['High Turquoise Fire Flipbook Style Stone', 10, -1, 4455, 1755, 0, 0, 2, true, 0], + 12832: ['High Violet Fire Flipbook Style Stone', 10, -1, 0, 1800, 0, 0, 2, true, 0], + 12833: ['High White Fire Flipbook Style Stone', 10, -1, 45, 1800, 0, 0, 2, true, 0], + 12834: ['High Yellow Fire Flipbook Style Stone', 10, -1, 90, 1800, 0, 0, 2, true, 0], + 12835: ['Low Blue Inferno Flipbook Style Stone', 10, -1, 135, 1800, 0, 0, 2, true, 0], + 12836: ['Low Brown Inferno Flipbook Style Stone', 10, -1, 180, 1800, 0, 0, 2, true, 0], + 12837: ['Low Crimson Inferno Flipbook Style Stone', 10, -1, 225, 1800, 0, 0, 2, true, 0], + 12838: ['Low Cyan Inferno Flipbook Style Stone', 10, -1, 270, 1800, 0, 0, 2, true, 0], + 12839: ['Low Gold Inferno Flipbook Style Stone', 10, -1, 315, 1800, 0, 0, 2, true, 0], + 12840: ['Low Gray Inferno Flipbook Style Stone', 10, -1, 360, 1800, 0, 0, 2, true, 0], + 12841: ['Low Green Inferno Flipbook Style Stone', 10, -1, 405, 1800, 0, 0, 2, true, 0], + 12842: ['Low Indigo Inferno Flipbook Style Stone', 10, -1, 450, 1800, 0, 0, 2, true, 0], + 12843: ['Low Lime Inferno Flipbook Style Stone', 10, -1, 495, 1800, 0, 0, 2, true, 0], + 12844: ['Low Orange Inferno Flipbook Style Stone', 10, -1, 540, 1800, 0, 0, 2, true, 0], + 12845: ['Low Pink Inferno Flipbook Style Stone', 10, -1, 585, 1800, 0, 0, 2, true, 0], + 12846: ['Low Purple Inferno Flipbook Style Stone', 10, -1, 630, 1800, 0, 0, 2, true, 0], + 12847: ['Low Red Inferno Flipbook Style Stone', 10, -1, 675, 1800, 0, 0, 2, true, 0], + 12848: ['Low Silver Inferno Flipbook Style Stone', 10, -1, 720, 1800, 0, 0, 2, true, 0], + 12849: ['Low Turquoise Inferno Flipbook Style Stone', 10, -1, 765, 1800, 0, 0, 2, true, 0], + 12850: ['Low Violet Inferno Flipbook Style Stone', 10, -1, 810, 1800, 0, 0, 2, true, 0], + 12851: ['Low White Inferno Flipbook Style Stone', 10, -1, 855, 1800, 0, 0, 2, true, 0], + 12852: ['Low Yellow Inferno Flipbook Style Stone', 10, -1, 900, 1800, 0, 0, 2, true, 0], + 12853: ['Medium Blue Inferno Flipbook Style Stone', 10, -1, 945, 1800, 0, 0, 2, true, 0], + 12854: ['Medium Brown Inferno Flipbook Style Stone', 10, -1, 990, 1800, 0, 0, 2, true, 0], + 12855: ['Medium Crimson Inferno Flipbook Style Stone', 10, -1, 1035, 1800, 0, 0, 2, true, 0], + 12856: ['Medium Cyan Inferno Flipbook Style Stone', 10, -1, 1080, 1800, 0, 0, 2, true, 0], + 12857: ['Medium Gold Inferno Flipbook Style Stone', 10, -1, 1125, 1800, 0, 0, 2, true, 0], + 12858: ['Medium Gray Inferno Flipbook Style Stone', 10, -1, 1170, 1800, 0, 0, 2, true, 0], + 12859: ['Medium Green Inferno Flipbook Style Stone', 10, -1, 1215, 1800, 0, 0, 2, true, 0], + 12860: ['Medium Indigo Inferno Flipbook Style Stone', 10, -1, 1260, 1800, 0, 0, 2, true, 0], + 12861: ['Medium Lime Inferno Flipbook Style Stone', 10, -1, 1305, 1800, 0, 0, 2, true, 0], + 12862: ['Medium Orange Inferno Flipbook Style Stone', 10, -1, 1350, 1800, 0, 0, 2, true, 0], + 12863: ['Medium Pink Inferno Flipbook Style Stone', 10, -1, 1395, 1800, 0, 0, 2, true, 0], + 12864: ['Medium Purple Inferno Flipbook Style Stone', 10, -1, 1440, 1800, 0, 0, 2, true, 0], + 12865: ['Medium Red Inferno Flipbook Style Stone', 10, -1, 1485, 1800, 0, 0, 2, true, 0], + 12866: ['Medium Silver Inferno Flipbook Style Stone', 10, -1, 1530, 1800, 0, 0, 2, true, 0], + 12867: ['Medium Turquoise Inferno Flipbook Style Stone', 10, -1, 1575, 1800, 0, 0, 2, true, 0], + 12868: ['Medium Violet Inferno Flipbook Style Stone', 10, -1, 1620, 1800, 0, 0, 2, true, 0], + 12869: ['Medium White Inferno Flipbook Style Stone', 10, -1, 1665, 1800, 0, 0, 2, true, 0], + 12870: ['Medium Yellow Inferno Flipbook Style Stone', 10, -1, 1710, 1800, 0, 0, 2, true, 0], + 12871: ['High Blue Inferno Flipbook Style Stone', 10, -1, 1755, 1800, 0, 0, 2, true, 0], + 12872: ['High Brown Inferno Flipbook Style Stone', 10, -1, 1800, 1800, 0, 0, 2, true, 0], + 12873: ['High Crimson Inferno Flipbook Style Stone', 10, -1, 1845, 1800, 0, 0, 2, true, 0], + 12874: ['High Cyan Inferno Flipbook Style Stone', 10, -1, 1890, 1800, 0, 0, 2, true, 0], + 12875: ['High Gold Inferno Flipbook Style Stone', 10, -1, 1935, 1800, 0, 0, 2, true, 0], + 12876: ['High Gray Inferno Flipbook Style Stone', 10, -1, 1980, 1800, 0, 0, 2, true, 0], + 12877: ['High Green Inferno Flipbook Style Stone', 10, -1, 2025, 1800, 0, 0, 2, true, 0], + 12878: ['High Indigo Inferno Flipbook Style Stone', 10, -1, 2070, 1800, 0, 0, 2, true, 0], + 12879: ['High Lime Inferno Flipbook Style Stone', 10, -1, 2115, 1800, 0, 0, 2, true, 0], + 12880: ['High Orange Inferno Flipbook Style Stone', 10, -1, 2160, 1800, 0, 0, 2, true, 0], + 12881: ['High Pink Inferno Flipbook Style Stone', 10, -1, 2205, 1800, 0, 0, 2, true, 0], + 12882: ['High Purple Inferno Flipbook Style Stone', 10, -1, 2250, 1800, 0, 0, 2, true, 0], + 12883: ['High Red Inferno Flipbook Style Stone', 10, -1, 2295, 1800, 0, 0, 2, true, 0], + 12884: ['High Silver Inferno Flipbook Style Stone', 10, -1, 2340, 1800, 0, 0, 2, true, 0], + 12885: ['High Turquoise Inferno Flipbook Style Stone', 10, -1, 2385, 1800, 0, 0, 2, true, 0], + 12886: ['High Violet Inferno Flipbook Style Stone', 10, -1, 2430, 1800, 0, 0, 2, true, 0], + 12887: ['High White Inferno Flipbook Style Stone', 10, -1, 2475, 1800, 0, 0, 2, true, 0], + 12888: ['High Yellow Inferno Flipbook Style Stone', 10, -1, 2520, 1800, 0, 0, 2, true, 0], + 12889: ['Low Blue Explosion Flipbook Style Stone', 10, -1, 2565, 1800, 0, 0, 2, true, 0], + 12890: ['Low Brown Explosion Flipbook Style Stone', 10, -1, 2610, 1800, 0, 0, 2, true, 0], + 12891: ['Low Crimson Explosion Flipbook Style Stone', 10, -1, 2655, 1800, 0, 0, 2, true, 0], + 12892: ['Low Cyan Explosion Flipbook Style Stone', 10, -1, 2700, 1800, 0, 0, 2, true, 0], + 12893: ['Low Gold Explosion Flipbook Style Stone', 10, -1, 2745, 1800, 0, 0, 2, true, 0], + 12894: ['Low Gray Explosion Flipbook Style Stone', 10, -1, 2790, 1800, 0, 0, 2, true, 0], + 12895: ['Low Green Explosion Flipbook Style Stone', 10, -1, 2835, 1800, 0, 0, 2, true, 0], + 12896: ['Low Indigo Explosion Flipbook Style Stone', 10, -1, 2880, 1800, 0, 0, 2, true, 0], + 12897: ['Low Lime Explosion Flipbook Style Stone', 10, -1, 2925, 1800, 0, 0, 2, true, 0], + 12898: ['Low Orange Explosion Flipbook Style Stone', 10, -1, 2970, 1800, 0, 0, 2, true, 0], + 12899: ['Low Pink Explosion Flipbook Style Stone', 10, -1, 3015, 1800, 0, 0, 2, true, 0], + 12900: ['Low Purple Explosion Flipbook Style Stone', 10, -1, 3060, 1800, 0, 0, 2, true, 0], + 12901: ['Low Red Explosion Flipbook Style Stone', 10, -1, 3105, 1800, 0, 0, 2, true, 0], + 12902: ['Low Silver Explosion Flipbook Style Stone', 10, -1, 3150, 1800, 0, 0, 2, true, 0], + 12903: ['Low Turquoise Explosion Flipbook Style Stone', 10, -1, 3195, 1800, 0, 0, 2, true, 0], + 12904: ['Low Violet Explosion Flipbook Style Stone', 10, -1, 3240, 1800, 0, 0, 2, true, 0], + 12905: ['Low White Explosion Flipbook Style Stone', 10, -1, 3285, 1800, 0, 0, 2, true, 0], + 12906: ['Low Yellow Explosion Flipbook Style Stone', 10, -1, 3330, 1800, 0, 0, 2, true, 0], + 12907: ['Medium Blue Explosion Flipbook Style Stone', 10, -1, 3375, 1800, 0, 0, 2, true, 0], + 12908: ['Medium Brown Explosion Flipbook Style Stone', 10, -1, 3420, 1800, 0, 0, 2, true, 0], + 12909: ['Medium Crimson Explosion Flipbook Style Stone', 10, -1, 3465, 1800, 0, 0, 2, true, 0], + 12910: ['Medium Cyan Explosion Flipbook Style Stone', 10, -1, 3510, 1800, 0, 0, 2, true, 0], + 12911: ['Medium Gold Explosion Flipbook Style Stone', 10, -1, 3555, 1800, 0, 0, 2, true, 0], + 12912: ['Medium Gray Explosion Flipbook Style Stone', 10, -1, 3600, 1800, 0, 0, 2, true, 0], + 12913: ['Medium Green Explosion Flipbook Style Stone', 10, -1, 3645, 1800, 0, 0, 2, true, 0], + 12914: ['Medium Indigo Explosion Flipbook Style Stone', 10, -1, 3690, 1800, 0, 0, 2, true, 0], + 12915: ['Medium Lime Explosion Flipbook Style Stone', 10, -1, 3735, 1800, 0, 0, 2, true, 0], + 12916: ['Medium Orange Explosion Flipbook Style Stone', 10, -1, 3780, 1800, 0, 0, 2, true, 0], + 12917: ['Medium Pink Explosion Flipbook Style Stone', 10, -1, 3825, 1800, 0, 0, 2, true, 0], + 12918: ['Medium Purple Explosion Flipbook Style Stone', 10, -1, 3870, 1800, 0, 0, 2, true, 0], + 12919: ['Medium Red Explosion Flipbook Style Stone', 10, -1, 3915, 1800, 0, 0, 2, true, 0], + 12920: ['Medium Silver Explosion Flipbook Style Stone', 10, -1, 3960, 1800, 0, 0, 2, true, 0], + 12921: ['Medium Turquoise Explosion Flipbook Style Stone', 10, -1, 4005, 1800, 0, 0, 2, true, 0], + 12922: ['Medium Violet Explosion Flipbook Style Stone', 10, -1, 4050, 1800, 0, 0, 2, true, 0], + 12923: ['Medium White Explosion Flipbook Style Stone', 10, -1, 4095, 1800, 0, 0, 2, true, 0], + 12924: ['Medium Yellow Explosion Flipbook Style Stone', 10, -1, 4140, 1800, 0, 0, 2, true, 0], + 12925: ['High Blue Explosion Flipbook Style Stone', 10, -1, 4185, 1800, 0, 0, 2, true, 0], + 12926: ['High Brown Explosion Flipbook Style Stone', 10, -1, 4230, 1800, 0, 0, 2, true, 0], + 12927: ['High Crimson Explosion Flipbook Style Stone', 10, -1, 4275, 1800, 0, 0, 2, true, 0], + 12928: ['High Cyan Explosion Flipbook Style Stone', 10, -1, 4320, 1800, 0, 0, 2, true, 0], + 12929: ['High Gold Explosion Flipbook Style Stone', 10, -1, 4365, 1800, 0, 0, 2, true, 0], + 12930: ['High Gray Explosion Flipbook Style Stone', 10, -1, 4410, 1800, 0, 0, 2, true, 0], + 12931: ['High Green Explosion Flipbook Style Stone', 10, -1, 4455, 1800, 0, 0, 2, true, 0], + 12932: ['High Indigo Explosion Flipbook Style Stone', 10, -1, 0, 1845, 0, 0, 2, true, 0], + 12933: ['High Lime Explosion Flipbook Style Stone', 10, -1, 45, 1845, 0, 0, 2, true, 0], + 12934: ['High Orange Explosion Flipbook Style Stone', 10, -1, 90, 1845, 0, 0, 2, true, 0], + 12935: ['High Pink Explosion Flipbook Style Stone', 10, -1, 135, 1845, 0, 0, 2, true, 0], + 12936: ['High Purple Explosion Flipbook Style Stone', 10, -1, 180, 1845, 0, 0, 2, true, 0], + 12937: ['High Red Explosion Flipbook Style Stone', 10, -1, 225, 1845, 0, 0, 2, true, 0], + 12938: ['High Silver Explosion Flipbook Style Stone', 10, -1, 270, 1845, 0, 0, 2, true, 0], + 12939: ['High Turquoise Explosion Flipbook Style Stone', 10, -1, 315, 1845, 0, 0, 2, true, 0], + 12940: ['High Violet Explosion Flipbook Style Stone', 10, -1, 360, 1845, 0, 0, 2, true, 0], + 12941: ['High White Explosion Flipbook Style Stone', 10, -1, 405, 1845, 0, 0, 2, true, 0], + 12942: ['High Yellow Explosion Flipbook Style Stone', 10, -1, 450, 1845, 0, 0, 2, true, 0], + 12943: ['Low Festive Lights Flipbook Style Stone', 10, -1, 495, 1845, 0, 0, 2, true, 0], + 12944: ['Mid Festive Lights Flipbook Style Stone', 10, -1, 540, 1845, 0, 0, 2, true, 0], + 12945: ['High Festive Lights Flipbook Style Stone', 10, -1, 585, 1845, 0, 0, 2, true, 0], + 12946: ['Low Holiday Lights Flipbook Style Stone', 10, -1, 630, 1845, 0, 0, 2, true, 0], + 12947: ['Mid Holiday Lights Flipbook Style Stone', 10, -1, 675, 1845, 0, 0, 2, true, 0], + 12948: ['High Holiday Lights Flipbook Style Stone', 10, -1, 720, 1845, 0, 0, 2, true, 0], + 12949: ['Low Snowfall Flipbook Style Stone', 10, -1, 765, 1845, 0, 0, 2, true, 0], + 12950: ['Mid Snowfall Flipbook Style Stone', 10, -1, 810, 1845, 0, 0, 2, true, 0], + 12951: ['High Snowfall Flipbook Style Stone', 10, -1, 855, 1845, 0, 0, 2, true, 0], + 12952: ['Low Wreath Flipbook Style Stone', 10, -1, 900, 1845, 0, 0, 2, true, 0], + 12953: ['Mid Wreath Flipbook Style Stone', 10, -1, 945, 1845, 0, 0, 2, true, 0], + 12954: ['High Wreath Flipbook Style Stone', 10, -1, 990, 1845, 0, 0, 2, true, 0], + 12955: ['Low Confetti Flipbook Style Stone', 10, -1, 1035, 1845, 0, 0, 2, true, 0], + 12956: ['Mid Confetti Flipbook Style Stone', 10, -1, 1080, 1845, 0, 0, 2, true, 0], + 12957: ['High Confetti Flipbook Style Stone', 10, -1, 1125, 1845, 0, 0, 2, true, 0], + 12958: ['Low Monochrome Confetti Flipbook Style Stone', 10, -1, 1170, 1845, 0, 0, 2, true, 0], + 12959: ['Mid Monochrome Confetti Flipbook Style Stone', 10, -1, 1215, 1845, 0, 0, 2, true, 0], + 12960: ['High Monochrome Confetti Flipbook Style Stone', 10, -1, 1260, 1845, 0, 0, 2, true, 0], + 12961: ['Low Red Hearts Flipbook Style Stone', 10, -1, 1305, 1845, 0, 0, 2, true, 0], + 12962: ['Mid Red Hearts Flipbook Style Stone', 10, -1, 1350, 1845, 0, 0, 2, true, 0], + 12963: ['High Red Hearts Flipbook Style Stone', 10, -1, 1395, 1845, 0, 0, 2, true, 0], + 12964: ['Low Grey Hearts Flipbook Style Stone', 10, -1, 1440, 1845, 0, 0, 2, true, 0], + 12965: ['Mid Grey Hearts Flipbook Style Stone', 10, -1, 1485, 1845, 0, 0, 2, true, 0], + 12966: ['High Grey Hearts Flipbook Style Stone', 10, -1, 1530, 1845, 0, 0, 2, true, 0], + 12973: ['Low Red Hearts Flipbook Style', 10, -1, 1575, 1845, 0, 0, 2, true, 0], + 12974: ['Mid Red Hearts Flipbook Style', 10, -1, 1620, 1845, 0, 0, 2, true, 0], + 12975: ['High Red Hearts Flipbook Style', 10, -1, 1665, 1845, 0, 0, 2, true, 0], + 12976: ['Low Grey Hearts Flipbook Style', 10, -1, 1710, 1845, 0, 0, 2, true, 0], + 12977: ['Mid Grey Hearts Flipbook Style', 10, -1, 1755, 1845, 0, 0, 2, true, 0], + 12978: ['High Grey Hearts Flipbook Style', 10, -1, 1800, 1845, 0, 0, 2, true, 0], + 12979: ['Low Confetti Flipbook Style', 10, -1, 1845, 1845, 0, 0, 2, true, 0], + 12980: ['Mid Confetti Flipbook Style', 10, -1, 1890, 1845, 0, 0, 2, true, 0], + 12981: ['High Confetti Flipbook Style', 10, -1, 1935, 1845, 0, 0, 2, true, 0], + 12982: ['Low Monochrome Confetti Flipbook Style', 10, -1, 1980, 1845, 0, 0, 2, true, 0], + 12983: ['Mid Monochrome Confetti Flipbook Style', 10, -1, 2025, 1845, 0, 0, 2, true, 0], + 12984: ['High Monochrome Confetti Flipbook Style', 10, -1, 2070, 1845, 0, 0, 2, true, 0], + 12985: ['Low Shamrock Blessing Flipbook Style', 10, -1, 2115, 1845, 0, 0, 2, true, 0], + 12986: ['Mid Shamrock Blessing Flipbook Style', 10, -1, 2160, 1845, 0, 0, 2, true, 0], + 12987: ['High Shamrock Blessing Flipbook Style', 10, -1, 2205, 1845, 0, 0, 2, true, 0], + 12988: ['Low Glitch Flipbook Style Stone', 10, -1, 2250, 1845, 0, 0, 2, true, 0], + 12989: ['Mid Glitch Flipbook Style Stone', 10, -1, 2295, 1845, 0, 0, 2, true, 0], + 12990: ['High Glitch Flipbook Style Stone', 10, -1, 2340, 1845, 0, 0, 2, true, 0], + 12991: ['Low Shamrock Blessing Flipbook Style Stone', 10, -1, 2385, 1845, 0, 0, 2, true, 0], + 12992: ['Mid Shamrock Blessing Flipbook Style Stone', 10, -1, 2430, 1845, 0, 0, 2, true, 0], + 12993: ['High Shamrock Blessing Flipbook Style Stone', 10, -1, 2475, 1845, 0, 0, 2, true, 0], + 12994: ['Low Glitch Flipbook Style', 10, -1, 2520, 1845, 0, 0, 2, true, 0], + 12995: ['Mid Glitch Flipbook Style', 10, -1, 2565, 1845, 0, 0, 2, true, 0], + 12996: ['High Glitch Flipbook Style', 10, -1, 2610, 1845, 0, 0, 2, true, 0], + 12997: ['Low Matrix Flipbook Style', 10, -1, 2655, 1845, 0, 0, 2, true, 0], + 12998: ['Mid Matrix Flipbook Style', 10, -1, 2700, 1845, 0, 0, 2, true, 0], + 12999: ['High Matrix Flipbook Style', 10, -1, 2745, 1845, 0, 0, 2, true, 0], + 13000: ['Low Matrix Flipbook Style Stone', 10, -1, 2790, 1845, 0, 0, 2, true, 0], + 13001: ['Mid Matrix Flipbook Style Stone', 10, -1, 2835, 1845, 0, 0, 2, true, 0], + 13002: ['High Matrix Flipbook Style Stone', 10, -1, 2880, 1845, 0, 0, 2, true, 0], + 13003: ['Low Twin Sword Flipbook Style', 10, -1, 2925, 1845, 0, 0, 2, true, 0], + 13004: ['Mid Twin Sword Flipbook Style', 10, -1, 2970, 1845, 0, 0, 2, true, 0], + 13005: ['High Twin Sword Flipbook Style', 10, -1, 3015, 1845, 0, 0, 2, true, 0], + 13006: ['Low Twin Sword Flipbook Style Stone', 10, -1, 3060, 1845, 0, 0, 2, true, 0], + 13007: ['Mid Twin Sword Flipbook Style Stone', 10, -1, 3105, 1845, 0, 0, 2, true, 0], + 13008: ['High Twin Sword Flipbook Style Stone', 10, -1, 3150, 1845, 0, 0, 2, true, 0], + 13009: ['Low Mono Sword Flipbook Style', 10, -1, 3195, 1845, 0, 0, 2, true, 0], + 13010: ['Mid Mono Sword Flipbook Style', 10, -1, 3240, 1845, 0, 0, 2, true, 0], + 13011: ['High Mono Sword Flipbook Style', 10, -1, 3285, 1845, 0, 0, 2, true, 0], + 13012: ['Low Mono Sword Flipbook Style Stone', 10, -1, 3330, 1845, 0, 0, 2, true, 0], + 13013: ['Mid Mono Sword Flipbook Style Stone', 10, -1, 3375, 1845, 0, 0, 2, true, 0], + 13014: ['High Mono Sword Flipbook Style Stone', 10, -1, 3420, 1845, 0, 0, 2, true, 0], + 13015: ['Low Blue Lightning Flipbook Style', 10, -1, 3465, 1845, 0, 0, 2, true, 0], + 13016: ['Mid Blue Lightning Flipbook Style', 10, -1, 3510, 1845, 0, 0, 2, true, 0], + 13017: ['High Blue Lightning Flipbook Style', 10, -1, 3555, 1845, 0, 0, 2, true, 0], + 13018: ['Low Blue Lightning Flipbook Style Stone', 10, -1, 3600, 1845, 0, 0, 2, true, 0], + 13019: ['Mid Blue Lightning Flipbook Style Stone', 10, -1, 3645, 1845, 0, 0, 2, true, 0], + 13020: ['High Blue Lightning Flipbook Style Stone', 10, -1, 3690, 1845, 0, 0, 2, true, 0], + 13021: ['Low Grey Lightning Flipbook Style', 10, -1, 3735, 1845, 0, 0, 2, true, 0], + 13022: ['Mid Grey Lightning Flipbook Style', 10, -1, 3780, 1845, 0, 0, 2, true, 0], + 13023: ['High Grey Lightning Flipbook Style', 10, -1, 3825, 1845, 0, 0, 2, true, 0], + 13024: ['Low Grey Lightning Flipbook Style Stone', 10, -1, 3870, 1845, 0, 0, 2, true, 0], + 13025: ['Mid Grey Lightning Flipbook Style Stone', 10, -1, 3915, 1845, 0, 0, 2, true, 0], + 13026: ['High Grey Lightning Flipbook Style Stone', 10, -1, 3960, 1845, 0, 0, 2, true, 0], + 13027: ['Low Bubbles Flipbook Style', 10, -1, 4005, 1845, 0, 0, 2, true, 0], + 13028: ['Mid Bubbles Flipbook Style', 10, -1, 4050, 1845, 0, 0, 2, true, 0], + 13029: ['High Bubbles Flipbook Style', 10, -1, 4095, 1845, 0, 0, 2, true, 0], + 13030: ['Low Bubbles Flipbook Style Stone', 10, -1, 4140, 1845, 0, 0, 2, true, 0], + 13031: ['Mid Bubbles Flipbook Style Stone', 10, -1, 4185, 1845, 0, 0, 2, true, 0], + 13032: ['High Bubbles Flipbook Style Stone', 10, -1, 4230, 1845, 0, 0, 2, true, 0], + 13033: ['Low Little Ghosties Flipbook Style', 10, -1, 4275, 1845, 0, 0, 2, true, 0], + 13034: ['Mid Little Ghosties Flipbook Style', 10, -1, 4320, 1845, 0, 0, 2, true, 0], + 13035: ['High Little Ghosties Flipbook Style', 10, -1, 4365, 1845, 0, 0, 2, true, 0], + 13036: ['Low Little Ghosties Flipbook Style Stone', 10, -1, 4410, 1845, 0, 0, 2, true, 0], + 13037: ['Mid Little Ghosties Flipbook Style Stone', 10, -1, 4455, 1845, 0, 0, 2, true, 0], + 13038: ['High Little Ghosties Flipbook Style Stone', 10, -1, 0, 1890, 0, 0, 2, true, 0], + 13039: ["Low Lil-o'-Wisps Flipbook Style", 10, -1, 45, 1890, 0, 0, 2, true, 0], + 13040: ["Mid Lil-o'-Wisps Flipbook Style", 10, -1, 90, 1890, 0, 0, 2, true, 0], + 13041: ["High Lil-o'-Wisps Flipbook Style", 10, -1, 135, 1890, 0, 0, 2, true, 0], + 13042: ["Low Lil-o'-Wisps Flipbook Style Stone", 10, -1, 180, 1890, 0, 0, 2, true, 0], + 13043: ["Mid Lil-o'-Wisps Flipbook Style Stone", 10, -1, 225, 1890, 0, 0, 2, true, 0], + 13044: ["High Lil-o'-Wisps Flipbook Style Stone", 10, -1, 270, 1890, 0, 0, 2, true, 0], + 13254: ['Trials of Cronus Key', 10, -1, 315, 1890, 0, 200, 7, true, 0], + 13255: ['Trials of Cronus Augmented Key', 10, -1, 360, 1890, 0, 200, 7, true, 0], + 13256: ['Trials of Cronus Solo Key', 10, -1, 405, 1890, 0, 200, 7, true, 0], + 13257: ['Trials of Cronus Enchanted Key', 10, -1, 450, 1890, 0, 200, 7, true, 0], + 13258: ['Trials of Cronus Guild Key', 10, -1, 495, 1890, 0, 200, 7, true, 0], + 13265: ['Eternal Echo', 1, -1, 540, 1890, 8, 1200, 6, true, 0], + 13984: ['Secluded Thicket Key', 10, -1, 585, 1890, 0, 200, 7, true, 0], + 13986: ["Tezcacoatl's Tail", 17, -1, 630, 1890, 6, 800, 6, true, 0], + 13987: ['Sealed Crystal Skull', 19, -1, 675, 1890, 7, 900, 6, false, 0], + 13988: ['Penetrating Blast Spell', 11, -1, 720, 1890, 6, 1000, 6, true, 0], + 14074: ["Tlatoani's Shroud", 14, -1, 765, 1890, 4, 500, 4, false, 0], + 14077: ['LOD Draconis Potion', 10, -1, 810, 1890, 0, 100, 2, true, 0], + 14081: ['Father Time Priest Skin', 10, -1, 855, 1890, 0, 1000, 7, true, 0], + 14082: ['Amazonian Huntress Skin', 10, -1, 900, 1890, 0, 1000, 7, true, 0], + 14083: ['Merlin Wizard Skin', 10, -1, 945, 1890, 0, 1000, 7, true, 0], + 14084: ['Death Mage Necromancer Skin', 10, -1, 990, 1890, 0, 1000, 7, true, 0], + 14085: ['Warlock Sorcerer Skin', 10, -1, 1035, 1890, 0, 1000, 7, true, 0], + 14086: ['Seer Mystic Skin', 10, -1, 1080, 1890, 0, 1000, 7, true, 0], + 14087: ['Juggernaut Warrior Skin', 10, -1, 1125, 1890, 0, 1000, 7, true, 0], + 14088: ['Knight of the Round Knight Skin', 10, -1, 1170, 1890, 0, 1000, 7, true, 0], + 14089: ['Cupid Archer Skin', 10, -1, 1215, 1890, 0, 1000, 7, true, 0], + 14090: ['Decorated Paladin Skin', 10, -1, 1260, 1890, 0, 1000, 7, true, 0], + 14091: ['Bandit Rogue Skin', 10, -1, 1305, 1890, 0, 1000, 7, true, 0], + 14092: ['Stealth Assassin Skin', 10, -1, 1350, 1890, 0, 1000, 7, true, 0], + 14093: ['Loki Trickster Skin', 10, -1, 1395, 1890, 0, 1000, 7, true, 0], + 14094: ['Shadow Ninja Skin', 10, -1, 1440, 1890, 0, 1000, 7, true, 0], + 14097: ['Skelly Penguin Pet Stone', 10, -1, 1485, 1890, 0, 1000, 7, true, 0], + 14100: ['Reticulated Longuin Pet Stone', 10, -1, 1530, 1890, 0, 1000, 7, true, 0], + 14103: ['Transcendent Penguin Pet Stone', 10, -1, 1575, 1890, 0, 1000, 7, true, 0], + 14106: ['Aeronautical Penguin Pet Stone', 10, -1, 1620, 1890, 0, 1000, 7, true, 0], + 14108: ['Soul Spark x1', 10, -1, 1665, 1890, 0, 0, 2, true, 1], + 14109: ['Soul Spark x2', 10, -1, 1710, 1890, 0, 0, 2, true, 2], + 14110: ['Soul Spark x3', 10, -1, 1755, 1890, 0, 0, 2, true, 3], + 14111: ['Soul Spark x4', 10, -1, 1800, 1890, 0, 0, 2, true, 4], + 14112: ['Soul Spark x5', 10, -1, 1845, 1890, 0, 0, 2, true, 5], + 14113: ['Soul Spark x6', 10, -1, 1890, 1890, 0, 0, 2, true, 6], + 14114: ['Soul Spark x7', 10, -1, 1935, 1890, 0, 0, 2, true, 7], + 14115: ['Soul Spark x8', 10, -1, 1980, 1890, 0, 0, 2, true, 8], + 14116: ['Soul Spark x9', 10, -1, 2025, 1890, 0, 0, 2, true, 9], + 14117: ['Soul Spark x10', 10, -1, 2070, 1890, 0, 0, 2, true, 10], + 14118: ['Soul Spark x11', 10, -1, 2115, 1890, 0, 0, 2, true, 11], + 14119: ['Soul Spark x12', 10, -1, 2160, 1890, 0, 0, 2, true, 12], + 14120: ['Soul Spark x13', 10, -1, 2205, 1890, 0, 0, 2, true, 13], + 14121: ['Soul Spark x14', 10, -1, 2250, 1890, 0, 0, 2, true, 14], + 14122: ['Soul Spark x15', 10, -1, 2295, 1890, 0, 0, 2, true, 15], + 14123: ['Soul Spark x16', 10, -1, 2340, 1890, 0, 0, 2, true, 16], + 14124: ['Soul Spark x17', 10, -1, 2385, 1890, 0, 0, 2, true, 17], + 14125: ['Soul Spark x18', 10, -1, 2430, 1890, 0, 0, 2, true, 18], + 14126: ['Soul Spark x19', 10, -1, 2475, 1890, 0, 0, 2, true, 19], + 14127: ['Soul Spark x20', 10, -1, 2520, 1890, 0, 0, 2, true, 20], + 14128: ['Soul Spark x21', 10, -1, 2565, 1890, 0, 0, 2, true, 21], + 14129: ['Soul Spark x22', 10, -1, 2610, 1890, 0, 0, 2, true, 22], + 14130: ['Soul Spark x23', 10, -1, 2655, 1890, 0, 0, 2, true, 23], + 14131: ['Soul Spark x24', 10, -1, 2700, 1890, 0, 0, 2, true, 24], + 14132: ['Soul Spark x25', 10, -1, 2745, 1890, 0, 0, 2, true, 25], + 14149: ['Spider Shuriken', 25, -1, 2790, 1890, 0, 170, 4, false, 0], + 14172: ['Spellblade of Decimation', 17, 7, 2835, 1890, 1, 53, 2, false, 0], + 14173: ['Spellblade of Nightmares', 17, 8, 2880, 1890, 2, 75, 2, false, 0], + 14205: ["Leprechaun's Lucky Hat", 10, -1, 2925, 1890, 0, 0, 8, true, 0], + 14207: ['Lullaby', 28, -1, 2970, 1890, 4, 500, 6, false, 0], + 14208: ['Enhanced Morning Shot 3', 21, -1, 3015, 1890, 0, 0, 0, true, 0], + 14209: ['Enhanced Spellblade Shot 1', 21, -1, 3060, 1890, 0, 0, 0, true, 0], + 14212: ['Mace of the Depths', 29, -1, 3105, 1890, 7, 800, 6, true, 0], + 14214: ['Shatters A20', 9, -1, 3150, 1890, 9, 1500, 6, true, 0], + 14218: ['2SummonerST0', 8, -1, 3195, 1890, 6, 900, 8, true, 0], + 14219: ['2SummonerST1', 29, -1, 3240, 1890, 7, 900, 8, true, 0], + 14220: ['2SummonerST2', 14, -1, 3285, 1890, 5, 900, 8, true, 0], + 14221: ['2SummonerST3', 9, -1, 3330, 1890, 5, 900, 8, true, 0], + 14226: ['SummonerST0', 8, -1, 3375, 1890, 6, 900, 8, true, 0], + 14227: ['SummonerST1', 29, -1, 3420, 1890, 6, 900, 8, true, 0], + 14228: ['SummonerST2', 14, -1, 3465, 1890, 6, 900, 8, true, 0], + 14229: ['SummonerST3', 9, -1, 3510, 1890, 4, 900, 8, true, 0], + 14245: ['AoOMace', 29, -1, 3555, 1890, 7, 700, 6, true, 0], + 14256: ['Cornbread', 10, -1, 3600, 1890, 0, 7000, 7, true, 0], + 14257: ['Pecan Pie', 10, -1, 3645, 1890, 0, 4500, 7, true, 0], + 14258: ['Apple Pie', 10, -1, 3690, 1890, 0, 5000, 7, true, 0], + 14259: ['Mashed Potatoes', 10, -1, 3735, 1890, 0, 3800, 7, true, 0], + 14260: ['Turkey Cake', 10, -1, 3780, 1890, 0, 10000, 7, true, 0], + 14261: ['Mystery Summoner ST Crate', 10, -1, 3825, 1890, 0, 0, 8, true, 0], + 14262: ['Mystery Bard ST Crate', 10, -1, 3870, 1890, 0, 0, 8, true, 0], + 14265: ['Scepter of MotMG', 23, -1, 3915, 1890, 7, 900, 6, true, 0], + 14266: ['Book of Test', 10, -1, 3960, 1890, 0, 5, 0, false, 0], + 14267: ['Book of Chess', 10, -1, 4005, 1890, 0, 5, 0, false, 0], + 14268: ['Book of Backgammon', 10, -1, 4050, 1890, 0, 5, 0, false, 0], + 14269: ['Book of Arcade', 10, -1, 4095, 1890, 0, 5, 0, false, 0], + 14270: ['Forgotten Book I', 10, -1, 4140, 1890, 0, 5, 0, false, 0], + 14271: ['Forgotten Book II', 10, -1, 4185, 1890, 0, 5, 0, false, 0], + 14272: ['Ancient Ruins Enchanted Key', 10, -1, 4230, 1890, 0, 200, 7, true, 0], + 14273: ['Toxic Sewers Enchanted Key', 10, -1, 4275, 1890, 0, 200, 7, true, 0], + 14274: ['Sprite World Enchanted Key', 10, -1, 4320, 1890, 0, 200, 7, true, 0], + 14275: ['Candy Enchanted Key', 10, -1, 4365, 1890, 0, 200, 7, true, 0], + 14276: ['Lab Enchanted Key', 10, -1, 4410, 1890, 0, 200, 7, true, 0], + 14277: ['Manor Enchanted Key', 10, -1, 4455, 1890, 0, 200, 7, true, 0], + 14278: ['Carrot Cake', 10, -1, 0, 1935, 0, 4000, 7, true, 0], + 14279: ['Solar Potato', 10, -1, 45, 1935, 0, 22500, 7, true, 0], + 14280: ['Hot Cross Buns', 10, -1, 90, 1935, 0, 3200, 7, true, 0], + 14281: ['Roast Biff', 10, -1, 135, 1935, 0, 2000, 7, true, 0], + 14283: ['Poison of MotMG', 18, -1, 180, 1935, 7, 1000, 6, true, 0], + 14287: ['The Machine Enchanted Key', 10, -1, 225, 1935, 0, 200, 7, true, 0], + 14288: ['Mystery Mystery Skin', 10, -1, 270, 1935, 0, 0, 8, true, 0], + 14290: ['The Shattered Kingdom: Tome I', 10, -1, 315, 1935, 0, 0, 7, true, 0], + 14291: ['The Shattered Kingdom: Tome II', 10, -1, 360, 1935, 0, 0, 7, true, 0], + 14292: ['The Shattered Kingdom: Tome III', 10, -1, 405, 1935, 0, 0, 7, true, 0], + 14293: ['The Shattered Kingdom: Tome IV', 10, -1, 450, 1935, 0, 0, 7, true, 0], + 14294: ["His Majesty's Eminence", 9, -1, 495, 1935, 7, 1400, 6, true, 0], + 14295: ['Shatters Page 1', 10, -1, 540, 1935, 0, 5, 7, true, 0], + 14296: ['Shatters Page 2', 10, -1, 585, 1935, 0, 5, 7, true, 0], + 14297: ['Shatters Page 3', 10, -1, 630, 1935, 0, 5, 7, true, 0], + 14298: ['Shatters Page 4', 10, -1, 675, 1935, 0, 5, 7, true, 0], + 14299: ['Shatters Page 5', 10, -1, 720, 1935, 0, 5, 7, true, 0], + 14300: ['Shatters Page 6', 10, -1, 765, 1935, 0, 5, 7, true, 0], + 14301: ['Shatters Page 7', 10, -1, 810, 1935, 0, 5, 7, true, 0], + 14302: ['Shatters Page 8', 10, -1, 855, 1935, 0, 5, 7, true, 0], + 14303: ['Shatters Page 9', 10, -1, 900, 1935, 0, 5, 7, true, 0], + 14315: ['Shatters Page 10', 10, -1, 945, 1935, 0, 5, 7, true, 0], + 14316: ['Shatters Page 11', 10, -1, 990, 1935, 0, 5, 7, true, 0], + 14317: ['Shatters Page 12', 10, -1, 1035, 1935, 0, 5, 7, true, 0], + 14318: ['Shatters Page 13', 10, -1, 1080, 1935, 0, 5, 7, true, 0], + 14319: ['Shatters Page 14', 10, -1, 1125, 1935, 0, 5, 7, true, 0], + 14320: ['Shatters Page 15', 10, -1, 1170, 1935, 0, 5, 7, true, 0], + 14321: ['Shatters Page 16', 10, -1, 1215, 1935, 0, 5, 7, true, 0], + 14322: ['Shatters Page 17', 10, -1, 1260, 1935, 0, 5, 7, true, 0], + 14323: ['Shatters Page 18', 10, -1, 1305, 1935, 0, 5, 7, true, 0], + 14324: ['Shatters Page 19', 10, -1, 1350, 1935, 0, 5, 7, true, 0], + 14325: ['Shatters Page 20', 10, -1, 1395, 1935, 0, 5, 7, true, 0], + 14326: ['MotMG Light Ring', 9, -1, 1440, 1935, 6, 700, 6, true, 0], + 14327: ['Parasite Chambers Enchanted Key', 10, -1, 1485, 1935, 0, 200, 7, true, 0], + 14328: ['Undead Lair Enchanted Key', 10, -1, 1530, 1935, 0, 200, 7, true, 0], + 14329: ['Cursed Library Enchanted Key', 10, -1, 1575, 1935, 0, 200, 7, true, 0], + 14330: ['High Tech Terror Enchanted Key', 10, -1, 1620, 1935, 0, 200, 7, true, 0], + 14331: ['Admin Arena Key', 10, -1, 1665, 1935, 0, 5, 7, true, 0], + 14332: ['Lab Guild Key', 10, -1, 1710, 1935, 0, 200, 7, true, 0], + 14333: ["Davy's Guild Key", 10, -1, 1755, 1935, 0, 200, 7, true, 0], + 14334: ['Deadwater Docks Guild Key', 10, -1, 1800, 1935, 0, 200, 7, true, 0], + 14335: ['Woodland Labyrinth Guild Key', 10, -1, 1845, 1935, 0, 200, 7, true, 0], + 14336: ['Crystal Mace', 29, -1, 1890, 1935, 7, 900, 6, true, 0], + 14341: ['Mace of the North Pole', 29, -1, 1935, 1935, 7, 380, 4, false, 0], + 14346: ['The Crawling Depths Guild Key', 10, -1, 1980, 1935, 0, 200, 7, true, 0], + 14347: ['Ice Cave Guild Key', 10, -1, 2025, 1935, 0, 200, 7, true, 0], + 14348: ["Shaitan's Guild Key", 10, -1, 2070, 1935, 0, 200, 7, true, 0], + 14349: ['Reef Guild Key', 10, -1, 2115, 1935, 0, 200, 7, true, 0], + 14350: ["Puppet Master's Encore Guild Key", 10, -1, 2160, 1935, 0, 200, 7, true, 0], + 14351: ['The Third Dimension Guild Key', 10, -1, 2205, 1935, 0, 200, 7, true, 0], + 14352: ['High Tech Terror Guild Key', 10, -1, 2250, 1935, 0, 200, 7, true, 0], + 14353: ['2BardST0', 3, -1, 2295, 1935, 6, 800, 8, true, 0], + 14354: ['2BardST1', 28, -1, 2340, 1935, 7, 850, 8, true, 0], + 14355: ['2BardST2', 14, -1, 2385, 1935, 5, 700, 8, true, 0], + 14356: ['2BardST3', 9, -1, 2430, 1935, 5, 600, 8, true, 0], + 14373: ['Abyss of Demons Enchanted Key', 10, -1, 2475, 1935, 0, 200, 7, true, 0], + 14374: ['Theatre Enchanted Key', 10, -1, 2520, 1935, 0, 200, 7, true, 0], + 14375: ['Draconis Enchanted Key', 10, -1, 2565, 1935, 0, 200, 7, true, 0], + 14376: ["Bella's Enchanted Key", 10, -1, 2610, 1935, 0, 200, 7, true, 0], + 14377: ['Solo Lost Halls Key', 10, -1, 2655, 1935, 0, 200, 7, true, 0], + 14378: ['Blueprint_234', 10, -1, 2700, 1935, 0, 500, 7, true, 0], + 14379: ['2KenseiST0', 24, -1, 2745, 1935, 5, 800, 8, true, 0], + 14380: ['2KenseiST1', 30, -1, 2790, 1935, 7, 900, 8, true, 0], + 14381: ['2KenseiST2', 7, -1, 2835, 1935, 6, 700, 8, true, 0], + 14382: ['2KenseiST3', 9, -1, 2880, 1935, 4, 600, 8, true, 0], + 14383: ['2KenseiST2A', 15, -1, 2925, 1935, 0, 0, 0, true, 0], + 14384: ['2KenseiST2B', 15, -1, 2970, 1935, 0, 0, 0, true, 0], + 14385: ['Blueprint_235', 10, -1, 3015, 1935, 0, 500, 7, true, 0], + 14387: ['2KenseiST2E', 15, -1, 3060, 1935, 0, 0, 0, true, 0], + 14388: ['2KenseiST2F', 15, -1, 3105, 1935, 0, 0, 0, true, 0], + 14389: ['2KenseiST2G', 15, -1, 3150, 1935, 0, 0, 0, true, 0], + 14392: ['2KenseiST2J', 15, -1, 3195, 1935, 0, 0, 0, true, 0], + 14393: ['2KenseiST2K', 15, -1, 3240, 1935, 0, 0, 0, true, 0], + 14394: ['2KenseiST2L', 15, -1, 3285, 1935, 0, 0, 0, true, 0], + 14397: ['Spellblade of Arcane Magic', 17, 9, 3330, 1935, 3, 109, 2, false, 0], + 14398: ['Amulet of Elemental Fire', 9, -1, 3375, 1935, 6, 400, 9, false, 0], + 14399: ['Amulet of Elemental Air', 9, -1, 3420, 1935, 6, 400, 9, false, 0], + 14400: ['Amulet of Elemental Water', 9, -1, 3465, 1935, 6, 400, 9, false, 0], + 14401: ['Amulet of Elemental Earth', 9, -1, 3510, 1935, 6, 400, 9, false, 0], + 14402: ['Elemental Equilibrium', 9, -1, 3555, 1935, 7, 1000, 6, true, 0], + 14403: ['Summoning Mace', 29, 0, 3600, 1935, 0, 4, 1, false, 0], + 14404: ['Ritual Mace', 29, 1, 3645, 1935, 0, 8, 1, false, 0], + 14405: ['Disciple Mace', 29, 2, 3690, 1935, 0, 15, 1, false, 0], + 14406: ['Specialist Mace', 29, 3, 3735, 1935, 1, 34, 2, false, 0], + 14407: ['Adept Mace', 29, 4, 3780, 1935, 2, 68, 2, false, 0], + 14408: ['Monarch Mace', 29, 5, 3825, 1935, 4, 139, 4, false, 0], + 14409: ['Sovereign Mace', 29, 6, 3870, 1935, 6, 380, 4, false, 0], + 14410: ['Grandmaster Mace', 29, 7, 3915, 1935, 8, 570, 9, true, 0], + 14411: ['Overlord Mace', 29, 8, 3960, 1935, 9, 855, 9, true, 0], + 14413: ['Tsunami', 24, -1, 4005, 1935, 7, 650, 9, false, 0], + 14414: ['Arashi', 24, -1, 4050, 1935, 6, 850, 6, true, 0], + 14415: ['Ignis', 3, -1, 4095, 1935, 7, 650, 9, false, 0], + 14416: ['Tectonus', 3, -1, 4140, 1935, 6, 800, 6, true, 0], + 14421: ['Book of Water', 10, -1, 4185, 1935, 0, 5, 7, true, 0], + 14422: ['Book of Air', 10, -1, 4230, 1935, 0, 5, 7, true, 0], + 14423: ['Book of Fire', 10, -1, 4275, 1935, 0, 5, 7, true, 0], + 14424: ['Book of Earth', 10, -1, 4320, 1935, 0, 5, 7, true, 0], + 14426: ['Light Syndicate Attire', 6, -1, 4365, 1935, 6, 750, 6, true, 0], + 14427: ['Mystic Syndicate Attire', 14, -1, 4410, 1935, 6, 750, 6, true, 0], + 14428: ['Heavy Syndicate Attire', 7, -1, 4455, 1935, 6, 750, 6, true, 0], + 14429: ['Blueprint_236', 10, -1, 0, 1980, 0, 500, 7, true, 0], + 14430: ['Enhanced Flail Ball 3', 21, -1, 45, 1980, 0, 0, 0, true, 0], + 14431: ['Sentinel Practice Key Encore', 10, -1, 90, 1980, 0, 200, 7, true, 0], + 14432: ['Archmage Practice Key Encore', 10, -1, 135, 1980, 0, 200, 7, true, 0], + 14433: ['King Practice Key Encore', 10, -1, 180, 1980, 0, 200, 7, true, 0], + 14434: ['Blueprint_237', 10, -1, 225, 1980, 0, 500, 7, true, 0], + 14435: ["Solo Puppet Master's Encore Key", 10, -1, 270, 1980, 0, 200, 7, true, 0], + 14436: ['Solo Reef Key', 10, -1, 315, 1980, 0, 200, 7, true, 0], + 14437: ['Solo Lost Halls Key 2', 10, -1, 360, 1980, 0, 200, 7, true, 0], + 14438: ['Solo Fungal Cavern Key 2', 10, -1, 405, 1980, 0, 200, 7, true, 0], + 14439: ["Solo Puppet Master's Encore Key 2", 10, -1, 450, 1980, 0, 200, 7, true, 0], + 14440: ['Solo Reef Key 2', 10, -1, 495, 1980, 0, 200, 7, true, 0], + 14441: ['Blueprint_238', 10, -1, 540, 1980, 0, 500, 7, true, 0], + 14442: ['Enhanced Magic Shot 2', 21, -1, 585, 1980, 0, 0, 0, true, 0], + 14443: ['Enhanced Magic Shot 3', 21, -1, 630, 1980, 0, 0, 0, true, 0], + 14444: ['Enhanced Bow Shot 2', 21, -1, 675, 1980, 0, 0, 0, true, 0], + 14445: ['Enhanced Bow Shot 3', 21, -1, 720, 1980, 0, 0, 0, true, 0], + 14447: ['Enhanced Bow Shot 1', 21, -1, 765, 1980, 0, 0, 0, true, 0], + 14448: ['Interregnum Longbow', 3, -1, 810, 1980, 7, 750, 6, true, 0], + 14449: ['Interregnum Spellblade', 17, -1, 855, 1980, 7, 750, 6, true, 0], + 14450: ['Interregnum Morning Star', 8, -1, 900, 1980, 7, 750, 6, true, 0], + 14451: ['Interregnum Flail', 1, -1, 945, 1980, 7, 750, 6, true, 0], + 14452: ['Interregnum Tachi', 24, -1, 990, 1980, 7, 750, 6, true, 0], + 14453: ['Interregnum Blades', 2, -1, 1035, 1980, 7, 750, 6, true, 0], + 14454: ['Enhanced Flail Ball 2', 21, -1, 1080, 1980, 0, 0, 0, true, 0], + 14455: ['Enhanced Flail Ball 1', 21, -1, 1125, 1980, 0, 0, 0, true, 0], + 14456: ['Interregnum Ring 1', 9, -1, 1170, 1980, 6, 750, 6, true, 0], + 14457: ['Interregnum Ring 2', 9, -1, 1215, 1980, 6, 750, 6, true, 0], + 14458: ['Interregnum Ring 3', 9, -1, 1260, 1980, 6, 750, 6, true, 0], + 14459: ['Enhanced Tachi Shot 1', 21, -1, 1305, 1980, 0, 0, 0, true, 0], + 14460: ['Enhanced Tachi Shot 2', 21, -1, 1350, 1980, 0, 0, 0, true, 0], + 14461: ['Enhanced Tachi Shot 3', 21, -1, 1395, 1980, 0, 0, 0, true, 0], + 14462: ['Enhanced Dagger Shot 1', 21, -1, 1440, 1980, 0, 0, 0, true, 0], + 14463: ['Enhanced Dagger Shot 2', 21, -1, 1485, 1980, 0, 0, 0, true, 0], + 14464: ['Valor', 24, -1, 1530, 1980, 8, 1000, 6, true, 0], + 14465: ['Dusky Catalyst', 8, -1, 1575, 1980, 8, 1000, 6, true, 0], + 14466: ['Warmonger', 3, -1, 1620, 1980, 8, 1000, 6, true, 0], + 14467: ['Enhanced Dagger Shot 3', 21, -1, 1665, 1980, 0, 0, 0, true, 0], + 14468: ['Enhanced Morning Shot 1', 21, -1, 1710, 1980, 0, 0, 0, true, 0], + 14469: ['Enhanced Morning Shot 2', 21, -1, 1755, 1980, 0, 0, 0, true, 0], + 14470: ['Mantle of the Monarchy', 14, -1, 1800, 1980, 8, 900, 6, true, 0], + 14471: ['Vest of Abandoned Shadows', 6, -1, 1845, 1980, 8, 900, 6, true, 0], + 14472: ["Royal Guard's Cuirass", 7, -1, 1890, 1980, 8, 900, 6, true, 0], + 14482: ['Mini Fiery Kensei Skin', 10, -1, 1935, 1980, 0, 1000, 7, true, 0], + 14487: ['Mystery Paladin ST Crate', 10, -1, 1980, 1980, 0, 0, 8, true, 0], + 14488: ['Mystery Trickster ST Crate', 10, -1, 2025, 1980, 0, 0, 8, true, 0], + 14491: ['Dagger of MotMG', 2, -1, 2070, 1980, 6, 450, 4, false, 0], + 14492: ['Bow of MotMG', 3, -1, 2115, 1980, 6, 450, 4, false, 0], + 14493: ['Staff of MotMG', 17, -1, 2160, 1980, 6, 450, 4, false, 0], + 14494: ['Wand of MotMG', 8, -1, 2205, 1980, 6, 450, 4, false, 0], + 14495: ['Sword of MotMG', 1, -1, 2250, 1980, 6, 450, 4, false, 0], + 14497: ['Masamune of MotMG', 24, -1, 2295, 1980, 6, 450, 4, false, 0], + 14498: ['Hide Armor of MotMG', 6, -1, 2340, 1980, 7, 231, 4, false, 0], + 14499: ['Robe of MotMG', 14, -1, 2385, 1980, 7, 231, 4, false, 0], + 14500: ['Armor of MotMG', 7, -1, 2430, 1980, 7, 231, 4, false, 0], + 14501: ['MotMG Dark Ring', 9, -1, 2475, 1980, 6, 700, 6, true, 0], + 14502: ['Light Syndicate Attire Shiny', 6, -1, 2520, 1980, 6, 750, 6, true, 0], + 14503: ['Mystic Syndicate Attire Shiny', 14, -1, 2565, 1980, 6, 750, 6, true, 0], + 14504: ['Heavy Syndicate Attire Shiny', 7, -1, 2610, 1980, 6, 750, 6, true, 0], + 14517: ['Broccoli', 10, -1, 2655, 1980, 0, 1500, 7, true, 0], + 14518: ['French Toast', 10, -1, 2700, 1980, 0, 1900, 7, true, 0], + 14519: ['Banana', 10, -1, 2745, 1980, 0, 3600, 7, true, 0], + 14520: ['Ripe Pumpkin', 10, -1, 2790, 1980, 0, 4500, 7, true, 0], + 14521: ['Ice Cream', 10, -1, 2835, 1980, 0, 3000, 7, true, 0], + 14522: ['Solar Cupcake', 10, -1, 2880, 1980, 0, 7000, 7, true, 0], + 14523: ['Dark Ambrosia', 10, -1, 2925, 1980, 0, 5500, 7, true, 0], + 14524: ['Mead', 10, -1, 2970, 1980, 0, 1000, 7, true, 0], + 14525: ['Space Jam', 10, -1, 3015, 1980, 0, 8000, 7, true, 0], + 14526: ['Deadly Dapperling', 10, -1, 3060, 1980, 0, 2800, 7, true, 0], + 14527: ['Protein Shake', 10, -1, 3105, 1980, 0, 18000, 7, true, 0], + 14528: ['Void Venom', 10, -1, 3150, 1980, 0, 6000, 7, true, 0], + 14529: ['Daeva Elixir', 10, -1, 3195, 1980, 0, 9000, 7, true, 0], + 14530: ['Grapes of Heaven', 10, -1, 3240, 1980, 0, 2000, 7, true, 0], + 14531: ['Sanctified Ambrosia', 10, -1, 3285, 1980, 0, 6000, 7, true, 0], + 14532: ['Gift of the Void', 10, -1, 3330, 1980, 0, 0, 8, true, 0], + 14533: ['Gift of the Daeva', 10, -1, 3375, 1980, 0, 0, 8, true, 0], + 14544: ['Blueprint_148', 10, -1, 3420, 1980, 0, 500, 7, true, 0], + 14545: ['Blueprint_149', 10, -1, 3465, 1980, 0, 500, 7, true, 0], + 14546: ['Blueprint_150', 10, -1, 3510, 1980, 0, 500, 7, true, 0], + 14547: ['Blueprint_151', 10, -1, 3555, 1980, 0, 500, 7, true, 0], + 14548: ['Blueprint_152', 10, -1, 3600, 1980, 0, 500, 7, true, 0], + 14549: ['Blueprint_153', 10, -1, 3645, 1980, 0, 500, 7, true, 0], + 14550: ['Blueprint_154', 10, -1, 3690, 1980, 0, 500, 7, true, 0], + 14551: ['Blueprint_155', 10, -1, 3735, 1980, 0, 500, 7, true, 0], + 14552: ['Blueprint_156', 10, -1, 3780, 1980, 0, 500, 7, true, 0], + 14553: ['Blueprint_157', 10, -1, 3825, 1980, 0, 500, 7, true, 0], + 14554: ['Blueprint_158', 10, -1, 3870, 1980, 0, 500, 7, true, 0], + 14555: ['Blueprint_159', 10, -1, 3915, 1980, 0, 500, 7, true, 0], + 14556: ['Blueprint_160', 10, -1, 3960, 1980, 0, 500, 7, true, 0], + 14557: ['Blueprint_161', 10, -1, 4005, 1980, 0, 500, 7, true, 0], + 14558: ['Blueprint_162', 10, -1, 4050, 1980, 0, 500, 7, true, 0], + 14559: ['Blueprint_163', 10, -1, 4095, 1980, 0, 500, 7, true, 0], + 14560: ['Blueprint_164', 10, -1, 4140, 1980, 0, 500, 7, true, 0], + 14561: ['Blueprint_165', 10, -1, 4185, 1980, 0, 500, 7, true, 0], + 14562: ['Blueprint_166', 10, -1, 4230, 1980, 0, 500, 7, true, 0], + 14563: ['Blueprint_167', 10, -1, 4275, 1980, 0, 500, 7, true, 0], + 14564: ['Blueprint_168', 10, -1, 4320, 1980, 0, 500, 7, true, 0], + 14565: ['Blueprint_169', 10, -1, 4365, 1980, 0, 500, 7, true, 0], + 14566: ['Blueprint_170', 10, -1, 4410, 1980, 0, 500, 7, true, 0], + 14567: ['Blueprint_171', 10, -1, 4455, 1980, 0, 500, 7, true, 0], + 14568: ['Blueprint_172', 10, -1, 0, 2025, 0, 500, 7, true, 0], + 14569: ['Blueprint_173', 10, -1, 45, 2025, 0, 500, 7, true, 0], + 14570: ['Blueprint_174', 10, -1, 90, 2025, 0, 500, 7, true, 0], + 14571: ['Blueprint_175', 10, -1, 135, 2025, 0, 500, 7, true, 0], + 14572: ['Blueprint_176', 10, -1, 180, 2025, 0, 500, 7, true, 0], + 14573: ['Blueprint_177', 10, -1, 225, 2025, 0, 500, 7, true, 0], + 14574: ['Blueprint_178', 10, -1, 270, 2025, 0, 500, 7, true, 0], + 14575: ['Blueprint_179', 10, -1, 315, 2025, 0, 500, 7, true, 0], + 14576: ['Blueprint_180', 10, -1, 360, 2025, 0, 500, 7, true, 0], + 14577: ['Blueprint_181', 10, -1, 405, 2025, 0, 500, 7, true, 0], + 14578: ['Blueprint_182', 10, -1, 450, 2025, 0, 500, 7, true, 0], + 14579: ['Blueprint_183', 10, -1, 495, 2025, 0, 500, 7, true, 0], + 14580: ['Blueprint_184', 10, -1, 540, 2025, 0, 500, 7, true, 0], + 14581: ['Blueprint_185', 10, -1, 585, 2025, 0, 500, 7, true, 0], + 14582: ['Blueprint_186', 10, -1, 630, 2025, 0, 500, 7, true, 0], + 14583: ['Blueprint_187', 10, -1, 675, 2025, 0, 500, 7, true, 0], + 14584: ['Blueprint_188', 10, -1, 720, 2025, 0, 500, 7, true, 0], + 14585: ['Blueprint_189', 10, -1, 765, 2025, 0, 500, 7, true, 0], + 14586: ['Blueprint_190', 10, -1, 810, 2025, 0, 500, 7, true, 0], + 14587: ['Blueprint_191', 10, -1, 855, 2025, 0, 500, 7, true, 0], + 14588: ['Blueprint_192', 10, -1, 900, 2025, 0, 500, 7, true, 0], + 14589: ['Blueprint_193', 10, -1, 945, 2025, 0, 500, 7, true, 0], + 14590: ['Blueprint_194', 10, -1, 990, 2025, 0, 500, 7, true, 0], + 14591: ['Blueprint_195', 10, -1, 1035, 2025, 0, 500, 7, true, 0], + 14592: ['Blueprint_196', 10, -1, 1080, 2025, 0, 500, 7, true, 0], + 14593: ['Blueprint_197', 10, -1, 1125, 2025, 0, 500, 7, true, 0], + 14594: ['Blueprint_198', 10, -1, 1170, 2025, 0, 500, 7, true, 0], + 14595: ['Blueprint_199', 10, -1, 1215, 2025, 0, 500, 7, true, 0], + 14596: ['Blueprint_200', 10, -1, 1260, 2025, 0, 500, 7, true, 0], + 14597: ['Blueprint_201', 10, -1, 1305, 2025, 0, 500, 7, true, 0], + 14608: ['Slashing Sheath', 30, 0, 1350, 2025, 0, 4, 1, false, 0], + 14609: ['Timber Sheath', 30, 1, 1395, 2025, 0, 8, 1, false, 0], + 14610: ['Vineland Sheath', 30, 2, 1440, 2025, 0, 15, 1, false, 0], + 14611: ['Haze Sheath', 30, 3, 1485, 2025, 1, 34, 2, false, 0], + 14612: ['Ichor Sheath', 30, 4, 1530, 2025, 2, 68, 2, false, 0], + 14613: ['Serpentine Sheath', 30, 5, 1575, 2025, 4, 139, 4, false, 0], + 14614: ['Great Shinobi Sheath', 30, 6, 1620, 2025, 6, 380, 4, false, 0], + 14615: ['Sonic Wave Sheath', 30, 7, 1665, 2025, 8, 570, 9, true, 0], + 14616: ['Asura Sheath', 30, 8, 1710, 2025, 9, 855, 9, true, 0], + 14630: ['Sulfurous Wetlands Enchanted Key', 10, -1, 1755, 2025, 0, 200, 7, true, 0], + 14631: ['Sulfurous Wetlands Guild Key', 10, -1, 1800, 2025, 0, 200, 7, true, 0], + 14660: ['AoOSheath', 30, -1, 1845, 2025, 7, 700, 6, true, 0], + 14661: ['Paper Machete', 30, -1, 1890, 2025, 4, 500, 6, false, 0], + 14662: ["Snowman's Sheath", 30, -1, 1935, 2025, 7, 380, 4, false, 0], + 14708: ['Royal Quest Chest Item', 10, -1, 1980, 2025, 0, 200, 8, true, 0], + 14756: ['Antinomy Artifact', 9, -1, 2025, 2025, 8, 1000, 6, true, 0], + 14757: ['Autumn Gift', 10, -1, 2070, 2025, 0, 0, 7, true, 0], + 14758: ['Secret Hoard', 10, -1, 2115, 2025, 0, 0, 7, true, 0], + 14760: ["Key to Oryx's Armory", 10, -1, 2160, 2025, 0, 0, 7, true, 0], + 14761: ['Mirror of Vanity', 10, -1, 2205, 2025, 0, 0, 7, true, 0], + 14762: ['Autumn Treasure', 10, -1, 2250, 2025, 0, 0, 7, true, 0], + 14763: ['Backup Stash', 10, -1, 2295, 2025, 0, 0, 7, true, 0], + 14764: ['Latte', 10, -1, 2340, 2025, 0, 2500, 7, true, 0], + 14765: ['Jack-o-Lantern', 10, -1, 2385, 2025, 0, 4600, 7, true, 0], + 14766: ['Pumpkin Spice Latte', 10, -1, 2430, 2025, 0, 2500, 7, true, 0], + 14767: ['Bloody Ambrosia', 10, -1, 2475, 2025, 0, 5000, 7, true, 0], + 14768: ['Droplet of Bloody Ambrosia', 10, -1, 2520, 2025, 0, 1800, 7, true, 0], + 14769: ['Vial of Bloody Ambrosia', 10, -1, 2565, 2025, 0, 2400, 7, true, 0], + 14770: ['Chalice of Bloody Ambrosia', 10, -1, 2610, 2025, 0, 3700, 7, true, 0], + 14771: ['Haunted Tombstone', 10, -1, 2655, 2025, 0, 0, 8, true, 0], + 14772: ['Moon Rage Proc', 15, -1, 2700, 2025, 0, 0, 0, false, 0], + 14773: ['HWarriorST0', 1, -1, 2745, 2025, 5, 900, 8, true, 0], + 14774: ['HWarriorST1', 16, -1, 2790, 2025, 7, 950, 8, true, 0], + 14775: ['HWarriorST2', 7, -1, 2835, 2025, 6, 600, 8, true, 0], + 14776: ['HWarriorST3', 9, -1, 2880, 2025, 4, 250, 8, true, 0], + 14779: ['HSummonerST0', 8, -1, 2925, 2025, 6, 900, 8, true, 0], + 14780: ['HSummonerST1', 29, -1, 2970, 2025, 6, 900, 8, true, 0], + 14781: ['HSummonerST2', 14, -1, 3015, 2025, 6, 900, 8, true, 0], + 14782: ['HSummonerST3', 9, -1, 3060, 2025, 4, 900, 8, true, 0], + 14784: ['HPriestST0', 8, -1, 3105, 2025, 5, 1100, 8, true, 0], + 14785: ['HPriestST1', 4, -1, 3150, 2025, 7, 1200, 8, true, 0], + 14786: ['HPriestST2', 14, -1, 3195, 2025, 6, 800, 8, true, 0], + 14787: ['HPriestST3', 9, -1, 3240, 2025, 4, 500, 8, true, 0], + 14789: ['HHuntressST0', 3, -1, 3285, 2025, 5, 850, 8, true, 0], + 14790: ['HHuntressST1', 20, -1, 3330, 2025, 7, 700, 8, true, 0], + 14791: ['HHuntressST2', 6, -1, 3375, 2025, 6, 600, 8, true, 0], + 14792: ['HHuntressST3', 9, -1, 3420, 2025, 4, 600, 8, true, 0], + 14815: ['Cloak of Eerie Trepidation', 13, -1, 3465, 2025, 8, 1300, 6, true, 0], + 14816: ['Irradiance Sheath', 30, -1, 3510, 2025, 8, 1000, 6, true, 0], + 14817: ['Kaiken', 30, -1, 3555, 2025, 7, 900, 6, true, 0], + 14818: ['Volcanic Sheath', 30, -1, 3600, 2025, 6, 700, 6, false, 0], + 14819: ["Labyrinth Dweller's Sheath", 30, -1, 3645, 2025, 7, 900, 6, true, 0], + 14820: ['Quartermaster Scabbard', 30, -1, 3690, 2025, 7, 800, 6, false, 0], + 14866: ['KenseiST0', 24, -1, 3735, 2025, 5, 800, 8, true, 0], + 14867: ['KenseiST1', 30, -1, 3780, 2025, 7, 900, 8, true, 0], + 14868: ['KenseiST2', 7, -1, 3825, 2025, 6, 700, 8, true, 0], + 14869: ['KenseiST3', 9, -1, 3870, 2025, 4, 600, 8, true, 0], + 14880: ['Sentinel Practice Key', 10, -1, 3915, 2025, 0, 200, 7, true, 0], + 14881: ['Archmage Practice Key', 10, -1, 3960, 2025, 0, 200, 7, true, 0], + 14882: ['King Practice Key', 10, -1, 4005, 2025, 0, 200, 7, true, 0], + 14896: ['Peacekeeper (Rehearsal)', 29, -1, 4050, 2025, 7, 900, 6, true, 0], + 14897: ["Vanguard's Visage (Rehearsal)", 16, -1, 4095, 2025, 7, 900, 6, true, 0], + 14898: ["Vanguard's Visage Proc (Rehearsal)", 9, -1, 4140, 2025, 0, 0, 0, true, 0], + 14899: ['Noble Mandolin (Rehearsal)', 28, -1, 4185, 2025, 7, 900, 6, true, 0], + 14900: ['Polarity Poison (Rehearsal)', 18, -1, 4230, 2025, 7, 900, 6, true, 0], + 14901: ["Sentinel's Sidearm (Rehearsal)", 27, -1, 4275, 2025, 7, 900, 6, true, 0], + 14902: ['Primal Arcana (Rehearsal)', 21, -1, 4320, 2025, 7, 900, 6, true, 0], + 14903: ['Primal Arcana Proc (Rehearsal)', 21, -1, 4365, 2025, 0, 0, 0, true, 0], + 14904: ['Valor (Rehearsal)', 24, -1, 4410, 2025, 7, 900, 6, true, 0], + 14905: ['Dusky Catalyst (Rehearsal)', 8, -1, 4455, 2025, 7, 900, 6, true, 0], + 14906: ['Warmonger (Rehearsal)', 3, -1, 0, 2070, 7, 900, 6, true, 0], + 14907: ['Mantle of the Monarchy (Rehearsal)', 14, -1, 45, 2070, 7, 900, 6, true, 0], + 14908: ['Vest of Abandoned Shadows (Rehearsal)', 6, -1, 90, 2070, 7, 900, 6, true, 0], + 14909: ["Royal Guard's Cuirass (Rehearsal)", 7, -1, 135, 2070, 7, 900, 6, true, 0], + 14910: ['The Forgotten Crown (Rehearsal)', 9, -1, 180, 2070, 7, 1200, 6, true, 0], + 14911: ['The Twilight Gemstone (Rehearsal)', 9, -1, 225, 2070, 7, 1000, 6, true, 0], + 14912: ['Bracer of the Guardian (Rehearsal)', 9, -1, 270, 2070, 7, 900, 6, true, 0], + 14976: ['Peacekeeper', 29, -1, 315, 2070, 8, 1100, 6, true, 0], + 14980: ["Vanguard's Visage", 16, -1, 360, 2070, 8, 1100, 6, true, 0], + 14981: ['Noble Mandolin', 28, -1, 405, 2070, 8, 1100, 6, true, 0], + 14992: ['Primal Arcana', 21, -1, 450, 2070, 8, 1100, 6, true, 0], + 15018: ['Voodoo Gravestone Unlocker 1', 10, -1, 495, 2070, 0, 1000, 7, true, 0], + 15019: ['Voodoo Gravestone Unlocker 2', 10, -1, 540, 2070, 0, 1000, 7, true, 0], + 15020: ['Voodoo Gravestone Unlocker 3', 10, -1, 585, 2070, 0, 1000, 7, true, 0], + 15021: ['Voodoo Gravestone Unlocker 4', 10, -1, 630, 2070, 0, 1000, 7, true, 0], + 15022: ['Voodoo Gravestone Unlocker 5', 10, -1, 675, 2070, 0, 1000, 7, true, 0], + 15023: ['Voodoo Gravestone Unlocker 6', 10, -1, 720, 2070, 0, 1000, 7, true, 0], + 15034: ['Voodoo Gravestone Unlocker 7', 10, -1, 765, 2070, 0, 1000, 7, true, 0], + 15035: ['Voodoo Gravestone Unlocker 8', 10, -1, 810, 2070, 0, 1000, 7, true, 0], + 15036: ['Voodoo Gravestone Unlocker 9', 10, -1, 855, 2070, 0, 1000, 7, true, 0], + 15037: ['Voodoo Gravestone Unlocker 10', 10, -1, 900, 2070, 0, 1000, 7, true, 0], + 15038: ['Voodoo Gravestone Unlocker 11', 10, -1, 945, 2070, 0, 1000, 7, true, 0], + 15713: ['Good Mask Spirit Pet Stone', 10, -1, 990, 2070, 0, 1000, 7, true, 0], + 15716: ['Evil Mask Spirit Pet Stone', 10, -1, 1035, 2070, 0, 1000, 7, true, 0], + 15717: ['Greaterhosen', 6, -1, 1080, 2070, 6, 650, 6, false, 0], + 15718: ['Mighty Stein', 18, -1, 1125, 2070, 7, 650, 6, false, 0], + 15731: ['High Tech Terror Key', 10, -1, 1170, 2070, 0, 200, 7, true, 0], + 15753: ['HTT Quiver Proc 1', 15, -1, 1215, 2070, 0, 0, 0, true, 0], + 15754: ['HTT Quiver Proc 2', 15, -1, 1260, 2070, 0, 0, 0, true, 0], + 15755: ['HTT Quiver Proc 3', 15, -1, 1305, 2070, 0, 0, 0, true, 0], + 15756: ['HTT Quiver Proc 4', 15, -1, 1350, 2070, 0, 0, 0, true, 0], + 15757: ['B.O.W.', 3, -1, 1395, 2070, 6, 950, 6, true, 0], + 15758: ['S.T.A.F.F.', 17, -1, 1440, 2070, 6, 950, 6, true, 0], + 15759: ['E.Y.E.', 9, -1, 1485, 2070, 6, 950, 6, true, 0], + 15760: ['HTT Eye Proc', 9, -1, 1530, 2070, 0, 0, 0, true, 0], + 15761: ['Q.U.I.V.E.R.', 15, -1, 1575, 2070, 7, 1000, 6, true, 0], + 16278: ['XN CSm', 10, -1, 1620, 2070, 0, 0, 2, true, 0], + 16289: ['XN CGr', 10, -1, 1665, 2070, 0, 0, 2, true, 0], + 16290: ['XN TH', 10, -1, 1710, 2070, 0, 0, 2, true, 0], + 16291: ['XN SH', 10, -1, 1755, 2070, 0, 0, 2, true, 0], + 16292: ['XN GS', 10, -1, 1800, 2070, 0, 0, 2, true, 0], + 16293: ['XN RS', 10, -1, 1845, 2070, 0, 0, 2, true, 0], + 16294: ['XN C', 10, -1, 1890, 2070, 0, 0, 2, true, 0], + 16295: ['XN S', 10, -1, 1935, 2070, 0, 0, 2, true, 0], + 16345: ['XN Test Sn Base', 10, -1, 1980, 2070, 0, 0, 2, true, 0], + 16346: ['XN Test Dropper', 10, -1, 2025, 2070, 0, 0, 2, true, 0], + 16374: ['Mystery Archer ST Crate', 10, -1, 2070, 2070, 0, 0, 8, true, 0], + 16375: ['Mystery Rogue ST Crate', 10, -1, 2115, 2070, 0, 0, 8, true, 0], + 16376: ['Mystery Necromancer ST Crate', 10, -1, 2160, 2070, 0, 0, 8, true, 0], + 16377: ['Mystery Knight ST Crate', 10, -1, 2205, 2070, 0, 0, 8, true, 0], + 16874: ['Candy of Ominous Spells', 10, -1, 2250, 2070, 0, 0, 5, true, 0], + 16890: ['Amethyst Shard x 1', 10, -1, 2295, 2070, 0, 0, 2, true, 1], + 16891: ['Amethyst Shard x 2', 10, -1, 2340, 2070, 0, 0, 2, true, 2], + 16892: ['Amethyst Shard x 3', 10, -1, 2385, 2070, 0, 0, 2, true, 3], + 16893: ['Amethyst Shard x 4', 10, -1, 2430, 2070, 0, 0, 2, true, 4], + 16894: ['Amethyst Shard x 5', 10, -1, 2475, 2070, 0, 0, 2, true, 5], + 16895: ['Amethyst Shard x 6', 10, -1, 2520, 2070, 0, 0, 2, true, 6], + 16896: ['Amethyst Shard x 7', 10, -1, 2565, 2070, 0, 0, 2, true, 7], + 16897: ['Amethyst Shard x 8', 10, -1, 2610, 2070, 0, 0, 2, true, 8], + 16898: ['Amethyst Shard x 9', 10, -1, 2655, 2070, 0, 0, 2, true, 9], + 16899: ['Amethyst Shard x 10', 10, -1, 2700, 2070, 0, 0, 2, true, 10], + 16900: ['Amethyst Gem', 10, -1, 2745, 2070, 0, 500, 8, true, 0], + 16918: ['2ArcherST1C', 15, -1, 2790, 2070, 0, 0, 0, true, 0], + 16919: ['2ArcherST1D', 15, -1, 2835, 2070, 0, 0, 0, true, 0], + 16920: ['2ArcherST1E', 15, -1, 2880, 2070, 0, 0, 0, true, 0], + 16929: ['Bogwood Crook', 17, -1, 2925, 2070, 7, 800, 6, true, 0], + 16945: ['Mark of the Tesseract Goddess', 10, -1, 2970, 2070, 0, 50, 2, true, 0], + 16953: ['tD Consumable', 10, -1, 3015, 2070, 0, 50, 2, false, 0], + 16963: ['2NecroST0', 17, -1, 3060, 2070, 5, 800, 8, true, 0], + 16978: ['2NecroST1', 19, -1, 3105, 2070, 6, 850, 8, true, 0], + 16979: ['2NecroST2', 14, -1, 3150, 2070, 6, 700, 8, true, 0], + 16980: ['2NecroST3', 9, -1, 3195, 2070, 5, 600, 8, true, 0], + 16982: ['2NecroST2ProcA', 15, -1, 3240, 2070, 0, 0, 0, true, 0], + 16983: ['2NecroST2ProcB', 15, -1, 3285, 2070, 0, 0, 0, true, 0], + 17124: ['2TricksterST0', 2, -1, 3330, 2070, 5, 800, 8, true, 0], + 17135: ['2TricksterST1', 22, -1, 3375, 2070, 7, 900, 8, true, 0], + 17139: ['2TricksterST2', 6, -1, 3420, 2070, 6, 700, 8, true, 0], + 17140: ['2TricksterST3', 9, -1, 3465, 2070, 4, 600, 8, true, 0], + 17187: ["Sentinel's Sidearm", 27, -1, 3510, 2070, 8, 1100, 6, true, 0], + 17383: ['2PaladinST2 Proc', 7, -1, 3555, 2070, 0, 0, 0, true, 0], + 17387: ['2PaladinST0', 1, -1, 3600, 2070, 5, 850, 8, true, 0], + 17388: ['2PaladinST1', 12, -1, 3645, 2070, 7, 900, 8, true, 0], + 17389: ['2PaladinST2', 7, -1, 3690, 2070, 6, 750, 8, true, 0], + 17390: ['2PaladinST3', 9, -1, 3735, 2070, 4, 650, 8, true, 0], + 17425: ['Cloudstrike Tachi', 24, 7, 3780, 2070, 1, 53, 2, false, 0], + 17427: ['Devilbane Tachi', 24, 8, 3825, 2070, 2, 75, 2, false, 0], + 17428: ['Darksteel Tachi', 24, 9, 3870, 2070, 3, 109, 2, false, 0], + 17429: ['Dragonbone Tachi', 24, 10, 3915, 2070, 4, 159, 4, false, 0], + 17430: ['Accursed Tachi', 24, 11, 3960, 2070, 5, 233, 4, false, 0], + 17431: ['Skyslash Tachi', 24, 12, 4005, 2070, 6, 450, 4, false, 0], + 17432: ['Sunset Tachi', 24, 13, 4050, 2070, 7, 650, 9, false, 0], + 17433: ['Godslayer Tachi', 24, 14, 4095, 2070, 8, 950, 9, true, 0], + 17434: ['Royal Blades', 2, 7, 4140, 2070, 1, 53, 2, false, 0], + 17435: ['Blazing Blades', 2, 8, 4185, 2070, 2, 75, 2, false, 0], + 17436: ['Garnet Blades', 2, 9, 4230, 2070, 3, 109, 2, false, 0], + 17437: ['Verdant Blades', 2, 10, 4275, 2070, 4, 159, 4, false, 0], + 17438: ['Occult Blades', 2, 11, 4320, 2070, 5, 233, 4, false, 0], + 17439: ['Bloodshed Blades', 2, 12, 4365, 2070, 6, 450, 4, false, 0], + 17455: ['Moonstone Blades', 2, 13, 4410, 2070, 7, 650, 9, false, 0], + 17456: ['Soulforged Blades', 2, 14, 4455, 2070, 8, 950, 9, true, 0], + 17457: ['MotMG 2023 Subattack Item', 0, -1, 0, 2115, 0, 0, 0, false, 0], + 17458: ['MotMG 2023 Subattack Item 2', 0, -1, 45, 2115, 0, 0, 0, false, 0], + 17499: ['Overclocking Amulet', 9, -1, 90, 2115, 7, 800, 6, true, 0], + 17501: ['Steam Pipe', 17, -1, 135, 2115, 7, 800, 6, true, 0], + 17552: ['Gilded Flail', 1, 7, 180, 2115, 1, 53, 2, false, 0], + 17553: ["Champion's Flail", 1, 8, 225, 2115, 2, 75, 2, false, 0], + 17554: ["Drakerider's Flail", 1, 9, 270, 2115, 3, 109, 2, false, 0], + 17555: ['Infernal Flail', 1, 10, 315, 2115, 4, 159, 4, false, 0], + 17556: ['Mithril Flail', 1, 11, 360, 2115, 5, 233, 4, false, 0], + 17557: ['Celebrant Flail', 1, 12, 405, 2115, 6, 450, 4, false, 0], + 17558: ['Divine Flail', 1, 13, 450, 2115, 7, 650, 9, false, 0], + 17559: ["Gravelord's Flail", 1, 14, 495, 2115, 8, 950, 9, true, 0], + 17560: ['Fractal Blades', 2, -1, 540, 2115, 7, 970, 6, true, 0], + 17561: ['Barnacle Basher', 1, -1, 585, 2115, 8, 950, 6, true, 0], + 17563: ['Burial Blades', 24, -1, 630, 2115, 7, 950, 6, true, 0], + 17564: ['EH Green Quiver', 15, -1, 675, 2115, 8, 800, 6, true, 0], + 17565: ['EH Green Bee Armor', 6, -1, 720, 2115, 6, 650, 4, false, 0], + 17568: ['Advanced Nest Key', 10, -1, 765, 2115, 0, 200, 7, true, 0], + 17569: ['Stat Test Helm1', 6, -1, 810, 2115, 6, 500, 8, true, 0], + 17571: ['Advanced Mark of the Killer Bee Queen', 10, -1, 855, 2115, 0, 50, 2, true, 0], + 17578: ['MotMG 2023 Subattack Item 3', 0, -1, 900, 2115, 0, 0, 0, false, 0], + 17583: ['Mark of the Barkeep', 10, -1, 945, 2115, 0, 50, 2, true, 0], + 17584: ["Aspirant's Sword Dropper Item", 10, -1, 990, 2115, 0, 0, 8, true, 0], + 17585: ["Aspirant's Wand Dropper Item", 10, -1, 1035, 2115, 0, 0, 8, true, 0], + 17586: ["Aspirant's Blade Dropper Item", 10, -1, 1080, 2115, 0, 0, 8, true, 0], + 17587: ["Aspirant's Dagger Dropper Item", 10, -1, 1125, 2115, 0, 0, 8, true, 0], + 17588: ["Aspirant's Staff Dropper Item", 10, -1, 1170, 2115, 0, 0, 8, true, 0], + 17589: ["Aspirant's Bow Dropper Item", 10, -1, 1215, 2115, 0, 0, 8, true, 0], + 17590: ["Aspirant's Plate Dropper Item", 10, -1, 1260, 2115, 0, 0, 8, true, 0], + 17591: ["Aspirant's Hide Dropper Item", 10, -1, 1305, 2115, 0, 0, 8, true, 0], + 17592: ["Aspirant's Robes Dropper Item", 10, -1, 1350, 2115, 0, 0, 8, true, 0], + 17593: ['Ring of the Stalwart Dropper Item', 10, -1, 1395, 2115, 0, 0, 8, true, 0], + 17594: ['Ring of the Magus Dropper Item', 10, -1, 1440, 2115, 0, 0, 8, true, 0], + 17595: ['Ring of the Sniper Dropper Item', 10, -1, 1485, 2115, 0, 0, 8, true, 0], + 17596: ['Ring of the Swiftblade Dropper Item', 10, -1, 1530, 2115, 0, 0, 8, true, 0], + 17601: ['Ring of the Sniper', 9, -1, 1575, 2115, 7, 300, 6, true, 0], + 17602: ['Ring of the Swiftblade', 9, -1, 1620, 2115, 7, 300, 6, true, 0], + 17632: ["Aspirant's Plate", 7, -1, 1665, 2115, 7, 900, 6, true, 0], + 17633: ["Aspirant's Robes", 14, -1, 1710, 2115, 7, 900, 6, true, 0], + 17634: ["Aspirant's Hide", 6, -1, 1755, 2115, 7, 900, 6, true, 0], + 17635: ['Ring of the Stalwart', 9, -1, 1800, 2115, 7, 300, 6, true, 0], + 17636: ['Ring of the Magus', 9, -1, 1845, 2115, 7, 300, 6, true, 0], + 17646: ['Path of the Magus Engraving', 10, -1, 1890, 2115, 0, 0, 6, true, 0], + 17647: ['Path of the Sniper Engraving', 10, -1, 1935, 2115, 0, 0, 6, true, 0], + 17648: ['Path of the Stalwart Engraving', 10, -1, 1980, 2115, 0, 0, 6, true, 0], + 17649: ['Path of the Swiftblade Engraving', 10, -1, 2025, 2115, 0, 0, 6, true, 0], + 17650: ['Living Hive Engraving', 10, -1, 2070, 2115, 0, 0, 6, true, 0], + 17651: ['Buzzing Bullets Engraving', 10, -1, 2115, 2115, 0, 0, 6, true, 0], + 17652: ['Might of the Bumblebees Engraving', 10, -1, 2160, 2115, 0, 0, 6, true, 0], + 17653: ['Buzzing Bullets Subattack Item', 0, -1, 2205, 2115, 0, 0, 0, false, 0], + 17676: ['Blueprint_264', 10, -1, 2250, 2115, 0, 500, 7, true, 0], + 17677: ['Blueprint_265', 10, -1, 2295, 2115, 0, 500, 7, true, 0], + 17678: ['Blueprint_266', 10, -1, 2340, 2115, 0, 500, 7, true, 0], + 17679: ['Blueprint_267', 10, -1, 2385, 2115, 0, 500, 7, true, 0], + 17680: ['Nest Engraving Chest', 10, -1, 2430, 2115, 0, 0, 8, true, 0], + 17681: ['MotMG Gift', 10, -1, 2475, 2115, 0, 0, 7, true, 0], + 17682: ['MotMG Treasure', 10, -1, 2520, 2115, 0, 0, 7, true, 0], + 17683: ['Advanced Nest Augmented Key', 10, -1, 2565, 2115, 0, 200, 7, true, 0], + 17684: ['Advanced Nest Solo Key', 10, -1, 2610, 2115, 0, 200, 7, true, 0], + 17685: ['Advanced Nest Enchanted Key', 10, -1, 2655, 2115, 0, 200, 7, true, 0], + 17686: ['Advanced Nest Guild Key', 10, -1, 2700, 2115, 0, 200, 7, true, 0], + 17687: ['Oryxmania Rumble Key', 10, -1, 2745, 2115, 0, 200, 7, true, 0], + 17688: ['Blueprint_268', 10, -1, 2790, 2115, 0, 500, 7, true, 0], + 17689: ['Blueprint_269', 10, -1, 2835, 2115, 0, 500, 7, true, 0], + 17690: ['The Tavern Key', 10, -1, 2880, 2115, 0, 200, 7, true, 0], + 17691: ['Amulet of Lightning', 9, -1, 2925, 2115, 7, 900, 6, true, 0], + 17692: ['Test Chest 1', 10, -1, 2970, 2115, 0, 0, 8, false, 0], + 17693: ['Test Chest 2', 10, -1, 3015, 2115, 0, 0, 8, false, 0], + 17694: ['Test Chest 3', 10, -1, 3060, 2115, 0, 0, 8, false, 0], + 17697: ['Acc Engravings Day', 10, -1, 3105, 2115, 0, 0, 7, true, 0], + 17698: ['Acc Engravings Week', 10, -1, 3150, 2115, 0, 0, 7, true, 0], + 17699: ['The Tavern Augmented Key', 10, -1, 3195, 2115, 0, 200, 7, true, 0], + 17700: ["Beekeeper's Flamethrower Shiny", 8, -1, 3240, 2115, 7, 1000, 6, true, 0], + 17706: ["Aspirant's Sword", 1, -1, 3285, 2115, 6, 450, 6, true, 0], + 17707: ["Aspirant's Bow", 3, -1, 3330, 2115, 6, 450, 6, true, 0], + 17708: ["Aspirant's Wand", 8, -1, 3375, 2115, 6, 450, 6, true, 0], + 17709: ["Aspirant's Dagger", 2, -1, 3420, 2115, 6, 450, 6, true, 0], + 17710: ["Aspirant's Staff", 17, -1, 3465, 2115, 6, 450, 6, true, 0], + 17711: ["Aspirant's Blade", 24, -1, 3510, 2115, 6, 450, 6, true, 0], + 17712: ['Solo Parasite Chambers Key', 10, -1, 3555, 2115, 0, 200, 7, true, 0], + 17713: ['Sulfurous Wetlands Augmented Key', 10, -1, 3600, 2115, 0, 200, 7, true, 0], + 17714: ['The Third Dimension Solo Key', 10, -1, 3645, 2115, 0, 200, 7, true, 0], + 17718: ['Tome of Holy Protection Shiny', 4, -1, 3690, 2115, 7, 1250, 6, true, 0], + 17719: ['pD Scepter Shiny', 23, -1, 3735, 2115, 7, 900, 6, true, 0], + 17720: ['Penetrating Blast Spell Shiny', 11, -1, 3780, 2115, 6, 1000, 6, true, 0], + 17740: ['The Tavern Solo Key', 10, -1, 3825, 2115, 0, 200, 7, true, 0], + 17741: ['The Tavern Enchanted Key', 10, -1, 3870, 2115, 0, 200, 7, true, 0], + 17742: ['The Tavern Guild Key', 10, -1, 3915, 2115, 0, 200, 7, true, 0], + 17743: ['Solo Manor Key', 10, -1, 3960, 2115, 0, 200, 7, true, 0], + 17829: ['Crystal Cavern Solo Key', 10, -1, 4005, 2115, 0, 200, 7, true, 0], + 17840: ['Demon Blade Shiny', 1, -1, 4050, 2115, 6, 700, 6, true, 0], + 17842: ['Fractal Blades Shiny', 2, -1, 4095, 2115, 7, 970, 6, true, 0], + 17845: ['Plague Poison Shiny', 18, -1, 4140, 2115, 7, 1000, 6, true, 0], + 17846: ['Water Dragon Silk Robe Shiny', 14, -1, 4185, 2115, 6, 700, 6, true, 0], + 17847: ['Deadly Keg', 20, -1, 4230, 2115, 6, 900, 6, true, 0], + 17848: ['Tipsy Topper', 16, -1, 4275, 2115, 6, 800, 6, true, 0], + 17849: ['Double Vision Darts', 15, -1, 4320, 2115, 6, 850, 6, true, 0], + 17850: ['Cask Corslet', 7, -1, 4365, 2115, 6, 900, 6, true, 0], + 17856: ['The Right Hook', 2, -1, 4410, 2115, 6, 950, 6, true, 0], + 17857: ["Brewer's Bangle", 9, -1, 4455, 2115, 6, 800, 6, true, 0], + 17868: ['2RogueST0', 2, -1, 0, 2160, 5, 900, 8, true, 0], + 17871: ['ChainScytheProcA', 15, -1, 45, 2160, 0, 0, 0, true, 0], + 17872: ['ChainScytheProcB', 15, -1, 90, 2160, 0, 0, 0, true, 0], + 17873: ['ChainScytheProcC', 15, -1, 135, 2160, 0, 0, 0, true, 0], + 17874: ['ChainScytheProcD', 15, -1, 180, 2160, 0, 0, 0, true, 0], + 17875: ['ChainScytheProcE', 15, -1, 225, 2160, 0, 0, 0, true, 0], + 17881: ['2RogueST1', 13, -1, 270, 2160, 7, 950, 8, true, 0], + 17885: ['2RogueST2', 6, -1, 315, 2160, 6, 750, 8, true, 0], + 17886: ['2RogueST3', 9, -1, 360, 2160, 4, 550, 8, true, 0], + 17889: ['Teal Treat', 10, -1, 405, 2160, 0, 10, 2, false, 0], + 17890: ['Hazel Treat', 10, -1, 450, 2160, 0, 10, 2, false, 0], + 17891: ['Azure Treat', 10, -1, 495, 2160, 0, 10, 2, false, 0], + 17892: ['Crimson Treat', 10, -1, 540, 2160, 0, 10, 2, false, 0], + 17893: ['Scarlet Treat', 10, -1, 585, 2160, 0, 10, 2, false, 0], + 17894: ['Beryl Treat', 10, -1, 630, 2160, 0, 10, 2, false, 0], + 17895: ['Onyx Treat', 10, -1, 675, 2160, 0, 10, 2, false, 0], + 17896: ['Amaranth Treat', 10, -1, 720, 2160, 0, 10, 2, false, 0], + 17905: ['Halloween Mystery Chest', 10, -1, 765, 2160, 0, 0, 8, true, 0], + 17906: ['Haunted Halloween Mystery Chest', 10, -1, 810, 2160, 0, 0, 8, true, 0], + 17907: ['Possessed Halloween Mystery Chest', 10, -1, 855, 2160, 0, 0, 8, true, 0], + 17908: ['Mystery Slime Chest', 10, -1, 900, 2160, 0, 0, 8, true, 0], + 17909: ['Slime Collection Chest', 10, -1, 945, 2160, 0, 0, 8, true, 0], + 17912: ['Prismimic Attacker Chest', 10, -1, 990, 2160, 0, 0, 8, true, 0], + 17913: ['Prismimic Defender Chest', 10, -1, 1035, 2160, 0, 0, 8, true, 0], + 17914: ["Mad God's Festive Ticket", 10, -1, 1080, 2160, 0, 0, 7, true, 0], + 17915: ["ST Master's Chest", 10, -1, 1125, 2160, 0, 0, 8, true, 0], + 17916: ['Oryxmas Mystery Loot Chest I', 10, -1, 1170, 2160, 0, 0, 8, true, 0], + 17918: ['Oryxmas Mystery Loot Chest III', 10, -1, 1215, 2160, 0, 0, 8, true, 0], + 17919: ['Oryxmas Mystery Loot Chest II', 10, -1, 1260, 2160, 0, 0, 8, true, 0], + 17920: ['Wooden Zodiac Mystery Chest', 10, -1, 1305, 2160, 0, 0, 8, true, 0], + 17921: ['Golden Zodiac Mystery Chest', 10, -1, 1350, 2160, 0, 0, 8, true, 0], + 17927: ['Turncoat Cape Shiny', 6, -1, 1395, 2160, 8, 1100, 6, true, 0], + 17928: ['Diplomatic Robe Shiny', 14, -1, 1440, 2160, 8, 1100, 6, true, 0], + 17929: ['Vesture of Duality Shiny', 14, -1, 1485, 2160, 8, 1100, 6, true, 0], + 17930: ["Centaur's Shielding Shiny", 6, -1, 1530, 2160, 8, 1100, 6, true, 0], + 17931: ['Gladiator Guard Shiny', 7, -1, 1575, 2160, 8, 1100, 6, true, 0], + 17933: ['Spider Shuriken Shiny', 25, -1, 1620, 2160, 0, 170, 4, true, 0], + 17934: ['Cloak of the Mad God Shiny', 13, -1, 1665, 2160, 6, 950, 6, true, 0], + 17935: ['Cnidaria Rod Shiny', 23, -1, 1710, 2160, 7, 900, 6, true, 0], + 17936: ['Polarity Poison Shiny', 18, -1, 1755, 2160, 8, 1100, 6, true, 0], + 17938: ['Ghostly Concealmeant Proc', 21, -1, 1800, 2160, 0, 0, 0, true, 0], + 17940: ['Nightmares Proc', 21, -1, 1845, 2160, 0, 0, 0, true, 0], + 17943: ['Shadows Proc', 21, -1, 1890, 2160, 0, 0, 0, true, 0], + 17945: ['Darkness Proc', 21, -1, 1935, 2160, 0, 0, 0, true, 0], + 17947: ['Speed Proc', 21, -1, 1980, 2160, 0, 0, 0, true, 0], + 17949: ['Night Thief Proc', 21, -1, 2025, 2160, 0, 0, 0, true, 0], + 17951: ['Red Agent Proc', 21, -1, 2070, 2160, 0, 0, 0, true, 0], + 17953: ['Endless Twilight Proc', 21, -1, 2115, 2160, 0, 0, 0, true, 0], + 17955: ['Emptiness Proc', 21, -1, 2160, 2160, 0, 0, 0, true, 0], + 17956: ['Winter Proc', 21, -1, 2205, 2160, 0, 0, 0, true, 0], + 17957: ['Ghastly Drape Proc', 21, -1, 2250, 2160, 0, 0, 0, true, 0], + 17960: ['Mad God Proc', 21, -1, 2295, 2160, 0, 0, 0, true, 0], + 17962: ['tD Cloak Proc', 21, -1, 2340, 2160, 0, 0, 0, true, 0], + 17964: ['Refraction Proc', 21, -1, 2385, 2160, 0, 0, 0, true, 0], + 17966: ['AoOCloak Proc', 21, -1, 2430, 2160, 0, 0, 0, true, 0], + 18011: ['City Cat Bell 1', 10, -1, 2475, 2160, 0, 0, 2, true, 0], + 18014: ['City Cat Bell 2', 10, -1, 2520, 2160, 0, 0, 2, true, 0], + 18016: ['City Cat Bell 3', 10, -1, 2565, 2160, 0, 0, 2, true, 0], + 18020: ['City Rat Coin x1', 10, -1, 2610, 2160, 0, 0, 2, true, 1], + 18021: ['City Rat Coin x2', 10, -1, 2655, 2160, 0, 0, 2, true, 2], + 18022: ['City Rat Coin x3', 10, -1, 2700, 2160, 0, 0, 2, true, 3], + 18023: ['City Rat Coin x4', 10, -1, 2745, 2160, 0, 0, 2, true, 4], + 18024: ['City Rat Coin x5', 10, -1, 2790, 2160, 0, 0, 2, true, 5], + 18025: ['City Rat Coin x6', 10, -1, 2835, 2160, 0, 0, 2, true, 6], + 18026: ['City Rat Coin x7', 10, -1, 2880, 2160, 0, 0, 2, true, 7], + 18027: ['City Rat Coin x8', 10, -1, 2925, 2160, 0, 0, 2, true, 8], + 18028: ['City Rat Coin x9', 10, -1, 2970, 2160, 0, 0, 2, true, 9], + 18029: ['City Rat Coin x10', 10, -1, 3015, 2160, 0, 0, 2, true, 10], + 18030: ['City Rat Coin x11', 10, -1, 3060, 2160, 0, 0, 2, true, 11], + 18031: ['City Rat Coin x12', 10, -1, 3105, 2160, 0, 0, 2, true, 12], + 18032: ['City Rat Coin x13', 10, -1, 3150, 2160, 0, 0, 2, true, 13], + 18033: ['City Rat Coin x14', 10, -1, 3195, 2160, 0, 0, 2, true, 14], + 18034: ['City Rat Coin x15', 10, -1, 3240, 2160, 0, 0, 2, true, 15], + 18052: ['Pocket Rat x1', 10, -1, 3285, 2160, 0, 0, 7, false, 1], + 18053: ['Pocket Rat x2', 10, -1, 3330, 2160, 0, 0, 7, false, 2], + 18054: ['Pocket Rat x3', 10, -1, 3375, 2160, 0, 0, 7, false, 3], + 18055: ['Pocket Rat x4', 10, -1, 3420, 2160, 0, 0, 7, false, 4], + 18056: ['Pocket Rat x5', 10, -1, 3465, 2160, 0, 0, 7, false, 5], + 18058: ['Giant Pocket Rat', 10, -1, 3510, 2160, 0, 0, 7, true, 0], + 18059: ['Lucky Golden Rat', 10, -1, 3555, 2160, 0, 100, 8, true, 0], + 18066: ['Cheese x1', 10, -1, 3600, 2160, 0, 700, 7, true, 1], + 18067: ['Cheese x2', 10, -1, 3645, 2160, 0, 1300, 7, true, 2], + 18068: ['Cheese x3', 10, -1, 3690, 2160, 0, 1800, 8, true, 3], + 18069: ['Cheese x4', 10, -1, 3735, 2160, 0, 2200, 8, true, 4], + 18070: ['Cheese x5', 10, -1, 3780, 2160, 0, 2500, 8, true, 5], + 18074: ["Piper's Pan Flute", 28, -1, 3825, 2160, 6, 600, 6, true, 0], + 18079: ['Mouse Trap', 20, -1, 3870, 2160, 6, 600, 6, true, 0], + 18345: ['Needlessly Large Spoon', 2, -1, 3915, 2160, 5, 750, 6, false, 0], + 18347: ['Polarity Poison', 18, -1, 3960, 2160, 8, 1100, 6, true, 0], + 18355: ['Apetizers Atire', 6, -1, 4005, 2160, 5, 700, 6, false, 0], + 18357: ['apetizerPlate1', 15, -1, 4050, 2160, 0, 0, 0, true, 0], + 18358: ['Eggshell Cowl', 13, -1, 4095, 2160, 6, 750, 6, false, 0], + 18360: ["Chef's Hat", 9, -1, 4140, 2160, 5, 450, 6, false, 0], + 18499: ['Recursion Mace', 29, -1, 4185, 2160, 4, 500, 6, false, 0], + 18505: ['Foreign General Samurai Skin', 10, -1, 4230, 2160, 0, 500, 7, false, 0], + 18516: ['Chest Coupon x 1', 10, -1, 4275, 2160, 0, 0, 2, true, 1], + 18517: ['Chest Coupon x 2', 10, -1, 4320, 2160, 0, 0, 2, true, 2], + 18518: ['Chest Coupon x 3', 10, -1, 4365, 2160, 0, 0, 2, true, 3], + 18519: ['Chest Coupon x 4', 10, -1, 4410, 2160, 0, 0, 2, true, 4], + 18520: ['Chest Coupon x 5', 10, -1, 4455, 2160, 0, 0, 2, true, 5], + 18522: ['Char Slot Coupon x 1', 10, -1, 0, 2205, 0, 0, 2, true, 1], + 18523: ['Char Slot Coupon x 2', 10, -1, 45, 2205, 0, 0, 2, true, 2], + 18524: ['Char Slot Coupon x 3', 10, -1, 90, 2205, 0, 0, 2, true, 3], + 18525: ['Char Slot Coupon x 4', 10, -1, 135, 2205, 0, 0, 2, true, 4], + 18526: ['Char Slot Coupon x 5', 10, -1, 180, 2205, 0, 0, 2, true, 5], + 19114: ['Shoveguy Skin (SB)', 10, -1, 225, 2205, 0, 500, 7, true, 0], + 19115: ['B.B. Wolf Skin (SB)', 10, -1, 270, 2205, 0, 500, 7, true, 0], + 19116: ['Agent Skin (SB)', 10, -1, 315, 2205, 0, 500, 7, true, 0], + 19117: ['Brigand Skin (SB)', 10, -1, 360, 2205, 0, 500, 7, true, 0], + 19118: ['Sorceress Skin (SB)', 10, -1, 405, 2205, 0, 500, 7, true, 0], + 19119: ['Iceman Skin (SB)', 10, -1, 450, 2205, 0, 500, 7, true, 0], + 19120: ['Scarlett Skin (SB)', 10, -1, 495, 2205, 0, 500, 7, true, 0], + 19121: ['Lil Red Skin (SB)', 10, -1, 540, 2205, 0, 500, 7, true, 0], + 19122: ['Platinum Warrior Skin (SB)', 10, -1, 585, 2205, 0, 500, 7, true, 0], + 19123: ['Ranger Skin (SB)', 10, -1, 630, 2205, 0, 500, 7, true, 0], + 19124: ['Huntsman Skin (SB)', 10, -1, 675, 2205, 0, 500, 7, true, 0], + 19125: ['Holy Avenger Skin (SB)', 10, -1, 720, 2205, 0, 500, 7, true, 0], + 19126: ['Hunchback Skin (SB)', 10, -1, 765, 2205, 0, 500, 7, true, 0], + 19127: ['Witch Doctor Skin (SB)', 10, -1, 810, 2205, 0, 500, 7, true, 0], + 19128: ['Nun Skin (SB)', 10, -1, 855, 2205, 0, 500, 7, true, 0], + 19129: ['Witch Skin (SB)', 10, -1, 900, 2205, 0, 500, 7, true, 0], + 19130: ['Artemis Skin (SB)', 10, -1, 945, 2205, 0, 500, 7, true, 0], + 19131: ['Bashing Bride Skin (SB)', 10, -1, 990, 2205, 0, 500, 7, true, 0], + 19132: ['Eligible Bachelor Skin (SB)', 10, -1, 1035, 2205, 0, 500, 7, true, 0], + 19133: ['Dark Elf Huntress Skin (SB)', 10, -1, 1080, 2205, 0, 500, 7, true, 0], + 19134: ['Drow Trickster Skin (SB)', 10, -1, 1125, 2205, 0, 500, 7, true, 0], + 19135: ['Ascended Sorcerer Skin (SB)', 10, -1, 1170, 2205, 0, 500, 7, true, 0], + 19136: ['King Knifeula Skin (SB)', 10, -1, 1215, 2205, 0, 500, 7, true, 0], + 19137: ['Platinum Knight Skin (SB)', 10, -1, 1260, 2205, 0, 500, 7, true, 0], + 19138: ['Platinum Rogue Skin (SB)', 10, -1, 1305, 2205, 0, 500, 7, true, 0], + 19139: ['Deadly Vixen Skin (SB)', 10, -1, 1350, 2205, 0, 500, 7, true, 0], + 19141: ['Mini Sphinx Pet Stone', 10, -1, 1395, 2205, 0, 1000, 7, true, 0], + 19143: ['Mini Crystal Steed Pet Stone', 10, -1, 1440, 2205, 0, 1000, 7, true, 0], + 19145: ['Carnivorous Plant Pet Stone', 10, -1, 1485, 2205, 0, 1000, 7, true, 0], + 19147: ['Knight Companion Pet Stone', 10, -1, 1530, 2205, 0, 1000, 7, true, 0], + 19149: ['Mr Cactus Jr. Pet Stone', 10, -1, 1575, 2205, 0, 1000, 7, true, 0], + 19151: ['Mr Cactus Pet Stone', 10, -1, 1620, 2205, 0, 1000, 7, true, 0], + 19160: ['Mystic Emeritus Skin', 10, -1, 1665, 2205, 0, 1000, 7, true, 0], + 19161: ['Silver Ninja Skin', 10, -1, 1710, 2205, 0, 500, 7, true, 0], + 19162: ['Woodland Huntress Skin', 10, -1, 1755, 2205, 0, 1000, 7, true, 0], + 19163: ['Bunny Trickster Skin', 10, -1, 1800, 2205, 0, 1000, 7, true, 0], + 19164: ['Shrine Priestess Skin', 10, -1, 1845, 2205, 0, 1000, 7, true, 0], + 19165: ['Red Outlaw Skin', 10, -1, 1890, 2205, 0, 1000, 7, true, 0], + 19166: ['Shadow Mage Skin', 10, -1, 1935, 2205, 0, 1000, 7, true, 0], + 19167: ['Shield Maiden Skin', 10, -1, 1980, 2205, 0, 1000, 7, true, 0], + 19169: ['Hermit Wizard Skin', 10, -1, 2025, 2205, 0, 1000, 7, true, 0], + 19172: ['Greater Suspicious Milk Bottle 1', 10, -1, 2070, 2205, 0, 0, 2, true, 0], + 19173: ['Greater Suspicious Milk Bottle 2', 10, -1, 2115, 2205, 0, 0, 2, true, 0], + 19174: ['Greater Suspicious Milk Bottle 3', 10, -1, 2160, 2205, 0, 0, 2, true, 0], + 19191: ['Crystal of Extreme Fortune x1', 10, -1, 2205, 2205, 0, 400, 2, true, 1], + 19192: ['Crystal of Extreme Fortune x2', 10, -1, 2250, 2205, 0, 800, 2, true, 2], + 19193: ['Crystal of Extreme Fortune x3', 10, -1, 2295, 2205, 0, 1200, 2, true, 3], + 19194: ['Crystal of Extreme Fortune x4', 10, -1, 2340, 2205, 0, 1600, 2, true, 4], + 19195: ['Crystal of Extreme Fortune x5', 10, -1, 2385, 2205, 0, 2000, 2, true, 5], + 19196: ['Crystal of Extreme Fortune x6', 10, -1, 2430, 2205, 0, 2100, 2, true, 6], + 19197: ['Crystal of Extreme Fortune x7', 10, -1, 2475, 2205, 0, 2200, 2, true, 7], + 19198: ['Crystal of Extreme Fortune x8', 10, -1, 2520, 2205, 0, 2300, 2, true, 8], + 19199: ['Crystal of Extreme Fortune x9', 10, -1, 2565, 2205, 0, 2400, 2, true, 9], + 19200: ['Crystal of Extreme Fortune x10', 10, -1, 2610, 2205, 0, 2500, 2, true, 10], + 19201: ['Crystal of Extreme Fortune x11', 10, -1, 2655, 2205, 0, 2600, 2, true, 11], + 19202: ['Crystal of Extreme Fortune x12', 10, -1, 2700, 2205, 0, 2700, 2, true, 12], + 19203: ['Crystal of Extreme Fortune x13', 10, -1, 2745, 2205, 0, 2800, 2, true, 13], + 19204: ['Crystal of Extreme Fortune x14', 10, -1, 2790, 2205, 0, 2900, 2, true, 14], + 19205: ['Crystal of Extreme Fortune x15', 10, -1, 2835, 2205, 0, 3000, 2, true, 15], + 19206: ['Crystal of Extreme Fortune x16', 10, -1, 2880, 2205, 0, 3100, 2, true, 16], + 19207: ['Crystal of Extreme Fortune x17', 10, -1, 2925, 2205, 0, 3200, 2, true, 17], + 19208: ['Crystal of Extreme Fortune x18', 10, -1, 2970, 2205, 0, 3300, 2, true, 18], + 19209: ['Crystal of Extreme Fortune x19', 10, -1, 3015, 2205, 0, 3400, 2, true, 19], + 19210: ['Crystal of Extreme Fortune x20', 10, -1, 3060, 2205, 0, 3500, 2, true, 20], + 19212: ['Keychain Cutlass', 1, -1, 3105, 2205, 8, 900, 6, false, 0], + 19250: ['Crystal Key', 9, -1, 3150, 2205, 6, 800, 6, false, 0], + 19251: ['Crystal Key Proc', 15, -1, 3195, 2205, 0, 0, 0, false, 0], + 19252: ['Mimicry Trap', 20, -1, 3240, 2205, 8, 750, 6, false, 0], + 19254: ['Prismimic', 22, -1, 3285, 2205, 8, 750, 6, false, 0], + 19257: ['2AssassinST1', 18, -1, 3330, 2205, 7, 900, 8, true, 0], + 19258: ['2AssassinST2', 6, -1, 3375, 2205, 6, 700, 8, true, 0], + 19259: ['2AssassinST3', 9, -1, 3420, 2205, 4, 600, 8, true, 0], + 19260: ['2NinjaST0', 24, -1, 3465, 2205, 5, 900, 8, true, 0], + 19262: ['2NinjaST1', 25, -1, 3510, 2205, 7, 950, 8, true, 0], + 19264: ['2NinjaST3', 9, -1, 3555, 2205, 4, 750, 8, true, 0], + 19265: ['2NinjaST2', 6, -1, 3600, 2205, 6, 800, 8, true, 0], + 19266: ['2MysticST0', 17, -1, 3645, 2205, 5, 850, 8, true, 0], + 19268: ['2MysticST1', 21, -1, 3690, 2205, 7, 900, 8, true, 0], + 19269: ['2MysticST2', 14, -1, 3735, 2205, 6, 800, 8, true, 0], + 19270: ['2MysticST3', 9, -1, 3780, 2205, 4, 750, 8, true, 0], + 19271: ['Crystal Kunai Proc', 15, -1, 3825, 2205, 0, 0, 0, false, 0], + 19282: ['AoOSpell', 11, -1, 3870, 2205, 7, 700, 6, true, 0], + 19291: ['AoOStar', 25, -1, 3915, 2205, 7, 700, 6, true, 0], + 19298: ['AoOScepter', 23, -1, 3960, 2205, 7, 700, 6, true, 0], + 19301: ['The Third Dimension Key', 10, -1, 4005, 2205, 0, 200, 7, true, 0], + 19304: ['tD Seal', 12, -1, 4050, 2205, 7, 800, 6, true, 0], + 19306: ['The Third Dimension Enchanted Key', 10, -1, 4095, 2205, 0, 200, 7, true, 0], + 19307: ['tD Cloak', 13, -1, 4140, 2205, 7, 800, 6, true, 0], + 19324: ['Rainbow Rod', 8, -1, 4185, 2205, 4, 100, 6, false, 0], + 19350: ['Perennial Cranium', 19, -1, 4230, 2205, 7, 900, 6, true, 0], + 19354: ['Hanagasaku', 25, -1, 4275, 2205, 7, 900, 6, true, 0], + 19361: ['2SorcererST3', 9, -1, 4320, 2205, 4, 750, 8, true, 0], + 19362: ['2SorcererST2', 14, -1, 4365, 2205, 6, 800, 8, true, 0], + 19363: ['2SorcererST1', 23, -1, 4410, 2205, 7, 900, 8, true, 0], + 19366: ['2SorcererST0', 8, -1, 4455, 2205, 5, 850, 8, true, 0], + 19376: ['Markswoman Huntress Skin', 10, -1, 0, 2250, 0, 1000, 7, true, 0], + 19377: ['Elven Archer Skin', 10, -1, 45, 2250, 0, 1000, 7, true, 0], + 19378: ['Ordinary Magician Skin', 10, -1, 90, 2250, 0, 1000, 7, true, 0], + 19379: ['Heroic Knight Skin', 10, -1, 135, 2250, 0, 1000, 7, true, 0], + 19380: ['Ancient Sorcerer Skin', 10, -1, 180, 2250, 0, 1000, 7, true, 0], + 19381: ['Dark Elf Assassin Skin', 10, -1, 225, 2250, 0, 1000, 7, true, 0], + 19384: ['Mini Limon Pet Stone', 10, -1, 270, 2250, 0, 1000, 7, true, 0], + 19386: ['Cunning Sorcerer Skin', 10, -1, 315, 2250, 0, 1000, 7, true, 0], + 19395: ['Beach Trickster Skin', 10, -1, 360, 2250, 0, 1000, 7, true, 0], + 19396: ['Hula Mystic Skin', 10, -1, 405, 2250, 0, 1000, 7, true, 0], + 19397: ['Redcoat Assassin Skin', 10, -1, 450, 2250, 0, 1000, 7, true, 0], + 19398: ['Patriot Paladin Skin', 10, -1, 495, 2250, 0, 1000, 7, true, 0], + 19399: ['Swimsuit Mystic Skin', 10, -1, 540, 2250, 0, 1000, 7, true, 0], + 19400: ['Swimsuit Huntress Skin', 10, -1, 585, 2250, 0, 1000, 7, true, 0], + 19401: ['Swimsuit Trickster Skin', 10, -1, 630, 2250, 0, 1000, 7, true, 0], + 19402: ['Slashing Beauty Ninja Skin', 10, -1, 675, 2250, 0, 1000, 7, true, 0], + 19405: ['Sunflower Archer Skin', 10, -1, 720, 2250, 0, 1000, 7, true, 0], + 19406: ['Thief Queen Skin', 10, -1, 765, 2250, 0, 1000, 7, true, 0], + 19408: ['Mini Queen Bee Huntress Skin', 10, -1, 810, 2250, 0, 1000, 7, true, 0], + 19434: ['Lyrical Priestess Skin', 10, -1, 855, 2250, 0, 1000, 7, true, 0], + 19435: ['Princess Warrior Skin', 10, -1, 900, 2250, 0, 1000, 7, true, 0], + 19436: ['Light Cavalry Warrior Skin', 10, -1, 945, 2250, 0, 1000, 7, true, 0], + 19437: ['Clockwork Mystic Skin', 10, -1, 990, 2250, 0, 1000, 7, true, 0], + 19438: ['Twilight Acolyte Rogue Skin', 10, -1, 1035, 2250, 0, 1000, 7, true, 0], + 19439: ['Ethereal Princess Archer Skin', 10, -1, 1080, 2250, 0, 1000, 7, true, 0], + 19440: ['Antique Diver Knight Skin', 10, -1, 1125, 2250, 0, 1000, 7, true, 0], + 19441: ['Guerilla Archer Skin', 10, -1, 1170, 2250, 0, 1000, 7, true, 0], + 19442: ['Ordinary Box Rogue Skin', 10, -1, 1215, 2250, 0, 1000, 7, true, 0], + 19443: ['Lifeguard Priest Skin', 10, -1, 1260, 2250, 0, 1000, 7, true, 0], + 19444: ['Stone Rogue Skin', 10, -1, 1305, 2250, 0, 500, 7, false, 0], + 19445: ['Stone Archer Skin', 10, -1, 1350, 2250, 0, 500, 7, false, 0], + 19446: ['Stone Wizard Skin', 10, -1, 1395, 2250, 0, 500, 7, false, 0], + 19447: ['Stone Priest Skin', 10, -1, 1440, 2250, 0, 500, 7, false, 0], + 19448: ['Stone Warrior Skin', 10, -1, 1485, 2250, 0, 500, 7, false, 0], + 19449: ['Stone Knight Skin', 10, -1, 1530, 2250, 0, 500, 7, false, 0], + 19450: ['Stone Paladin Skin', 10, -1, 1575, 2250, 0, 500, 7, false, 0], + 19451: ['Stone Assassin Skin', 10, -1, 1620, 2250, 0, 500, 7, false, 0], + 19452: ['Stone Necromancer Skin', 10, -1, 1665, 2250, 0, 500, 7, false, 0], + 19453: ['Stone Huntress Skin', 10, -1, 1710, 2250, 0, 500, 7, false, 0], + 19454: ['Stone Mystic Skin', 10, -1, 1755, 2250, 0, 500, 7, false, 0], + 19455: ['Stone Trickster Skin', 10, -1, 1800, 2250, 0, 500, 7, false, 0], + 19456: ['Stone Sorcerer Skin', 10, -1, 1845, 2250, 0, 500, 7, false, 0], + 19457: ['Stone Ninja Skin', 10, -1, 1890, 2250, 0, 500, 7, false, 0], + 19458: ['Voodoo Magus Necromancer Skin', 10, -1, 1935, 2250, 0, 1000, 7, true, 0], + 19463: ['Mini Stone Oryx Pet Stone', 10, -1, 1980, 2250, 0, 1000, 7, true, 0], + 19466: ['Mini Gigacorn Pet Stone', 10, -1, 2025, 2250, 0, 1000, 7, true, 0], + 19469: ['Mini Creampuff Pet Stone', 10, -1, 2070, 2250, 0, 1000, 7, true, 0], + 19472: ['Mini Desire Troll Pet Stone', 10, -1, 2115, 2250, 0, 1000, 7, true, 0], + 19475: ['Mini Rototo Pet Stone', 10, -1, 2160, 2250, 0, 1000, 7, true, 0], + 19478: ['Mini Pet Stheno Pet Stone', 10, -1, 2205, 2250, 0, 1000, 7, true, 0], + 19481: ['Surfing Bro Pet Stone', 10, -1, 2250, 2250, 0, 1000, 7, true, 0], + 19488: ['Undine Sorcerer Skin', 10, -1, 2295, 2250, 0, 1000, 7, true, 0], + 19489: ['Lodestar Warrior Skin', 10, -1, 2340, 2250, 0, 1000, 7, true, 0], + 19490: ['Alice Assassin Skin', 10, -1, 2385, 2250, 0, 1000, 7, true, 0], + 19491: ['Mad Hatter Trickster Skin', 10, -1, 2430, 2250, 0, 1000, 7, true, 0], + 19492: ['Queen Of Hearts Sorcerer Skin', 10, -1, 2475, 2250, 0, 1000, 7, true, 0], + 19493: ['Mad Dwarf Paladin Skin', 10, -1, 2520, 2250, 0, 1000, 7, true, 0], + 19495: ['Beachcake Rogue Skin', 10, -1, 2565, 2250, 0, 1000, 7, true, 0], + 19499: ['Athena Warrior Skin', 10, -1, 2610, 2250, 0, 1000, 7, true, 0], + 19500: ['Valkyrie Paladin Skin', 10, -1, 2655, 2250, 0, 1000, 7, true, 0], + 19501: ['Nameless Sorcerer Skin', 10, -1, 2700, 2250, 0, 1000, 7, true, 0], + 19504: ['Mini Ghost King Pet Stone', 10, -1, 2745, 2250, 0, 1000, 7, true, 0], + 19507: ['Robo Brain Pet Stone', 10, -1, 2790, 2250, 0, 1000, 7, true, 0], + 19510: ['Baby Orange Drake Pet Stone', 10, -1, 2835, 2250, 0, 1000, 7, true, 0], + 19513: ['Baby Yellow Drake Pet Stone', 10, -1, 2880, 2250, 0, 1000, 7, true, 0], + 19516: ['Baby White Drake Pet Stone', 10, -1, 2925, 2250, 0, 1000, 7, true, 0], + 19519: ['Baby Green Drake Pet Stone', 10, -1, 2970, 2250, 0, 1000, 7, true, 0], + 19522: ['Mini Leviathan Pet Stone', 10, -1, 3015, 2250, 0, 1000, 7, true, 0], + 19525: ['Baby Blue Drake Pet Stone', 10, -1, 3060, 2250, 0, 1000, 7, true, 0], + 19528: ['Baby Purple Drake Pet Stone', 10, -1, 3105, 2250, 0, 1000, 7, true, 0], + 19530: ['Mini Golem Trickster Skin', 10, -1, 3150, 2250, 0, 1000, 7, true, 0], + 19532: ['Thunder God Sorcerer Skin', 10, -1, 3195, 2250, 0, 1000, 7, true, 0], + 19535: ['HP Pot Pet Stone', 10, -1, 3240, 2250, 0, 1000, 7, true, 0], + 19538: ['MP Pot Pet Stone', 10, -1, 3285, 2250, 0, 1000, 7, true, 0], + 19542: ['Soubrette Trickster Skin', 10, -1, 3330, 2250, 0, 1000, 7, true, 0], + 19543: ['Drake Hunter Skin', 10, -1, 3375, 2250, 0, 1000, 7, true, 0], + 19544: ['Pharaoh Ninja Skin', 10, -1, 3420, 2250, 0, 1000, 7, true, 0], + 19570: ['Heartless Necromancer Skin', 10, -1, 3465, 2250, 0, 1000, 7, true, 0], + 19571: ['Plague Doctor Assassin Skin', 10, -1, 3510, 2250, 0, 1000, 7, true, 0], + 19572: ['Jack-o-mancer Skin', 10, -1, 3555, 2250, 0, 1000, 7, true, 0], + 19573: ['Mini Malus Sorcerer Skin', 10, -1, 3600, 2250, 0, 1000, 7, true, 0], + 19574: ['Knight Lady Skin', 10, -1, 3645, 2250, 0, 1000, 7, true, 0], + 19575: ['Hollow Prince Necromancer Skin', 10, -1, 3690, 2250, 0, 1000, 7, true, 0], + 19576: ['Kabuki Ninja Skin', 10, -1, 3735, 2250, 0, 1000, 7, true, 0], + 19577: ['Candle Maid Sorceress Skin', 10, -1, 3780, 2250, 0, 1000, 7, true, 0], + 19578: ['Cleaner Maid Paladin Skin', 10, -1, 3825, 2250, 0, 1000, 7, true, 0], + 19579: ['Chu-Ko-Nu Archer Skin', 10, -1, 3870, 2250, 0, 1000, 7, true, 0], + 19580: ['Dark Rider Ninja Skin', 10, -1, 3915, 2250, 0, 1000, 7, true, 0], + 19581: ['Monster Hunter Knight Skin', 10, -1, 3960, 2250, 0, 1000, 7, true, 0], + 19582: ['Pandora Priestess Skin', 10, -1, 4005, 2250, 0, 1000, 7, true, 0], + 19583: ['Living Armor Warrior Skin', 10, -1, 4050, 2250, 0, 1000, 7, true, 0], + 19584: ['Underworld Archer Skin', 10, -1, 4095, 2250, 0, 1000, 7, true, 0], + 19585: ['Apprentice Wizard Skin', 10, -1, 4140, 2250, 0, 1000, 7, true, 0], + 19586: ['Grand Enchantress Mystic Skin', 10, -1, 4185, 2250, 0, 1000, 7, true, 0], + 19587: ['Lady Violetta Necromancer Skin', 10, -1, 4230, 2250, 0, 1000, 7, true, 0], + 19588: ['Bruno the Rogue Steward Skin', 10, -1, 4275, 2250, 0, 1000, 7, true, 0], + 19589: ['Misery Ghost Bride Huntress Skin', 10, -1, 4320, 2250, 0, 1000, 7, true, 0], + 19590: ['Vampire Groom Assassin Skin', 10, -1, 4365, 2250, 0, 1000, 7, true, 0], + 19591: ['Haunted Knight Skin', 10, -1, 4410, 2250, 0, 1000, 7, true, 0], + 19592: ['Turkey Rogue Skin', 10, -1, 4455, 2250, 0, 1000, 7, true, 0], + 19593: ["Adorable Lil' Warrior Skin", 10, -1, 0, 2295, 0, 1000, 7, true, 0], + 19594: ['Nerd Paladin Skin', 10, -1, 45, 2295, 0, 1000, 7, true, 0], + 19597: ['Crowned Penguin Pet Stone', 10, -1, 90, 2295, 0, 1000, 7, true, 0], + 19600: ['Mini Void Entity Pet Stone', 10, -1, 135, 2295, 0, 1000, 7, true, 0], + 19603: ['Hoverbot Pet Stone', 10, -1, 180, 2295, 0, 1000, 7, true, 0], + 19606: ['Zombie Dog Pet Stone', 10, -1, 225, 2295, 0, 1000, 7, true, 0], + 19609: ['Green Whale Pet Stone', 10, -1, 270, 2295, 0, 1000, 7, true, 0], + 19612: ["Pumpking's Head Pet Stone", 10, -1, 315, 2295, 0, 1000, 7, true, 0], + 19619: ['Schankmaid Assassin Skin', 10, -1, 360, 2295, 0, 1000, 7, true, 0], + 19620: ['Catrina Necromancer Skin', 10, -1, 405, 2295, 0, 1000, 7, true, 0], + 19621: ['Lunar Mystic Skin', 10, -1, 450, 2295, 0, 1000, 7, true, 0], + 19622: ['Sunrise Hunter Skin', 10, -1, 495, 2295, 0, 1000, 7, true, 0], + 19623: ['Heartless Dodger Rogue Skin', 10, -1, 540, 2295, 0, 1000, 7, true, 0], + 19624: ['Heart Thief Necromancer Skin', 10, -1, 585, 2295, 0, 1000, 7, true, 0], + 19627: ['Manticore Pet Stone', 10, -1, 630, 2295, 0, 1000, 7, true, 0], + 19630: ['Flying Pig Pet Stone', 10, -1, 675, 2295, 0, 1000, 7, true, 0], + 19633: ['Double Viper Pet Stone', 10, -1, 720, 2295, 0, 1000, 7, true, 0], + 19636: ['Black Hellhound Pet Stone', 10, -1, 765, 2295, 0, 1000, 7, true, 0], + 19639: ['Deerigator Pet Stone', 10, -1, 810, 2295, 0, 1000, 7, true, 0], + 19642: ['Moon Bunny Pet Stone', 10, -1, 855, 2295, 0, 1000, 7, true, 0], + 19645: ['Hungry Pumpkin Pet Stone', 10, -1, 900, 2295, 0, 1000, 7, true, 0], + 19648: ['Evil Ghost Pet Stone', 10, -1, 945, 2295, 0, 1000, 7, true, 0], + 19651: ['Spooky Boi Pet Stone', 10, -1, 990, 2295, 0, 1000, 7, true, 0], + 19654: ['Walking Grave Pet Stone', 10, -1, 1035, 2295, 0, 1000, 7, true, 0], + 19656: ['Gladiator Skin', 10, -1, 1080, 2295, 0, 1000, 7, true, 0], + 19658: ['Haunted Robe Skin', 10, -1, 1125, 2295, 0, 1000, 7, true, 0], + 19660: ['Oryxmas Samurai Skin', 10, -1, 1170, 2295, 0, 0, 7, false, 0], + 19662: ['Forax Fragment x1', 10, -1, 1215, 2295, 0, 0, 2, true, 1], + 19663: ['Forax Fragment x2', 10, -1, 1260, 2295, 0, 0, 2, true, 2], + 19664: ['Forax Fragment x3', 10, -1, 1305, 2295, 0, 0, 2, true, 3], + 19665: ['Forax Fragment x4', 10, -1, 1350, 2295, 0, 0, 2, true, 4], + 19666: ['Forax Fragment x5', 10, -1, 1395, 2295, 0, 0, 2, true, 5], + 19667: ['Forax Fragment x6', 10, -1, 1440, 2295, 0, 0, 2, true, 6], + 19668: ['Forax Fragment x7', 10, -1, 1485, 2295, 0, 0, 2, true, 7], + 19669: ['Forax Fragment x8', 10, -1, 1530, 2295, 0, 0, 2, true, 8], + 19670: ['Forax Fragment x9', 10, -1, 1575, 2295, 0, 0, 2, true, 9], + 19671: ['Forax Fragment x10', 10, -1, 1620, 2295, 0, 0, 2, true, 10], + 19672: ['Forax Fragment x11', 10, -1, 1665, 2295, 0, 0, 2, true, 11], + 19673: ['Forax Fragment x12', 10, -1, 1710, 2295, 0, 0, 2, true, 12], + 19674: ['Forax Fragment x13', 10, -1, 1755, 2295, 0, 0, 2, true, 13], + 19675: ['Forax Fragment x14', 10, -1, 1800, 2295, 0, 0, 2, true, 14], + 19676: ['Forax Fragment x15', 10, -1, 1845, 2295, 0, 0, 2, true, 15], + 19677: ['Forax Fragment x16', 10, -1, 1890, 2295, 0, 0, 2, true, 16], + 19678: ['Forax Fragment x17', 10, -1, 1935, 2295, 0, 0, 2, true, 17], + 19679: ['Forax Fragment x18', 10, -1, 1980, 2295, 0, 0, 2, true, 18], + 19680: ['Forax Fragment x19', 10, -1, 2025, 2295, 0, 0, 2, true, 19], + 19681: ['Forax Fragment x20', 10, -1, 2070, 2295, 0, 0, 2, true, 20], + 19682: ['Forax Fragment x21', 10, -1, 2115, 2295, 0, 0, 2, true, 21], + 19683: ['Forax Fragment x22', 10, -1, 2160, 2295, 0, 0, 2, true, 22], + 19684: ['Forax Fragment x23', 10, -1, 2205, 2295, 0, 0, 2, true, 23], + 19685: ['Forax Fragment x24', 10, -1, 2250, 2295, 0, 0, 2, true, 24], + 19686: ['Forax Fragment x25', 10, -1, 2295, 2295, 0, 0, 2, true, 25], + 19948: ['Wavecrest Concertina', 28, -1, 2340, 2295, 7, 800, 6, true, 0], + 19950: ['Snake Charmer Pungi', 28, -1, 2385, 2295, 7, 650, 6, false, 0], + 19951: ["Pharaoh's Requiem", 28, -1, 2430, 2295, 7, 1000, 6, false, 0], + 19961: ['BardST0', 3, -1, 2475, 2295, 5, 1200, 8, true, 0], + 19962: ['BardST1', 28, -1, 2520, 2295, 7, 1300, 8, true, 0], + 19963: ['BardST2', 14, -1, 2565, 2295, 6, 1000, 8, true, 0], + 19964: ['BardST3', 9, -1, 2610, 2295, 4, 800, 8, true, 0], + 19969: ['AoOOrb', 21, -1, 2655, 2295, 7, 700, 6, true, 0], + 19971: ['AoOLute', 28, -1, 2700, 2295, 7, 700, 6, true, 0], + 19973: ['AoOSeal', 12, -1, 2745, 2295, 7, 700, 6, true, 0], + 20275: ['AoOShield', 5, -1, 2790, 2295, 7, 700, 6, true, 0], + 20276: ['AoOQuiver', 15, -1, 2835, 2295, 7, 700, 6, true, 0], + 20302: ['2WizardST0', 17, -1, 2880, 2295, 5, 1000, 8, true, 0], + 20303: ['2WizardST1', 11, -1, 2925, 2295, 7, 850, 8, true, 0], + 20304: ['2WizardST2', 14, -1, 2970, 2295, 6, 800, 8, true, 0], + 20305: ['2WizardST3', 9, -1, 3015, 2295, 4, 750, 8, true, 0], + 20446: ['Moonlight Village Key', 10, -1, 3060, 2295, 0, 200, 4, true, 0], + 20466: ['Tezutsu Hanabi', 23, -1, 3105, 2295, 8, 1300, 6, true, 0], + 20468: ["Sage's Wakibiki", 7, -1, 3150, 2295, 7, 950, 6, true, 0], + 20480: ['Rain Maker', 20, -1, 3195, 2295, 7, 1000, 6, true, 0], + 20483: ['Onigiri', 10, -1, 3240, 2295, 0, 600, 7, true, 0], + 20484: ['Moonlit Quest Chest Item', 10, -1, 3285, 2295, 0, 200, 8, true, 0], + 20534: ['MV Easy Mode Incantation', 10, -1, 3330, 2295, 0, 0, 4, true, 0], + 20604: ['Ethereal Happi', 6, -1, 3375, 2295, 7, 950, 6, true, 0], + 20605: ['Taiko Drums', 28, -1, 3420, 2295, 7, 1000, 6, true, 0], + 20606: ['Elegant Parasol', 30, -1, 3465, 2295, 7, 1000, 6, true, 0], + 20657: ['Mark of Moonlight', 10, -1, 3510, 2295, 0, 50, 2, true, 0], + 20703: ['MV Basic Fishing Rod', 9, -1, 3555, 2295, 4, 0, 4, true, 0], + 20706: ['Flowering Kimono', 14, -1, 3600, 2295, 7, 950, 6, true, 0], + 20722: ['MV Intermediate Fishing Rod', 9, -1, 3645, 2295, 5, 250, 4, true, 0], + 20723: ['MV Master Fishing Rod', 9, -1, 3690, 2295, 6, 750, 6, true, 0], + 20726: ['MV Legendary Fishing Rod', 9, -1, 3735, 2295, 7, 1000, 6, true, 0], + 20733: ['Steamed Clam', 10, -1, 3780, 2295, 0, 600, 7, true, 0], + 20734: ['Sizzled Tentacle', 10, -1, 3825, 2295, 0, 600, 7, true, 0], + 20735: ['Barbecued Shrimp', 10, -1, 3870, 2295, 0, 600, 7, true, 0], + 20736: ['Sushi Roll', 10, -1, 3915, 2295, 0, 1200, 7, true, 0], + 20737: ['Tuna Nigiri', 10, -1, 3960, 2295, 0, 1200, 7, true, 0], + 20738: ['Takoyaki', 10, -1, 4005, 2295, 0, 1200, 7, true, 0], + 20739: ['Grilled Fish', 10, -1, 4050, 2295, 0, 1200, 7, true, 0], + 20740: ['Akuma Ramen', 10, -1, 4095, 2295, 0, 1800, 7, true, 0], + 20741: ['Seafood Bento', 10, -1, 4140, 2295, 0, 1800, 7, true, 0], + 20742: ['Salmon Roe', 10, -1, 4185, 2295, 0, 1800, 7, true, 0], + 20743: ['Unadon', 10, -1, 4230, 2295, 0, 1800, 7, true, 0], + 20745: ['Fortitude', 8, -1, 4275, 2295, 8, 1200, 6, true, 0], + 20746: ['Vigor', 17, -1, 4320, 2295, 8, 1200, 6, true, 0], + 20748: ['MV Book 1', 10, -1, 4365, 2295, 0, 5, 7, true, 0], + 20749: ['MV Book 2', 10, -1, 4410, 2295, 0, 5, 7, true, 0], + 20750: ['MV Book 3', 10, -1, 4455, 2295, 0, 5, 7, true, 0], + 20751: ['MV Book 4', 10, -1, 0, 2340, 0, 5, 7, true, 0], + 20752: ['MV Book 5', 10, -1, 45, 2340, 0, 5, 7, true, 0], + 20753: ['MV Book 6', 10, -1, 90, 2340, 0, 5, 7, true, 0], + 20754: ['MV Combined Book 0', 10, -1, 135, 2340, 0, 5, 7, true, 0], + 20755: ['MV Combined Book 1', 10, -1, 180, 2340, 0, 5, 7, true, 0], + 20756: ['Makakoyumi 2', 3, -1, 225, 2340, 9, 1500, 6, true, 0], + 20760: ['Tezutsu Hanabi 2', 23, -1, 270, 2340, 9, 1500, 6, true, 0], + 20764: ['Token of Happiness', 9, -1, 315, 2340, 7, 750, 6, true, 0], + 20765: ['Token of Warmth', 9, -1, 360, 2340, 7, 750, 6, true, 0], + 20766: ['Mischief', 2, -1, 405, 2340, 8, 1200, 6, true, 0], + 20771: ['MV Book 7', 10, -1, 450, 2340, 0, 5, 7, true, 0], + 20773: ['MV Book 8', 10, -1, 495, 2340, 0, 5, 7, true, 0], + 20774: ['MV Book 9', 10, -1, 540, 2340, 0, 5, 7, true, 0], + 20775: ['MV Book 10', 10, -1, 585, 2340, 0, 5, 7, true, 0], + 20776: ['MV Book 11', 10, -1, 630, 2340, 0, 5, 7, true, 0], + 20786: ['MV Combined Book 5', 10, -1, 675, 2340, 0, 5, 7, true, 0], + 20795: ['Kagenohikari', 9, -1, 720, 2340, 8, 1400, 6, true, 0], + 20796: ['Concentrated Soul Fire', 10, -1, 765, 2340, 0, 1200, 6, true, 0], + 20797: ['Kagenohikari 2', 9, -1, 810, 2340, 9, 1500, 6, true, 0], + 20809: ['Ecstatic Fish Emote', 10, -1, 855, 2340, 0, 0, 2, true, 0], + 20810: ['MV Expert Fishing Rod', 9, -1, 900, 2340, 5, 500, 4, true, 0], + 20814: ['MV Combined Book 2', 10, -1, 945, 2340, 0, 5, 7, true, 0], + 20815: ['MV Combined Book 3', 10, -1, 990, 2340, 0, 5, 7, true, 0], + 20827: ['MV Combined Book 4', 10, -1, 1035, 2340, 0, 5, 7, true, 0], + 20831: ['MV Umi Token', 10, -1, 1080, 2340, 0, 0, 2, true, 0], + 20832: ['MV Fish Token', 10, -1, 1125, 2340, 0, 0, 2, true, 0], + 20833: ['Fisherman Title Unlocker', 10, -1, 1170, 2340, 0, 0, 7, true, 0], + 20844: ['Mark of the Kitsune', 10, -1, 1215, 2340, 0, 50, 2, true, 0], + 20848: ['MV Blue Gift', 10, -1, 1260, 2340, 0, 0, 2, true, 0], + 20849: ['MV Pink Gift', 10, -1, 1305, 2340, 0, 0, 2, true, 0], + 20850: ['MV Yellow Gift', 10, -1, 1350, 2340, 0, 0, 2, true, 0], + 20851: ['MV Fish Gift', 10, -1, 1395, 2340, 0, 0, 2, true, 0], + 20852: ['MV Emote Dropper', 10, -1, 1440, 2340, 0, 1000, 2, true, 0], + 20858: ['Makakoyumi', 3, -1, 1485, 2340, 8, 1300, 6, true, 0], + 20882: ['Bloodbath Blade', 24, -1, 1530, 2340, 7, 1000, 6, true, 0], + 20883: ['Cloak of the Deep', 13, -1, 1575, 2340, 7, 1000, 6, true, 0], + 20885: ['Celestial Recurve', 3, -1, 1620, 2340, 7, 1000, 6, true, 0], + 20889: ["Doom's Emblem", 12, -1, 1665, 2340, 7, 1000, 6, true, 0], + 20893: ['Skull of Restless Souls', 19, -1, 1710, 2340, 7, 1000, 6, true, 0], + 20900: ['Evolutionary Records', 4, -1, 1755, 2340, 7, 1000, 6, true, 0], + 20901: ['Runes of Knowledge', 11, -1, 1800, 2340, 7, 1000, 6, true, 0], + 20903: ['Torrential Staff', 17, -1, 1845, 2340, 7, 1000, 6, true, 0], + 20904: ['Cavalry Lance', 5, -1, 1890, 2340, 7, 1000, 6, true, 0], + 20905: ["Adventurer's Scarf", 9, -1, 1935, 2340, 6, 600, 6, true, 0], + 20906: ['Mace of the Pumpkin Effigy', 29, -1, 1980, 2340, 7, 1000, 6, true, 0], + 20909: ['Deep Sea Abyss Cloak Proc 1', 13, -1, 2025, 2340, 7, 1000, 6, true, 0], + 20910: ['Deep Sea Abyss Cloak Proc 2', 13, -1, 2070, 2340, 7, 1000, 6, true, 0], + 20911: ['Carboniferous Tome Proc 1', 4, -1, 2115, 2340, 8, 1300, 6, true, 0], + 20912: ['Carboniferous Tome Proc 2', 4, -1, 2160, 2340, 8, 1300, 6, true, 0], + 20913: ['Carboniferous Tome Proc 3', 4, -1, 2205, 2340, 8, 1300, 6, true, 0], + 20917: ['Pollen Incendiary', 18, -1, 2250, 2340, 7, 1000, 6, true, 0], + 20962: ['AoOTrap', 20, -1, 2295, 2340, 7, 700, 6, true, 0], + 20977: ['Staff of the Saint', 17, -1, 2340, 2340, 4, 100, 6, false, 0], + 20983: ['Prismatic Slasher', 2, -1, 2385, 2340, 4, 100, 6, false, 0], + 20992: ['Kogbold Steamworks Key Encore', 10, -1, 2430, 2340, 0, 200, 7, true, 0], + 20993: ['The Nest Solo Key', 10, -1, 2475, 2340, 0, 200, 7, true, 0], + 20994: ["Shaitan's Solo Key", 10, -1, 2520, 2340, 0, 200, 7, true, 0], + 20995: ["Davy's Lucky Guild Key", 10, -1, 2565, 2340, 0, 200, 7, true, 0], + 20996: ['Mountain Temple Lucky Guild Key', 10, -1, 2610, 2340, 0, 200, 7, true, 0], + 21002: ['AoOWaki', 27, -1, 2655, 2340, 7, 700, 6, true, 0], + 21010: ['AoOSkull', 19, -1, 2700, 2340, 7, 700, 6, true, 0], + 21012: ['Advanced Kogbold Steamworks Solo Key', 10, -1, 2745, 2340, 0, 200, 7, true, 0], + 21013: ['Advanced Kogbold Steamworks Enchanted Key', 10, -1, 2790, 2340, 0, 200, 7, true, 0], + 21028: ['AoOScepterProc', 15, -1, 2835, 2340, 0, 0, 0, true, 0], + 21029: ['AoOStarProc', 15, -1, 2880, 2340, 0, 0, 0, true, 0], + 21091: ['Morning Star of Mystic Light', 8, 7, 2925, 2340, 1, 53, 2, false, 0], + 21092: ['Morning Star of Silent Mourning', 8, 8, 2970, 2340, 2, 75, 2, false, 0], + 21093: ['Morning Star of Hidden Secrets', 8, 9, 3015, 2340, 3, 109, 2, false, 0], + 21094: ['Morning Star of the Night', 8, 10, 3060, 2340, 4, 159, 4, false, 0], + 21095: ['Morning Star of Harrowing Memories', 8, 11, 3105, 2340, 5, 233, 4, false, 0], + 21096: ['Morning Star of Repentance', 8, 12, 3150, 2340, 6, 450, 4, false, 0], + 21097: ['Morning Star of Conjuration', 8, 13, 3195, 2340, 7, 650, 9, false, 0], + 21098: ['Morning Star of Reckoning', 8, 14, 3240, 2340, 8, 950, 9, true, 0], + 21099: ['Spellblade of Corrupt Premonitions', 17, 10, 3285, 2340, 4, 159, 4, false, 0], + 21100: ['Spellblade of Starry Insight', 17, 11, 3330, 2340, 5, 233, 4, false, 0], + 21101: ['Spellblade of the Sun', 17, 12, 3375, 2340, 6, 450, 4, false, 0], + 21102: ['Spellblade of the Heavens Light', 17, 13, 3420, 2340, 7, 650, 9, false, 0], + 21103: ['Spellblade of the Everlasting Death', 17, 14, 3465, 2340, 8, 950, 9, true, 0], + 21113: ['StarTest', 15, -1, 3510, 2340, 0, 0, 0, true, 0], + 21116: ['2ArcherST3', 9, -1, 3555, 2340, 4, 600, 8, true, 0], + 21120: ['tD Waki', 27, -1, 3600, 2340, 7, 800, 6, true, 0], + 21121: ['tD WakiProcA', 15, -1, 3645, 2340, 0, 0, 0, true, 0], + 21122: ['tD WakiProcB', 15, -1, 3690, 2340, 0, 0, 0, true, 0], + 21135: ['tD WakiProcC', 15, -1, 3735, 2340, 0, 0, 0, true, 0], + 21187: ['2ArcherST1', 15, -1, 3780, 2340, 7, 850, 8, true, 0], + 21188: ['2ArcherST1A', 15, -1, 3825, 2340, 0, 0, 0, true, 0], + 21189: ['2ArcherST1B', 15, -1, 3870, 2340, 0, 0, 0, true, 0], + 21190: ['2ArcherST0', 3, -1, 3915, 2340, 5, 800, 8, true, 0], + 21191: ['2ArcherST2', 6, -1, 3960, 2340, 6, 700, 8, true, 0], + 21210: ['AoOPrism', 22, -1, 4005, 2340, 7, 700, 6, true, 0], + 21218: ['2SamuraiST0', 24, -1, 4050, 2340, 5, 800, 8, true, 0], + 21221: ['2SamuraiST1', 27, -1, 4095, 2340, 7, 850, 8, true, 0], + 21223: ['2SamuraiST2', 7, -1, 4140, 2340, 6, 750, 8, true, 0], + 21224: ['2SamuraiST3', 9, -1, 4185, 2340, 4, 650, 8, true, 0], + 21227: ['AoOTome', 4, -1, 4230, 2340, 7, 700, 6, true, 0], + 21228: ['AoOCloak', 13, -1, 4275, 2340, 7, 700, 6, true, 0], + 21642: ['Enlightened Bookwyrm Pet Stone', 10, -1, 4320, 2340, 0, 500, 7, true, 0], + 22053: ['Primal Arcana Proc', 21, -1, 4365, 2340, 0, 0, 0, true, 0], + 22067: ['Nano Test Dummy Item', 10, -1, 4410, 2340, 0, 0, 0, false, 0], + 22224: ["Saint Patrick's Drowned Shamrock", 10, -1, 4455, 2340, 0, 250, 7, true, 0], + 22242: ['Hard Worker Engraving', 10, -1, 0, 2385, 0, 0, 8, true, 0], + 22243: ['Lucky Engraving', 10, -1, 45, 2385, 0, 0, 8, true, 0], + 22443: ['2KnightST0', 1, -1, 90, 2385, 6, 900, 8, true, 0], + 22458: ['2KnightST1', 5, -1, 135, 2385, 6, 950, 8, true, 0], + 22481: ['2KnightST2', 7, -1, 180, 2385, 6, 850, 8, true, 0], + 22482: ['2KnightST3', 9, -1, 225, 2385, 6, 800, 8, true, 0], + 22505: ['Mini Spellbound Soulthief Skin', 10, -1, 270, 2385, 0, 1000, 7, true, 0], + 22506: ['3TricksterST0', 2, -1, 315, 2385, 5, 750, 8, true, 0], + 22507: ['3TricksterST1', 22, -1, 360, 2385, 7, 1000, 8, true, 0], + 22508: ['3TricksterST2', 6, -1, 405, 2385, 6, 850, 8, true, 0], + 22509: ['3TricksterST3', 9, -1, 450, 2385, 5, 750, 8, true, 0], + 22510: ['3TricksterST3 Proc A', 22, -1, 495, 2385, 0, 0, 0, true, 0], + 22511: ['3TricksterST3 Proc B', 22, -1, 540, 2385, 0, 0, 0, true, 0], + 22512: ['3TricksterST3 Proc C', 22, -1, 585, 2385, 0, 0, 0, true, 0], + 22520: ['Mini Astral Arcanist Skin', 10, -1, 630, 2385, 0, 1000, 7, true, 0], + 22521: ['3MysticST0', 17, -1, 675, 2385, 5, 750, 8, true, 0], + 22522: ['3MysticST1', 21, -1, 720, 2385, 7, 1000, 8, true, 0], + 22523: ['3MysticST1 Proc', 21, -1, 765, 2385, 0, 0, 0, true, 0], + 22524: ['3MysticST2', 14, -1, 810, 2385, 6, 850, 8, true, 0], + 22525: ['3MysticST3', 9, -1, 855, 2385, 5, 750, 8, true, 0], + 22526: ['3TricksterSTToken', 10, -1, 900, 2385, 0, 750, 5, true, 0], + 22527: ['3MysticSTToken', 10, -1, 945, 2385, 0, 750, 5, true, 0], + 22581: ['Bogged Panda Pet Stone', 10, -1, 990, 2385, 0, 1000, 7, true, 0], + 23310: ['Mini Lord Pet Stone', 10, -1, 1035, 2385, 0, 1000, 7, true, 0], + 23313: ['Mini Tornado Pet Stone', 10, -1, 1080, 2385, 0, 1000, 7, true, 0], + 23316: ['Wooden Burrito Pet Stone', 10, -1, 1125, 2385, 0, 1000, 7, true, 0], + 23319: ['Mini Nikao Pet Stone', 10, -1, 1170, 2385, 0, 1000, 7, true, 0], + 23322: ["Lil' Davy Pet Stone", 10, -1, 1215, 2385, 0, 1000, 7, true, 0], + 23325: ['Maneki-neko Pet Stone', 10, -1, 1260, 2385, 0, 1000, 7, true, 0], + 23326: ['Jade Storm', 11, -1, 1305, 2385, 7, 950, 6, true, 0], + 23327: ['Cloak of the Mad God', 13, -1, 1350, 2385, 6, 950, 6, true, 0], + 23328: ['Shield of Flowing Clarity', 5, -1, 1395, 2385, 7, 950, 6, true, 0], + 23330: ['Random Spell Extraction Device', 11, -1, 1440, 2385, 6, 0, 6, false, 0], + 23332: ['Krathana', 24, -1, 1485, 2385, 6, 0, 6, false, 0], + 23334: ["Silex's Hammer", 1, -1, 1530, 2385, 6, 0, 6, false, 0], + 23335: ['Mirror Cloak', 13, -1, 1575, 2385, 4, 500, 6, false, 0], + 23337: ['Archerang', 15, -1, 1620, 2385, 4, 500, 6, false, 0], + 23339: ['Spelling Spell', 11, -1, 1665, 2385, 4, 500, 6, false, 0], + 23341: ['Tome of Moral Support', 4, -1, 1710, 2385, 4, 500, 6, false, 0], + 23343: ['Challenger Helm', 16, -1, 1755, 2385, 4, 500, 6, false, 0], + 23344: ['Shield of Pogmur', 5, -1, 1800, 2385, 4, 500, 6, false, 0], + 23346: ['Seal of Eternal Life', 12, -1, 1845, 2385, 4, 500, 6, false, 0], + 23347: ['Lightning in a Bottle', 18, -1, 1890, 2385, 4, 500, 6, false, 0], + 23349: ['Epiphany Skull', 19, -1, 1935, 2385, 4, 500, 6, false, 0], + 23351: ['Helium Trap', 20, -1, 1980, 2385, 4, 500, 6, false, 0], + 23352: ['Karma Orb', 21, -1, 2025, 2385, 4, 500, 6, false, 0], + 23353: ["Fool's Prism", 22, -1, 2070, 2385, 4, 500, 6, false, 0], + 23354: ['Honey Scepter Supreme', 23, -1, 2115, 2385, 7, 500, 6, false, 0], + 23355: ['Unshuriken', 25, -1, 2160, 2385, 4, 500, 6, false, 0], + 23357: ['NSFWakizashi', 27, -1, 2205, 2385, 4, 500, 6, false, 0], + 23359: ['Omni-Impotence Ring', 9, -1, 2250, 2385, 5, 500, 6, true, 0], + 23372: ['Love Letter x 1', 10, -1, 2295, 2385, 0, 0, 2, true, 1], + 23373: ['Love Letter x 2', 10, -1, 2340, 2385, 0, 0, 2, true, 2], + 23374: ['Love Letter x 3', 10, -1, 2385, 2385, 0, 0, 2, true, 3], + 23375: ['Love Letter x 4', 10, -1, 2430, 2385, 0, 0, 2, true, 4], + 23376: ['Love Letter x 5', 10, -1, 2475, 2385, 0, 0, 2, true, 5], + 23377: ['Love Letter x 6', 10, -1, 2520, 2385, 0, 0, 2, true, 6], + 23378: ['Love Letter x 7', 10, -1, 2565, 2385, 0, 0, 2, true, 7], + 23379: ['Love Letter x 8', 10, -1, 2610, 2385, 0, 0, 2, true, 8], + 23380: ['Love Letter x 9', 10, -1, 2655, 2385, 0, 0, 2, true, 9], + 23381: ['Love Letter x 10', 10, -1, 2700, 2385, 0, 0, 2, true, 10], + 23382: ['Love Letter x 11', 10, -1, 2745, 2385, 0, 0, 2, true, 11], + 23383: ['Love Letter x 12', 10, -1, 2790, 2385, 0, 0, 2, true, 12], + 23384: ['Love Letter x 13', 10, -1, 2835, 2385, 0, 0, 2, true, 13], + 23385: ['Love Letter x 14', 10, -1, 2880, 2385, 0, 0, 2, true, 14], + 23386: ['Love Letter x 15', 10, -1, 2925, 2385, 0, 0, 2, true, 15], + 23387: ['Love Letter x 16', 10, -1, 2970, 2385, 0, 0, 2, true, 16], + 23388: ['Love Letter x 17', 10, -1, 3015, 2385, 0, 0, 2, true, 17], + 23389: ['Love Letter x 18', 10, -1, 3060, 2385, 0, 0, 2, true, 18], + 23390: ['Love Letter x 19', 10, -1, 3105, 2385, 0, 0, 2, true, 19], + 23391: ['Love Letter x 20', 10, -1, 3150, 2385, 0, 0, 2, true, 20], + 23512: ['Ocular Entrapment', 20, -1, 3195, 2385, 7, 1000, 6, true, 0], + 23518: ['KnightST2', 7, -1, 3240, 2385, 6, 750, 8, true, 0], + 23519: ['KnightST3', 9, -1, 3285, 2385, 4, 650, 8, true, 0], + 23520: ['KnightST1', 5, -1, 3330, 2385, 7, 800, 8, true, 0], + 23521: ['KnightST0', 1, -1, 3375, 2385, 5, 850, 8, true, 0], + 23523: ['Shard of the Mad God x1', 10, -1, 3420, 2385, 0, 0, 2, true, 1], + 23524: ['Shard of the Mad God x2', 10, -1, 3465, 2385, 0, 0, 2, true, 2], + 23525: ['Shard of the Mad God x3', 10, -1, 3510, 2385, 0, 0, 2, true, 3], + 23526: ['Shard of the Mad God x4', 10, -1, 3555, 2385, 0, 0, 2, true, 4], + 23527: ['Shard of the Mad God x5', 10, -1, 3600, 2385, 0, 0, 2, true, 5], + 23528: ['Shard of the Mad God x6', 10, -1, 3645, 2385, 0, 0, 2, true, 6], + 23529: ['Shard of the Mad God x7', 10, -1, 3690, 2385, 0, 0, 2, true, 7], + 23530: ['Shard of the Mad God x8', 10, -1, 3735, 2385, 0, 0, 2, true, 8], + 23531: ['Shard of the Mad God x9', 10, -1, 3780, 2385, 0, 0, 2, true, 9], + 23532: ['Shard of the Mad God x10', 10, -1, 3825, 2385, 0, 0, 2, true, 10], + 23533: ['Shard of the Mad God x11', 10, -1, 3870, 2385, 0, 0, 2, true, 11], + 23534: ['Shard of the Mad God x12', 10, -1, 3915, 2385, 0, 0, 2, true, 12], + 23535: ['Shard of the Mad God x13', 10, -1, 3960, 2385, 0, 0, 2, true, 13], + 23536: ['Shard of the Mad God x14', 10, -1, 4005, 2385, 0, 0, 2, true, 14], + 23537: ['Shard of the Mad God x15', 10, -1, 4050, 2385, 0, 0, 2, true, 15], + 23538: ['Shard of the Mad God x16', 10, -1, 4095, 2385, 0, 0, 2, true, 16], + 23539: ['Shard of the Mad God x17', 10, -1, 4140, 2385, 0, 0, 2, true, 17], + 23540: ['Shard of the Mad God x18', 10, -1, 4185, 2385, 0, 0, 2, true, 18], + 23541: ['Shard of the Mad God x19', 10, -1, 4230, 2385, 0, 0, 2, true, 19], + 23542: ['Shard of the Mad God x20', 10, -1, 4275, 2385, 0, 0, 2, true, 20], + 23543: ['Shard of the Mad God x21', 10, -1, 4320, 2385, 0, 0, 2, true, 21], + 23544: ['Shard of the Mad God x22', 10, -1, 4365, 2385, 0, 0, 2, true, 22], + 23545: ['Shard of the Mad God x23', 10, -1, 4410, 2385, 0, 0, 2, true, 23], + 23546: ['Shard of the Mad God x24', 10, -1, 4455, 2385, 0, 0, 2, true, 24], + 23547: ['Shard of the Mad God x25', 10, -1, 0, 2430, 0, 0, 2, true, 25], + 23549: ['Shard of the Doorwarden x1', 10, -1, 45, 2430, 0, 0, 2, true, 1], + 23550: ['Shard of the Doorwarden x2', 10, -1, 90, 2430, 0, 0, 2, true, 2], + 23551: ['Shard of the Doorwarden x3', 10, -1, 135, 2430, 0, 0, 2, true, 3], + 23552: ['Shard of the Doorwarden x4', 10, -1, 180, 2430, 0, 0, 2, true, 4], + 23553: ['Shard of the Doorwarden x5', 10, -1, 225, 2430, 0, 0, 2, true, 5], + 23554: ['Shard of the Doorwarden x6', 10, -1, 270, 2430, 0, 0, 2, true, 6], + 23555: ['Shard of the Doorwarden x7', 10, -1, 315, 2430, 0, 0, 2, true, 7], + 23556: ['Shard of the Doorwarden x8', 10, -1, 360, 2430, 0, 0, 2, true, 8], + 23557: ['Shard of the Doorwarden x9', 10, -1, 405, 2430, 0, 0, 2, true, 9], + 23558: ['Shard of the Doorwarden x10', 10, -1, 450, 2430, 0, 0, 2, true, 10], + 23559: ['Shard of the Doorwarden x11', 10, -1, 495, 2430, 0, 0, 2, true, 11], + 23560: ['Shard of the Doorwarden x12', 10, -1, 540, 2430, 0, 0, 2, true, 12], + 23561: ['Shard of the Doorwarden x13', 10, -1, 585, 2430, 0, 0, 2, true, 13], + 23562: ['Shard of the Doorwarden x14', 10, -1, 630, 2430, 0, 0, 2, true, 14], + 23563: ['Shard of the Doorwarden x15', 10, -1, 675, 2430, 0, 0, 2, true, 15], + 23564: ['Shard of the Doorwarden x16', 10, -1, 720, 2430, 0, 0, 2, true, 16], + 23565: ['Shard of the Doorwarden x17', 10, -1, 765, 2430, 0, 0, 2, true, 17], + 23566: ['Shard of the Doorwarden x18', 10, -1, 810, 2430, 0, 0, 2, true, 18], + 23567: ['Shard of the Doorwarden x19', 10, -1, 855, 2430, 0, 0, 2, true, 19], + 23568: ['Shard of the Doorwarden x20', 10, -1, 900, 2430, 0, 0, 2, true, 20], + 23569: ['Shard of the Doorwarden x21', 10, -1, 945, 2430, 0, 0, 2, true, 21], + 23570: ['Shard of the Doorwarden x22', 10, -1, 990, 2430, 0, 0, 2, true, 22], + 23571: ['Shard of the Doorwarden x23', 10, -1, 1035, 2430, 0, 0, 2, true, 23], + 23572: ['Shard of the Doorwarden x24', 10, -1, 1080, 2430, 0, 0, 2, true, 24], + 23573: ['Shard of the Doorwarden x25', 10, -1, 1125, 2430, 0, 0, 2, true, 25], + 23574: ['Shard of the Doorwarden x26', 10, -1, 1170, 2430, 0, 0, 2, true, 26], + 23575: ['Shard of the Doorwarden x27', 10, -1, 1215, 2430, 0, 0, 2, true, 27], + 23576: ['Shard of the Doorwarden x28', 10, -1, 1260, 2430, 0, 0, 2, true, 28], + 23577: ['Shard of the Doorwarden x29', 10, -1, 1305, 2430, 0, 0, 2, true, 29], + 23578: ['Shard of the Doorwarden x30', 10, -1, 1350, 2430, 0, 0, 2, true, 30], + 23579: ['Shard of the Doorwarden x31', 10, -1, 1395, 2430, 0, 0, 2, true, 31], + 23580: ['Shard of the Doorwarden x32', 10, -1, 1440, 2430, 0, 0, 2, true, 32], + 23581: ['Shard of the Doorwarden x33', 10, -1, 1485, 2430, 0, 0, 2, true, 33], + 23582: ['Shard of the Doorwarden x34', 10, -1, 1530, 2430, 0, 0, 2, true, 34], + 23583: ['Shard of the Doorwarden x35', 10, -1, 1575, 2430, 0, 0, 2, true, 35], + 23605: ['Shard of the Intern x1', 10, -1, 1620, 2430, 0, 0, 2, true, 1], + 23606: ['Shard of the Intern x2', 10, -1, 1665, 2430, 0, 0, 2, true, 2], + 23607: ['Shard of the Intern x3', 10, -1, 1710, 2430, 0, 0, 2, true, 3], + 23608: ['Shard of the Intern x4', 10, -1, 1755, 2430, 0, 0, 2, true, 4], + 23609: ['Shard of the Intern x5', 10, -1, 1800, 2430, 0, 0, 2, true, 5], + 23610: ['Shard of the Intern x6', 10, -1, 1845, 2430, 0, 0, 2, true, 6], + 23611: ['Shard of the Intern x7', 10, -1, 1890, 2430, 0, 0, 2, true, 7], + 23612: ['Shard of the Intern x8', 10, -1, 1935, 2430, 0, 0, 2, true, 8], + 23613: ['Shard of the Intern x9', 10, -1, 1980, 2430, 0, 0, 2, true, 9], + 23614: ['Shard of the Intern x10', 10, -1, 2025, 2430, 0, 0, 2, true, 10], + 23615: ['Shard of the Intern x11', 10, -1, 2070, 2430, 0, 0, 2, true, 11], + 23616: ['Shard of the Intern x12', 10, -1, 2115, 2430, 0, 0, 2, true, 12], + 23617: ['Shard of the Intern x13', 10, -1, 2160, 2430, 0, 0, 2, true, 13], + 23618: ['Shard of the Intern x14', 10, -1, 2205, 2430, 0, 0, 2, true, 14], + 23619: ['Shard of the Intern x15', 10, -1, 2250, 2430, 0, 0, 2, true, 15], + 23623: ['Pandemic Poison', 18, -1, 2295, 2430, 8, 1200, 6, true, 0], + 23624: ['Amulet of Restoration', 9, -1, 2340, 2430, 6, 666, 6, true, 0], + 23625: ['Boundless Vessel', 7, -1, 2385, 2430, 7, 950, 6, true, 0], + 23627: ['Deliverance', 8, -1, 2430, 2430, 7, 950, 6, true, 0], + 23631: ['Amulet of Desecration', 9, -1, 2475, 2430, 8, 666, 6, true, 0], + 23676: ['SpecPen Quiver Shot', 9, -1, 2520, 2430, 0, 0, 0, true, 0], + 23690: ['Spectral Penitentiary Key', 10, -1, 2565, 2430, 0, 200, 7, true, 0], + 23732: ['Damnation', 1, -1, 2610, 2430, 7, 1000, 6, true, 0], + 23742: ['Command Cornea', 21, -1, 2655, 2430, 7, 1000, 6, true, 0], + 23743: ['SpecPen Upgrade Token', 10, -1, 2700, 2430, 0, 1200, 6, true, 0], + 23745: ['Sinister Syringes', 15, -1, 2745, 2430, 7, 1000, 6, true, 0], + 23768: ['SpecPen Vanity Generator', 10, -1, 2790, 2430, 0, 0, 5, false, 0], + 23770: ['SpecPen Contributor Reward', 10, -1, 2835, 2430, 0, 0, 5, true, 0], + 23794: ["Jailer's Scythe", 17, -1, 2880, 2430, 7, 1000, 6, true, 0], + 23801: ['Spectral Quest Chest Item', 10, -1, 2925, 2430, 0, 200, 8, true, 0], + 23863: ['SpecPen Prison Ration', 10, -1, 2970, 2430, 0, 100, 0, false, 0], + 23897: ['SpecPen Alchemy Guide', 10, -1, 3015, 2430, 0, 5, 0, true, 0], + 23898: ['Tools of the Tarnished', 24, -1, 3060, 2430, 7, 1000, 6, true, 0], + 23915: ['Overwhelming Axehead', 25, -1, 3105, 2430, 7, 1000, 6, true, 0], + 23916: ['Motivational Megaphone', 28, -1, 3150, 2430, 7, 1000, 6, true, 0], + 23919: ['Cackling Straitjacket', 6, -1, 3195, 2430, 7, 1000, 6, true, 0], + 23968: ['Mark of the Soulwarden', 10, -1, 3240, 2430, 0, 50, 2, true, 0], + 24091: ['Lost Halls PermaKey', 10, -1, 3285, 2430, 0, 200, 7, true, 0], + 24095: ['Feed', 10, -1, 3330, 2430, 0, 50000, 7, true, 0], + 24102: ['SuperFame', 10, -1, 3375, 2430, 0, 0, 8, true, 0], + 24109: ['Treasure Map', 10, -1, 3420, 2430, 0, 200, 7, true, 0], + 24219: ["April's O", 10, -1, 3465, 2430, 0, 0, 8, true, 0], + 24220: ["April's R", 10, -1, 3510, 2430, 0, 0, 8, true, 0], + 24221: ["April's Y", 10, -1, 3555, 2430, 0, 0, 8, true, 0], + 24222: ["April's X", 10, -1, 3600, 2430, 0, 0, 8, true, 0], + 24225: ['Holy Guide Priest Skin', 10, -1, 3645, 2430, 0, 1000, 7, true, 0], + 24227: ['Jiangshi Trickster Skin', 10, -1, 3690, 2430, 0, 1000, 7, true, 0], + 24229: ['Royal Champion Samurai Skin', 10, -1, 3735, 2430, 0, 1000, 7, true, 0], + 24231: ['Armored Champion Warrior Skin', 10, -1, 3780, 2430, 0, 1000, 7, true, 0], + 24233: ['Time Traveler Trickster Skin', 10, -1, 3825, 2430, 0, 1000, 7, true, 0], + 24235: ['Skeleton Knight Skin', 10, -1, 3870, 2430, 0, 1000, 7, true, 0], + 24237: ['Skeleton Archer Skin', 10, -1, 3915, 2430, 0, 1000, 7, true, 0], + 24239: ['Scrooge Priest Skin', 10, -1, 3960, 2430, 0, 1000, 7, true, 0], + 24241: ['Glacius Knight Skin', 10, -1, 4005, 2430, 0, 1000, 7, true, 0], + 24243: ['Guillotiner Samurai Skin', 10, -1, 4050, 2430, 0, 1000, 7, true, 0], + 24245: ['Bolt Caster Wizard Skin', 10, -1, 4095, 2430, 0, 1000, 7, true, 0], + 24247: ['Spellmaster Wizard Skin', 10, -1, 4140, 2430, 0, 1000, 7, true, 0], + 24249: ['Archbishop Priest Skin', 10, -1, 4185, 2430, 0, 1000, 7, true, 0], + 24251: ['Hero Paladin Skin', 10, -1, 4230, 2430, 0, 1000, 7, true, 0], + 24253: ['Scorpion Hunter Rogue Skin', 10, -1, 4275, 2430, 0, 1000, 7, true, 0], + 24255: ['Night Elf Queen Trickster Skin', 10, -1, 4320, 2430, 0, 1000, 7, true, 0], + 24256: ['Mini Raijin Skin', 10, -1, 4365, 2430, 0, 1000, 7, true, 0], + 24257: ['Easter Mystery Gift', 10, -1, 4410, 2430, 0, 0, 8, true, 0], + 24259: ['Electronic Scholar Sorcerer Skin', 10, -1, 4455, 2430, 0, 1000, 7, true, 0], + 24261: ['Queen of Misrule Trickster Skin', 10, -1, 0, 2475, 0, 1000, 7, true, 0], + 24263: ['Morris Dancer Priest Skin', 10, -1, 45, 2475, 0, 1000, 7, true, 0], + 24265: ['Fire Goddess Mystic Skin', 10, -1, 90, 2475, 0, 1000, 7, true, 0], + 24267: ['Moss Magus Wizard Skin', 10, -1, 135, 2475, 0, 1000, 7, true, 0], + 24269: ['Mini Ghost Archer Skin', 10, -1, 180, 2475, 0, 1000, 7, true, 0], + 24271: ['Pirate Chief Warrior Skin', 10, -1, 225, 2475, 0, 1000, 7, true, 0], + 24273: ['Dragon Skull Necromancer Skin', 10, -1, 270, 2475, 0, 1000, 7, true, 0], + 24275: ['Doctor Priest Skin', 10, -1, 315, 2475, 0, 1000, 7, true, 0], + 24277: ['Astronaut Knight Skin', 10, -1, 360, 2475, 0, 1000, 7, true, 0], + 24279: ['Lost Lands Knight Skin', 10, -1, 405, 2475, 0, 1000, 7, true, 0], + 24281: ['Mini Totalia Mystic Skin', 10, -1, 450, 2475, 0, 1000, 7, true, 0], + 24283: ['Space Smuggler Rogue Skin', 10, -1, 495, 2475, 0, 1000, 7, true, 0], + 24285: ['Exploratory Bot Paladin Skin', 10, -1, 540, 2475, 0, 1000, 7, true, 0], + 24287: ['Shroom Warrior Skin', 10, -1, 585, 2475, 0, 1000, 7, true, 0], + 24289: ['Plague Necromancer Skin', 10, -1, 630, 2475, 0, 1000, 7, true, 0], + 24291: ['Angler Wizard Skin', 10, -1, 675, 2475, 0, 1000, 7, true, 0], + 24293: ['Lighthouse Keeper Paladin Skin', 10, -1, 720, 2475, 0, 1000, 7, true, 0], + 24295: ['Miner Warrior Skin', 10, -1, 765, 2475, 0, 1000, 7, true, 0], + 24297: ['Brandon the Fish Trickster Skin', 10, -1, 810, 2475, 0, 1000, 7, true, 0], + 24299: ['Haunted Doll Trickster Skin', 10, -1, 855, 2475, 0, 1000, 7, true, 0], + 24301: ['Lazy Skeleton Assassin Skin', 10, -1, 900, 2475, 0, 1000, 7, true, 0], + 24303: ['Locomotive Knight Skin', 10, -1, 945, 2475, 0, 1000, 7, true, 0], + 24305: ['Demon Girl Samurai Skin', 10, -1, 990, 2475, 0, 1000, 7, true, 0], + 24307: ['Urglemancer Mystic Skin', 10, -1, 1035, 2475, 0, 1000, 7, true, 0], + 24309: ['Chinese Princess Warrior Skin', 10, -1, 1080, 2475, 0, 1000, 7, true, 0], + 24311: ['Keyper Paladin Skin', 10, -1, 1125, 2475, 0, 1000, 7, true, 0], + 24374: ['Tattooed Yakuza Samurai Skin', 10, -1, 1170, 2475, 0, 1000, 7, true, 0], + 24414: ['Wretched Rags', 14, -1, 1215, 2475, 7, 1000, 6, true, 0], + 24604: ['King Skin of the Toys Pet Stone', 10, -1, 1260, 2475, 0, 1000, 7, true, 0], + 24607: ['Festive Slurp Pet Stone', 10, -1, 1305, 2475, 0, 1000, 7, true, 0], + 24611: ['Holiday Penguin Pet Stone', 10, -1, 1350, 2475, 0, 1000, 7, true, 0], + 24614: ['Young Elk Pet Stone', 10, -1, 1395, 2475, 0, 1000, 7, true, 0], + 24617: ['Krampus Pet Stone', 10, -1, 1440, 2475, 0, 1000, 7, true, 0], + 24619: ['Giant Sword Warrior Skin', 10, -1, 1485, 2475, 0, 1000, 7, true, 0], + 24635: ['Champagne Lady Assassin Skin', 10, -1, 1530, 2475, 0, 1000, 7, true, 0], + 24637: ['Halberdier Paladin Skin', 10, -1, 1575, 2475, 0, 1000, 7, true, 0], + 24643: ['Lunar High Priestess Skin', 10, -1, 1620, 2475, 0, 1000, 7, true, 0], + 24644: ['Dionysus Priest Skin', 10, -1, 1665, 2475, 0, 1000, 7, true, 0], + 24645: ['Lone Rogue Skin', 10, -1, 1710, 2475, 0, 1000, 7, true, 0], + 24646: ['Wise Swine Knight Skin', 10, -1, 1755, 2475, 0, 1000, 7, true, 0], + 24647: ['Sand Monk Warrior Skin', 10, -1, 1800, 2475, 0, 1000, 7, true, 0], + 24650: ['Egg Monster Pet Stone', 10, -1, 1845, 2475, 0, 1000, 7, true, 0], + 24653: ['Peacock Pet Stone', 10, -1, 1890, 2475, 0, 1000, 7, true, 0], + 24656: ['Tricycle Bot Pet Stone', 10, -1, 1935, 2475, 0, 1000, 7, true, 0], + 24659: ['Mini Candy Gnome Pet Stone', 10, -1, 1980, 2475, 0, 1000, 7, true, 0], + 24662: ["Lil' Mummy Pet Stone", 10, -1, 2025, 2475, 0, 1000, 7, true, 0], + 24665: ['Parasaurolophus Pet Stone', 10, -1, 2070, 2475, 0, 1000, 7, true, 0], + 24668: ['Lambeosaurus Pet Stone', 10, -1, 2115, 2475, 0, 1000, 7, true, 0], + 24670: ['Gnome Trickster Skin', 10, -1, 2160, 2475, 0, 1000, 7, true, 0], + 24678: ['Veteran of 2017', 10, -1, 2205, 2475, 0, 500, 5, true, 0], + 24691: ['Guiding Spirit Pet Stone', 10, -1, 2250, 2475, 0, 1000, 7, true, 0], + 24692: ['Energy Potato', 10, -1, 2295, 2475, 0, 10000, 7, true, 0], + 24708: ['Aphrodite Mystic Skin', 10, -1, 2340, 2475, 0, 1000, 7, true, 0], + 24709: ['Raccoon Rogue Skin', 10, -1, 2385, 2475, 0, 1000, 7, true, 0], + 24710: ['Raven Archer Skin', 10, -1, 2430, 2475, 0, 1000, 7, true, 0], + 24711: ['Bunny Magician Skin', 10, -1, 2475, 2475, 0, 1000, 7, true, 0], + 24712: ['Panda Priest Skin', 10, -1, 2520, 2475, 0, 1000, 7, true, 0], + 24713: ['Penguin Warrior Skin', 10, -1, 2565, 2475, 0, 1000, 7, true, 0], + 24714: ['Turtle Knight Skin', 10, -1, 2610, 2475, 0, 1000, 7, true, 0], + 24715: ['Mouse Paladin Skin', 10, -1, 2655, 2475, 0, 1000, 7, true, 0], + 24716: ['Blue Frog Assassin Skin', 10, -1, 2700, 2475, 0, 1000, 7, true, 0], + 24717: ['Anubis Necromancer Skin', 10, -1, 2745, 2475, 0, 1000, 7, true, 0], + 24718: ['Reptilian Hunter Skin', 10, -1, 2790, 2475, 0, 1000, 7, true, 0], + 24719: ['Mystical Owl Skin', 10, -1, 2835, 2475, 0, 1000, 7, true, 0], + 24720: ['Fox Trickster Skin', 10, -1, 2880, 2475, 0, 1000, 7, true, 0], + 24721: ['Piglet Sorcerer Skin', 10, -1, 2925, 2475, 0, 1000, 7, true, 0], + 24722: ['Feline Blade Ninja Skin', 10, -1, 2970, 2475, 0, 1000, 7, true, 0], + 24725: ['Red Heart Pet Stone', 10, -1, 3015, 2475, 0, 1000, 7, true, 0], + 24728: ['Pink Heart Pet Stone', 10, -1, 3060, 2475, 0, 1000, 7, true, 0], + 24731: ['Mini Pegasus Pet Stone', 10, -1, 3105, 2475, 0, 1000, 7, true, 0], + 24734: ['Prince Frog Pet Stone', 10, -1, 3150, 2475, 0, 1000, 7, true, 0], + 24737: ['Mystery ST Skin Shard x1', 10, -1, 3195, 2475, 0, 50, 2, true, 1], + 24738: ['Mystery ST Skin Shard x2', 10, -1, 3240, 2475, 0, 100, 2, true, 2], + 24739: ['Mystery ST Skin Shard x3', 10, -1, 3285, 2475, 0, 150, 2, true, 3], + 24740: ['Mystery ST Skin Shard x4', 10, -1, 3330, 2475, 0, 200, 2, true, 4], + 24741: ['Mystery ST Skin Shard x5', 10, -1, 3375, 2475, 0, 250, 2, true, 5], + 24742: ['Mystery ST Skin Shard x6', 10, -1, 3420, 2475, 0, 300, 2, true, 6], + 24743: ['Mystery ST Skin Shard x7', 10, -1, 3465, 2475, 0, 350, 2, true, 7], + 24744: ['Mystery ST Skin Shard x8', 10, -1, 3510, 2475, 0, 400, 2, true, 8], + 24745: ['Mystery ST Skin Shard x9', 10, -1, 3555, 2475, 0, 450, 2, true, 9], + 24746: ['Mystery ST Skin Shard x10', 10, -1, 3600, 2475, 0, 500, 2, true, 10], + 24747: ['Mystery ST Skin Shard x11', 10, -1, 3645, 2475, 0, 550, 2, true, 11], + 24748: ['Mystery ST Skin Shard x12', 10, -1, 3690, 2475, 0, 600, 2, true, 12], + 24749: ['Mystery ST Skin Shard x13', 10, -1, 3735, 2475, 0, 650, 2, true, 13], + 24750: ['Mystery ST Skin Shard x14', 10, -1, 3780, 2475, 0, 700, 2, true, 14], + 24751: ['Mystery ST Skin Shard x15', 10, -1, 3825, 2475, 0, 750, 2, true, 15], + 24753: ['Celestial Stone x1', 10, -1, 3870, 2475, 0, 0, 2, true, 1], + 24754: ['Celestial Stone x2', 10, -1, 3915, 2475, 0, 0, 2, true, 2], + 24755: ['Celestial Stone x3', 10, -1, 3960, 2475, 0, 0, 2, true, 3], + 24756: ['Celestial Stone x4', 10, -1, 4005, 2475, 0, 0, 2, true, 4], + 24757: ['Celestial Stone x5', 10, -1, 4050, 2475, 0, 0, 2, true, 5], + 24758: ['Celestial Stone x6', 10, -1, 4095, 2475, 0, 0, 2, true, 6], + 24759: ['Celestial Stone x7', 10, -1, 4140, 2475, 0, 0, 2, true, 7], + 24760: ['Celestial Stone x8', 10, -1, 4185, 2475, 0, 0, 2, true, 8], + 24761: ['Celestial Stone x9', 10, -1, 4230, 2475, 0, 0, 2, true, 9], + 24762: ['Celestial Stone x10', 10, -1, 4275, 2475, 0, 0, 2, true, 10], + 24763: ['Celestial Stone x11', 10, -1, 4320, 2475, 0, 0, 2, true, 11], + 24764: ['Celestial Stone x12', 10, -1, 4365, 2475, 0, 0, 2, true, 12], + 24765: ['Celestial Stone x13', 10, -1, 4410, 2475, 0, 0, 2, true, 13], + 24766: ['Celestial Stone x14', 10, -1, 4455, 2475, 0, 0, 2, true, 14], + 24767: ['Celestial Stone x15', 10, -1, 0, 2520, 0, 0, 2, true, 15], + 24768: ['Celestial Stone x16', 10, -1, 45, 2520, 0, 0, 2, true, 16], + 24769: ['Celestial Stone x17', 10, -1, 90, 2520, 0, 0, 2, true, 17], + 24770: ['Celestial Stone x18', 10, -1, 135, 2520, 0, 0, 2, true, 18], + 24771: ['Celestial Stone x19', 10, -1, 180, 2520, 0, 0, 2, true, 19], + 24772: ['Celestial Stone x20', 10, -1, 225, 2520, 0, 0, 2, true, 20], + 24774: ['Ice Potion x1', 10, -1, 270, 2520, 0, 0, 2, true, 1], + 24775: ['Ice Potion x2', 10, -1, 315, 2520, 0, 0, 2, true, 2], + 24776: ['Ice Potion x3', 10, -1, 360, 2520, 0, 0, 2, true, 3], + 24777: ['Ice Potion x4', 10, -1, 405, 2520, 0, 0, 2, true, 4], + 24778: ['Ice Potion x5', 10, -1, 450, 2520, 0, 0, 2, true, 5], + 24779: ['Ice Potion x6', 10, -1, 495, 2520, 0, 0, 2, true, 6], + 24780: ['Ice Potion x7', 10, -1, 540, 2520, 0, 0, 2, true, 7], + 24781: ['Ice Potion x8', 10, -1, 585, 2520, 0, 0, 2, true, 8], + 24782: ['Ice Potion x9', 10, -1, 630, 2520, 0, 0, 2, true, 9], + 24783: ['Ice Potion x10', 10, -1, 675, 2520, 0, 0, 2, true, 10], + 24785: ['Void Stone x1', 10, -1, 720, 2520, 0, 0, 2, true, 1], + 24786: ['Void Stone x2', 10, -1, 765, 2520, 0, 0, 2, true, 2], + 24787: ['Void Stone x3', 10, -1, 810, 2520, 0, 0, 2, true, 3], + 24788: ['Void Stone x4', 10, -1, 855, 2520, 0, 0, 2, true, 4], + 24789: ['Void Stone x5', 10, -1, 900, 2520, 0, 0, 2, true, 5], + 24790: ['Void Stone x6', 10, -1, 945, 2520, 0, 0, 2, true, 6], + 24791: ['Void Stone x7', 10, -1, 990, 2520, 0, 0, 2, true, 7], + 24792: ['Void Stone x8', 10, -1, 1035, 2520, 0, 0, 2, true, 8], + 24793: ['Void Stone x9', 10, -1, 1080, 2520, 0, 0, 2, true, 9], + 24794: ['Void Stone x10', 10, -1, 1125, 2520, 0, 0, 2, true, 10], + 24796: ['Whisper of Destiny x1', 10, -1, 1170, 2520, 0, 0, 2, true, 1], + 24797: ['Whisper of Destiny x2', 10, -1, 1215, 2520, 0, 0, 2, true, 2], + 24798: ['Whisper of Destiny x3', 10, -1, 1260, 2520, 0, 0, 2, true, 3], + 24799: ['Whisper of Destiny x4', 10, -1, 1305, 2520, 0, 0, 2, true, 4], + 24800: ['Whisper of Destiny x5', 10, -1, 1350, 2520, 0, 0, 2, true, 5], + 24801: ['Whisper of Destiny x6', 10, -1, 1395, 2520, 0, 0, 2, true, 6], + 24802: ['Whisper of Destiny x7', 10, -1, 1440, 2520, 0, 0, 2, true, 7], + 24803: ['Whisper of Destiny x8', 10, -1, 1485, 2520, 0, 0, 2, true, 8], + 24804: ['Whisper of Destiny x9', 10, -1, 1530, 2520, 0, 0, 2, true, 9], + 24805: ['Whisper of Destiny x10', 10, -1, 1575, 2520, 0, 0, 2, true, 10], + 24806: ['Whisper of Destiny x11', 10, -1, 1620, 2520, 0, 0, 2, true, 11], + 24807: ['Whisper of Destiny x12', 10, -1, 1665, 2520, 0, 0, 2, true, 12], + 24808: ['Whisper of Destiny x13', 10, -1, 1710, 2520, 0, 0, 2, true, 13], + 24809: ['Whisper of Destiny x14', 10, -1, 1755, 2520, 0, 0, 2, true, 14], + 24810: ['Whisper of Destiny x15', 10, -1, 1800, 2520, 0, 0, 2, true, 15], + 24811: ['Whisper of Destiny x16', 10, -1, 1845, 2520, 0, 0, 2, true, 16], + 24812: ['Whisper of Destiny x17', 10, -1, 1890, 2520, 0, 0, 2, true, 17], + 24813: ['Whisper of Destiny x18', 10, -1, 1935, 2520, 0, 0, 2, true, 18], + 24814: ['Whisper of Destiny x19', 10, -1, 1980, 2520, 0, 0, 2, true, 19], + 24815: ['Whisper of Destiny x20', 10, -1, 2025, 2520, 0, 0, 2, true, 20], + 24834: ["Soul's Guidance", 8, -1, 2070, 2520, 6, 800, 6, false, 0], + 24837: ['Bagston Pet Stone', 10, -1, 2115, 2520, 0, 1000, 7, true, 0], + 24840: ['Goldy Pet Stone', 10, -1, 2160, 2520, 0, 1000, 7, true, 0], + 24843: ['Jaco Pet Stone', 10, -1, 2205, 2520, 0, 1000, 7, true, 0], + 24850: ['Echo of Destiny x1', 10, -1, 2250, 2520, 0, 0, 2, true, 1], + 24851: ['Echo of Destiny x2', 10, -1, 2295, 2520, 0, 0, 2, true, 2], + 24852: ['Echo of Destiny x3', 10, -1, 2340, 2520, 0, 0, 2, true, 3], + 24853: ['Echo of Destiny x4', 10, -1, 2385, 2520, 0, 0, 2, true, 4], + 24854: ['Echo of Destiny x5', 10, -1, 2430, 2520, 0, 0, 2, true, 5], + 24855: ['Echo of Destiny x6', 10, -1, 2475, 2520, 0, 0, 2, true, 6], + 24856: ['Echo of Destiny x7', 10, -1, 2520, 2520, 0, 0, 2, true, 7], + 24857: ['Echo of Destiny x8', 10, -1, 2565, 2520, 0, 0, 2, true, 8], + 24858: ['Echo of Destiny x9', 10, -1, 2610, 2520, 0, 0, 2, true, 9], + 24859: ['Echo of Destiny x10', 10, -1, 2655, 2520, 0, 0, 2, true, 10], + 24860: ['Echo of Destiny x11', 10, -1, 2700, 2520, 0, 0, 2, true, 11], + 24861: ['Echo of Destiny x12', 10, -1, 2745, 2520, 0, 0, 2, true, 12], + 24862: ['Echo of Destiny x13', 10, -1, 2790, 2520, 0, 0, 2, true, 13], + 24863: ['Echo of Destiny x14', 10, -1, 2835, 2520, 0, 0, 2, true, 14], + 24864: ['Echo of Destiny x15', 10, -1, 2880, 2520, 0, 0, 2, true, 15], + 24865: ['Echo of Destiny x16', 10, -1, 2925, 2520, 0, 0, 2, true, 16], + 24866: ['Echo of Destiny x17', 10, -1, 2970, 2520, 0, 0, 2, true, 17], + 24867: ['Echo of Destiny x18', 10, -1, 3015, 2520, 0, 0, 2, true, 18], + 24868: ['Echo of Destiny x19', 10, -1, 3060, 2520, 0, 0, 2, true, 19], + 24869: ['Echo of Destiny x20', 10, -1, 3105, 2520, 0, 0, 2, true, 20], + 24871: ['Echoes of Stone x1', 10, -1, 3150, 2520, 0, 0, 2, true, 1], + 24872: ['Echoes of Stone x2', 10, -1, 3195, 2520, 0, 0, 2, true, 2], + 24873: ['Echoes of Stone x3', 10, -1, 3240, 2520, 0, 0, 2, true, 3], + 24874: ['Echoes of Stone x4', 10, -1, 3285, 2520, 0, 0, 2, true, 4], + 24875: ['Echoes of Stone x5', 10, -1, 3330, 2520, 0, 0, 2, true, 5], + 24876: ['Echoes of Stone x6', 10, -1, 3375, 2520, 0, 0, 2, true, 6], + 24877: ['Echoes of Stone x7', 10, -1, 3420, 2520, 0, 0, 2, true, 7], + 24878: ['Echoes of Stone x8', 10, -1, 3465, 2520, 0, 0, 2, true, 8], + 24879: ['Echoes of Stone x9', 10, -1, 3510, 2520, 0, 0, 2, true, 9], + 24880: ['Echoes of Stone x10', 10, -1, 3555, 2520, 0, 0, 2, true, 10], + 24881: ['Stone Collection Chest', 10, -1, 3600, 2520, 0, 0, 8, true, 0], + 24883: ['Echoes of Antinomy x1', 10, -1, 3645, 2520, 0, 0, 2, true, 1], + 24884: ['Echoes of Antinomy x2', 10, -1, 3690, 2520, 0, 0, 2, true, 2], + 24885: ['Echoes of Antinomy x3', 10, -1, 3735, 2520, 0, 0, 2, true, 3], + 24886: ['Echoes of Antinomy x4', 10, -1, 3780, 2520, 0, 0, 2, true, 4], + 24887: ['Echoes of Antinomy x5', 10, -1, 3825, 2520, 0, 0, 2, true, 5], + 24888: ['Echoes of Antinomy x6', 10, -1, 3870, 2520, 0, 0, 2, true, 6], + 24889: ['Echoes of Antinomy x7', 10, -1, 3915, 2520, 0, 0, 2, true, 7], + 24890: ['Echoes of Antinomy x8', 10, -1, 3960, 2520, 0, 0, 2, true, 8], + 24891: ['Echoes of Antinomy x9', 10, -1, 4005, 2520, 0, 0, 2, true, 9], + 24892: ['Echoes of Antinomy x10', 10, -1, 4050, 2520, 0, 0, 2, true, 10], + 24893: ['Antinomy Collection Chest', 10, -1, 4095, 2520, 0, 0, 8, true, 0], + 24895: ['Echoes of a Mad God x1', 10, -1, 4140, 2520, 0, 0, 2, true, 1], + 24896: ['Echoes of a Mad God x2', 10, -1, 4185, 2520, 0, 0, 2, true, 2], + 24897: ['Echoes of a Mad God x3', 10, -1, 4230, 2520, 0, 0, 2, true, 3], + 24898: ['Echoes of a Mad God x4', 10, -1, 4275, 2520, 0, 0, 2, true, 4], + 24899: ['Echoes of a Mad God x5', 10, -1, 4320, 2520, 0, 0, 2, true, 5], + 24900: ['Echoes of a Mad God x6', 10, -1, 4365, 2520, 0, 0, 2, true, 6], + 24901: ['Echoes of a Mad God x7', 10, -1, 4410, 2520, 0, 0, 2, true, 7], + 24902: ['Echoes of a Mad God x8', 10, -1, 4455, 2520, 0, 0, 2, true, 8], + 24903: ['Echoes of a Mad God x9', 10, -1, 0, 2565, 0, 0, 2, true, 9], + 24904: ['Echoes of a Mad God x10', 10, -1, 45, 2565, 0, 0, 2, true, 10], + 24905: ['Kingdom Collection Chest', 10, -1, 90, 2565, 0, 0, 8, true, 0], + 24907: ['Echoes of Vindication x1', 10, -1, 135, 2565, 0, 0, 2, true, 1], + 24908: ['Echoes of Vindication x2', 10, -1, 180, 2565, 0, 0, 2, true, 2], + 24909: ['Echoes of Vindication x3', 10, -1, 225, 2565, 0, 0, 2, true, 3], + 24910: ['Echoes of Vindication x4', 10, -1, 270, 2565, 0, 0, 2, true, 4], + 24911: ['Echoes of Vindication x5', 10, -1, 315, 2565, 0, 0, 2, true, 5], + 24912: ['Echoes of Vindication x6', 10, -1, 360, 2565, 0, 0, 2, true, 6], + 24913: ['Echoes of Vindication x7', 10, -1, 405, 2565, 0, 0, 2, true, 7], + 24914: ['Echoes of Vindication x8', 10, -1, 450, 2565, 0, 0, 2, true, 8], + 24915: ['Echoes of Vindication x9', 10, -1, 495, 2565, 0, 0, 2, true, 9], + 24916: ['Echoes of Vindication x10', 10, -1, 540, 2565, 0, 0, 2, true, 10], + 24917: ['Vindication Collection Chest', 10, -1, 585, 2565, 0, 0, 8, true, 0], + 24918: ['Kogbold Collection Chest', 10, -1, 630, 2565, 0, 0, 8, true, 0], + 24920: ['Stalwart Token x1', 10, -1, 675, 2565, 0, 0, 2, true, 1], + 24921: ['Stalwart Token x2', 10, -1, 720, 2565, 0, 0, 2, true, 2], + 24922: ['Stalwart Token x3', 10, -1, 765, 2565, 0, 0, 2, true, 3], + 24923: ['Stalwart Token x4', 10, -1, 810, 2565, 0, 0, 2, true, 4], + 24924: ['Stalwart Token x5', 10, -1, 855, 2565, 0, 0, 2, true, 5], + 24926: ['Sniper Token x1', 10, -1, 900, 2565, 0, 0, 2, true, 1], + 24927: ['Sniper Token x2', 10, -1, 945, 2565, 0, 0, 2, true, 2], + 24928: ['Sniper Token x3', 10, -1, 990, 2565, 0, 0, 2, true, 3], + 24929: ['Sniper Token x4', 10, -1, 1035, 2565, 0, 0, 2, true, 4], + 24930: ['Sniper Token x5', 10, -1, 1080, 2565, 0, 0, 2, true, 5], + 24932: ['Swiftblade Token x1', 10, -1, 1125, 2565, 0, 0, 2, true, 1], + 24933: ['Swiftblade Token x2', 10, -1, 1170, 2565, 0, 0, 2, true, 2], + 24934: ['Swiftblade Token x3', 10, -1, 1215, 2565, 0, 0, 2, true, 3], + 24935: ['Swiftblade Token x4', 10, -1, 1260, 2565, 0, 0, 2, true, 4], + 24936: ['Swiftblade Token x5', 10, -1, 1305, 2565, 0, 0, 2, true, 5], + 24938: ['Magus Token x1', 10, -1, 1350, 2565, 0, 0, 2, true, 1], + 24939: ['Magus Token x2', 10, -1, 1395, 2565, 0, 0, 2, true, 2], + 24940: ['Magus Token x3', 10, -1, 1440, 2565, 0, 0, 2, true, 3], + 24941: ['Magus Token x4', 10, -1, 1485, 2565, 0, 0, 2, true, 4], + 24942: ['Magus Token x5', 10, -1, 1530, 2565, 0, 0, 2, true, 5], + 24944: ['Mastery Token x1', 10, -1, 1575, 2565, 0, 0, 2, true, 1], + 24945: ['Mastery Token x2', 10, -1, 1620, 2565, 0, 0, 2, true, 2], + 24946: ['Mastery Token x3', 10, -1, 1665, 2565, 0, 0, 2, true, 3], + 24947: ['Mastery Token x4', 10, -1, 1710, 2565, 0, 0, 2, true, 4], + 24948: ['Mastery Token x5', 10, -1, 1755, 2565, 0, 0, 2, true, 5], + 24949: ['Mastery Token x6', 10, -1, 1800, 2565, 0, 0, 2, true, 6], + 24950: ['Mastery Token x7', 10, -1, 1845, 2565, 0, 0, 2, true, 7], + 24951: ['Mastery Token x8', 10, -1, 1890, 2565, 0, 0, 2, true, 8], + 24952: ['Mastery Token x9', 10, -1, 1935, 2565, 0, 0, 2, true, 9], + 24953: ['Mastery Token x10', 10, -1, 1980, 2565, 0, 0, 2, true, 10], + 24954: ['Mastery Token x11', 10, -1, 2025, 2565, 0, 0, 2, true, 11], + 24955: ['Mastery Token x12', 10, -1, 2070, 2565, 0, 0, 2, true, 12], + 24956: ['Mastery Token x13', 10, -1, 2115, 2565, 0, 0, 2, true, 13], + 24957: ['Mastery Token x14', 10, -1, 2160, 2565, 0, 0, 2, true, 14], + 24958: ['Mastery Token x15', 10, -1, 2205, 2565, 0, 0, 2, true, 15], + 24959: ['Mastery Token x16', 10, -1, 2250, 2565, 0, 0, 2, true, 16], + 24960: ['Mastery Token x17', 10, -1, 2295, 2565, 0, 0, 2, true, 17], + 24961: ['Mastery Token x18', 10, -1, 2340, 2565, 0, 0, 2, true, 18], + 24962: ['Mastery Token x19', 10, -1, 2385, 2565, 0, 0, 2, true, 19], + 24963: ['Mastery Token x20', 10, -1, 2430, 2565, 0, 0, 2, true, 20], + 24964: ["Hero's Crate", 10, -1, 2475, 2565, 0, 0, 8, true, 0], + 24965: ["Hero's Dagger", 2, -1, 2520, 2565, 8, 650, 9, true, 0], + 24966: ["Hero's Bow", 3, -1, 2565, 2565, 8, 650, 9, true, 0], + 24967: ["Hero's Staff", 17, -1, 2610, 2565, 8, 650, 9, true, 0], + 24968: ["Hero's Wand", 8, -1, 2655, 2565, 8, 650, 9, true, 0], + 24969: ["Hero's Sword", 1, -1, 2700, 2565, 8, 650, 9, true, 0], + 24970: ["Hero's Katana", 24, -1, 2745, 2565, 8, 650, 9, true, 0], + 24971: ["Hero's Blades", 2, -1, 2790, 2565, 8, 650, 9, true, 0], + 24972: ["Hero's Longbow", 3, -1, 2835, 2565, 8, 650, 9, true, 0], + 24973: ["Hero's Spellblade", 17, -1, 2880, 2565, 8, 650, 9, true, 0], + 24974: ['Morning Star of the Hero', 8, -1, 2925, 2565, 8, 650, 9, true, 0], + 24975: ["Hero's Flail", 1, -1, 2970, 2565, 8, 650, 9, true, 0], + 24976: ["Hero's Tachi", 24, -1, 3015, 2565, 8, 650, 9, true, 0], + 24994: ['Aspirant Weapon Chest', 10, -1, 3060, 2565, 0, 0, 8, true, 0], + 24995: ['Aspirant Armor Chest', 10, -1, 3105, 2565, 0, 0, 8, true, 0], + 24996: ['Aspirant Ring Chest', 10, -1, 3150, 2565, 0, 0, 8, true, 0], + 24997: ['Aspirant Engraving Chest', 10, -1, 3195, 2565, 0, 0, 8, true, 0], + 24998: ['Voice of Destiny x1', 10, -1, 3240, 2565, 0, 0, 2, true, 1], + 24999: ['Voice of Destiny x2', 10, -1, 3285, 2565, 0, 0, 2, true, 2], + 25000: ['Voice of Destiny x3', 10, -1, 3330, 2565, 0, 0, 2, true, 3], + 25001: ['Voice of Destiny x4', 10, -1, 3375, 2565, 0, 0, 2, true, 4], + 25002: ['Voice of Destiny x5', 10, -1, 3420, 2565, 0, 0, 2, true, 5], + 25003: ['Voice of Destiny x6', 10, -1, 3465, 2565, 0, 0, 2, true, 6], + 25004: ['Voice of Destiny x7', 10, -1, 3510, 2565, 0, 0, 2, true, 7], + 25005: ['Voice of Destiny x8', 10, -1, 3555, 2565, 0, 0, 2, true, 8], + 25006: ['Voice of Destiny x9', 10, -1, 3600, 2565, 0, 0, 2, true, 9], + 25007: ['Voice of Destiny x10', 10, -1, 3645, 2565, 0, 0, 2, true, 10], + 25008: ['Voice of Destiny x11', 10, -1, 3690, 2565, 0, 0, 2, true, 11], + 25009: ['Voice of Destiny x12', 10, -1, 3735, 2565, 0, 0, 2, true, 12], + 25010: ['Voice of Destiny x13', 10, -1, 3780, 2565, 0, 0, 2, true, 13], + 25011: ['Voice of Destiny x14', 10, -1, 3825, 2565, 0, 0, 2, true, 14], + 25012: ['Voice of Destiny x15', 10, -1, 3870, 2565, 0, 0, 2, true, 15], + 25013: ['Voice of Destiny x16', 10, -1, 3915, 2565, 0, 0, 2, true, 16], + 25014: ['Voice of Destiny x17', 10, -1, 3960, 2565, 0, 0, 2, true, 17], + 25015: ['Voice of Destiny x18', 10, -1, 4005, 2565, 0, 0, 2, true, 18], + 25016: ['Voice of Destiny x19', 10, -1, 4050, 2565, 0, 0, 2, true, 19], + 25017: ['Voice of Destiny x20', 10, -1, 4095, 2565, 0, 0, 2, true, 20], + 25018: ['Common Mystery Key', 10, -1, 4140, 2565, 0, 0, 7, true, 0], + 25019: ['Exalted Mystery Key', 10, -1, 4185, 2565, 0, 0, 7, true, 0], + 25020: ['Steamworks Compensation Chest', 10, -1, 4230, 2565, 0, 0, 8, true, 0], + 25021: ['Crucible Mystery Chest', 10, -1, 4275, 2565, 0, 0, 8, true, 0], + 25022: ['Oryxtober Mystery Chest', 10, -1, 4320, 2565, 0, 0, 8, true, 0], + 25024: ['Festive Appetizer x1', 10, -1, 4365, 2565, 0, 0, 2, true, 1], + 25025: ['Festive Appetizer x2', 10, -1, 4410, 2565, 0, 0, 2, true, 2], + 25026: ['Festive Appetizer x3', 10, -1, 4455, 2565, 0, 0, 2, true, 3], + 25027: ['Festive Appetizer x4', 10, -1, 0, 2610, 0, 0, 2, true, 4], + 25028: ['Festive Appetizer x5', 10, -1, 45, 2610, 0, 0, 2, true, 5], + 25029: ['Festive Appetizer x6', 10, -1, 90, 2610, 0, 0, 2, true, 6], + 25030: ['Festive Appetizer x7', 10, -1, 135, 2610, 0, 0, 2, true, 7], + 25031: ['Festive Appetizer x8', 10, -1, 180, 2610, 0, 0, 2, true, 8], + 25032: ['Festive Appetizer x9', 10, -1, 225, 2610, 0, 0, 2, true, 9], + 25033: ['Festive Appetizer x10', 10, -1, 270, 2610, 0, 0, 2, true, 10], + 25035: ['Frosty Dessert x1', 10, -1, 315, 2610, 0, 0, 2, true, 1], + 25036: ['Frosty Dessert x2', 10, -1, 360, 2610, 0, 0, 2, true, 2], + 25037: ['Frosty Dessert x3', 10, -1, 405, 2610, 0, 0, 2, true, 3], + 25038: ['Frosty Dessert x4', 10, -1, 450, 2610, 0, 0, 2, true, 4], + 25039: ['Frosty Dessert x5', 10, -1, 495, 2610, 0, 0, 2, true, 5], + 25040: ['Frosty Dessert x6', 10, -1, 540, 2610, 0, 0, 2, true, 6], + 25041: ['Frosty Dessert x7', 10, -1, 585, 2610, 0, 0, 2, true, 7], + 25042: ['Frosty Dessert x8', 10, -1, 630, 2610, 0, 0, 2, true, 8], + 25043: ['Frosty Dessert x9', 10, -1, 675, 2610, 0, 0, 2, true, 9], + 25044: ['Frosty Dessert x10', 10, -1, 720, 2610, 0, 0, 2, true, 10], + 25046: ['Oryxmas Dinner x1', 10, -1, 765, 2610, 0, 0, 2, true, 1], + 25047: ['Oryxmas Dinner x2', 10, -1, 810, 2610, 0, 0, 2, true, 2], + 25048: ['Oryxmas Dinner x3', 10, -1, 855, 2610, 0, 0, 2, true, 3], + 25049: ['Oryxmas Dinner x4', 10, -1, 900, 2610, 0, 0, 2, true, 4], + 25050: ['Oryxmas Dinner x5', 10, -1, 945, 2610, 0, 0, 2, true, 5], + 25051: ['Oryxmas Dinner x6', 10, -1, 990, 2610, 0, 0, 2, true, 6], + 25052: ['Oryxmas Dinner x7', 10, -1, 1035, 2610, 0, 0, 2, true, 7], + 25053: ['Oryxmas Dinner x8', 10, -1, 1080, 2610, 0, 0, 2, true, 8], + 25054: ['Oryxmas Dinner x9', 10, -1, 1125, 2610, 0, 0, 2, true, 9], + 25055: ['Oryxmas Dinner x10', 10, -1, 1170, 2610, 0, 0, 2, true, 10], + 25057: ['Forge Chest Coupon x 1', 10, -1, 1215, 2610, 0, 0, 2, true, 1], + 25058: ['Forge Chest Coupon x 2', 10, -1, 1260, 2610, 0, 0, 2, true, 2], + 25059: ['Forge Chest Coupon x 3', 10, -1, 1305, 2610, 0, 0, 2, true, 3], + 25060: ['Forge Chest Coupon x 4', 10, -1, 1350, 2610, 0, 0, 2, true, 4], + 25061: ['Forge Chest Coupon x 5', 10, -1, 1395, 2610, 0, 0, 2, true, 5], + 25063: ['Dragon Coin x1', 10, -1, 1440, 2610, 0, 0, 2, true, 1], + 25064: ['Dragon Coin x2', 10, -1, 1485, 2610, 0, 0, 2, true, 2], + 25065: ['Dragon Coin x3', 10, -1, 1530, 2610, 0, 0, 2, true, 3], + 25066: ['Dragon Coin x4', 10, -1, 1575, 2610, 0, 0, 2, true, 4], + 25067: ['Dragon Coin x5', 10, -1, 1620, 2610, 0, 0, 2, true, 5], + 25068: ['Dragon Coin x6', 10, -1, 1665, 2610, 0, 0, 2, true, 6], + 25069: ['Dragon Coin x7', 10, -1, 1710, 2610, 0, 0, 2, true, 7], + 25070: ['Dragon Coin x8', 10, -1, 1755, 2610, 0, 0, 2, true, 8], + 25071: ['Dragon Coin x9', 10, -1, 1800, 2610, 0, 0, 2, true, 9], + 25072: ['Dragon Coin x10', 10, -1, 1845, 2610, 0, 0, 2, true, 10], + 25074: ['Wooden Dragon Tablet x1', 10, -1, 1890, 2610, 0, 0, 2, true, 1], + 25075: ['Wooden Dragon Tablet x2', 10, -1, 1935, 2610, 0, 0, 2, true, 2], + 25076: ['Wooden Dragon Tablet x3', 10, -1, 1980, 2610, 0, 0, 2, true, 3], + 25077: ['Wooden Dragon Tablet x4', 10, -1, 2025, 2610, 0, 0, 2, true, 4], + 25078: ['Wooden Dragon Tablet x5', 10, -1, 2070, 2610, 0, 0, 2, true, 5], + 25089: ['Lovebird Pet Stone', 10, -1, 2115, 2610, 0, 1000, 7, true, 0], + 25092: ['Rat Pet Stone', 10, -1, 2160, 2610, 0, 1000, 7, true, 0], + 25095: ['Goldfish Pet Stone', 10, -1, 2205, 2610, 0, 1000, 7, true, 0], + 25098: ['Giant Monarch Pet Stone', 10, -1, 2250, 2610, 0, 1000, 7, true, 0], + 25101: ['Zodiac Dog Pet Stone', 10, -1, 2295, 2610, 0, 1000, 7, true, 0], + 25103: ['Silex Almighty Knight Skin', 10, -1, 2340, 2610, 0, 1000, 7, true, 0], + 25105: ['Random Mad Scientist Skin', 10, -1, 2385, 2610, 0, 1000, 7, true, 0], + 25107: ['Krathman Skin', 10, -1, 2430, 2610, 0, 1000, 7, true, 0], + 25109: ['Painbow', 20, -1, 2475, 2610, 4, 100, 6, false, 0], + 25110: ['Welcome Back Gift', 10, -1, 2520, 2610, 0, 0, 2, true, 0], + 25111: ['Trick Orange Bag', 10, -1, 2565, 2610, 0, 100, 2, true, 0], + 25113: ['Botany Book', 4, -1, 2610, 2610, 7, 950, 6, false, 0], + 25114: ['April Fools Skin Bag', 10, -1, 2655, 2610, 0, 0, 7, true, 0], + 25115: ['Bronze Ticket', 10, -1, 2700, 2610, 0, 0, 8, true, 0], + 25116: ['Silver Ticket', 10, -1, 2745, 2610, 0, 0, 8, true, 0], + 25117: ['Golden Ticket', 10, -1, 2790, 2610, 0, 0, 8, true, 0], + 25118: ['Exalt Trophy', 10, -1, 2835, 2610, 0, 50, 2, true, 0], + 25128: ['Supreme Token', 10, -1, 2880, 2610, 0, 0, 8, true, 0], + 25442: ['MotMG Quiver Proc 2', 9, -1, 2925, 2610, 0, 0, 0, true, 0], + 25443: ['MotMG Quiver Proc 3', 9, -1, 2970, 2610, 0, 0, 0, true, 0], + 25449: ['MotMG Quiver Proc 1', 9, -1, 3015, 2610, 0, 0, 0, true, 0], + 25457: ['Interregnum Quiver', 15, -1, 3060, 2610, 7, 950, 6, true, 0], + 25458: ['MotMG Quiver Proc 4', 9, -1, 3105, 2610, 0, 0, 0, true, 0], + 25474: ['Swamped Panda Pet Stone', 10, -1, 3150, 2610, 0, 1000, 7, true, 0], + 25497: ['Sulfurous Wetlands Key', 10, -1, 3195, 2610, 0, 200, 7, true, 0], + 25498: ["Vanguard's Visage Proc", 9, -1, 3240, 2610, 0, 0, 0, true, 0], + 25575: ['SulfW Potion 1', 10, -1, 3285, 2610, 0, 75, 2, false, 0], + 25590: ['Brambletooth Tachi', 24, -1, 3330, 2610, 7, 800, 6, true, 0], + 25600: ['SulfW Potion 2', 10, -1, 3375, 2610, 0, 75, 2, false, 0], + 25604: ["Cupid's Garments", 6, -1, 3420, 2610, 6, 700, 6, true, 0], + 25605: ['Ring of Unbound Love', 9, -1, 3465, 2610, 6, 400, 6, true, 0], + 25606: ['Heartstruck Bow', 3, -1, 3510, 2610, 6, 800, 6, true, 0], + 25607: ['Quiver of Dazing Love', 15, -1, 3555, 2610, 8, 800, 6, true, 0], + 25610: ['World Turtles Pet Stone', 10, -1, 3600, 2610, 0, 1000, 7, true, 0], + 25620: ['Mad Pass', 10, -1, 3645, 2610, 0, 0, 8, true, 0], + 25621: ['Emblem of Quest 1', 10, -1, 3690, 2610, 0, 0, 8, true, 0], + 25622: ['Emblem of Quest 2', 10, -1, 3735, 2610, 0, 0, 8, true, 0], + 25623: ['Emblem of Quest 3', 10, -1, 3780, 2610, 0, 0, 8, true, 0], + 25624: ['Emblem of Quest 4', 10, -1, 3825, 2610, 0, 0, 8, true, 0], + 25625: ['Emblem of Quest 5', 10, -1, 3870, 2610, 0, 0, 8, true, 0], + 25626: ['Emblem of Quest 6', 10, -1, 3915, 2610, 0, 0, 8, true, 0], + 25627: ['Emblem of Quest 7', 10, -1, 3960, 2610, 0, 0, 8, true, 0], + 25628: ['Mystery ST Crate', 10, -1, 4005, 2610, 0, 0, 8, true, 0], + 25629: ['Emblem of Event Quest 1', 10, -1, 4050, 2610, 0, 0, 8, true, 0], + 25630: ['Emblem of Event Quest 2', 10, -1, 4095, 2610, 0, 0, 8, true, 0], + 25631: ['Mystery Priest ST Crate', 10, -1, 4140, 2610, 0, 0, 8, true, 0], + 25632: ['Mystery Warrior ST Crate', 10, -1, 4185, 2610, 0, 0, 8, true, 0], + 25633: ['Mystery Huntress ST Crate', 10, -1, 4230, 2610, 0, 0, 8, true, 0], + 25634: ['War STory Chest', 10, -1, 4275, 2610, 0, 0, 8, true, 0], + 25642: ['Sapphire Shard x 1', 10, -1, 4320, 2610, 0, 0, 2, true, 1], + 25643: ['Sapphire Shard x 2', 10, -1, 4365, 2610, 0, 0, 2, true, 2], + 25644: ['Sapphire Shard x 3', 10, -1, 4410, 2610, 0, 0, 2, true, 3], + 25645: ['Sapphire Shard x 4', 10, -1, 4455, 2610, 0, 0, 2, true, 4], + 25646: ['Sapphire Shard x 5', 10, -1, 0, 2655, 0, 0, 2, true, 5], + 25647: ['Sapphire Shard x 6', 10, -1, 45, 2655, 0, 0, 2, true, 6], + 25648: ['Sapphire Shard x 7', 10, -1, 90, 2655, 0, 0, 2, true, 7], + 25649: ['Sapphire Shard x 8', 10, -1, 135, 2655, 0, 0, 2, true, 8], + 25650: ['Sapphire Shard x 9', 10, -1, 180, 2655, 0, 0, 2, true, 9], + 25651: ['Sapphire Shard x 10', 10, -1, 225, 2655, 0, 0, 2, true, 10], + 25652: ['Sapphire Gem', 10, -1, 270, 2655, 0, 500, 8, true, 0], + 25686: ['Alien Core: Power', 9, -1, 315, 2655, 6, 750, 6, true, 0], + 25688: ['Foramite Staff', 17, -1, 360, 2655, 7, 750, 6, false, 0], + 25690: ['Comet of Calamity', 17, -1, 405, 2655, 7, 750, 6, true, 0], + 25691: ['Gaseous Glaive', 1, -1, 450, 2655, 7, 750, 6, false, 0], + 25692: ['Acidic Slasher', 1, -1, 495, 2655, 7, 750, 6, true, 0], + 25693: ['Fire Blade', 24, -1, 540, 2655, 7, 750, 6, false, 0], + 25694: ['Moonbeam Blade', 24, -1, 585, 2655, 7, 750, 6, true, 0], + 25695: ['Blazon Bow', 3, -1, 630, 2655, 7, 750, 6, true, 0], + 25696: ["Sun's Judgement", 3, -1, 675, 2655, 7, 750, 6, false, 0], + 25697: ['Corrosion Cutter', 2, -1, 720, 2655, 7, 750, 6, true, 0], + 25698: ['Dueling Daggers', 2, -1, 765, 2655, 7, 750, 6, false, 0], + 25699: ['Warlord Wand', 8, -1, 810, 2655, 7, 750, 6, true, 0], + 25700: ['Snowblind Wand', 8, -1, 855, 2655, 7, 750, 6, true, 0], + 25701: ['Alien Core: Warp', 9, -1, 900, 2655, 6, 750, 6, true, 0], + 25702: ['Alien Core: Corrosion', 9, -1, 945, 2655, 6, 750, 6, true, 0], + 25703: ['Alien Core: Dark Matter', 9, -1, 990, 2655, 6, 750, 6, true, 0], + 25705: ['Metal Scrap x1', 10, -1, 1035, 2655, 0, 0, 2, true, 1], + 25706: ['Metal Scrap x2', 10, -1, 1080, 2655, 0, 0, 2, true, 2], + 25707: ['Metal Scrap x3', 10, -1, 1125, 2655, 0, 0, 2, true, 3], + 25708: ['Metal Scrap x4', 10, -1, 1170, 2655, 0, 0, 2, true, 4], + 25709: ['Metal Scrap x5', 10, -1, 1215, 2655, 0, 0, 2, true, 5], + 25710: ['Metal Scrap x6', 10, -1, 1260, 2655, 0, 0, 2, true, 6], + 25711: ['Metal Scrap x7', 10, -1, 1305, 2655, 0, 0, 2, true, 7], + 25712: ['Metal Scrap x8', 10, -1, 1350, 2655, 0, 0, 2, true, 8], + 25713: ['Metal Scrap x9', 10, -1, 1395, 2655, 0, 0, 2, true, 9], + 25714: ['Metal Scrap x10', 10, -1, 1440, 2655, 0, 0, 2, true, 10], + 25715: ['Metal Scrap x11', 10, -1, 1485, 2655, 0, 0, 2, true, 11], + 25716: ['Metal Scrap x12', 10, -1, 1530, 2655, 0, 0, 2, true, 12], + 25717: ['Metal Scrap x13', 10, -1, 1575, 2655, 0, 0, 2, true, 13], + 25718: ['Metal Scrap x14', 10, -1, 1620, 2655, 0, 0, 2, true, 14], + 25719: ['Metal Scrap x15', 10, -1, 1665, 2655, 0, 0, 2, true, 15], + 25720: ['Metal Scrap x16', 10, -1, 1710, 2655, 0, 0, 2, true, 16], + 25721: ['Metal Scrap x17', 10, -1, 1755, 2655, 0, 0, 2, true, 17], + 25722: ['Metal Scrap x18', 10, -1, 1800, 2655, 0, 0, 2, true, 18], + 25723: ['Metal Scrap x19', 10, -1, 1845, 2655, 0, 0, 2, true, 19], + 25724: ['Metal Scrap x20', 10, -1, 1890, 2655, 0, 0, 2, true, 20], + 25725: ['Metal Scrap x21', 10, -1, 1935, 2655, 0, 0, 2, true, 21], + 25726: ['Metal Scrap x22', 10, -1, 1980, 2655, 0, 0, 2, true, 22], + 25727: ['Metal Scrap x23', 10, -1, 2025, 2655, 0, 0, 2, true, 23], + 25728: ['Metal Scrap x24', 10, -1, 2070, 2655, 0, 0, 2, true, 24], + 25729: ['Metal Scrap x25', 10, -1, 2115, 2655, 0, 0, 2, true, 25], + 25731: ['HTricksterST0', 2, -1, 2160, 2655, 5, 900, 8, true, 0], + 25732: ['HTricksterST1', 22, -1, 2205, 2655, 7, 950, 8, true, 0], + 25733: ['HTricksterST2', 6, -1, 2250, 2655, 6, 700, 8, true, 0], + 25734: ['HTricksterST3', 9, -1, 2295, 2655, 4, 700, 8, true, 0], + 25738: ['HArcherST0', 3, -1, 2340, 2655, 5, 900, 8, true, 0], + 25739: ['HArcherST1', 15, -1, 2385, 2655, 7, 800, 8, true, 0], + 25740: ['HArcherST2', 6, -1, 2430, 2655, 6, 700, 8, true, 0], + 25741: ['HArcherST3', 9, -1, 2475, 2655, 4, 600, 8, true, 0], + 25745: ['HPaladinST0', 1, -1, 2520, 2655, 5, 750, 8, true, 0], + 25746: ['HPaladinST1', 12, -1, 2565, 2655, 7, 600, 8, true, 0], + 25747: ['HPaladinST2', 7, -1, 2610, 2655, 6, 500, 8, true, 0], + 25748: ['HPaladinST3', 9, -1, 2655, 2655, 4, 500, 8, true, 0], + 25751: ['HMysticST0', 17, -1, 2700, 2655, 5, 750, 8, true, 0], + 25752: ['HMysticST1', 21, -1, 2745, 2655, 7, 700, 8, true, 0], + 25753: ['HMysticST2', 14, -1, 2790, 2655, 6, 700, 8, true, 0], + 25754: ['HMysticST3', 9, -1, 2835, 2655, 4, 400, 8, true, 0], + 25756: ['Demon Pumpkin', 10, -1, 2880, 2655, 0, 0, 8, true, 0], + 25757: ["Witch's Skull", 10, -1, 2925, 2655, 0, 0, 8, true, 0], + 25759: ['HWizardST0', 17, -1, 2970, 2655, 7, 800, 8, true, 0], + 25760: ['HWizardST1', 11, -1, 3015, 2655, 7, 1000, 8, true, 0], + 25761: ['HWizardST2', 14, -1, 3060, 2655, 6, 850, 8, true, 0], + 25762: ['HWizardST3', 9, -1, 3105, 2655, 5, 750, 8, true, 0], + 25765: ['Caramel Apple', 10, -1, 3150, 2655, 0, 900, 7, true, 0], + 25766: ['Candy Apple', 10, -1, 3195, 2655, 0, 900, 7, true, 0], + 25767: ['Sugar Gummy Worm', 10, -1, 3240, 2655, 0, 1300, 7, true, 0], + 25768: ['Rainbow Gummy Worm', 10, -1, 3285, 2655, 0, 1300, 7, true, 0], + 25769: ['Eyecicle', 10, -1, 3330, 2655, 0, 5000, 7, true, 0], + 25770: ['Chocolate Bar', 10, -1, 3375, 2655, 0, 10000, 7, true, 0], + 25774: ['Greater Zombie Bottle 1', 10, -1, 3420, 2655, 0, 0, 2, true, 0], + 25775: ['Greater Zombie Bottle 2', 10, -1, 3465, 2655, 0, 0, 2, true, 0], + 25776: ['Greater Zombie Bottle 3', 10, -1, 3510, 2655, 0, 0, 2, true, 0], + 25777: ['Greater Bat Bottle 1', 10, -1, 3555, 2655, 0, 0, 2, true, 0], + 25778: ['Greater Bat Bottle 2', 10, -1, 3600, 2655, 0, 0, 2, true, 0], + 25779: ['Greater Bat Bottle 3', 10, -1, 3645, 2655, 0, 0, 2, true, 0], + 25780: ['Greater Ghost Bottle 1', 10, -1, 3690, 2655, 0, 0, 2, true, 0], + 25781: ['Greater Ghost Bottle 2', 10, -1, 3735, 2655, 0, 0, 2, true, 0], + 25782: ['Greater Ghost Bottle 3', 10, -1, 3780, 2655, 0, 0, 2, true, 0], + 25783: ['Zombie Bottle', 10, -1, 3825, 2655, 0, 0, 2, true, 0], + 25784: ['Bat Bottle', 10, -1, 3870, 2655, 0, 0, 2, true, 0], + 25785: ['Ghost Bottle', 10, -1, 3915, 2655, 0, 0, 2, true, 0], + 25786: ['Phantasm Dirk', 2, -1, 3960, 2655, 8, 950, 6, true, 0], + 25788: ['Oryxmas Ornament: Energized', 9, -1, 4005, 2655, 7, 700, 6, false, 0], + 25789: ['Oryxmas Ornament: Weak', 9, -1, 4050, 2655, 7, 700, 6, false, 0], + 25790: ['Oryxmas Ornament: Exposed', 9, -1, 4095, 2655, 7, 700, 6, false, 0], + 25791: ['Ornaments of Unity', 9, -1, 4140, 2655, 7, 1000, 6, true, 0], + 25796: ['Oryxmas Mystery Armor', 10, -1, 4185, 2655, 0, 0, 8, true, 0], + 25797: ['Guild Present', 10, -1, 4230, 2655, 0, 0, 8, true, 0], + 25800: ['Mystery Mystic ST Crate', 10, -1, 4275, 2655, 0, 0, 8, true, 0], + 25801: ['Mystery Assassin ST Crate', 10, -1, 4320, 2655, 0, 0, 8, true, 0], + 25802: ['Mystery Ninja ST Crate', 10, -1, 4365, 2655, 0, 0, 8, true, 0], + 25803: ['Avarice Medallion', 10, -1, 4410, 2655, 0, 0, 8, true, 0], + 25804: ['Mystery Samurai ST Crate', 10, -1, 4455, 2655, 0, 0, 8, true, 0], + 25805: ['Mystery Wizard ST Crate', 10, -1, 0, 2700, 0, 0, 8, true, 0], + 25806: ['Mystery Sorcerer ST Crate', 10, -1, 45, 2700, 0, 0, 8, true, 0], + 25858: ['GC Encounter Key', 10, -1, 90, 2700, 0, 200, 8, true, 0], + 25981: ['Ocean Trench Enchanted Key', 10, -1, 135, 2700, 0, 200, 7, true, 0], + 25982: ['The Crawling Depths Enchanted Key', 10, -1, 180, 2700, 0, 200, 7, true, 0], + 25983: ['Deadwater Docks Enchanted Key', 10, -1, 225, 2700, 0, 200, 7, true, 0], + 25984: ['Woodland Labyrinth Enchanted Key', 10, -1, 270, 2700, 0, 200, 7, true, 0], + 25985: ['Ice Tomb Enchanted Key', 10, -1, 315, 2700, 0, 200, 7, true, 0], + 25986: ['Cemetery Enchanted Key', 10, -1, 360, 2700, 0, 200, 7, true, 0], + 25987: ['Fungal Cavern Enchanted Key', 10, -1, 405, 2700, 0, 200, 7, true, 0], + 25988: ['Ice Cave Enchanted Key', 10, -1, 450, 2700, 0, 200, 7, true, 0], + 25989: ['Lost Halls Enchanted Key', 10, -1, 495, 2700, 0, 200, 7, true, 0], + 25990: ['Abyss Runner Key', 10, -1, 540, 2700, 0, 200, 7, true, 0], + 25991: ['Abyssal Trophy', 9, -1, 585, 2700, 7, 500, 6, true, 0], + 25992: ['Snake Pit Enchanted Key', 10, -1, 630, 2700, 0, 200, 7, true, 0], + 25993: ["Shaitan's Enchanted Key", 10, -1, 675, 2700, 0, 200, 7, true, 0], + 25994: ["Puppet Master's Encore Enchanted Key", 10, -1, 720, 2700, 0, 200, 7, true, 0], + 25995: ['Reef Enchanted Key', 10, -1, 765, 2700, 0, 200, 7, true, 0], + 25996: ['Secluded Thicket Enchanted Key', 10, -1, 810, 2700, 0, 200, 7, true, 0], + 25997: ['Shatters Enchanted Key', 10, -1, 855, 2700, 0, 200, 7, true, 0], + 25998: ['Droplet of Ambrosia', 10, -1, 900, 2700, 0, 1800, 7, true, 0], + 25999: ['Vial of Pure Ambrosia', 10, -1, 945, 2700, 0, 2400, 7, true, 0], + 26000: ['Chalice of Ambrosia', 10, -1, 990, 2700, 0, 3700, 7, true, 0], + 26026: ['Warped Mantle', 7, -1, 1035, 2700, 5, 750, 6, false, 0], + 26036: ['Thistleleaf Necklace', 9, -1, 1080, 2700, 6, 800, 6, false, 0], + 26037: ['SulfW Ring B', 9, -1, 1125, 2700, 0, 0, 0, true, 0], + 26038: ['SulfW Ring C', 9, -1, 1170, 2700, 0, 0, 0, true, 0], + 26039: ['SulfW Ring D', 9, -1, 1215, 2700, 0, 0, 0, true, 0], + 26040: ['SulfW Ring E', 9, -1, 1260, 2700, 0, 0, 0, true, 0], + 26041: ['SulfW Ring A', 9, -1, 1305, 2700, 0, 0, 0, true, 0], + 26058: ['Mark of the Wetlands', 10, -1, 1350, 2700, 0, 50, 2, true, 0], + 26093: ['Mark of the Crystal Entity', 10, -1, 1395, 2700, 0, 50, 2, true, 0], + 26095: ["Henchman's Claymore", 1, -1, 1440, 2700, 6, 600, 6, true, 0], + 26096: ["Tyrant's Wand", 8, -1, 1485, 2700, 6, 600, 6, true, 0], + 26097: ['Predator Bow', 3, -1, 1530, 2700, 6, 600, 6, true, 0], + 26098: ["Bounty Hunter's Dagger", 2, -1, 1575, 2700, 6, 600, 6, true, 0], + 26099: ["Oppressor's Staff", 17, -1, 1620, 2700, 6, 600, 6, true, 0], + 26100: ['Blade of the Assailant', 24, -1, 1665, 2700, 6, 600, 6, true, 0], + 26129: ['Sulfuric Stone', 20, -1, 1710, 2700, 6, 650, 6, false, 0], + 26193: ['Frostbite Blades', 2, -1, 1755, 2700, 6, 450, 4, false, 0], + 26196: ['Longbow of the Great Glacier', 3, -1, 1800, 2700, 6, 450, 4, false, 0], + 26199: ['Katalund Fragment x1', 10, -1, 1845, 2700, 0, 0, 2, true, 1], + 26200: ['Katalund Fragment x2', 10, -1, 1890, 2700, 0, 0, 2, true, 2], + 26201: ['Katalund Fragment x3', 10, -1, 1935, 2700, 0, 0, 2, true, 3], + 26202: ['Katalund Fragment x4', 10, -1, 1980, 2700, 0, 0, 2, true, 4], + 26203: ['Katalund Fragment x5', 10, -1, 2025, 2700, 0, 0, 2, true, 5], + 26204: ['Katalund Fragment x6', 10, -1, 2070, 2700, 0, 0, 2, true, 6], + 26205: ['Katalund Fragment x7', 10, -1, 2115, 2700, 0, 0, 2, true, 7], + 26206: ['Katalund Fragment x8', 10, -1, 2160, 2700, 0, 0, 2, true, 8], + 26207: ['Katalund Fragment x9', 10, -1, 2205, 2700, 0, 0, 2, true, 9], + 26208: ['Katalund Fragment x10', 10, -1, 2250, 2700, 0, 0, 2, true, 10], + 26209: ['Katalund Fragment x11', 10, -1, 2295, 2700, 0, 0, 2, true, 11], + 26210: ['Katalund Fragment x12', 10, -1, 2340, 2700, 0, 0, 2, true, 12], + 26211: ['Katalund Fragment x13', 10, -1, 2385, 2700, 0, 0, 2, true, 13], + 26212: ['Katalund Fragment x14', 10, -1, 2430, 2700, 0, 0, 2, true, 14], + 26213: ['Katalund Fragment x15', 10, -1, 2475, 2700, 0, 0, 2, true, 15], + 26214: ['Katalund Fragment x16', 10, -1, 2520, 2700, 0, 0, 2, true, 16], + 26215: ['Katalund Fragment x17', 10, -1, 2565, 2700, 0, 0, 2, true, 17], + 26216: ['Katalund Fragment x18', 10, -1, 2610, 2700, 0, 0, 2, true, 18], + 26217: ['Katalund Fragment x19', 10, -1, 2655, 2700, 0, 0, 2, true, 19], + 26218: ['Katalund Fragment x20', 10, -1, 2700, 2700, 0, 0, 2, true, 20], + 26219: ['Katalund Fragment x21', 10, -1, 2745, 2700, 0, 0, 2, true, 21], + 26220: ['Katalund Fragment x22', 10, -1, 2790, 2700, 0, 0, 2, true, 22], + 26221: ['Katalund Fragment x23', 10, -1, 2835, 2700, 0, 0, 2, true, 23], + 26222: ['Katalund Fragment x24', 10, -1, 2880, 2700, 0, 0, 2, true, 24], + 26223: ['Katalund Fragment x25', 10, -1, 2925, 2700, 0, 0, 2, true, 25], + 26224: ['Snowblind Spellblade', 17, -1, 2970, 2700, 6, 450, 4, false, 0], + 26227: ['The North Star', 8, -1, 3015, 2700, 6, 450, 4, false, 0], + 26229: ['Lament of the Frozen Prisoner', 1, -1, 3060, 2700, 6, 450, 4, false, 0], + 26232: ['Aurora Tachi', 24, -1, 3105, 2700, 6, 450, 4, false, 0], + 26234: ['Oryxmas Collection Chest', 10, -1, 3150, 2700, 0, 0, 8, true, 0], + 26235: ['Oryxmas Ice Weapons Chest', 10, -1, 3195, 2700, 0, 0, 8, true, 0], + 26236: ['Oryxmas Armor Chest', 10, -1, 3240, 2700, 0, 0, 8, true, 0], + 26237: ['Oryxmas Ability Chest', 10, -1, 3285, 2700, 0, 0, 8, true, 0], + 26238: ['Oryxmas Gift', 10, -1, 3330, 2700, 0, 0, 8, true, 0], + 26239: ['Oryxmas Treasure', 10, -1, 3375, 2700, 0, 0, 8, true, 0], + 26241: ['Jester Bells x1', 10, -1, 3420, 2700, 0, 0, 2, true, 1], + 26242: ['Jester Bells x2', 10, -1, 3465, 2700, 0, 0, 2, true, 2], + 26243: ['Jester Bells x3', 10, -1, 3510, 2700, 0, 0, 2, true, 3], + 26244: ['Jester Bells x4', 10, -1, 3555, 2700, 0, 0, 2, true, 4], + 26245: ['Jester Bells x5', 10, -1, 3600, 2700, 0, 0, 2, true, 5], + 26246: ['Jester Bells x6', 10, -1, 3645, 2700, 0, 0, 2, true, 6], + 26247: ['Jester Bells x7', 10, -1, 3690, 2700, 0, 0, 2, true, 7], + 26248: ['Jester Bells x8', 10, -1, 3735, 2700, 0, 0, 2, true, 8], + 26249: ['Jester Bells x9', 10, -1, 3780, 2700, 0, 0, 2, true, 9], + 26250: ['Jester Bells x10', 10, -1, 3825, 2700, 0, 0, 2, true, 10], + 26251: ['The Lovers Tarot Card', 10, -1, 3870, 2700, 0, 250, 7, false, 0], + 26252: ['The Strength Tarot Card', 10, -1, 3915, 2700, 0, 250, 7, false, 0], + 26253: ['The Hermit Tarot Card', 10, -1, 3960, 2700, 0, 250, 7, false, 0], + 26254: ['The Wheel of Fortune Tarot Card', 10, -1, 4005, 2700, 0, 250, 7, false, 0], + 26255: ['The Justice Tarot Card', 10, -1, 4050, 2700, 0, 250, 7, false, 0], + 26256: ['The Star Tarot Card', 10, -1, 4095, 2700, 0, 250, 7, false, 0], + 26257: ['The Judgement Tarot Card', 10, -1, 4140, 2700, 0, 250, 7, false, 0], + 26258: ['Joker Timbrel', 28, -1, 4185, 2700, 7, 800, 6, true, 0], + 26259: ['Dragon Mace', 29, -1, 4230, 2700, 7, 900, 6, true, 0], + 26262: ['Tome of the Dragon', 4, -1, 4275, 2700, 7, 950, 6, true, 0], + 26263: ['Dragon Slayer', 5, -1, 4320, 2700, 7, 950, 6, true, 0], + 26264: ['The Heart of the Dragon', 22, -1, 4365, 2700, 7, 900, 6, true, 0], + 26269: ['Mark of Belladonna', 10, -1, 4410, 2700, 0, 50, 2, true, 0], + 26274: ['Vindication Prism', 22, -1, 4455, 2700, 7, 950, 6, true, 0], + 26275: ['Vindication Sheath', 30, -1, 0, 2745, 7, 950, 6, true, 0], + 26276: ['Vindication Orb', 21, -1, 45, 2745, 7, 950, 6, true, 0], + 26277: ['Vindication Star', 25, -1, 90, 2745, 7, 950, 6, true, 0], + 26281: ['Vindication Sheath Proc Attack', 30, -1, 135, 2745, 0, 0, 0, true, 0], + 26283: ['Vindication Star Proc Attack', 25, -1, 180, 2745, 0, 0, 0, true, 0], + 26284: ['Vindication Star Proc Attack B', 25, -1, 225, 2745, 0, 0, 0, true, 0], + 26285: ['Blueprint_272', 10, -1, 270, 2745, 0, 500, 7, true, 0], + 26286: ['Blueprint_273', 10, -1, 315, 2745, 0, 500, 7, true, 0], + 26287: ['Blueprint_274', 10, -1, 360, 2745, 0, 500, 7, true, 0], + 26288: ['Blueprint_275', 10, -1, 405, 2745, 0, 500, 7, true, 0], + 26551: ['Cozy Collection Chest', 10, -1, 450, 2745, 0, 0, 8, true, 0], + 26564: ['3PaladinST0', 1, -1, 495, 2745, 5, 750, 8, true, 0], + 26565: ['3PaladinST1', 12, -1, 540, 2745, 7, 1000, 8, true, 0], + 26566: ['3PaladinST2', 7, -1, 585, 2745, 6, 850, 8, true, 0], + 26567: ['3PaladinST3', 9, -1, 630, 2745, 5, 750, 8, true, 0], + 26568: ['3PaladinSTToken', 10, -1, 675, 2745, 0, 750, 5, true, 0], + 26570: ['Mini Frost Harbinger Paladin Skin', 10, -1, 720, 2745, 0, 0, 7, true, 0], + 26572: ['Mini Frost Advisor Samurai Skin', 10, -1, 765, 2745, 0, 0, 7, true, 0], + 26573: ['3SamuraiST0', 24, -1, 810, 2745, 5, 750, 8, true, 0], + 26574: ['3SamuraiST1', 27, -1, 855, 2745, 7, 1000, 8, true, 0], + 26575: ['3SamuraiST2', 7, -1, 900, 2745, 6, 850, 8, true, 0], + 26576: ['3SamuraiST3', 9, -1, 945, 2745, 5, 750, 8, true, 0], + 26577: ['3SamuraiSTToken', 10, -1, 990, 2745, 0, 750, 5, true, 0], + 26585: ['Symbol of the Lost Proc A', 12, -1, 1035, 2745, 0, 0, 0, false, 0], + 26586: ['Symbol of the Lost Proc B', 12, -1, 1080, 2745, 0, 0, 0, false, 0], + 26587: ['Symbol of the Lost Proc C', 12, -1, 1125, 2745, 0, 0, 0, false, 0], + 26588: ['Symbol of the Lost Proc D', 12, -1, 1170, 2745, 0, 0, 0, false, 0], + 26589: ['Symbol of the Lost Proc E', 12, -1, 1215, 2745, 0, 0, 0, false, 0], + 26590: ['Symbol of the Lost Proc F', 12, -1, 1260, 2745, 0, 0, 0, false, 0], + 26598: ['Sublimation Sidearm Proc A', 12, -1, 1305, 2745, 0, 0, 0, false, 0], + 26599: ['Sublimation Sidearm Proc B', 12, -1, 1350, 2745, 0, 0, 0, false, 0], + 26600: ['Sublimation Sidearm Proc C', 12, -1, 1395, 2745, 0, 0, 0, false, 0], + 26601: ['Gen 3 Mystery ST Crate', 10, -1, 1440, 2745, 0, 0, 8, true, 0], + 26602: ['Gen 3 Avarice Medallion', 10, -1, 1485, 2745, 0, 0, 8, true, 0], + 26604: ['Gen 3 Mystery Archer ST Crate', 10, -1, 1530, 2745, 0, 0, 8, true, 0], + 26605: ['Gen 3 Mystery Wizard ST Crate', 10, -1, 1575, 2745, 0, 0, 8, true, 0], + 26606: ['Gen 3 Mystery Priest ST Crate', 10, -1, 1620, 2745, 0, 0, 8, true, 0], + 26607: ['Gen 3 Mystery Warrior ST Crate', 10, -1, 1665, 2745, 0, 0, 8, true, 0], + 26608: ['Gen 3 Mystery Knight ST Crate', 10, -1, 1710, 2745, 0, 0, 8, true, 0], + 26609: ['Gen 3 Mystery Paladin ST Crate', 10, -1, 1755, 2745, 0, 0, 8, true, 0], + 26610: ['Gen 3 Mystery Assassin ST Crate', 10, -1, 1800, 2745, 0, 0, 8, true, 0], + 26611: ['Gen 3 Mystery Necro ST Crate', 10, -1, 1845, 2745, 0, 0, 8, true, 0], + 26612: ['Gen 3 Mystery Huntress ST Crate', 10, -1, 1890, 2745, 0, 0, 8, true, 0], + 26613: ['Gen 3 Mystery Mystic ST Crate', 10, -1, 1935, 2745, 0, 0, 8, true, 0], + 26614: ['Gen 3 Mystery Trickster ST Crate', 10, -1, 1980, 2745, 0, 0, 8, true, 0], + 26615: ['Gen 3 Mystery Sorcerer ST Crate', 10, -1, 2025, 2745, 0, 0, 8, true, 0], + 26616: ['Gen 3 Mystery Ninja ST Crate', 10, -1, 2070, 2745, 0, 0, 8, true, 0], + 26617: ['Gen 3 Mystery Samurai ST Crate', 10, -1, 2115, 2745, 0, 0, 8, true, 0], + 26621: ['Gen 3 Mystery Chest', 10, -1, 2160, 2745, 0, 0, 8, true, 0], + 26623: ['Gold Shop Icon Object', 10, -1, 2205, 2745, 0, 0, 0, false, 0], + 26719: ['Chaos Shard', 10, -1, 2250, 2745, 0, 100, 8, true, 0], + 26720: ['Golden Shard', 10, -1, 2295, 2745, 0, 100, 8, true, 0], + 26721: ['Jade Shard', 10, -1, 2340, 2745, 0, 100, 8, true, 0], + 26727: ['Mini Shaman Necromancer Skin', 10, -1, 2385, 2745, 0, 1000, 7, true, 0], + 26728: ['Mini Alchemist Assassin Skin', 10, -1, 2430, 2745, 0, 1000, 7, true, 0], + 26729: ['3NinjaST0', 24, -1, 2475, 2745, 5, 700, 8, true, 0], + 26730: ['3NinjaST1', 25, -1, 2520, 2745, 7, 950, 8, true, 0], + 26731: ['3NinjaST2Old', 6, -1, 2565, 2745, 6, 0, 8, true, 0], + 26732: ['3NinjaST3Old', 9, -1, 2610, 2745, 4, 0, 8, true, 0], + 26733: ['3PriestST0', 8, -1, 2655, 2745, 5, 500, 8, true, 0], + 26734: ['3PriestST1', 4, -1, 2700, 2745, 7, 800, 8, true, 0], + 26735: ['3PriestST2Old', 14, -1, 2745, 2745, 6, 0, 8, true, 0], + 26736: ['3PriestST3Old', 9, -1, 2790, 2745, 4, 0, 8, true, 0], + 26737: ['Ninja Katana Proc Ability 1 Base', 9, -1, 2835, 2745, 0, 0, 0, true, 0], + 26738: ['Ninja Katana Proc Ability 1 Armor', 9, -1, 2880, 2745, 0, 0, 0, true, 0], + 26739: ['Ninja Katana Proc Ability 2 Base', 9, -1, 2925, 2745, 0, 0, 0, true, 0], + 26740: ['Ninja Katana Proc Ability 2 Armor', 9, -1, 2970, 2745, 0, 0, 0, true, 0], + 26741: ['3NinjaSTToken', 10, -1, 3015, 2745, 0, 750, 5, true, 0], + 26742: ['3PriestSTToken', 10, -1, 3060, 2745, 0, 750, 5, true, 0], + 26743: ['Ninja Katana Proc Ability 1 Full Set', 9, -1, 3105, 2745, 0, 0, 0, true, 0], + 26744: ['Ninja Katana Proc Ability 2 Full Set', 9, -1, 3150, 2745, 0, 0, 0, true, 0], + 26745: ['Heart Jewel Blades', 2, -1, 3195, 2745, 5, 233, 4, false, 0], + 26746: ['Anteros Longbow', 3, -1, 3240, 2745, 5, 233, 4, false, 0], + 26747: ['Love Heart Spellblade', 17, -1, 3285, 2745, 5, 233, 4, false, 0], + 26748: ['Morning Star Of Sweet Miracles', 8, -1, 3330, 2745, 5, 233, 4, false, 0], + 26749: ['Lovestruck Yoyo', 1, -1, 3375, 2745, 5, 233, 4, false, 0], + 26750: ['Sweetheart Taichi', 24, -1, 3420, 2745, 5, 233, 4, false, 0], + 26751: ['Valentines Goodie Bag', 10, -1, 3465, 2745, 0, 0, 8, true, 0], + 26752: ['Valentines Gift', 10, -1, 3510, 2745, 0, 0, 7, true, 0], + 26753: ['Valentines Treasure', 10, -1, 3555, 2745, 0, 0, 8, true, 0], + 26754: ['Ninja Katana Proc Ability 1 Base Ring', 9, -1, 3600, 2745, 0, 0, 0, true, 0], + 26755: ['Ninja Katana Proc Ability 1 Armor Ring', 9, -1, 3645, 2745, 0, 0, 0, true, 0], + 26756: ['Ninja Katana Proc Ability 1 Full Set Ring', 9, -1, 3690, 2745, 0, 0, 0, true, 0], + 26757: ['Ninja Katana Proc Ability 2 Base Ring', 9, -1, 3735, 2745, 0, 0, 0, true, 0], + 26758: ['Ninja Katana Proc Ability 2 Armor Ring', 9, -1, 3780, 2745, 0, 0, 0, true, 0], + 26759: ['Ninja Katana Proc Ability 2 Full Set Ring', 9, -1, 3825, 2745, 0, 0, 0, true, 0], + 26760: ['3NinjaST2', 6, -1, 3870, 2745, 6, 650, 8, true, 0], + 26761: ['3NinjaST3', 9, -1, 3915, 2745, 4, 550, 8, true, 0], + 26762: ['3PriestST2', 14, -1, 3960, 2745, 6, 650, 8, true, 0], + 26763: ['3PriestST3', 9, -1, 4005, 2745, 4, 400, 8, true, 0], + 26764: ['Blooming Bud Mystery Chest', 10, -1, 4050, 2745, 0, 0, 8, true, 0], + 26782: ['Seasonal Vault Expansion', 10, -1, 4095, 2745, 0, 100, 7, true, 0], + 26783: ['Seasonal Potion Vault Expansion', 10, -1, 4140, 2745, 0, 100, 7, true, 0], + 26784: ['Acc BXP EP', 10, -1, 4185, 2745, 0, 0, 7, true, 0], + 26785: ['Acc BXP 1', 10, -1, 4230, 2745, 0, 0, 7, true, 0], + 26786: ['Acc BXP 2', 10, -1, 4275, 2745, 0, 0, 7, true, 0], + 26787: ['Acc BXP 3', 10, -1, 4320, 2745, 0, 0, 7, true, 0], + 26788: ['Acc StatPotions', 10, -1, 4365, 2745, 0, 0, 7, true, 0], + 26789: ['Seasonal Apple', 10, -1, 4410, 2745, 0, 0, 8, true, 0], + 26790: ['Beginner Weapon', 10, -1, 4455, 2745, 0, 0, 0, true, 0], + 26791: ['Beginner Ability', 10, -1, 0, 2790, 0, 0, 0, true, 0], + 26792: ['Beginner Armor', 10, -1, 45, 2790, 0, 0, 0, true, 0], + 26793: ['Beginner Ring', 10, -1, 90, 2790, 0, 0, 0, true, 0], + 26794: ['Intermediate Weapon', 10, -1, 135, 2790, 0, 0, 0, true, 0], + 26795: ['Intermediate Ability', 10, -1, 180, 2790, 0, 0, 0, true, 0], + 26796: ['Intermediate Armor', 10, -1, 225, 2790, 0, 0, 0, true, 0], + 26797: ['Intermediate Ring', 10, -1, 270, 2790, 0, 0, 0, true, 0], + 26798: ['Advanced Weapon', 10, -1, 315, 2790, 0, 0, 0, true, 0], + 26799: ['Advanced Ability', 10, -1, 360, 2790, 0, 0, 0, true, 0], + 26800: ['Advanced Armor', 10, -1, 405, 2790, 0, 0, 0, true, 0], + 26801: ['Advanced Ring', 10, -1, 450, 2790, 0, 0, 0, true, 0], + 27010: ['ExaltationBanner ATT Vault Item', 10, -1, 495, 2790, 0, 200, 8, true, 0], + 27011: ['ExaltationBanner DEF Vault Item', 10, -1, 540, 2790, 0, 200, 8, true, 0], + 27012: ['ExaltationBanner DEX Vault Item', 10, -1, 585, 2790, 0, 200, 8, true, 0], + 27013: ['ExaltationBanner SPD Vault Item', 10, -1, 630, 2790, 0, 200, 8, true, 0], + 27014: ['ExaltationBanner VIT Vault Item', 10, -1, 675, 2790, 0, 200, 8, true, 0], + 27015: ['ExaltationBanner WIS Vault Item', 10, -1, 720, 2790, 0, 200, 8, true, 0], + 27016: ['ExaltationBanner LIFE Vault Item', 10, -1, 765, 2790, 0, 200, 8, true, 0], + 27017: ['ExaltationBanner MANA Vault Item', 10, -1, 810, 2790, 0, 200, 8, true, 0], + 27018: ['Expert Weapon', 10, -1, 855, 2790, 0, 0, 0, true, 0], + 27019: ['Expert Ability', 10, -1, 900, 2790, 0, 0, 0, true, 0], + 27020: ['Expert Armor', 10, -1, 945, 2790, 0, 0, 0, true, 0], + 27021: ['Expert Ring', 10, -1, 990, 2790, 0, 0, 0, true, 0], + 27313: ['Testing Trap', 20, 0, 1035, 2790, 0, 4, 1, false, 0], + 27627: ['Ring of Skeletal Specters', 9, -1, 1080, 2790, 6, 800, 6, true, 0], + 27850: ['Stanley the Spring Bunny Skin (SB)', 10, -1, 1125, 2790, 0, 500, 7, true, 0], + 28066: ['Untaris Fragment x1', 10, -1, 1170, 2790, 0, 0, 2, true, 1], + 28067: ['Untaris Fragment x2', 10, -1, 1215, 2790, 0, 0, 2, true, 2], + 28068: ['Untaris Fragment x3', 10, -1, 1260, 2790, 0, 0, 2, true, 3], + 28069: ['Untaris Fragment x4', 10, -1, 1305, 2790, 0, 0, 2, true, 4], + 28070: ['Untaris Fragment x5', 10, -1, 1350, 2790, 0, 0, 2, true, 5], + 28071: ['Untaris Fragment x6', 10, -1, 1395, 2790, 0, 0, 2, true, 6], + 28072: ['Untaris Fragment x7', 10, -1, 1440, 2790, 0, 0, 2, true, 7], + 28073: ['Untaris Fragment x8', 10, -1, 1485, 2790, 0, 0, 2, true, 8], + 28074: ['Untaris Fragment x9', 10, -1, 1530, 2790, 0, 0, 2, true, 9], + 28075: ['Untaris Fragment x10', 10, -1, 1575, 2790, 0, 0, 2, true, 10], + 28076: ['Untaris Fragment x11', 10, -1, 1620, 2790, 0, 0, 2, true, 11], + 28077: ['Untaris Fragment x12', 10, -1, 1665, 2790, 0, 0, 2, true, 12], + 28078: ['Untaris Fragment x13', 10, -1, 1710, 2790, 0, 0, 2, true, 13], + 28079: ['Untaris Fragment x14', 10, -1, 1755, 2790, 0, 0, 2, true, 14], + 28080: ['Untaris Fragment x15', 10, -1, 1800, 2790, 0, 0, 2, true, 15], + 28081: ['Untaris Fragment x16', 10, -1, 1845, 2790, 0, 0, 2, true, 16], + 28082: ['Untaris Fragment x17', 10, -1, 1890, 2790, 0, 0, 2, true, 17], + 28083: ['Untaris Fragment x18', 10, -1, 1935, 2790, 0, 0, 2, true, 18], + 28084: ['Untaris Fragment x19', 10, -1, 1980, 2790, 0, 0, 2, true, 19], + 28085: ['Untaris Fragment x20', 10, -1, 2025, 2790, 0, 0, 2, true, 20], + 28086: ['Untaris Fragment x21', 10, -1, 2070, 2790, 0, 0, 2, true, 21], + 28087: ['Untaris Fragment x22', 10, -1, 2115, 2790, 0, 0, 2, true, 22], + 28088: ['Untaris Fragment x23', 10, -1, 2160, 2790, 0, 0, 2, true, 23], + 28089: ['Untaris Fragment x24', 10, -1, 2205, 2790, 0, 0, 2, true, 24], + 28090: ['Untaris Fragment x25', 10, -1, 2250, 2790, 0, 0, 2, true, 25], + 28202: ['The Dead Title Unlocker', 10, -1, 2295, 2790, 0, 0, 7, true, 0], + 28241: ['Wandering Souls Spell', 11, -1, 2340, 2790, 6, 800, 6, true, 0], + 28626: ['Antlered Behemoth Wizard Skin', 10, -1, 2385, 2790, 0, 1000, 7, true, 0], + 28628: ['Mini Nordic Knight Skin', 10, -1, 2430, 2790, 0, 1000, 7, true, 0], + 28630: ['Mini Cuboid Necromancer Skin', 10, -1, 2475, 2790, 0, 1000, 7, true, 0], + 28678: ['Mini Horrific Sorcerer Skin', 10, -1, 2520, 2790, 0, 1000, 7, true, 0], + 28681: ['Advanced Kogbold Steamworks Key', 10, -1, 2565, 2790, 0, 200, 7, true, 0], + 28682: ['Advanced Kogbold Steamworks Augmented Key', 10, -1, 2610, 2790, 0, 200, 7, true, 0], + 28683: ["Hunter's Longbow", 3, 7, 2655, 2790, 1, 53, 2, false, 0], + 28684: ['Gilded Longbow', 3, 8, 2700, 2790, 2, 75, 2, false, 0], + 28685: ['Emerald Longbow', 3, 9, 2745, 2790, 3, 109, 2, false, 0], + 28686: ['Mystic Longbow', 3, 10, 2790, 2790, 4, 159, 4, false, 0], + 28687: ['Crimson Longbow', 3, 11, 2835, 2790, 5, 233, 4, false, 0], + 28688: ['Longbow of the Endless Sky', 3, 12, 2880, 2790, 6, 450, 4, false, 0], + 28689: ['Longbow of the Morning Spirit', 3, 13, 2925, 2790, 7, 650, 9, false, 0], + 28690: ['Longbow of the Midnight Diamond', 3, 14, 2970, 2790, 8, 950, 9, true, 0], + 28720: ['Mouthwatering Melon', 10, -1, 3015, 2790, 0, 7500, 7, true, 0], + 28766: ['InvinceMe', 10, -1, 3060, 2790, 0, 0, 6, true, 0], + 28800: ['Spell of Galactic Creation', 11, 8, 3105, 2790, 9, 855, 9, true, 0], + 28801: ['Tome of Sacred Thought', 4, 8, 3150, 2790, 9, 855, 9, true, 0], + 28802: ['Quiver of Gaia', 15, 8, 3195, 2790, 9, 855, 9, true, 0], + 28803: ['Cloak of Emptiness', 13, 8, 3240, 2790, 9, 855, 9, true, 0], + 28804: ['Helm of Imperial Right', 16, 8, 3285, 2790, 9, 855, 9, true, 0], + 28805: ['Shield of Belligerence', 5, 8, 3330, 2790, 9, 855, 9, true, 0], + 28806: ['Seal of Righteous Victory', 12, 8, 3375, 2790, 9, 855, 9, true, 0], + 28807: ['Grimhydra Poison', 18, 8, 3420, 2790, 9, 855, 9, true, 0], + 28808: ['Sacrilege Skull', 19, 8, 3465, 2790, 9, 855, 9, true, 0], + 28809: ['Mantlecrusher Trap', 20, 8, 3510, 2790, 9, 855, 9, true, 0], + 28814: ['Morpho Pet Stone', 10, -1, 3555, 2790, 0, 1000, 7, true, 0], + 28816: ['Realitylapse Orb', 21, 8, 3600, 2790, 9, 855, 9, true, 0], + 28817: ['Prism of Mindscapes', 22, 8, 3645, 2790, 9, 855, 9, true, 0], + 28818: ['Scepter of Luminous Winds', 23, 8, 3690, 2790, 9, 855, 9, true, 0], + 28819: ['Circle of Unity', 25, 8, 3735, 2790, 9, 855, 9, true, 0], + 28820: ['Paragon Wakizashi', 27, 8, 3780, 2790, 9, 855, 9, true, 0], + 28829: ['Avarice', 2, -1, 3825, 2790, 8, 1200, 6, true, 0], + 28830: ["Gambler's Fate", 22, -1, 3870, 2790, 8, 1300, 6, true, 0], + 28832: ['Turncoat Cape', 6, -1, 3915, 2790, 8, 1100, 6, true, 0], + 28833: ["Collector's Monocle", 9, -1, 3960, 2790, 8, 1000, 6, true, 0], + 28834: ['Lumiaire', 8, -1, 4005, 2790, 8, 1200, 6, true, 0], + 28835: ['Chaotic Scripture', 4, -1, 4050, 2790, 8, 1300, 6, true, 0], + 28837: ['Vesture of Duality', 14, -1, 4095, 2790, 8, 1100, 6, true, 0], + 28838: ['Divine Coronation', 9, -1, 4140, 2790, 8, 1000, 6, true, 0], + 28839: ['Superior', 17, -1, 4185, 2790, 8, 1200, 6, true, 0], + 28840: ['Genesis Spell', 11, -1, 4230, 2790, 8, 1300, 6, true, 0], + 28843: ['Diplomatic Robe', 14, -1, 4275, 2790, 8, 1100, 6, true, 0], + 28844: ["Chancellor's Cranium", 9, -1, 4320, 2790, 8, 1000, 6, true, 0], + 28846: ['Enforcer', 24, -1, 4365, 2790, 8, 1200, 6, true, 0], + 28847: ['Ballistic Star', 25, -1, 4410, 2790, 8, 1300, 6, true, 0], + 28848: ["Centaur's Shielding", 6, -1, 4455, 2790, 8, 1100, 6, true, 0], + 28849: ['Battalion Banner', 9, -1, 0, 2835, 8, 1000, 6, true, 0], + 28851: ['Divinity', 1, -1, 45, 2835, 8, 1200, 6, true, 0], + 28853: ["Oryx's Escutcheon", 5, -1, 90, 2835, 8, 1300, 6, true, 0], + 28855: ['Gladiator Guard', 7, -1, 135, 2835, 8, 1100, 6, true, 0], + 28856: ["Exalted God's Horn", 9, -1, 180, 2835, 8, 1000, 6, true, 0], + 28880: ['Mark of the Sandstone Titan', 10, -1, 225, 2835, 0, 50, 2, true, 0], + 28901: ['Cactus Juice', 10, -1, 270, 2835, 0, 40, 2, false, 0], + 28920: ['Special Key A', 10, -1, 315, 2835, 0, 200, 7, true, 0], + 28960: ['Universal Fragment x1', 10, -1, 360, 2835, 0, 0, 2, true, 1], + 28961: ['Universal Fragment x2', 10, -1, 405, 2835, 0, 0, 2, true, 2], + 28962: ['Universal Fragment x3', 10, -1, 450, 2835, 0, 0, 2, true, 3], + 28963: ['Universal Fragment x4', 10, -1, 495, 2835, 0, 0, 2, true, 4], + 28964: ['Universal Fragment x5', 10, -1, 540, 2835, 0, 0, 2, true, 5], + 28965: ['Universal Fragment x6', 10, -1, 585, 2835, 0, 0, 2, true, 6], + 28966: ['Universal Fragment x7', 10, -1, 630, 2835, 0, 0, 2, true, 7], + 28967: ['Universal Fragment x8', 10, -1, 675, 2835, 0, 0, 2, true, 8], + 28968: ['Universal Fragment x9', 10, -1, 720, 2835, 0, 0, 2, true, 9], + 28969: ['Universal Fragment x10', 10, -1, 765, 2835, 0, 0, 2, true, 10], + 28970: ['Universal Fragment x11', 10, -1, 810, 2835, 0, 0, 2, true, 11], + 28971: ['Universal Fragment x12', 10, -1, 855, 2835, 0, 0, 2, true, 12], + 28972: ['Universal Fragment x13', 10, -1, 900, 2835, 0, 0, 2, true, 13], + 28973: ['Universal Fragment x14', 10, -1, 945, 2835, 0, 0, 2, true, 14], + 28974: ['Universal Fragment x15', 10, -1, 990, 2835, 0, 0, 2, true, 15], + 28975: ['Universal Fragment x16', 10, -1, 1035, 2835, 0, 0, 2, true, 16], + 28976: ['Universal Fragment x17', 10, -1, 1080, 2835, 0, 0, 2, true, 17], + 28977: ['Universal Fragment x18', 10, -1, 1125, 2835, 0, 0, 2, true, 18], + 28978: ['Universal Fragment x19', 10, -1, 1170, 2835, 0, 0, 2, true, 19], + 28979: ['Universal Fragment x20', 10, -1, 1215, 2835, 0, 0, 2, true, 20], + 29036: ['Sewer Cocktail', 18, -1, 1260, 2835, 6, 750, 6, true, 0], + 29037: ['Void Blade', 24, -1, 1305, 2835, 6, 750, 6, false, 0], + 29040: ['Murky Toxin', 18, -1, 1350, 2835, 7, 800, 6, false, 0], + 29073: ['3STKeyMysteryChest', 10, -1, 1395, 2835, 0, 0, 8, true, 0], + 29074: ["Bella's Augmented Key", 10, -1, 1440, 2835, 0, 200, 7, true, 0], + 29075: ['Ocean Trench Augmented Key', 10, -1, 1485, 2835, 0, 200, 7, true, 0], + 29076: ['The Crawling Depths Augmented Key', 10, -1, 1530, 2835, 0, 200, 7, true, 0], + 29077: ['Deadwater Docks Augmented Key', 10, -1, 1575, 2835, 0, 200, 7, true, 0], + 29078: ['Woodland Labyrinth Augmented Key', 10, -1, 1620, 2835, 0, 200, 7, true, 0], + 29079: ['Ice Tomb Augmented Key', 10, -1, 1665, 2835, 0, 200, 7, true, 0], + 29080: ['Cemetery Augmented Key', 10, -1, 1710, 2835, 0, 200, 7, true, 0], + 29081: ['Fungal Cavern Augmented Key', 10, -1, 1755, 2835, 0, 200, 7, true, 0], + 29312: ['Glacial Cache', 10, -1, 1800, 2835, 0, 0, 8, true, 0], + 29346: ['Living Tree Pet Stone', 10, -1, 1845, 2835, 0, 1000, 7, true, 0], + 29349: ['Chinchilla Pet Stone', 10, -1, 1890, 2835, 0, 1000, 7, true, 0], + 29352: ['Golden Chess Piece Pet Stone', 10, -1, 1935, 2835, 0, 1000, 7, true, 0], + 29355: ['Sprout Slime Pet Stone', 10, -1, 1980, 2835, 0, 1000, 7, true, 0], + 29357: ['Cursed Coin x1', 10, -1, 2025, 2835, 0, 0, 2, true, 1], + 29358: ['Cursed Coin x2', 10, -1, 2070, 2835, 0, 0, 2, true, 2], + 29359: ['Cursed Coin x3', 10, -1, 2115, 2835, 0, 0, 2, true, 3], + 29360: ['Cursed Coin x4', 10, -1, 2160, 2835, 0, 0, 2, true, 4], + 29361: ['Cursed Coin x5', 10, -1, 2205, 2835, 0, 0, 2, true, 5], + 29362: ['Cursed Coin x6', 10, -1, 2250, 2835, 0, 0, 2, true, 6], + 29363: ['Cursed Coin x7', 10, -1, 2295, 2835, 0, 0, 2, true, 7], + 29364: ['Cursed Coin x8', 10, -1, 2340, 2835, 0, 0, 2, true, 8], + 29365: ['Cursed Coin x9', 10, -1, 2385, 2835, 0, 0, 2, true, 9], + 29366: ['Cursed Coin x10', 10, -1, 2430, 2835, 0, 0, 2, true, 10], + 29367: ['Cursed Coin x11', 10, -1, 2475, 2835, 0, 0, 2, true, 11], + 29368: ['Cursed Coin x12', 10, -1, 2520, 2835, 0, 0, 2, true, 12], + 29369: ['Cursed Coin x13', 10, -1, 2565, 2835, 0, 0, 2, true, 13], + 29370: ['Cursed Coin x14', 10, -1, 2610, 2835, 0, 0, 2, true, 14], + 29371: ['Cursed Coin x15', 10, -1, 2655, 2835, 0, 0, 2, true, 15], + 29372: ['Cursed Coin x16', 10, -1, 2700, 2835, 0, 0, 2, true, 16], + 29373: ['Cursed Coin x17', 10, -1, 2745, 2835, 0, 0, 2, true, 17], + 29374: ['Cursed Coin x18', 10, -1, 2790, 2835, 0, 0, 2, true, 18], + 29375: ['Cursed Coin x19', 10, -1, 2835, 2835, 0, 0, 2, true, 19], + 29376: ['Cursed Coin x20', 10, -1, 2880, 2835, 0, 0, 2, true, 20], + 29377: ['Cursed Coin x21', 10, -1, 2925, 2835, 0, 0, 2, true, 21], + 29378: ['Cursed Coin x22', 10, -1, 2970, 2835, 0, 0, 2, true, 22], + 29379: ['Cursed Coin x23', 10, -1, 3015, 2835, 0, 0, 2, true, 23], + 29380: ['Cursed Coin x24', 10, -1, 3060, 2835, 0, 0, 2, true, 24], + 29381: ['Cursed Coin x25', 10, -1, 3105, 2835, 0, 0, 2, true, 25], + 29382: ['Fungal Cavern Guild Key', 10, -1, 3150, 2835, 0, 200, 7, true, 0], + 29384: ['Tomb of the Ancients Guild Key', 10, -1, 3195, 2835, 0, 200, 7, true, 0], + 29386: ['The Nest Guild Key', 10, -1, 3240, 2835, 0, 200, 7, true, 0], + 29388: ['Draconis Guild Key', 10, -1, 3285, 2835, 0, 200, 7, true, 0], + 29390: ['Ocean Trench Guild Key', 10, -1, 3330, 2835, 0, 200, 7, true, 0], + 29392: ['Cemetery Guild Key', 10, -1, 3375, 2835, 0, 200, 7, true, 0], + 29394: ['Lost Halls Guild Key', 10, -1, 3420, 2835, 0, 200, 7, true, 0], + 29396: ['Shatters Guild Key', 10, -1, 3465, 2835, 0, 200, 7, true, 0], + 29398: ['Mountain Temple Guild Key', 10, -1, 3510, 2835, 0, 200, 7, true, 0], + 29400: ['Secluded Thicket Guild Key', 10, -1, 3555, 2835, 0, 200, 7, true, 0], + 29402: ['Parasite Chambers Guild Key', 10, -1, 3600, 2835, 0, 200, 7, true, 0], + 29405: ['Blueprint_72', 10, -1, 3645, 2835, 0, 500, 7, true, 0], + 29407: ['Blueprint_73', 10, -1, 3690, 2835, 0, 500, 7, true, 0], + 29408: ['Blueprint_74', 10, -1, 3735, 2835, 0, 500, 7, true, 0], + 29409: ['Blueprint_75', 10, -1, 3780, 2835, 0, 500, 7, true, 0], + 29410: ['Blueprint_76', 10, -1, 3825, 2835, 0, 500, 7, true, 0], + 29411: ['Blueprint_77', 10, -1, 3870, 2835, 0, 500, 7, true, 0], + 29412: ['Blueprint_78', 10, -1, 3915, 2835, 0, 500, 7, true, 0], + 29525: ['Lizardman Warrior Skin', 10, -1, 3960, 2835, 0, 1000, 7, true, 0], + 29526: ['Cloaked Ascendant Rogue Skin', 10, -1, 4005, 2835, 0, 1000, 7, true, 0], + 29527: ['Old Man Wizard Skin', 10, -1, 4050, 2835, 0, 1000, 7, true, 0], + 29528: ['Singer Warrior Skin', 10, -1, 4095, 2835, 0, 1000, 7, true, 0], + 29529: ['Grail Warden Knight Skin', 10, -1, 4140, 2835, 0, 1000, 7, true, 0], + 29601: ['Samurai - Artist Extraordinaire Skin', 10, -1, 4185, 2835, 0, 0, 7, true, 0], + 29603: ['Samurai - Dungeon Mastermind Skin', 10, -1, 4230, 2835, 0, 0, 7, true, 0], + 29605: ['Shogun Samurai Skin', 10, -1, 4275, 2835, 0, 1000, 7, true, 0], + 29607: ['Airflow Samurai Skin', 10, -1, 4320, 2835, 0, 1000, 7, true, 0], + 29609: ['Peddler Assassin Skin', 10, -1, 4365, 2835, 0, 1000, 7, true, 0], + 29611: ['Masked Rogue Skin', 10, -1, 4410, 2835, 0, 1000, 7, true, 0], + 29613: ['Cyberpunk Samurai Skin', 10, -1, 4455, 2835, 0, 1000, 7, true, 0], + 29615: ['Sushi Chef Samurai Skin', 10, -1, 0, 2880, 0, 1000, 7, true, 0], + 29617: ['Vampire Beast Rogue Skin', 10, -1, 45, 2880, 0, 1000, 7, true, 0], + 29619: ['Gravekeeper Assassin Skin', 10, -1, 90, 2880, 0, 1000, 7, true, 0], + 29621: ['Cultist of Unknown Origin Skin', 10, -1, 135, 2880, 0, 1000, 7, true, 0], + 29622: ['Supporter Extraordinaire - Warrior Skin', 10, -1, 180, 2880, 0, 0, 7, true, 0], + 29623: ['Supporter Extraordinaire - Paladin Skin', 10, -1, 225, 2880, 0, 0, 7, true, 0], + 29624: ['Supporter Extraordinaire - Samurai Skin', 10, -1, 270, 2880, 0, 0, 7, true, 0], + 29625: ['Supporter Extraordinaire - Knight Skin', 10, -1, 315, 2880, 0, 0, 7, true, 0], + 29626: ['Supporter Extraordinaire - Ninja Skin', 10, -1, 360, 2880, 0, 0, 7, true, 0], + 29627: ['Supporter Extraordinaire - Archer Skin', 10, -1, 405, 2880, 0, 0, 7, true, 0], + 29628: ['Supporter Extraordinaire - Rogue Skin', 10, -1, 450, 2880, 0, 0, 7, true, 0], + 29629: ['Supporter Extraordinaire - Assassin Skin', 10, -1, 495, 2880, 0, 0, 7, true, 0], + 29630: ['Supporter Extraordinaire - Wizard Skin', 10, -1, 540, 2880, 0, 0, 7, true, 0], + 29631: ['Supporter Extraordinaire - Necromancer Skin', 10, -1, 585, 2880, 0, 0, 7, true, 0], + 29632: ['Supporter Extraordinaire - Priest Skin', 10, -1, 630, 2880, 0, 0, 7, true, 0], + 29633: ['Supporter Extraordinaire - Sorcerer Skin', 10, -1, 675, 2880, 0, 0, 7, true, 0], + 29634: ['Supporter Extraordinaire - Huntress Skin', 10, -1, 720, 2880, 0, 0, 7, true, 0], + 29635: ['Supporter Extraordinaire - Mystic Skin', 10, -1, 765, 2880, 0, 0, 7, true, 0], + 29636: ['Supporter Extraordinaire - Trickster Skin', 10, -1, 810, 2880, 0, 0, 7, true, 0], + 29638: ['Gravekeeper Hunter Skin', 10, -1, 855, 2880, 0, 1000, 7, true, 0], + 29640: ['Gravekeeper Warrior Skin', 10, -1, 900, 2880, 0, 1000, 7, true, 0], + 29642: ['Ankou Rogue Skin', 10, -1, 945, 2880, 0, 1000, 7, true, 0], + 29645: ['Suspicious Milk Bottle', 10, -1, 990, 2880, 0, 0, 2, true, 0], + 29646: ['Trap of the Blood Spirit', 20, -1, 1035, 2880, 8, 900, 6, true, 0], + 29647: ['Orb of Terror', 21, -1, 1080, 2880, 8, 850, 6, true, 0], + 29650: ['Mystery ST Skin', 10, -1, 1125, 2880, 0, 0, 8, true, 0], + 29651: ['Mystery Summer Skin', 10, -1, 1170, 2880, 0, 0, 7, true, 0], + 29652: ['Golden Lucky Clover', 10, -1, 1215, 2880, 0, 100, 7, true, 0], + 29653: ['Bronze Reward Chest', 10, -1, 1260, 2880, 0, 0, 8, true, 0], + 29654: ['Silver Reward Chest', 10, -1, 1305, 2880, 0, 0, 8, true, 0], + 29655: ['Gold Reward Chest', 10, -1, 1350, 2880, 0, 0, 8, true, 0], + 29656: ['Platinum Reward Chest', 10, -1, 1395, 2880, 0, 0, 8, true, 0], + 29658: ['Crystal Fragment x1', 10, -1, 1440, 2880, 0, 0, 2, true, 1], + 29659: ['Crystal Fragment x2', 10, -1, 1485, 2880, 0, 0, 2, true, 2], + 29660: ['Crystal Fragment x3', 10, -1, 1530, 2880, 0, 0, 2, true, 3], + 29661: ['Crystal Fragment x4', 10, -1, 1575, 2880, 0, 0, 2, true, 4], + 29662: ['Crystal Fragment x5', 10, -1, 1620, 2880, 0, 0, 2, true, 5], + 29663: ['Crystal Fragment x6', 10, -1, 1665, 2880, 0, 0, 2, true, 6], + 29664: ['Crystal Fragment x7', 10, -1, 1710, 2880, 0, 0, 2, true, 7], + 29665: ['Crystal Fragment x8', 10, -1, 1755, 2880, 0, 0, 2, true, 8], + 29666: ['Crystal Fragment x9', 10, -1, 1800, 2880, 0, 0, 2, true, 9], + 29667: ['Crystal Fragment x10', 10, -1, 1845, 2880, 0, 0, 2, true, 10], + 29668: ['Crystal Fragment x11', 10, -1, 1890, 2880, 0, 0, 2, true, 11], + 29669: ['Crystal Fragment x12', 10, -1, 1935, 2880, 0, 0, 2, true, 12], + 29670: ['Crystal Fragment x13', 10, -1, 1980, 2880, 0, 0, 2, true, 13], + 29671: ['Crystal Fragment x14', 10, -1, 2025, 2880, 0, 0, 2, true, 14], + 29672: ['Crystal Fragment x15', 10, -1, 2070, 2880, 0, 0, 2, true, 15], + 29673: ['Crystal Fragment x16', 10, -1, 2115, 2880, 0, 0, 2, true, 16], + 29674: ['Crystal Fragment x17', 10, -1, 2160, 2880, 0, 0, 2, true, 17], + 29675: ['Crystal Fragment x18', 10, -1, 2205, 2880, 0, 0, 2, true, 18], + 29676: ['Crystal Fragment x19', 10, -1, 2250, 2880, 0, 0, 2, true, 19], + 29677: ['Crystal Fragment x20', 10, -1, 2295, 2880, 0, 0, 2, true, 20], + 29678: ['Crystal Fragment x21', 10, -1, 2340, 2880, 0, 0, 2, true, 21], + 29679: ['Crystal Fragment x22', 10, -1, 2385, 2880, 0, 0, 2, true, 22], + 29680: ['Crystal Fragment x23', 10, -1, 2430, 2880, 0, 0, 2, true, 23], + 29681: ['Crystal Fragment x24', 10, -1, 2475, 2880, 0, 0, 2, true, 24], + 29682: ['Crystal Fragment x25', 10, -1, 2520, 2880, 0, 0, 2, true, 25], + 29683: ['Crystal Fragment x26', 10, -1, 2565, 2880, 0, 0, 2, true, 26], + 29684: ['Crystal Fragment x27', 10, -1, 2610, 2880, 0, 0, 2, true, 27], + 29685: ['Crystal Fragment x28', 10, -1, 2655, 2880, 0, 0, 2, true, 28], + 29686: ['Crystal Fragment x29', 10, -1, 2700, 2880, 0, 0, 2, true, 29], + 29687: ['Crystal Fragment x30', 10, -1, 2745, 2880, 0, 0, 2, true, 30], + 29692: ['Silver Screw x1', 10, -1, 2790, 2880, 0, 0, 2, true, 1], + 29693: ['Silver Screw x2', 10, -1, 2835, 2880, 0, 0, 2, true, 2], + 29694: ['Silver Screw x3', 10, -1, 2880, 2880, 0, 0, 2, true, 3], + 29695: ['Silver Screw x4', 10, -1, 2925, 2880, 0, 0, 2, true, 4], + 29696: ['Silver Screw x5', 10, -1, 2970, 2880, 0, 0, 2, true, 5], + 29697: ['Silver Screw x6', 10, -1, 3015, 2880, 0, 0, 2, true, 6], + 29698: ['Silver Screw x7', 10, -1, 3060, 2880, 0, 0, 2, true, 7], + 29699: ['Silver Screw x8', 10, -1, 3105, 2880, 0, 0, 2, true, 8], + 29700: ['Silver Screw x9', 10, -1, 3150, 2880, 0, 0, 2, true, 9], + 29701: ['Silver Screw x10', 10, -1, 3195, 2880, 0, 0, 2, true, 10], + 29718: ['Clover Star', 25, -1, 3240, 2880, 5, 100, 6, false, 0], + 29720: ['Katana of Good Fortune', 24, -1, 3285, 2880, 5, 100, 6, false, 0], + 29768: ['Harlequin Armor', 6, -1, 3330, 2880, 6, 700, 6, false, 0], + 29769: ['Puppet Master Skin', 10, -1, 3375, 2880, 0, 500, 7, false, 0], + 29772: ['Jester Skin', 10, -1, 3420, 2880, 0, 500, 7, false, 0], + 29795: ['Wanderer Samurai Skin', 10, -1, 3465, 2880, 0, 1000, 7, true, 0], + 29804: ["Puppet Master's Encore Key", 10, -1, 3510, 2880, 0, 200, 7, true, 0], + 29819: ['Huntsman Skin', 10, -1, 3555, 2880, 0, 500, 7, false, 0], + 29820: ['Demon Spawn Skin', 10, -1, 3600, 2880, 0, 500, 7, false, 0], + 29821: ['Hunchback Skin', 10, -1, 3645, 2880, 0, 500, 7, false, 0], + 29822: ['Vampiress Skin', 10, -1, 3690, 2880, 0, 500, 7, false, 0], + 29823: ["Frankenstein's Monster Knight Skin", 10, -1, 3735, 2880, 0, 500, 7, false, 0], + 29824: ['Jack the Ripper Skin', 10, -1, 3780, 2880, 0, 500, 7, false, 0], + 29825: ['Death Skin', 10, -1, 3825, 2880, 0, 500, 7, false, 0], + 29826: ['Tiny Avatar Skin', 10, -1, 3870, 2880, 0, 500, 7, false, 0], + 29827: ['Zombie Nurse Skin', 10, -1, 3915, 2880, 0, 500, 7, false, 0], + 29828: ['Ascended Sorcerer Skin', 10, -1, 3960, 2880, 0, 500, 7, false, 0], + 29829: ['Mischievous Imp Skin', 10, -1, 4005, 2880, 0, 500, 7, false, 0], + 29830: ['Vampire Hunter Skin', 10, -1, 4050, 2880, 0, 500, 7, false, 0], + 29831: ['Poltergeist Skin', 10, -1, 4095, 2880, 0, 500, 7, false, 0], + 29832: ['Dark Elf Huntress Skin', 10, -1, 4140, 2880, 0, 500, 7, false, 0], + 29836: ['Ice Cave Key', 10, -1, 4185, 2880, 0, 200, 7, true, 0], + 29853: ['Storm Archer Skin', 10, -1, 4230, 2880, 0, 1000, 7, true, 0], + 29854: ['Foreign Prince Paladin Skin', 10, -1, 4275, 2880, 0, 1000, 7, true, 0], + 29855: ['Hoodoo Priestess Skin', 10, -1, 4320, 2880, 0, 1000, 7, true, 0], + 29863: ['Pure Legendary Mystery Egg', 26, 3, 4365, 2880, 0, 0, 3, true, 0], + 29864: ['Pure Rare Mystery Egg', 26, 2, 4410, 2880, 0, 0, 3, true, 0], + 29865: ['Pure Legendary Humanoid Egg', 26, 3, 4455, 2880, 0, 0, 3, true, 0], + 29940: ['Ice Rush Engraving', 10, -1, 0, 2925, 0, 0, 8, true, 0], + 29942: ['Frozen Blast Engraving', 10, -1, 45, 2925, 0, 0, 8, true, 0], + 29943: ['Frozen Blast Subattack Item', 0, -1, 90, 2925, 0, 0, 0, false, 0], + 29945: ['Snowstorm Engraving', 10, -1, 135, 2925, 0, 0, 8, true, 0], + 29947: ['Cool Protection Engraving', 10, -1, 180, 2925, 0, 0, 8, true, 0], + 29948: ['Snowstorm Engraving Projectiles', 15, -1, 225, 2925, 0, 0, 0, false, 0], + 29989: ['Mini Akuma Skin', 10, -1, 270, 2925, 0, 1000, 7, true, 0], + 30037: ['Helm of the Juggernaut - Midas', 16, -1, 315, 2925, 8, 1250, 6, true, 0], + 30038: ['Helm of the Juggernaut - Jade', 16, -1, 360, 2925, 8, 1250, 6, true, 0], + 30039: ['Helm of the Juggernaut - Chaos', 16, -1, 405, 2925, 8, 1250, 6, true, 0], + 30041: ['Quiver of Thunder - Overcharged', 15, -1, 450, 2925, 8, 850, 6, true, 0], + 30042: ['Orb of Conflict - Chaos', 21, -1, 495, 2925, 8, 850, 6, true, 0], + 30050: ['Leaf Dragon Hide Armor', 6, -1, 540, 2925, 6, 700, 6, true, 0], + 30051: ['Water Dragon Silk Robe', 14, -1, 585, 2925, 6, 700, 6, true, 0], + 30052: ['Fire Dragon Battle Armor', 7, -1, 630, 2925, 6, 700, 6, true, 0], + 30053: ['Celestial Blade', 24, -1, 675, 2925, 6, 850, 6, true, 0], + 30055: ['Lightning Mystic Skin', 10, -1, 720, 2925, 0, 1000, 7, true, 0], + 30057: ['Akuma SamuraiST Skin', 10, -1, 765, 2925, 0, 1000, 7, true, 0], + 30060: ['Ivory Narwhal Pet Stone', 10, -1, 810, 2925, 0, 1000, 7, true, 0], + 30063: ['Armored Orc Pet Stone', 10, -1, 855, 2925, 0, 1000, 7, true, 0], + 30066: ['Enchanted Broom Pet Stone', 10, -1, 900, 2925, 0, 1000, 7, true, 0], + 30069: ['Hollow Wendigo Pet Stone', 10, -1, 945, 2925, 0, 1000, 7, true, 0], + 30072: ['Tree Sparrow Pet Stone', 10, -1, 990, 2925, 0, 1000, 7, true, 0], + 30075: ['White Eyed Pet Stone', 10, -1, 1035, 2925, 0, 1000, 7, true, 0], + 30078: ['Polar Bear Pet Stone', 10, -1, 1080, 2925, 0, 1000, 7, true, 0], + 30081: ['Snow Monster Pet Stone', 10, -1, 1125, 2925, 0, 1000, 7, true, 0], + 30084: ['Longtailed Tit Pet Stone', 10, -1, 1170, 2925, 0, 1000, 7, true, 0], + 30087: ['Searing Soul Pet Stone', 10, -1, 1215, 2925, 0, 1000, 7, true, 0], + 30096: ['Zodiac Pig Pet Stone', 10, -1, 1260, 2925, 0, 1000, 7, true, 0], + 30104: ['Swan Pet Stone', 10, -1, 1305, 2925, 0, 1000, 7, true, 0], + 30107: ['Green Hat Bunny Pet Stone', 10, -1, 1350, 2925, 0, 1000, 7, true, 0], + 30110: ['Cultured Bookwyrm Pet Stone', 10, -1, 1395, 2925, 0, 500, 7, true, 0], + 30113: ['Mini Whale Pet Stone', 10, -1, 1440, 2925, 0, 1000, 7, true, 0], + 30116: ['Champion Spirit Pet Stone', 10, -1, 1485, 2925, 0, 1000, 7, true, 0], + 30119: ['Vicious Phantom Pet Stone', 10, -1, 1530, 2925, 0, 1000, 7, true, 0], + 30122: ['Toaster Pet Stone', 10, -1, 1575, 2925, 0, 500, 7, true, 0], + 30125: ['Warrior Duck Pet Stone', 10, -1, 1620, 2925, 0, 1000, 7, true, 0], + 30128: ['Infested Bagston Pet Stone', 10, -1, 1665, 2925, 0, 500, 7, true, 0], + 30131: ['Crystal Cobra Pet Stone', 10, -1, 1710, 2925, 0, 500, 7, true, 0], + 30134: ['Possessed Lantern Pet Stone', 10, -1, 1755, 2925, 0, 500, 7, true, 0], + 30137: ['Malogian Saucer Pet Stone', 10, -1, 1800, 2925, 0, 500, 7, true, 0], + 30140: ['Untarian Saucer Pet Stone', 10, -1, 1845, 2925, 0, 500, 7, true, 0], + 30143: ['Foraxian Saucer Pet Stone', 10, -1, 1890, 2925, 0, 500, 7, true, 0], + 30146: ['Katalonian Saucer Pet Stone', 10, -1, 1935, 2925, 0, 500, 7, true, 0], + 30149: ['Chill Chickey Pet Stone', 10, -1, 1980, 2925, 0, 1000, 7, true, 0], + 30152: ['Sir Wumple Pet Stone', 10, -1, 2025, 2925, 0, 1000, 7, true, 0], + 30155: ['Shiba Inu Pet Stone', 10, -1, 2070, 2925, 0, 1000, 7, true, 0], + 30158: ['Blue Turtle Shell Pet Stone', 10, -1, 2115, 2925, 0, 1000, 7, true, 0], + 30161: ['Green Turtle Shell Pet Stone', 10, -1, 2160, 2925, 0, 1000, 7, true, 0], + 30164: ['Red Turtle Shell Pet Stone', 10, -1, 2205, 2925, 0, 1000, 7, true, 0], + 30167: ['Skelephant Pet Stone', 10, -1, 2250, 2925, 0, 1000, 7, true, 0], + 30170: ['Phantom Tea Set Pet Stone', 10, -1, 2295, 2925, 0, 1000, 7, true, 0], + 30173: ["Fool's Penguin Pet Stone", 10, -1, 2340, 2925, 0, 1000, 7, true, 0], + 30176: ['Phantom Ghost Pet Stone', 10, -1, 2385, 2925, 0, 1000, 7, true, 0], + 30179: ['UFO Bot Pet Stone', 10, -1, 2430, 2925, 0, 1000, 7, true, 0], + 30182: ['Cyberpenguin Pet Stone', 10, -1, 2475, 2925, 0, 1000, 7, true, 0], + 30185: ['Blue Flaming Pumpkin Pet Stone', 10, -1, 2520, 2925, 0, 1000, 7, true, 0], + 30188: ['Orange Flaming Pumpkin Pet Stone', 10, -1, 2565, 2925, 0, 1000, 7, true, 0], + 30191: ['Flying Penguin Pet Stone', 10, -1, 2610, 2925, 0, 1000, 7, true, 0], + 30194: ['Fire Spirit Pet Stone', 10, -1, 2655, 2925, 0, 1000, 7, true, 0], + 30197: ['Earth Spirit Pet Stone', 10, -1, 2700, 2925, 0, 1000, 7, true, 0], + 30200: ['Water Spirit Pet Stone', 10, -1, 2745, 2925, 0, 1000, 7, true, 0], + 30203: ["Santa's Penguin Pet Stone", 10, -1, 2790, 2925, 0, 1000, 7, true, 0], + 30209: ['Auroral Sprite God Pet Stone', 10, -1, 2835, 2925, 0, 1000, 7, true, 0], + 30212: ['Cursed Blade Pet Stone', 10, -1, 2880, 2925, 0, 1000, 7, true, 0], + 30215: ['Mini Marble Colossus Pet Stone', 10, -1, 2925, 2925, 0, 1000, 7, true, 0], + 30218: ['Majestic Moose Pet Stone', 10, -1, 2970, 2925, 0, 1000, 7, true, 0], + 30221: ['Winter Guide Pet Stone', 10, -1, 3015, 2925, 0, 1000, 7, true, 0], + 30224: ['Air Spirit Pet Stone', 10, -1, 3060, 2925, 0, 1000, 7, true, 0], + 30227: ['Zodiac Rat Pet Stone', 10, -1, 3105, 2925, 0, 1000, 7, true, 0], + 30230: ['Blessed Blade Pet Stone', 10, -1, 3150, 2925, 0, 1000, 7, true, 0], + 30233: ['Suntanned Snowman Pet Stone', 10, -1, 3195, 2925, 0, 1000, 7, true, 0], + 30236: ['Pet Wardrobe Pet Stone', 10, -1, 3240, 2925, 0, 1000, 7, true, 0], + 30239: ['Compact Enforcer Pet Stone', 10, -1, 3285, 2925, 0, 1000, 7, true, 0], + 30242: ['Ferret Pet Stone', 10, -1, 3330, 2925, 0, 1000, 7, true, 0], + 30245: ['Grub Pet Stone', 10, -1, 3375, 2925, 0, 1000, 7, true, 0], + 30248: ['Ascended Guardian Pet Stone', 10, -1, 3420, 2925, 0, 1000, 7, true, 0], + 30251: ['Music Box Pet Stone', 10, -1, 3465, 2925, 0, 1000, 7, true, 0], + 30254: ['Void Hound Pet Stone', 10, -1, 3510, 2925, 0, 1000, 7, true, 0], + 30257: ['Autumn Guide Pet Stone', 10, -1, 3555, 2925, 0, 1000, 7, true, 0], + 30260: ['Time Traveling Phonebox Pet Stone', 10, -1, 3600, 2925, 0, 1000, 7, true, 0], + 30263: ['Summer Guide Pet Stone', 10, -1, 3645, 2925, 0, 1000, 7, true, 0], + 30266: ['Old Nexus Orc Pet Stone', 10, -1, 3690, 2925, 0, 1000, 7, true, 0], + 30269: ['TV Buddy Pet Stone', 10, -1, 3735, 2925, 0, 1000, 7, true, 0], + 30272: ['Demon Cat Pet Stone', 10, -1, 3780, 2925, 0, 1000, 7, true, 0], + 30275: ['House Cat Pet Stone', 10, -1, 3825, 2925, 0, 1000, 7, true, 0], + 30278: ['Husky Pet Stone', 10, -1, 3870, 2925, 0, 1000, 7, true, 0], + 30281: ['Floating Eye Bot Pet Stone', 10, -1, 3915, 2925, 0, 1000, 7, true, 0], + 30284: ['Enchanted Sea Turtle Pet Stone', 10, -1, 3960, 2925, 0, 1000, 7, true, 0], + 30287: ['Giant Worm Pet Stone', 10, -1, 4005, 2925, 0, 1000, 7, true, 0], + 30290: ['Bulldozer Penguin Pet Stone', 10, -1, 4050, 2925, 0, 1000, 7, true, 0], + 30293: ['Mobile Crane Penguin Pet Stone', 10, -1, 4095, 2925, 0, 1000, 7, true, 0], + 30296: ['Excavator Penguin Pet Stone', 10, -1, 4140, 2925, 0, 1000, 7, true, 0], + 30299: ['Road Roller Penguin Pet Stone', 10, -1, 4185, 2925, 0, 1000, 7, true, 0], + 30302: ['Traffic Controller Penguin Pet Stone', 10, -1, 4230, 2925, 0, 1000, 7, true, 0], + 30305: ['Hungry Toolbox Pet Stone', 10, -1, 4275, 2925, 0, 1000, 7, true, 0], + 30308: ['Janus the Fategazer Pet Stone', 10, -1, 4320, 2925, 0, 1000, 7, true, 0], + 30311: ['Mini Guill Pet Stone', 10, -1, 4365, 2925, 0, 1000, 7, true, 0], + 30314: ['Nexus Sheep Pet Stone', 10, -1, 4410, 2925, 0, 1000, 7, true, 0], + 30317: ['Stone Brothers Pet Stone', 10, -1, 4455, 2925, 0, 1000, 7, true, 0], + 30320: ['Oryx the Exalted Pet Stone', 10, -1, 0, 2970, 0, 1000, 7, true, 0], + 30323: ['Sapling Buddy Pet Stone', 10, -1, 45, 2970, 0, 1000, 7, true, 0], + 30326: ['Scallywag Slurp Pet Stone', 10, -1, 90, 2970, 0, 1000, 7, true, 0], + 30329: ['Baby Basilisk Pet Stone', 10, -1, 135, 2970, 0, 1000, 7, true, 0], + 30332: ['Horned Wyrm Pet Stone', 10, -1, 180, 2970, 0, 1000, 7, true, 0], + 30335: ['Possessed Staff Pet Stone', 10, -1, 225, 2970, 0, 1000, 7, true, 0], + 30338: ['Eggshell Spider Pet Stone', 10, -1, 270, 2970, 0, 1000, 7, true, 0], + 30341: ['Blizzard Pet Stone', 10, -1, 315, 2970, 0, 1000, 7, true, 0], + 30344: ['Fiery Phylactery Pet Stone', 10, -1, 360, 2970, 0, 1000, 7, true, 0], + 30347: ['Giant Zombie Feet Pet Stone', 10, -1, 405, 2970, 0, 1000, 7, true, 0], + 30350: ['Skeleton Drake Pet Stone', 10, -1, 450, 2970, 0, 1000, 7, true, 0], + 30353: ['Zombie Drake Pet Stone', 10, -1, 495, 2970, 0, 1000, 7, true, 0], + 30356: ['Witch Hat Rat Pet Stone', 10, -1, 540, 2970, 0, 1000, 7, true, 0], + 30359: ['Spectral Skeledragon Pet Stone', 10, -1, 585, 2970, 0, 1000, 7, true, 0], + 30362: ['King Rarthur Pet Stone', 10, -1, 630, 2970, 0, 1000, 7, true, 0], + 30365: ['Red-Nosed Friend Pet Stone', 10, -1, 675, 2970, 0, 1000, 7, true, 0], + 30368: ['Mouse Prince Pet Stone', 10, -1, 720, 2970, 0, 1000, 7, true, 0], + 30371: ['Aerodynamical Penguin Pet Stone', 10, -1, 765, 2970, 0, 1000, 7, true, 0], + 30374: ['Big Pingus Pet Stone', 10, -1, 810, 2970, 0, 1000, 7, true, 0], + 30377: ['Zodiac Ox Pet Stone', 10, -1, 855, 2970, 0, 1000, 7, true, 0], + 30380: ["Mini 'Odonna Pet Stone", 10, -1, 900, 2970, 0, 1000, 7, true, 0], + 30383: ["Lil' Forest Harpy Pet Stone", 10, -1, 945, 2970, 0, 1000, 7, true, 0], + 30386: ['Valentine Cupcake Pet Stone', 10, -1, 990, 2970, 0, 1000, 7, true, 0], + 30389: ['Lovey Teddy Pet Stone', 10, -1, 1035, 2970, 0, 1000, 7, true, 0], + 30392: ['Android Companion Pet Stone', 10, -1, 1080, 2970, 0, 1000, 7, true, 0], + 30395: ['Nightray Pegasus Pet Stone', 10, -1, 1125, 2970, 0, 1000, 7, true, 0], + 30398: ['Glorious Pegasus Pet Stone', 10, -1, 1170, 2970, 0, 1000, 7, true, 0], + 30401: ['Forest Harpy Pet Stone', 10, -1, 1215, 2970, 0, 1000, 7, true, 0], + 30404: ['Helicopter Penguin Pet Stone', 10, -1, 1260, 2970, 0, 1000, 7, true, 0], + 30407: ['Infernal Archdragon Pet Stone', 10, -1, 1305, 2970, 0, 1000, 7, true, 0], + 30410: ['Sakura Deer Pet Stone', 10, -1, 1350, 2970, 0, 1000, 7, true, 0], + 30413: ['Lucky Fourleaf Pet Stone', 10, -1, 1395, 2970, 0, 1000, 7, true, 0], + 30416: ['Golden Lucky Fourleaf Pet Stone', 10, -1, 1440, 2970, 0, 1000, 7, true, 0], + 30419: ['Chocolate Bunny Pet Stone', 10, -1, 1485, 2970, 0, 1000, 7, true, 0], + 30422: ['Battlebot MK1 Pet Stone', 10, -1, 1530, 2970, 0, 1000, 7, true, 0], + 30425: ['Mystery Rare Pet Stone', 10, -1, 1575, 2970, 0, 1000, 7, true, 0], + 30428: ['Mystery Epic Pet Stone', 10, -1, 1620, 2970, 0, 1000, 7, true, 0], + 30431: ['Mystery Legendary Pet Stone', 10, -1, 1665, 2970, 0, 1000, 7, true, 0], + 30434: ['Easter Island Head Pet Stone', 10, -1, 1710, 2970, 0, 1000, 7, true, 0], + 30437: ['Gazelle Pet Stone', 10, -1, 1755, 2970, 0, 1000, 7, true, 0], + 30440: ['Crystal Pony Pet Stone', 10, -1, 1800, 2970, 0, 1000, 7, true, 0], + 30443: ['Son of the Son of Arachna Pet Stone', 10, -1, 1845, 2970, 0, 1000, 7, true, 0], + 30447: ['Calamity Crab Pet Stone', 10, -1, 1890, 2970, 0, 1000, 7, true, 0], + 30450: ['Bananalien Pet Stone', 10, -1, 1935, 2970, 0, 1000, 7, true, 0], + 30453: ['Egg-bot Pet Stone', 10, -1, 1980, 2970, 0, 1000, 7, true, 0], + 30456: ['Malus? Pet Stone', 10, -1, 2025, 2970, 0, 1000, 7, true, 0], + 30459: ['Biard Pet Stone', 10, -1, 2070, 2970, 0, 1000, 7, true, 0], + 30462: ['Oryx the Baby God Pet Stone', 10, -1, 2115, 2970, 0, 1000, 7, true, 0], + 30465: ['Sol the Energy Drink Pet Stone', 10, -1, 2160, 2970, 0, 1000, 7, true, 0], + 30468: ['Skulking Skull King Pet Stone', 10, -1, 2205, 2970, 0, 1000, 7, true, 0], + 30471: ['Octopus Pet Stone', 10, -1, 2250, 2970, 0, 1000, 7, true, 0], + 30474: ['Snail of the Juggernaut Pet Stone', 10, -1, 2295, 2970, 0, 1000, 7, true, 0], + 30477: ['Fallen Protector Pet Stone', 10, -1, 2340, 2970, 0, 1000, 7, true, 0], + 30480: ['Redeemed Void Shade Pet Stone', 10, -1, 2385, 2970, 0, 1000, 7, true, 0], + 30483: ['Duality Pet Stone', 10, -1, 2430, 2970, 0, 1000, 7, true, 0], + 30486: ['Daeva Oryx Pet Stone', 10, -1, 2475, 2970, 0, 1000, 7, true, 0], + 30489: ['Seraphim Pet Stone', 10, -1, 2520, 2970, 0, 1000, 7, true, 0], + 30492: ['Voided Oryx Pet Stone', 10, -1, 2565, 2970, 0, 1000, 7, true, 0], + 30495: ['Corrupted Tinkerer Pet Stone', 10, -1, 2610, 2970, 0, 1000, 7, true, 0], + 30498: ['Corrupted Login Seer Pet Stone', 10, -1, 2655, 2970, 0, 1000, 7, true, 0], + 30501: ["Lil' Ice Cream Pet Stone", 10, -1, 2700, 2970, 0, 1000, 7, true, 0], + 30504: ['Fizzy Drink Pet Stone', 10, -1, 2745, 2970, 0, 1000, 7, true, 0], + 30507: ['Cured Tinkerer Pet Stone', 10, -1, 2790, 2970, 0, 1000, 7, true, 0], + 30510: ['Cured Login Seer Pet Stone', 10, -1, 2835, 2970, 0, 1000, 7, true, 0], + 30513: ['Eye of the Void Pet Stone', 10, -1, 2880, 2970, 0, 1000, 7, true, 0], + 30516: ['Celestial Construct Pet Stone', 10, -1, 2925, 2970, 0, 1000, 7, true, 0], + 30519: ["Lil' Dark Ambrosia Pet Stone", 10, -1, 2970, 2970, 0, 1000, 7, true, 0], + 30522: ['Corrupted Watering Can Pet Stone', 10, -1, 3015, 2970, 0, 1000, 7, true, 0], + 30525: ['Corrupted Penguin Explorer Pet Stone', 10, -1, 3060, 2970, 0, 1000, 7, true, 0], + 30528: ['Void Cleanser Penguin Pet Stone', 10, -1, 3105, 2970, 0, 1000, 7, true, 0], + 30531: ['Sentinel Watchdog Pet Stone', 10, -1, 3150, 2970, 0, 1000, 7, true, 0], + 30534: ['Shadow Stormbird Pet Stone', 10, -1, 3195, 2970, 0, 1000, 7, true, 0], + 30537: ['Royal Void Cat Pet Stone', 10, -1, 3240, 2970, 0, 1000, 7, true, 0], + 30540: ["Lil' Keyper Pet Stone", 10, -1, 3285, 2970, 0, 1000, 7, true, 0], + 30543: ['Angelic Blossom Pet Stone', 10, -1, 3330, 2970, 0, 1000, 7, true, 0], + 30546: ['Nurse Wheelie Pet Stone', 10, -1, 3375, 2970, 0, 1000, 7, true, 0], + 30549: ['Sphenisciform Entity Pet Stone', 10, -1, 3420, 2970, 0, 1000, 7, true, 0], + 30552: ['Cherubic Penguin Pet Stone', 10, -1, 3465, 2970, 0, 1000, 7, true, 0], + 30555: ['Graylien Pet Stone', 10, -1, 3510, 2970, 0, 1000, 7, true, 0], + 30558: ['Carnage Cat Pet Stone', 10, -1, 3555, 2970, 0, 1000, 7, true, 0], + 30561: ["Lil' Backpack Pet Stone", 10, -1, 3600, 2970, 0, 1000, 7, true, 0], + 30564: ['Clipboard Pet Stone', 10, -1, 3645, 2970, 0, 1000, 7, true, 0], + 30567: ['Floating Beer Pet Stone', 10, -1, 3690, 2970, 0, 1000, 7, true, 0], + 30572: ['Golden Pet Rock Stone', 10, -1, 3735, 2970, 0, 0, 7, true, 0], + 30576: ['Garlic Buddy Pet Stone', 10, -1, 3780, 2970, 0, 1000, 7, true, 0], + 30579: ['Spectral Bat Pet Stone', 10, -1, 3825, 2970, 0, 1000, 7, true, 0], + 30582: ['Ghastly Penguin Pet Stone', 10, -1, 3870, 2970, 0, 1000, 7, true, 0], + 30585: ['Cursed Portrait Pet Stone', 10, -1, 3915, 2970, 0, 1000, 7, true, 0], + 30588: ['Bloodthirsty Penguin Pet Stone', 10, -1, 3960, 2970, 0, 1000, 7, true, 0], + 30612: ['Eldritch Clown Pet Stone', 10, -1, 4005, 2970, 0, 1000, 7, true, 0], + 30615: ['Campfire Pet Stone', 10, -1, 4050, 2970, 0, 1000, 7, true, 0], + 30638: ['Rogue - Content Master Skin', 10, -1, 4095, 2970, 0, 500, 7, true, 0], + 30640: ['Archer - Content Master Skin', 10, -1, 4140, 2970, 0, 500, 7, true, 0], + 30642: ['Wizard - Content Master Skin', 10, -1, 4185, 2970, 0, 500, 7, true, 0], + 30644: ['Priest - Content Master Skin', 10, -1, 4230, 2970, 0, 500, 7, true, 0], + 30646: ['Warrior - Content Master Skin', 10, -1, 4275, 2970, 0, 500, 7, true, 0], + 30648: ['Knight - Content Master Skin', 10, -1, 4320, 2970, 0, 500, 7, true, 0], + 30650: ['Paladin - Content Master Skin', 10, -1, 4365, 2970, 0, 500, 7, true, 0], + 30652: ['Assassin - Content Master Skin', 10, -1, 4410, 2970, 0, 500, 7, true, 0], + 30654: ['Necromancer - Content Master Skin', 10, -1, 4455, 2970, 0, 500, 7, true, 0], + 30656: ['Sorcerer - Content Master Skin', 10, -1, 0, 3015, 0, 500, 7, true, 0], + 30658: ['Huntress - Content Master Skin', 10, -1, 45, 3015, 0, 500, 7, true, 0], + 30660: ['Mystic - Content Master Skin', 10, -1, 90, 3015, 0, 500, 7, true, 0], + 30662: ['Trickster - Content Master Skin', 10, -1, 135, 3015, 0, 500, 7, true, 0], + 30664: ['Ninja - Content Master Skin', 10, -1, 180, 3015, 0, 500, 7, true, 0], + 30666: ['Samurai - Content Master Skin', 10, -1, 225, 3015, 0, 500, 7, true, 0], + 30668: ['Bard - Content Master Skin', 10, -1, 270, 3015, 0, 500, 7, true, 0], + 30670: ['Synthwave Warrior Skin', 10, -1, 315, 3015, 0, 1000, 7, true, 0], + 30672: ['Sleepover Mystic Skin', 10, -1, 360, 3015, 0, 1000, 7, true, 0], + 30674: ['Unicorn Warrior Skin', 10, -1, 405, 3015, 0, 1000, 7, true, 0], + 30676: ['Nightstalker Elf Assassin Skin', 10, -1, 450, 3015, 0, 1000, 7, true, 0], + 30678: ['Expectant Engager Priest Skin', 10, -1, 495, 3015, 0, 1000, 7, true, 0], + 30680: ['Swan Suit Huntress Skin', 10, -1, 540, 3015, 0, 1000, 7, true, 0], + 30682: ['Vampire Slayer Ninja Skin', 10, -1, 585, 3015, 0, 1000, 7, true, 0], + 30684: ['Sweet Chocolatier Assassin Skin', 10, -1, 630, 3015, 0, 1000, 7, true, 0], + 30686: ['Lady of Locks Ninja Skin', 10, -1, 675, 3015, 0, 1000, 7, true, 0], + 30688: ['Serenading Bard Skin', 10, -1, 720, 3015, 0, 1000, 7, true, 0], + 30690: ['Big Monster Knight Skin', 10, -1, 765, 3015, 0, 1000, 7, true, 0], + 30692: ['Grey Gal Summoner Skin', 10, -1, 810, 3015, 0, 1000, 7, true, 0], + 30694: ['Prankster Primate Summoner Skin', 10, -1, 855, 3015, 0, 1000, 7, true, 0], + 30696: ['Zoologist Summoner Skin', 10, -1, 900, 3015, 0, 1000, 7, true, 0], + 30698: ['Playful Spirit Summoner Skin', 10, -1, 945, 3015, 0, 1000, 7, true, 0], + 30700: ['Mini Scientific Summoner Skin', 10, -1, 990, 3015, 0, 1000, 7, true, 0], + 30702: ['Construction Summoner Skin', 10, -1, 1035, 3015, 0, 0, 7, false, 0], + 30704: ['Court Jester Summoner Skin', 10, -1, 1080, 3015, 0, 1000, 7, true, 0], + 30706: ['Summoner - Artist Extraordinaire Skin', 10, -1, 1125, 3015, 0, 0, 7, true, 0], + 30708: ['Summoner - Dungeon Mastermind Skin', 10, -1, 1170, 3015, 0, 0, 7, true, 0], + 30710: ['Summoner - Future Seeker Tester Skin', 10, -1, 1215, 3015, 0, 0, 7, true, 0], + 30712: ['Summoner - Cyber Cop Skin', 10, -1, 1260, 3015, 0, 0, 7, true, 0], + 30714: ['Summoner - Magnificent Maestro Skin', 10, -1, 1305, 3015, 0, 500, 7, true, 0], + 30716: ['Summoner - Content Master Skin', 10, -1, 1350, 3015, 0, 500, 7, true, 0], + 30718: ['Stone Summoner Skin', 10, -1, 1395, 3015, 0, 500, 7, false, 0], + 30720: ['Slime Summoner Skin', 10, -1, 1440, 3015, 0, 500, 7, false, 0], + 30722: ['Exalted Summoner Skin', 10, -1, 1485, 3015, 0, 0, 7, true, 0], + 30724: ['Mauve Magus Summoner Skin', 10, -1, 1530, 3015, 0, 1000, 7, true, 0], + 30726: ['Night Elf Summoner Skin', 10, -1, 1575, 3015, 0, 1000, 7, true, 0], + 30728: ['Bunny Summoner Skin', 10, -1, 1620, 3015, 0, 1000, 7, true, 0], + 30730: ['Baaard Bard Skin', 10, -1, 1665, 3015, 0, 1000, 7, true, 0], + 30732: ['Season Spring Huntress Skin', 10, -1, 1710, 3015, 0, 1000, 7, true, 0], + 30734: ['Mystery Bard Skin', 10, -1, 1755, 3015, 0, 0, 7, false, 0], + 30736: ['Little Bunny Necromancer Skin', 10, -1, 1800, 3015, 0, 1000, 7, true, 0], + 30738: ["Lil' Carrot Ninja Skin", 10, -1, 1845, 3015, 0, 1000, 7, true, 0], + 30740: ['Menagerie Master Summoner Skin', 10, -1, 1890, 3015, 0, 500, 7, false, 0], + 30742: ['Toast Slice Archer Skin', 10, -1, 1935, 3015, 0, 1000, 7, true, 0], + 30744: ['Lonesome Swordswoman Samurai Skin', 10, -1, 1980, 3015, 0, 1000, 7, true, 0], + 30746: ['Posessed Earring Sorcerer Skin', 10, -1, 2025, 3015, 0, 1000, 7, true, 0], + 30748: ['Paladuck Paladin Skin', 10, -1, 2070, 3015, 0, 1000, 7, true, 0], + 30750: ['Rainmaker Sorcerer Skin', 10, -1, 2115, 3015, 0, 1000, 7, true, 0], + 30752: ['Glyph Researcher Trickster Skin', 10, -1, 2160, 3015, 0, 1000, 7, true, 0], + 30754: ['Veteran Rogue Skin', 10, -1, 2205, 3015, 0, 0, 7, true, 0], + 30756: ['Veteran Archer Skin', 10, -1, 2250, 3015, 0, 0, 7, true, 0], + 30758: ['Veteran Wizard Skin', 10, -1, 2295, 3015, 0, 0, 7, true, 0], + 30760: ['Veteran Priest Skin', 10, -1, 2340, 3015, 0, 0, 7, true, 0], + 30762: ['Veteran Warrior Skin', 10, -1, 2385, 3015, 0, 0, 7, true, 0], + 30764: ['Veteran Knight Skin', 10, -1, 2430, 3015, 0, 0, 7, true, 0], + 30766: ['Veteran Paladin Skin', 10, -1, 2475, 3015, 0, 0, 7, true, 0], + 30768: ['Veteran Assassin Skin', 10, -1, 2520, 3015, 0, 0, 7, true, 0], + 30770: ['Veteran Necromancer Skin', 10, -1, 2565, 3015, 0, 0, 7, true, 0], + 30772: ['Veteran Huntress Skin', 10, -1, 2610, 3015, 0, 0, 7, true, 0], + 30774: ['Veteran Mystic Skin', 10, -1, 2655, 3015, 0, 0, 7, true, 0], + 30776: ['Veteran Trickster Skin', 10, -1, 2700, 3015, 0, 0, 7, true, 0], + 30778: ['Veteran Sorcerer Skin', 10, -1, 2745, 3015, 0, 0, 7, true, 0], + 30780: ['Veteran Ninja Skin', 10, -1, 2790, 3015, 0, 0, 7, true, 0], + 30782: ['Veteran Samurai Skin', 10, -1, 2835, 3015, 0, 0, 7, true, 0], + 30784: ['Veteran Summoner Skin', 10, -1, 2880, 3015, 0, 0, 7, true, 0], + 30786: ['Veteran Bard Skin', 10, -1, 2925, 3015, 0, 0, 7, true, 0], + 30788: ['Beefcake Paladin Skin', 10, -1, 2970, 3015, 0, 1000, 7, true, 0], + 30790: ['Beachcake Paladin Skin', 10, -1, 3015, 3015, 0, 1000, 7, true, 0], + 30792: ['Dousing Archer Skin', 10, -1, 3060, 3015, 0, 1000, 7, true, 0], + 30794: ['Alien Abductor Summoner Skin', 10, -1, 3105, 3015, 0, 1000, 7, true, 0], + 30796: ['Mini Corrupted Paladin Skin', 10, -1, 3150, 3015, 0, 1000, 7, true, 0], + 30798: ['Mini Daeva Trickster Skin', 10, -1, 3195, 3015, 0, 1000, 7, true, 0], + 30800: ['Swimsuit Assassin Skin', 10, -1, 3240, 3015, 0, 1000, 7, true, 0], + 30802: ['Swimsuit Summoner Skin', 10, -1, 3285, 3015, 0, 1000, 7, true, 0], + 30804: ['Oryxmas Summoner Skin', 10, -1, 3330, 3015, 0, 0, 7, false, 0], + 30806: ['Invisible Investigator Rogue Skin', 10, -1, 3375, 3015, 0, 1000, 7, true, 0], + 30808: ['Grey Pal Paladin Skin', 10, -1, 3420, 3015, 0, 1000, 7, true, 0], + 30810: ['Scuba Diver Huntress Skin', 10, -1, 3465, 3015, 0, 1000, 7, true, 0], + 30812: ['Ultimate Vampire Ninja Skin', 10, -1, 3510, 3015, 0, 500, 7, true, 0], + 30814: ['Antinomy Bard Skin', 10, -1, 3555, 3015, 0, 0, 7, false, 0], + 30816: ['Antinomy Knight Skin', 10, -1, 3600, 3015, 0, 0, 7, false, 0], + 30818: ['Antinomy Assassin Skin', 10, -1, 3645, 3015, 0, 0, 7, false, 0], + 30820: ['Antinomy Samurai Skin', 10, -1, 3690, 3015, 0, 0, 7, false, 0], + 30822: ['Antinomy Archer Skin', 10, -1, 3735, 3015, 0, 0, 7, false, 0], + 30824: ['Antinomy Mystic Skin', 10, -1, 3780, 3015, 0, 0, 7, false, 0], + 30826: ['Antinomy Priest Skin', 10, -1, 3825, 3015, 0, 0, 7, false, 0], + 30828: ['Antinomy Necromancer Skin', 10, -1, 3870, 3015, 0, 0, 7, false, 0], + 30830: ['Antinomy Trickster Skin', 10, -1, 3915, 3015, 0, 0, 7, false, 0], + 30832: ['Antinomy Summoner Skin', 10, -1, 3960, 3015, 0, 0, 7, false, 0], + 30834: ['Antinomy Huntress Skin', 10, -1, 4005, 3015, 0, 0, 7, false, 0], + 30836: ['Antinomy Ninja Skin', 10, -1, 4050, 3015, 0, 0, 7, false, 0], + 30838: ['Antinomy Rogue Skin', 10, -1, 4095, 3015, 0, 0, 7, false, 0], + 30840: ['Antinomy Wizard Skin', 10, -1, 4140, 3015, 0, 0, 7, false, 0], + 30842: ['Antinomy Sorcerer Skin', 10, -1, 4185, 3015, 0, 0, 7, false, 0], + 30844: ['Antinomy Warrior Skin', 10, -1, 4230, 3015, 0, 0, 7, false, 0], + 30846: ['Antinomy Paladin Skin', 10, -1, 4275, 3015, 0, 0, 7, false, 0], + 30848: ['Swimsuit Knight Skin', 10, -1, 4320, 3015, 0, 1000, 7, true, 0], + 30850: ['Duality Wizard Skin', 10, -1, 4365, 3015, 0, 1000, 7, true, 0], + 30852: ['Void Demon Mystic Skin', 10, -1, 4410, 3015, 0, 1000, 7, true, 0], + 30854: ['Fries Huntress Skin', 10, -1, 4455, 3015, 0, 1000, 7, true, 0], + 30856: ['Mini Royal Thaumaturge Necromancer Skin', 10, -1, 0, 3060, 0, 1000, 7, true, 0], + 30858: ['Mini Fire Warlock Wizard Skin', 10, -1, 45, 3060, 0, 1000, 7, true, 0], + 30860: ['Mini Royal Gladiator Paladin Skin', 10, -1, 90, 3060, 0, 1000, 7, true, 0], + 30862: ['Mini Royal Crossbowman Archer Skin', 10, -1, 135, 3060, 0, 1000, 7, true, 0], + 30864: ['Mini Corrupted Appetizer Assassin Skin', 10, -1, 180, 3060, 0, 1000, 7, true, 0], + 30866: ['Mini Corrupted Gardener Summoner Skin', 10, -1, 225, 3060, 0, 1000, 7, true, 0], + 30868: ['Sentinel of the Void Warrior Skin', 10, -1, 270, 3060, 0, 1000, 7, true, 0], + 30870: ['Celestial Gatekeeper Trickster Skin', 10, -1, 315, 3060, 0, 1000, 7, true, 0], + 30872: ['Mini Daeva Gardener Summoner Skin', 10, -1, 360, 3060, 0, 1000, 7, true, 0], + 30874: ['Pompous Elf Lady Summoner Skin', 10, -1, 405, 3060, 0, 1000, 7, true, 0], + 30876: ['Bear Suit Knight Skin', 10, -1, 450, 3060, 0, 1000, 7, true, 0], + 30878: ['Rebel Commando Archer Skin', 10, -1, 495, 3060, 0, 1000, 7, true, 0], + 30880: ['Charming Dancer Bard Skin', 10, -1, 540, 3060, 0, 1000, 7, true, 0], + 30882: ['Mad Punk Vocalist Bard Skin', 10, -1, 585, 3060, 0, 1000, 7, true, 0], + 30884: ['Celestial Archer Skin', 10, -1, 630, 3060, 0, 1000, 7, true, 0], + 30886: ["Teacher's Pet Ninja Skin", 10, -1, 675, 3060, 0, 1000, 7, true, 0], + 30888: ['Plague Doctor Mystic Skin', 10, -1, 720, 3060, 0, 1000, 7, true, 0], + 30892: ['Octoberfest Bard Skin', 10, -1, 765, 3060, 0, 1000, 7, true, 0], + 30894: ['Corporate Necromancer Skin', 10, -1, 810, 3060, 0, 1000, 7, true, 0], + 30896: ['Deadly Raven Ninja Skin', 10, -1, 855, 3060, 0, 1000, 7, true, 0], + 30898: ['Scarecrow Assassin Skin', 10, -1, 900, 3060, 0, 1000, 7, true, 0], + 30899: ['Sataru the Visionary Skin', 10, -1, 945, 3060, 0, 1000, 7, true, 0], + 30902: ['Two-Faced Gentleman Skin', 10, -1, 990, 3060, 0, 1000, 7, true, 0], + 30905: ['Floating Ghost Rogue Skin', 10, -1, 1035, 3060, 0, 1000, 7, true, 0], + 30907: ['Vampire Samurai Skin', 10, -1, 1080, 3060, 0, 1000, 7, true, 0], + 30909: ['Victorian Dandy Sorcerer Skin', 10, -1, 1125, 3060, 0, 1000, 7, true, 0], + 30915: ['Bloody Victorian Necromancer Skin', 10, -1, 1170, 3060, 0, 1000, 7, true, 0], + 30917: ['Coffin Dweller Samurai Skin', 10, -1, 1215, 3060, 0, 1000, 7, true, 0], + 30919: ['Vampire Slayer Archer Skin', 10, -1, 1260, 3060, 0, 1000, 7, true, 0], + 30921: ['Yellow Raincoat Sorcerer Skin', 10, -1, 1305, 3060, 0, 1000, 7, true, 0], + 30923: ['Turkey Knight Skin', 10, -1, 1350, 3060, 0, 1000, 7, true, 0], + 30925: ['Snow Shoveler Paladin Skin', 10, -1, 1395, 3060, 0, 1000, 7, true, 0], + 30927: ['Mountain Climber Trickster Skin', 10, -1, 1440, 3060, 0, 1000, 7, true, 0], + 30929: ['Mini Storm Caller Bard Skin', 10, -1, 1485, 3060, 0, 1000, 7, true, 0], + 30931: ['Mini Earthen Bulwark Summoner Skin', 10, -1, 1530, 3060, 0, 1000, 7, true, 0], + 30933: ['Green Tracksuit Warrior Skin', 10, -1, 1575, 3060, 0, 1000, 7, true, 0], + 30935: ['Pink Suit Huntress Skin', 10, -1, 1620, 3060, 0, 1000, 7, true, 0], + 30937: ['Classic Rogue Skin', 10, -1, 1665, 3060, 0, 0, 7, true, 0], + 30939: ['Classic Archer Skin', 10, -1, 1710, 3060, 0, 0, 7, true, 0], + 30941: ['Classic Wizard Skin', 10, -1, 1755, 3060, 0, 0, 7, true, 0], + 30943: ['Classic Priest Skin', 10, -1, 1800, 3060, 0, 0, 7, true, 0], + 30945: ['Classic Warrior Skin', 10, -1, 1845, 3060, 0, 0, 7, true, 0], + 30947: ['Classic Knight Skin', 10, -1, 1890, 3060, 0, 0, 7, true, 0], + 30949: ['Classic Paladin Skin', 10, -1, 1935, 3060, 0, 0, 7, true, 0], + 30951: ['Classic Assassin Skin', 10, -1, 1980, 3060, 0, 0, 7, true, 0], + 30953: ['Classic Necromancer Skin', 10, -1, 2025, 3060, 0, 0, 7, true, 0], + 30955: ['Classic Huntress Skin', 10, -1, 2070, 3060, 0, 0, 7, true, 0], + 30957: ['Classic Mystic Skin', 10, -1, 2115, 3060, 0, 0, 7, true, 0], + 30959: ['Classic Trickster Skin', 10, -1, 2160, 3060, 0, 0, 7, true, 0], + 30961: ['Classic Sorcerer Skin', 10, -1, 2205, 3060, 0, 0, 7, true, 0], + 30963: ['Classic Ninja Skin', 10, -1, 2250, 3060, 0, 0, 7, true, 0], + 30965: ['Classic Samurai Skin', 10, -1, 2295, 3060, 0, 0, 7, true, 0], + 30967: ['Classic Bard Skin', 10, -1, 2340, 3060, 0, 0, 7, true, 0], + 30969: ['Classic Summoner Skin', 10, -1, 2385, 3060, 0, 0, 7, true, 0], + 30971: ['Stone Kensei Skin', 10, -1, 2430, 3060, 0, 500, 7, false, 0], + 30973: ['Construction Kensei Skin', 10, -1, 2475, 3060, 0, 0, 7, false, 0], + 30975: ['Emergent Sage Kensei Skin', 10, -1, 2520, 3060, 0, 500, 7, false, 0], + 30978: ['George the Turkey Pet Stone', 10, -1, 2565, 3060, 0, 1000, 7, true, 0], + 30981: ['Snowplow Penguin Pet Stone', 10, -1, 2610, 3060, 0, 1000, 7, true, 0], + 30984: ['Movement Detector Doll Pet Stone', 10, -1, 2655, 3060, 0, 1000, 7, true, 0], + 30987: ['Festive Sprite Pet Stone', 10, -1, 2700, 3060, 0, 1000, 7, true, 0], + 30990: ['Oryxmas Shiba Pet Stone', 10, -1, 2745, 3060, 0, 1000, 7, true, 0], + 30993: ['Gift-wrapped Box Pet Stone', 10, -1, 2790, 3060, 0, 1000, 7, true, 0], + 30996: ['Demon Mistress Pet Stone', 10, -1, 2835, 3060, 0, 1000, 7, true, 0], + 30999: ['Ice Skating Penguin Pet Stone', 10, -1, 2880, 3060, 0, 1000, 7, true, 0], + 31002: ['Oryxmas Tanuki Pet Stone', 10, -1, 2925, 3060, 0, 1000, 7, true, 0], + 31005: ['Yau Gok Pet Stone', 10, -1, 2970, 3060, 0, 1000, 7, true, 0], + 31008: ['Bouncy Companion Pet Stone', 10, -1, 3015, 3060, 0, 1000, 7, true, 0], + 31011: ['Leprechaun Penguin Pet Stone', 10, -1, 3060, 3060, 0, 1000, 7, true, 0], + 31014: ['Young Water Elemental Pet Stone', 10, -1, 3105, 3060, 0, 1000, 7, true, 0], + 31017: ['Young Earth Elemental Pet Stone', 10, -1, 3150, 3060, 0, 1000, 7, true, 0], + 31020: ['Playful Bunny Pet Stone', 10, -1, 3195, 3060, 0, 1000, 7, true, 0], + 31023: ['Young Fire Elemental Pet Stone', 10, -1, 3240, 3060, 0, 1000, 7, true, 0], + 31026: ['Young Air Elemental Pet Stone', 10, -1, 3285, 3060, 0, 1000, 7, true, 0], + 31029: ['Perception of Guill Pet Stone', 10, -1, 3330, 3060, 0, 0, 7, true, 0], + 31032: ['Elemental Beast Pet Stone', 10, -1, 3375, 3060, 0, 1000, 7, true, 0], + 31035: ["Lil' Deep Sea Diva Pet Stone", 10, -1, 3420, 3060, 0, 1000, 7, true, 0], + 31038: ["Lil' Mister Backstage Pet Stone", 10, -1, 3465, 3060, 0, 1000, 7, true, 0], + 31041: ["Lil' Rad Raver Pet Stone", 10, -1, 3510, 3060, 0, 1000, 7, true, 0], + 31044: ['2KenseiST2O', 15, -1, 3555, 3060, 0, 0, 0, true, 0], + 31045: ['2KenseiST2P', 15, -1, 3600, 3060, 0, 0, 0, true, 0], + 31046: ['2KenseiST2Q', 15, -1, 3645, 3060, 0, 0, 0, true, 0], + 31056: ["Lil' Thunderbringer Pet Stone", 10, -1, 3690, 3060, 0, 1000, 7, true, 0], + 31059: ['Deep Sea Diva Action Figure Pet Stone', 10, -1, 3735, 3060, 0, 1000, 7, true, 0], + 31062: ['Mister Backstage Action Figure Pet Stone', 10, -1, 3780, 3060, 0, 1000, 7, true, 0], + 31065: ['Rad Raver Action Figure Pet Stone', 10, -1, 3825, 3060, 0, 1000, 7, true, 0], + 31068: ['The Thunderbringer Action Figure Pet Stone', 10, -1, 3870, 3060, 0, 1000, 7, true, 0], + 31071: ['White Husky Pet Stone', 10, -1, 3915, 3060, 0, 1000, 7, true, 0], + 31074: ['Arctic Fox Pet Stone', 10, -1, 3960, 3060, 0, 1000, 7, true, 0], + 31077: ['Penguin Gunslinger Pet Stone', 10, -1, 4005, 3060, 0, 1000, 7, true, 0], + 31080: ['Dimensional Wanderer Pet Stone', 10, -1, 4050, 3060, 0, 1000, 7, true, 0], + 31083: ['Syndicate Hellhound Pet Stone', 10, -1, 4095, 3060, 0, 1000, 7, true, 0], + 31086: ['Voodoo Doll Pet Stone', 10, -1, 4140, 3060, 0, 1000, 7, true, 0], + 31089: ['Voodoo Bat Pet Stone', 10, -1, 4185, 3060, 0, 1000, 7, true, 0], + 31092: ['Chibi Bridge Sentinel Pet Stone', 10, -1, 4230, 3060, 0, 1000, 7, true, 0], + 31099: ['Chibi Twilight Archmage Pet Stone', 10, -1, 4275, 3060, 0, 1000, 7, true, 0], + 31102: ['Chibi Forgotten King Pet Stone', 10, -1, 4320, 3060, 0, 1000, 7, true, 0], + 31107: ['Chibi Oryx Pet Stone', 10, -1, 4365, 3060, 0, 1000, 7, true, 0], + 31113: ['Chibi Heart of the Wetlands Pet Stone', 10, -1, 4410, 3060, 0, 1000, 7, true, 0], + 31117: ['Mechanical Dog Pet Stone', 10, -1, 4455, 3060, 0, 1000, 7, true, 0], + 31120: ['Steampunk Cat Pet Stone', 10, -1, 0, 3105, 0, 1000, 7, true, 0], + 31128: ['Mark of the Advanced Control Core', 10, -1, 45, 3105, 0, 50, 2, true, 0], + 31233: ['Oryxmas Kensei Skin', 10, -1, 90, 3105, 0, 0, 7, false, 0], + 31235: ['Slime Kensei Skin', 10, -1, 135, 3105, 0, 500, 7, false, 0], + 31237: ['Exalted Kensei Skin', 10, -1, 180, 3105, 0, 0, 7, true, 0], + 31239: ['Supermodel of Swordsmanship Skin', 10, -1, 225, 3105, 0, 1000, 7, true, 0], + 31241: ['Kensei - Content Master Skin', 10, -1, 270, 3105, 0, 500, 7, true, 0], + 31243: ['Kensei - Future Seeker Tester Skin', 10, -1, 315, 3105, 0, 0, 7, true, 0], + 31245: ['Kensei - Cyber Cop Skin', 10, -1, 360, 3105, 0, 0, 7, true, 0], + 31247: ['Kensei - Artist Extraordinaire Skin', 10, -1, 405, 3105, 0, 0, 7, true, 0], + 31249: ['Kensei - Magnificent Maestro Skin', 10, -1, 450, 3105, 0, 500, 7, true, 0], + 31251: ['Kensei - Dungeon Mastermind Skin', 10, -1, 495, 3105, 0, 0, 7, true, 0], + 31253: ['Searing Itinerant Kensei Skin', 10, -1, 540, 3105, 0, 1000, 7, true, 0], + 31255: ['Dahlia Flower Kensei Skin', 10, -1, 585, 3105, 0, 1000, 7, true, 0], + 31257: ['Ice Skater Kensei Skin', 10, -1, 630, 3105, 0, 1000, 7, true, 0], + 31259: ['Grandpa Paladin Skin', 10, -1, 675, 3105, 0, 1000, 7, true, 0], + 31261: ['Oryxmas Treeckster Skin', 10, -1, 720, 3105, 0, 1000, 7, true, 0], + 31263: ['Cozy Blanket Sorcerer Skin', 10, -1, 765, 3105, 0, 1000, 7, true, 0], + 31265: ['Oryxmas Caroler Bard Skin', 10, -1, 810, 3105, 0, 1000, 7, true, 0], + 31267: ['Grandma Necromancer Skin', 10, -1, 855, 3105, 0, 1000, 7, true, 0], + 31269: ['The Giving One Priest Skin', 10, -1, 900, 3105, 0, 1000, 7, true, 0], + 31271: ['Ice King Knight Skin', 10, -1, 945, 3105, 0, 1000, 7, true, 0], + 31273: ['Veteran Kensei Skin', 10, -1, 990, 3105, 0, 0, 7, true, 0], + 31275: ['Ice Queen Summoner Skin', 10, -1, 1035, 3105, 0, 1000, 7, true, 0], + 31277: ['Lady Ginger Archer Skin', 10, -1, 1080, 3105, 0, 1000, 7, true, 0], + 31279: ['Antinomy Kensei Skin', 10, -1, 1125, 3105, 0, 0, 7, false, 0], + 31281: ['Honourable Shiba Kensei Skin', 10, -1, 1170, 3105, 0, 1000, 7, true, 0], + 31283: ['Rain Flower Kensei Skin', 10, -1, 1215, 3105, 0, 1000, 7, true, 0], + 31285: ['Mini Tidal Wave Kensei Skin', 10, -1, 1260, 3105, 0, 1000, 7, true, 0], + 31287: ['Bunny Attendant Kensei Skin', 10, -1, 1305, 3105, 0, 1000, 7, true, 0], + 31289: ['Graceful Kensei Skin', 10, -1, 1350, 3105, 0, 1000, 7, true, 0], + 31291: ['Ugly Oryxmas Sweater Warrior Skin', 10, -1, 1395, 3105, 0, 1000, 7, true, 0], + 31293: ['Cavalry Warlord Knight Skin', 10, -1, 1440, 3105, 0, 1000, 7, true, 0], + 31295: ['Pearl Moon Kensei Skin', 10, -1, 1485, 3105, 0, 1000, 7, true, 0], + 31297: ['Hanbok Priest Skin', 10, -1, 1530, 3105, 0, 1000, 7, true, 0], + 31299: ['Invisible Bandit Assassin Skin', 10, -1, 1575, 3105, 0, 1000, 7, true, 0], + 31301: ['Lion Dance Warrior Skin', 10, -1, 1620, 3105, 0, 1000, 7, true, 0], + 31303: ['Plum Blossom Sorcerer Skin', 10, -1, 1665, 3105, 0, 1000, 7, true, 0], + 31305: ['Zodiac Tiger Kensei Skin', 10, -1, 1710, 3105, 0, 1000, 7, true, 0], + 31307: ['Panda Samurai Skin', 10, -1, 1755, 3105, 0, 1000, 7, true, 0], + 31309: ['Mini Ivory Wyvern Trickster Skin', 10, -1, 1800, 3105, 0, 1000, 7, true, 0], + 31311: ['Knight of Hearts Knight Skin', 10, -1, 1845, 3105, 0, 1000, 7, true, 0], + 31313: ['Freyja Summoner Skin', 10, -1, 1890, 3105, 0, 1000, 7, true, 0], + 31315: ['Shattered Queen Mystic Skin', 10, -1, 1935, 3105, 0, 1000, 7, true, 0], + 31317: ['Shattered King Necromancer Skin', 10, -1, 1980, 3105, 0, 1000, 7, true, 0], + 31319: ['Pizho Paladin Skin', 10, -1, 2025, 3105, 0, 1000, 7, true, 0], + 31321: ['Penda Archer Skin', 10, -1, 2070, 3105, 0, 1000, 7, true, 0], + 31323: ['Duality Priest Skin', 10, -1, 2115, 3105, 0, 1000, 7, true, 0], + 31325: ['Twilight Rogue Skin', 10, -1, 2160, 3105, 0, 1000, 7, true, 0], + 31327: ['Shamrock Gentleman Wizard Skin', 10, -1, 2205, 3105, 0, 1000, 7, true, 0], + 31329: ['Air Elemental Paladin Skin', 10, -1, 2250, 3105, 0, 1000, 7, true, 0], + 31331: ['April Showers Necromancer Skin', 10, -1, 2295, 3105, 0, 1000, 7, true, 0], + 31333: ['May Flowers Huntress Skin', 10, -1, 2340, 3105, 0, 1000, 7, true, 0], + 31335: ['Water Elemental Summoner Skin', 10, -1, 2385, 3105, 0, 1000, 7, true, 0], + 31337: ['Fire Elemental Sorcerer Skin', 10, -1, 2430, 3105, 0, 1000, 7, true, 0], + 31339: ['Earth Elemental Knight Skin', 10, -1, 2475, 3105, 0, 1000, 7, true, 0], + 31341: ['Easter Egg Trickster Skin', 10, -1, 2520, 3105, 0, 1000, 7, true, 0], + 31343: ['Banana Dance Ninja Skin', 10, -1, 2565, 3105, 0, 1000, 7, true, 0], + 31345: ['Master of the Elements Wizard Skin', 10, -1, 2610, 3105, 0, 1000, 7, true, 0], + 31347: ['Clean Up Crew Bard Skin', 10, -1, 2655, 3105, 0, 1000, 7, true, 0], + 31349: ['Lady Foreman Summoner Skin', 10, -1, 2700, 3105, 0, 1000, 7, true, 0], + 31351: ['Ultimate Handyman Assassin Skin', 10, -1, 2745, 3105, 0, 1000, 7, true, 0], + 31353: ['Drill Operator Huntress Skin', 10, -1, 2790, 3105, 0, 1000, 7, true, 0], + 31355: ['Swimsuit Kensei Skin', 10, -1, 2835, 3105, 0, 1000, 7, true, 0], + 31357: ['Surf Guru Kensei Skin', 10, -1, 2880, 3105, 0, 1000, 7, true, 0], + 31359: ['Mini Resurrected Huntress Skin', 10, -1, 2925, 3105, 0, 1000, 7, true, 0], + 31361: ['Mini Killbilly Warrior Skin', 10, -1, 2970, 3105, 0, 1000, 7, true, 0], + 31367: ['Void Ninja Skin', 10, -1, 3015, 3105, 0, 1000, 7, true, 0], + 31369: ['Void Kensei Skin', 10, -1, 3060, 3105, 0, 1000, 7, true, 0], + 31371: ['Void Necromancer Skin', 10, -1, 3105, 3105, 0, 1000, 7, true, 0], + 31373: ['Void Priest Skin', 10, -1, 3150, 3105, 0, 1000, 7, true, 0], + 31375: ['Masked Dominator Knight Skin', 10, -1, 3195, 3105, 0, 1000, 7, true, 0], + 31377: ['Wrestling Referee Priest Skin', 10, -1, 3240, 3105, 0, 1000, 7, true, 0], + 31379: ['Luchadora Kensei Skin', 10, -1, 3285, 3105, 0, 1000, 7, true, 0], + 31381: ['Arena Gladiator Paladin Skin', 10, -1, 3330, 3105, 0, 1000, 7, true, 0], + 31383: ['Frost Prince Summoner Skin', 10, -1, 3375, 3105, 0, 1000, 7, true, 0], + 31385: ['Frost Ronin Samurai Skin', 10, -1, 3420, 3105, 0, 1000, 7, true, 0], + 31387: ['Resistance Scout Rogue Skin', 10, -1, 3465, 3105, 0, 1000, 7, true, 0], + 31389: ['Fur Trader Archer Skin', 10, -1, 3510, 3105, 0, 1000, 7, true, 0], + 31391: ['Resistance Leader Knight Skin', 10, -1, 3555, 3105, 0, 1000, 7, true, 0], + 31393: ['Syndicate Necromancer Skin', 10, -1, 3600, 3105, 0, 1000, 7, true, 0], + 31395: ['Syndicate Samurai Skin', 10, -1, 3645, 3105, 0, 1000, 7, true, 0], + 31397: ['Syndicate Assassin Skin', 10, -1, 3690, 3105, 0, 1000, 7, true, 0], + 31399: ['Syndicate Sorcerer Skin', 10, -1, 3735, 3105, 0, 1000, 7, true, 0], + 31401: ['Town Scholar Wizard Skin', 10, -1, 3780, 3105, 0, 1000, 7, true, 0], + 31403: ['Sneaky Scallywag Trickster Skin', 10, -1, 3825, 3105, 0, 1000, 7, true, 0], + 31405: ['Heretic Priest Skin', 10, -1, 3870, 3105, 0, 1000, 7, true, 0], + 31407: ['Syndicate Infiltration Assassin Skin', 10, -1, 3915, 3105, 0, 1000, 7, true, 0], + 31409: ['Syndicate Infiltration Sorcerer Skin', 10, -1, 3960, 3105, 0, 1000, 7, true, 0], + 31411: ['Syndicate Brute Assassin Skin', 10, -1, 4005, 3105, 0, 1000, 7, true, 0], + 31413: ['Syndicate Henchman Bard Skin', 10, -1, 4050, 3105, 0, 500, 7, false, 0], + 31415: ['Syndicate Henchman Knight Skin', 10, -1, 4095, 3105, 0, 500, 7, false, 0], + 31417: ['Syndicate Henchman Assassin Skin', 10, -1, 4140, 3105, 0, 500, 7, false, 0], + 31419: ['Syndicate Henchman Samurai Skin', 10, -1, 4185, 3105, 0, 500, 7, false, 0], + 31421: ['Syndicate Henchman Archer Skin', 10, -1, 4230, 3105, 0, 500, 7, false, 0], + 31423: ['Syndicate Henchman Mystic Skin', 10, -1, 4275, 3105, 0, 500, 7, false, 0], + 31425: ['Syndicate Henchman Priest Skin', 10, -1, 4320, 3105, 0, 500, 7, false, 0], + 31427: ['Syndicate Henchman Necromancer Skin', 10, -1, 4365, 3105, 0, 500, 7, false, 0], + 31429: ['Syndicate Henchman Trickster Skin', 10, -1, 4410, 3105, 0, 500, 7, false, 0], + 31431: ['Syndicate Henchman Summoner Skin', 10, -1, 4455, 3105, 0, 500, 7, false, 0], + 31433: ['Syndicate Henchman Huntress Skin', 10, -1, 0, 3150, 0, 500, 7, false, 0], + 31435: ['Syndicate Henchman Ninja Skin', 10, -1, 45, 3150, 0, 500, 7, false, 0], + 31437: ['Syndicate Henchman Rogue Skin', 10, -1, 90, 3150, 0, 500, 7, false, 0], + 31439: ['Syndicate Henchman Wizard Skin', 10, -1, 135, 3150, 0, 500, 7, false, 0], + 31441: ['Syndicate Henchman Sorcerer Skin', 10, -1, 180, 3150, 0, 500, 7, false, 0], + 31443: ['Syndicate Henchman Warrior Skin', 10, -1, 225, 3150, 0, 500, 7, false, 0], + 31445: ['Syndicate Henchman Paladin Skin', 10, -1, 270, 3150, 0, 500, 7, false, 0], + 31447: ['Syndicate Henchman Kensei Skin', 10, -1, 315, 3150, 0, 500, 7, false, 0], + 31449: ['Oni Clan Warrior Skin', 10, -1, 360, 3150, 0, 1000, 7, true, 0], + 31451: ['Desert Occultist Summoner Skin', 10, -1, 405, 3150, 0, 1000, 7, true, 0], + 31455: ['Bark Bark Bard Skin', 10, -1, 450, 3150, 0, 1000, 7, true, 0], + 31457: ['Sharpshooter Archer Skin', 10, -1, 495, 3150, 0, 1000, 7, true, 0], + 31459: ['Rattle Bones Assassin Skin', 10, -1, 540, 3150, 0, 1000, 7, true, 0], + 31461: ['Tiny Captain Summoner Skin', 10, -1, 585, 3150, 0, 1000, 7, true, 0], + 31463: ['Boatswain Necromancer Skin', 10, -1, 630, 3150, 0, 1000, 7, true, 0], + 31465: ['Voodoo Queen Mystic Skin', 10, -1, 675, 3150, 0, 1000, 7, true, 0], + 31467: ['Voodoo Witcher Assassin Skin', 10, -1, 720, 3150, 0, 1000, 7, true, 0], + 31469: ['Voodoo Witch Necromancer Skin', 10, -1, 765, 3150, 0, 1000, 7, true, 0], + 31471: ['Witch Doctor Wizard Skin', 10, -1, 810, 3150, 0, 1000, 7, true, 0], + 31473: ['Zombie Hunter Kensei Skin', 10, -1, 855, 3150, 0, 1000, 7, true, 0], + 31475: ['Zombie Hunter Sorcerer Skin', 10, -1, 900, 3150, 0, 1000, 7, true, 0], + 31477: ['Undead Knight Skin', 10, -1, 945, 3150, 0, 1000, 7, true, 0], + 31479: ['Undead Samurai Skin', 10, -1, 990, 3150, 0, 1000, 7, true, 0], + 31481: ['Steampunk Mechanic Paladin Skin', 10, -1, 1035, 3150, 0, 1000, 7, true, 0], + 31483: ['Steampunk Pilot Huntress Skin', 10, -1, 1080, 3150, 0, 1000, 7, true, 0], + 31485: ['Steampunk Detective Trickster Skin', 10, -1, 1125, 3150, 0, 1000, 7, true, 0], + 31487: ['Forest Keeper Summoner Skin', 10, -1, 1170, 3150, 0, 1000, 7, true, 0], + 31489: ['Neon Bubble Gum Ninja Skin', 10, -1, 1215, 3150, 0, 1000, 7, true, 0], + 31491: ["Nature's Fist Samurai Skin", 10, -1, 1260, 3150, 0, 1000, 7, true, 0], + 31493: ['Killbot Archer Skin', 10, -1, 1305, 3150, 0, 1000, 7, true, 0], + 31495: ['Snake Charmer Bard Skin', 10, -1, 1350, 3150, 0, 1000, 7, true, 0], + 31497: ['Armsdealer Knight Skin', 10, -1, 1395, 3150, 0, 1000, 7, true, 0], + 31499: ['Serpent Lord Necromancer Skin', 10, -1, 1440, 3150, 0, 1000, 7, true, 0], + 31501: ['Dancer of the Crescent Moon Trickster Skin', 10, -1, 1485, 3150, 0, 1000, 7, true, 0], + 31745: ['Food Voucher x1', 10, -1, 1530, 3150, 0, 0, 2, true, 1], + 31746: ['Food Voucher x2', 10, -1, 1575, 3150, 0, 0, 2, true, 2], + 31747: ['Food Voucher x3', 10, -1, 1620, 3150, 0, 0, 2, true, 3], + 31748: ['Food Voucher x4', 10, -1, 1665, 3150, 0, 0, 2, true, 4], + 31749: ['Food Voucher x5', 10, -1, 1710, 3150, 0, 0, 2, true, 5], + 31750: ['Food Voucher x6', 10, -1, 1755, 3150, 0, 0, 2, true, 6], + 31751: ['Food Voucher x7', 10, -1, 1800, 3150, 0, 0, 2, true, 7], + 31752: ['Food Voucher x8', 10, -1, 1845, 3150, 0, 0, 2, true, 8], + 31753: ['Food Voucher x9', 10, -1, 1890, 3150, 0, 0, 2, true, 9], + 31754: ['Food Voucher x10', 10, -1, 1935, 3150, 0, 0, 2, true, 10], + 31755: ['Food Voucher x11', 10, -1, 1980, 3150, 0, 0, 2, true, 11], + 31756: ['Food Voucher x12', 10, -1, 2025, 3150, 0, 0, 2, true, 12], + 31757: ['Food Voucher x13', 10, -1, 2070, 3150, 0, 0, 2, true, 13], + 31758: ['Food Voucher x14', 10, -1, 2115, 3150, 0, 0, 2, true, 14], + 31759: ['Food Voucher x15', 10, -1, 2160, 3150, 0, 0, 2, true, 15], + 31760: ['Food Voucher x16', 10, -1, 2205, 3150, 0, 0, 2, true, 16], + 31761: ['Food Voucher x17', 10, -1, 2250, 3150, 0, 0, 2, true, 17], + 31762: ['Food Voucher x18', 10, -1, 2295, 3150, 0, 0, 2, true, 18], + 31763: ['Food Voucher x19', 10, -1, 2340, 3150, 0, 0, 2, true, 19], + 31764: ['Food Voucher x20', 10, -1, 2385, 3150, 0, 0, 2, true, 20], + 31765: ['Food Voucher x21', 10, -1, 2430, 3150, 0, 0, 2, true, 21], + 31766: ['Food Voucher x22', 10, -1, 2475, 3150, 0, 0, 2, true, 22], + 31767: ['Food Voucher x23', 10, -1, 2520, 3150, 0, 0, 2, true, 23], + 31768: ['Food Voucher x24', 10, -1, 2565, 3150, 0, 0, 2, true, 24], + 31769: ['Food Voucher x25', 10, -1, 2610, 3150, 0, 0, 2, true, 25], + 31770: ['Food Voucher x26', 10, -1, 2655, 3150, 0, 0, 2, true, 26], + 31771: ['Food Voucher x27', 10, -1, 2700, 3150, 0, 0, 2, true, 27], + 31772: ['Food Voucher x28', 10, -1, 2745, 3150, 0, 0, 2, true, 28], + 31773: ['Food Voucher x29', 10, -1, 2790, 3150, 0, 0, 2, true, 29], + 31774: ['Food Voucher x30', 10, -1, 2835, 3150, 0, 0, 2, true, 30], + 31775: ['Food Voucher x31', 10, -1, 2880, 3150, 0, 0, 2, true, 31], + 31776: ['Food Voucher x32', 10, -1, 2925, 3150, 0, 0, 2, true, 32], + 31777: ['Food Voucher x33', 10, -1, 2970, 3150, 0, 0, 2, true, 33], + 31778: ['Food Voucher x34', 10, -1, 3015, 3150, 0, 0, 2, true, 34], + 31779: ['Food Voucher x35', 10, -1, 3060, 3150, 0, 0, 2, true, 35], + 31780: ['Food Voucher x36', 10, -1, 3105, 3150, 0, 0, 2, true, 36], + 31781: ['Food Voucher x37', 10, -1, 3150, 3150, 0, 0, 2, true, 37], + 31782: ['Food Voucher x38', 10, -1, 3195, 3150, 0, 0, 2, true, 38], + 31783: ['Food Voucher x39', 10, -1, 3240, 3150, 0, 0, 2, true, 39], + 31784: ['Food Voucher x40', 10, -1, 3285, 3150, 0, 0, 2, true, 40], + 31785: ['Banner of Discord', 10, -1, 3330, 3150, 0, 0, 7, true, 0], + 31786: ['Zombie Hand x1', 10, -1, 3375, 3150, 0, 0, 2, true, 1], + 31787: ['Zombie Hand x2', 10, -1, 3420, 3150, 0, 0, 2, true, 2], + 31788: ['Zombie Hand x3', 10, -1, 3465, 3150, 0, 0, 2, true, 3], + 31789: ['Zombie Hand x4', 10, -1, 3510, 3150, 0, 0, 2, true, 4], + 31790: ['Zombie Hand x5', 10, -1, 3555, 3150, 0, 0, 2, true, 5], + 31791: ['Zombie Hand x6', 10, -1, 3600, 3150, 0, 0, 2, true, 6], + 31792: ['Zombie Hand x7', 10, -1, 3645, 3150, 0, 0, 2, true, 7], + 31793: ['Zombie Hand x8', 10, -1, 3690, 3150, 0, 0, 2, true, 8], + 31794: ['Zombie Hand x9', 10, -1, 3735, 3150, 0, 0, 2, true, 9], + 31795: ['Zombie Hand x10', 10, -1, 3780, 3150, 0, 0, 2, true, 10], + 31796: ['Banner of Law', 10, -1, 3825, 3150, 0, 0, 7, true, 0], + 31797: ['Zombie Foot x1', 10, -1, 3870, 3150, 0, 0, 2, true, 1], + 31798: ['Zombie Foot x2', 10, -1, 3915, 3150, 0, 0, 2, true, 2], + 31799: ['Zombie Foot x3', 10, -1, 3960, 3150, 0, 0, 2, true, 3], + 31800: ['Zombie Foot x4', 10, -1, 4005, 3150, 0, 0, 2, true, 4], + 31801: ['Zombie Foot x5', 10, -1, 4050, 3150, 0, 0, 2, true, 5], + 31802: ['Zombie Foot x6', 10, -1, 4095, 3150, 0, 0, 2, true, 6], + 31803: ['Zombie Foot x7', 10, -1, 4140, 3150, 0, 0, 2, true, 7], + 31804: ['Zombie Foot x8', 10, -1, 4185, 3150, 0, 0, 2, true, 8], + 31805: ['Zombie Foot x9', 10, -1, 4230, 3150, 0, 0, 2, true, 9], + 31806: ['Zombie Foot x10', 10, -1, 4275, 3150, 0, 0, 2, true, 10], + 31808: ['Brain x1', 10, -1, 4320, 3150, 0, 0, 2, true, 1], + 31809: ['Brain x2', 10, -1, 4365, 3150, 0, 0, 2, true, 2], + 31810: ['Brain x3', 10, -1, 4410, 3150, 0, 0, 2, true, 3], + 31811: ['Brain x4', 10, -1, 4455, 3150, 0, 0, 2, true, 4], + 31812: ['Brain x5', 10, -1, 0, 3195, 0, 0, 2, true, 5], + 31813: ['Brain x6', 10, -1, 45, 3195, 0, 0, 2, true, 6], + 31814: ['Brain x7', 10, -1, 90, 3195, 0, 0, 2, true, 7], + 31815: ['Brain x8', 10, -1, 135, 3195, 0, 0, 2, true, 8], + 31816: ['Brain x9', 10, -1, 180, 3195, 0, 0, 2, true, 9], + 31817: ['Brain x10', 10, -1, 225, 3195, 0, 0, 2, true, 10], + 31818: ['Brain x11', 10, -1, 270, 3195, 0, 0, 2, true, 11], + 31819: ['Brain x12', 10, -1, 315, 3195, 0, 0, 2, true, 12], + 31820: ['Brain x13', 10, -1, 360, 3195, 0, 0, 2, true, 13], + 31821: ['Brain x14', 10, -1, 405, 3195, 0, 0, 2, true, 14], + 31822: ['Brain x15', 10, -1, 450, 3195, 0, 0, 2, true, 15], + 31823: ['Brain x16', 10, -1, 495, 3195, 0, 0, 2, true, 16], + 31824: ['Brain x17', 10, -1, 540, 3195, 0, 0, 2, true, 17], + 31825: ['Brain x18', 10, -1, 585, 3195, 0, 0, 2, true, 18], + 31826: ['Brain x19', 10, -1, 630, 3195, 0, 0, 2, true, 19], + 31827: ['Brain x20', 10, -1, 675, 3195, 0, 0, 2, true, 20], + 31828: ['Brain x21', 10, -1, 720, 3195, 0, 0, 2, true, 21], + 31829: ['Brain x22', 10, -1, 765, 3195, 0, 0, 2, true, 22], + 31830: ['Brain x23', 10, -1, 810, 3195, 0, 0, 2, true, 23], + 31831: ['Brain x24', 10, -1, 855, 3195, 0, 0, 2, true, 24], + 31832: ['Brain x25', 10, -1, 900, 3195, 0, 0, 2, true, 25], + 31833: ['Token of Strife x1', 10, -1, 945, 3195, 0, 0, 2, true, 1], + 31834: ['Token of Strife x2', 10, -1, 990, 3195, 0, 0, 2, true, 2], + 31835: ['Token of Strife x3', 10, -1, 1035, 3195, 0, 0, 2, true, 3], + 31836: ['Token of Strife x4', 10, -1, 1080, 3195, 0, 0, 2, true, 4], + 31837: ['Token of Strife x5', 10, -1, 1125, 3195, 0, 0, 2, true, 5], + 31838: ['Token of Strife x6', 10, -1, 1170, 3195, 0, 0, 2, true, 6], + 31839: ['Token of Strife x7', 10, -1, 1215, 3195, 0, 0, 2, true, 7], + 31840: ['Token of Strife x8', 10, -1, 1260, 3195, 0, 0, 2, true, 8], + 31841: ['Token of Strife x9', 10, -1, 1305, 3195, 0, 0, 2, true, 9], + 31842: ['Token of Strife x10', 10, -1, 1350, 3195, 0, 0, 2, true, 10], + 31849: ['Weapons of Duality', 10, -1, 1395, 3195, 0, 0, 7, true, 0], + 31850: ['Garments of Duality', 10, -1, 1440, 3195, 0, 0, 7, true, 0], + 31867: ['Halloween Mystery ST Shard x1', 10, -1, 1485, 3195, 0, 50, 2, true, 1], + 31868: ['Halloween Mystery ST Shard x2', 10, -1, 1530, 3195, 0, 100, 2, true, 2], + 31869: ['Halloween Mystery ST Shard x3', 10, -1, 1575, 3195, 0, 150, 2, true, 3], + 31870: ['Halloween Mystery ST Shard x4', 10, -1, 1620, 3195, 0, 200, 2, true, 4], + 31871: ['Halloween Mystery ST Shard x5', 10, -1, 1665, 3195, 0, 250, 2, true, 5], + 31872: ['Halloween Mystery ST Shard x6', 10, -1, 1710, 3195, 0, 300, 2, true, 6], + 31873: ['Halloween Mystery ST Shard x7', 10, -1, 1755, 3195, 0, 350, 2, true, 7], + 31874: ['Halloween Mystery ST Shard x8', 10, -1, 1800, 3195, 0, 400, 2, true, 8], + 31875: ['Halloween Mystery ST Shard x9', 10, -1, 1845, 3195, 0, 450, 2, true, 9], + 31876: ['Halloween Mystery ST Shard x10', 10, -1, 1890, 3195, 0, 500, 2, true, 10], + 31877: ['Halloween Mystery ST Shard x11', 10, -1, 1935, 3195, 0, 550, 2, true, 11], + 31878: ['Halloween Mystery ST Shard x12', 10, -1, 1980, 3195, 0, 600, 2, true, 12], + 31879: ['Halloween Mystery ST Shard x13', 10, -1, 2025, 3195, 0, 650, 2, true, 13], + 31880: ['Halloween Mystery ST Shard x14', 10, -1, 2070, 3195, 0, 700, 2, true, 14], + 31881: ['Halloween Mystery ST Shard x15', 10, -1, 2115, 3195, 0, 750, 2, true, 15], + 31882: ['Halloween Mystery ST Chest', 10, -1, 2160, 3195, 0, 0, 8, true, 0], + 31883: ["Adventurer's Belt", 10, -1, 2205, 3195, 0, 200, 2, true, 0], + 31969: ['Carrot', 10, -1, 2250, 3195, 0, 0, 2, true, 0], + 31970: ['Cabbage', 10, -1, 2295, 3195, 0, 0, 2, true, 0], + 31971: ['Boiled Egg', 10, -1, 2340, 3195, 0, 0, 2, true, 0], + 31974: ['Antinomy Stone Token x 1', 10, -1, 2385, 3195, 0, 0, 2, true, 1], + 31975: ['Antinomy Stone Token x 2', 10, -1, 2430, 3195, 0, 0, 2, true, 2], + 31976: ['Antinomy Stone Token x 3', 10, -1, 2475, 3195, 0, 0, 2, true, 3], + 31977: ['Antinomy Stone Token x 4', 10, -1, 2520, 3195, 0, 0, 2, true, 4], + 31978: ['Antinomy Stone Token x 5', 10, -1, 2565, 3195, 0, 0, 2, true, 5], + 31979: ['Antinomy Stone Token x 6', 10, -1, 2610, 3195, 0, 0, 2, true, 6], + 31980: ['Antinomy Stone Token x 7', 10, -1, 2655, 3195, 0, 0, 2, true, 7], + 31981: ['Antinomy Stone Token x 8', 10, -1, 2700, 3195, 0, 0, 2, true, 8], + 31982: ['Antinomy Stone Token x 9', 10, -1, 2745, 3195, 0, 0, 2, true, 9], + 31983: ['Antinomy Stone Token x 10', 10, -1, 2790, 3195, 0, 0, 2, true, 10], + 31984: ['Antinomy Mad God Token x 1', 10, -1, 2835, 3195, 0, 0, 2, true, 1], + 31985: ['Antinomy Mad God Token x 2', 10, -1, 2880, 3195, 0, 0, 2, true, 2], + 31986: ['Antinomy Mad God Token x 3', 10, -1, 2925, 3195, 0, 0, 2, true, 3], + 31987: ['Antinomy Mad God Token x 4', 10, -1, 2970, 3195, 0, 0, 2, true, 4], + 31988: ['Antinomy Mad God Token x 5', 10, -1, 3015, 3195, 0, 0, 2, true, 5], + 31989: ['Antinomy Mad God Token x 6', 10, -1, 3060, 3195, 0, 0, 2, true, 6], + 31990: ['Antinomy Mad God Token x 7', 10, -1, 3105, 3195, 0, 0, 2, true, 7], + 31991: ['Antinomy Mad God Token x 8', 10, -1, 3150, 3195, 0, 0, 2, true, 8], + 31992: ['Antinomy Mad God Token x 9', 10, -1, 3195, 3195, 0, 0, 2, true, 9], + 31993: ['Antinomy Mad God Token x 10', 10, -1, 3240, 3195, 0, 0, 2, true, 10], + 31995: ['Essence of the Void', 10, -1, 3285, 3195, 0, 0, 7, true, 0], + 31996: ['Essence of the Daeva', 10, -1, 3330, 3195, 0, 0, 7, true, 0], + 31997: ['Essence of Duality', 10, -1, 3375, 3195, 0, 0, 7, true, 0], + 32000: ['Bat Wing', 10, -1, 3420, 3195, 0, 0, 2, true, 0], + 32001: ['Ghostly Lantern', 10, -1, 3465, 3195, 0, 0, 2, true, 0], + 32002: ["Monster Slayer's Ring", 10, -1, 3510, 3195, 0, 0, 2, true, 0], + 32004: ['Frost Orb x1', 10, -1, 3555, 3195, 0, 0, 2, true, 1], + 32005: ['Frost Orb x2', 10, -1, 3600, 3195, 0, 0, 2, true, 2], + 32006: ['Frost Orb x3', 10, -1, 3645, 3195, 0, 0, 2, true, 3], + 32007: ['Frost Orb x4', 10, -1, 3690, 3195, 0, 0, 2, true, 4], + 32008: ['Frost Orb x5', 10, -1, 3735, 3195, 0, 0, 2, true, 5], + 32009: ['Frost Orb x6', 10, -1, 3780, 3195, 0, 0, 2, true, 6], + 32010: ['Frost Orb x7', 10, -1, 3825, 3195, 0, 0, 2, true, 7], + 32011: ['Frost Orb x8', 10, -1, 3870, 3195, 0, 0, 2, true, 8], + 32012: ['Frost Orb x9', 10, -1, 3915, 3195, 0, 0, 2, true, 9], + 32013: ['Frost Orb x10', 10, -1, 3960, 3195, 0, 0, 2, true, 10], + 32017: ['Mystery Skin Token x1', 10, -1, 4005, 3195, 0, 0, 2, true, 1], + 32018: ['Rare Mystery Skin Token x2', 10, -1, 4050, 3195, 0, 0, 2, true, 2], + 32019: ['Rare Mystery Skin Token x3', 10, -1, 4095, 3195, 0, 0, 2, true, 3], + 32020: ['Rare Mystery Skin Token x4', 10, -1, 4140, 3195, 0, 0, 2, true, 4], + 32021: ['Rare Mystery Skin Token x5', 10, -1, 4185, 3195, 0, 0, 2, true, 5], + 32022: ['Rare Mystery Skin Token x6', 10, -1, 4230, 3195, 0, 0, 2, true, 6], + 32023: ['Rare Mystery Skin Token x7', 10, -1, 4275, 3195, 0, 0, 2, true, 7], + 32024: ['Rare Mystery Skin Token x8', 10, -1, 4320, 3195, 0, 0, 2, true, 8], + 32025: ['Rare Mystery Skin Token x9', 10, -1, 4365, 3195, 0, 0, 2, true, 9], + 32026: ['Rare Mystery Skin Token x10', 10, -1, 4410, 3195, 0, 0, 2, true, 10], + 32027: ['Rare Mystery Skin Token x11', 10, -1, 4455, 3195, 0, 0, 2, true, 11], + 32028: ['Rare Mystery Skin Token x12', 10, -1, 0, 3240, 0, 0, 2, true, 12], + 32029: ['Rare Mystery Skin Token x13', 10, -1, 45, 3240, 0, 0, 2, true, 13], + 32030: ['Rare Mystery Skin Token x14', 10, -1, 90, 3240, 0, 0, 2, true, 14], + 32031: ['Rare Mystery Skin Token x15', 10, -1, 135, 3240, 0, 0, 2, true, 15], + 32032: ['Rare Mystery Skin Token x16', 10, -1, 180, 3240, 0, 0, 2, true, 16], + 32033: ['Rare Mystery Skin Token x17', 10, -1, 225, 3240, 0, 0, 2, true, 17], + 32034: ['Rare Mystery Skin Token x18', 10, -1, 270, 3240, 0, 0, 2, true, 18], + 32035: ['Rare Mystery Skin Token x19', 10, -1, 315, 3240, 0, 0, 2, true, 19], + 32036: ['Rare Mystery Skin Token x20', 10, -1, 360, 3240, 0, 0, 2, true, 20], + 32037: ['Rare Mystery Skin Token x21', 10, -1, 405, 3240, 0, 0, 2, true, 21], + 32038: ['Rare Mystery Skin Token x22', 10, -1, 450, 3240, 0, 0, 2, true, 22], + 32039: ['Rare Mystery Skin Token x23', 10, -1, 495, 3240, 0, 0, 2, true, 23], + 32040: ['Rare Mystery Skin Token x24', 10, -1, 540, 3240, 0, 0, 2, true, 24], + 32041: ['Rare Mystery Skin Token x25', 10, -1, 585, 3240, 0, 0, 2, true, 25], + 32042: ['Rare Mystery Skin Token x26', 10, -1, 630, 3240, 0, 0, 2, true, 26], + 32043: ['Rare Mystery Skin Token x27', 10, -1, 675, 3240, 0, 0, 2, true, 27], + 32044: ['Rare Mystery Skin Token x28', 10, -1, 720, 3240, 0, 0, 2, true, 28], + 32045: ['Rare Mystery Skin Token x29', 10, -1, 765, 3240, 0, 0, 2, true, 29], + 32046: ['Rare Mystery Skin Token x30', 10, -1, 810, 3240, 0, 0, 2, true, 30], + 32047: ['Rare Mystery Skin Token x31', 10, -1, 855, 3240, 0, 0, 2, true, 31], + 32048: ['Rare Mystery Skin Token x32', 10, -1, 900, 3240, 0, 0, 2, true, 32], + 32049: ['Rare Mystery Skin Token x33', 10, -1, 945, 3240, 0, 0, 2, true, 33], + 32050: ['Rare Mystery Skin Token x34', 10, -1, 990, 3240, 0, 0, 2, true, 34], + 32051: ['Rare Mystery Skin Token x35', 10, -1, 1035, 3240, 0, 0, 2, true, 35], + 32052: ['Rare Mystery Skin Token x36', 10, -1, 1080, 3240, 0, 0, 2, true, 36], + 32053: ['Rare Mystery Skin Token x37', 10, -1, 1125, 3240, 0, 0, 2, true, 37], + 32054: ['Rare Mystery Skin Token x38', 10, -1, 1170, 3240, 0, 0, 2, true, 38], + 32055: ['Rare Mystery Skin Token x39', 10, -1, 1215, 3240, 0, 0, 2, true, 39], + 32056: ['Rare Mystery Skin Token x40', 10, -1, 1260, 3240, 0, 0, 2, true, 40], + 32058: ['Evergreen Branch', 10, -1, 1305, 3240, 0, 0, 2, true, 0], + 32060: ['Cocoa Mug x1', 10, -1, 1350, 3240, 0, 0, 2, true, 1], + 32061: ['Cocoa Mug x2', 10, -1, 1395, 3240, 0, 0, 2, true, 2], + 32062: ['Cocoa Mug x3', 10, -1, 1440, 3240, 0, 0, 2, true, 3], + 32063: ['Cocoa Mug x4', 10, -1, 1485, 3240, 0, 0, 2, true, 4], + 32064: ['Cocoa Mug x5', 10, -1, 1530, 3240, 0, 0, 2, true, 5], + 32065: ['Cocoa Mug x6', 10, -1, 1575, 3240, 0, 0, 2, true, 6], + 32066: ['Cocoa Mug x7', 10, -1, 1620, 3240, 0, 0, 2, true, 7], + 32067: ['Cocoa Mug x8', 10, -1, 1665, 3240, 0, 0, 2, true, 8], + 32068: ['Cocoa Mug x9', 10, -1, 1710, 3240, 0, 0, 2, true, 9], + 32069: ['Cocoa Mug x10', 10, -1, 1755, 3240, 0, 0, 2, true, 10], + 32070: ['Gingerbread Cookie', 10, -1, 1800, 3240, 0, 0, 2, true, 0], + 32072: ['Heart Shard x1', 10, -1, 1845, 3240, 0, 0, 2, true, 1], + 32073: ['Heart Shard x2', 10, -1, 1890, 3240, 0, 0, 2, true, 2], + 32074: ['Heart Shard x3', 10, -1, 1935, 3240, 0, 0, 2, true, 3], + 32075: ['Heart Shard x4', 10, -1, 1980, 3240, 0, 0, 2, true, 4], + 32076: ['Heart Shard x5', 10, -1, 2025, 3240, 0, 0, 2, true, 5], + 32077: ['Heart Shard x6', 10, -1, 2070, 3240, 0, 0, 2, true, 6], + 32078: ['Heart Shard x7', 10, -1, 2115, 3240, 0, 0, 2, true, 7], + 32079: ['Heart Shard x8', 10, -1, 2160, 3240, 0, 0, 2, true, 8], + 32080: ['Heart Shard x9', 10, -1, 2205, 3240, 0, 0, 2, true, 9], + 32081: ['Heart Shard x10', 10, -1, 2250, 3240, 0, 0, 2, true, 10], + 32082: ['Heart Shard x11', 10, -1, 2295, 3240, 0, 0, 2, true, 11], + 32083: ['Heart Shard x12', 10, -1, 2340, 3240, 0, 0, 2, true, 12], + 32084: ['Heart Shard x13', 10, -1, 2385, 3240, 0, 0, 2, true, 13], + 32085: ['Heart Shard x14', 10, -1, 2430, 3240, 0, 0, 2, true, 14], + 32086: ['Heart Shard x15', 10, -1, 2475, 3240, 0, 0, 2, true, 15], + 32087: ['Heart Shard x16', 10, -1, 2520, 3240, 0, 0, 2, true, 16], + 32088: ['Heart Shard x17', 10, -1, 2565, 3240, 0, 0, 2, true, 17], + 32089: ['Heart Shard x18', 10, -1, 2610, 3240, 0, 0, 2, true, 18], + 32090: ['Heart Shard x19', 10, -1, 2655, 3240, 0, 0, 2, true, 19], + 32091: ['Heart Shard x20', 10, -1, 2700, 3240, 0, 0, 2, true, 20], + 32092: ['Heart Shard x21', 10, -1, 2745, 3240, 0, 0, 2, true, 21], + 32093: ['Heart Shard x22', 10, -1, 2790, 3240, 0, 0, 2, true, 22], + 32094: ['Heart Shard x23', 10, -1, 2835, 3240, 0, 0, 2, true, 23], + 32095: ['Heart Shard x24', 10, -1, 2880, 3240, 0, 0, 2, true, 24], + 32096: ['Heart Shard x25', 10, -1, 2925, 3240, 0, 0, 2, true, 25], + 32097: ['Heart Shard x26', 10, -1, 2970, 3240, 0, 0, 2, true, 26], + 32098: ['Heart Shard x27', 10, -1, 3015, 3240, 0, 0, 2, true, 27], + 32099: ['Heart Shard x28', 10, -1, 3060, 3240, 0, 0, 2, true, 28], + 32100: ['Heart Shard x29', 10, -1, 3105, 3240, 0, 0, 2, true, 29], + 32101: ['Heart Shard x30', 10, -1, 3150, 3240, 0, 0, 2, true, 30], + 32102: ['Heart Shard x31', 10, -1, 3195, 3240, 0, 0, 2, true, 31], + 32103: ['Heart Shard x32', 10, -1, 3240, 3240, 0, 0, 2, true, 32], + 32104: ['Heart Shard x33', 10, -1, 3285, 3240, 0, 0, 2, true, 33], + 32105: ['Heart Shard x34', 10, -1, 3330, 3240, 0, 0, 2, true, 34], + 32106: ['Heart Shard x35', 10, -1, 3375, 3240, 0, 0, 2, true, 35], + 32107: ['Return of Love', 10, -1, 3420, 3240, 0, 0, 2, true, 0], + 32108: ['Blueprint_207', 10, -1, 3465, 3240, 0, 500, 7, true, 0], + 32109: ['Blueprint_208', 10, -1, 3510, 3240, 0, 500, 7, true, 0], + 32110: ['Blueprint_209', 10, -1, 3555, 3240, 0, 500, 7, true, 0], + 32111: ['Blueprint_210', 10, -1, 3600, 3240, 0, 500, 7, true, 0], + 32112: ['Blueprint_211', 10, -1, 3645, 3240, 0, 500, 7, true, 0], + 32113: ['Blueprint_212', 10, -1, 3690, 3240, 0, 500, 7, true, 0], + 32114: ['Blueprint_213', 10, -1, 3735, 3240, 0, 500, 7, true, 0], + 32115: ['Spring Gift', 10, -1, 3780, 3240, 0, 0, 7, true, 0], + 32116: ['Spring Treasure', 10, -1, 3825, 3240, 0, 0, 7, true, 0], + 32118: ['Catalyst of Air x1', 10, -1, 3870, 3240, 0, 0, 2, true, 1], + 32119: ['Catalyst of Air x2', 10, -1, 3915, 3240, 0, 0, 2, true, 2], + 32120: ['Catalyst of Air x3', 10, -1, 3960, 3240, 0, 0, 2, true, 3], + 32121: ['Catalyst of Air x4', 10, -1, 4005, 3240, 0, 0, 2, true, 4], + 32122: ['Catalyst of Air x5', 10, -1, 4050, 3240, 0, 0, 2, true, 5], + 32123: ['Catalyst of Air x6', 10, -1, 4095, 3240, 0, 0, 2, true, 6], + 32124: ['Catalyst of Air x7', 10, -1, 4140, 3240, 0, 0, 2, true, 7], + 32125: ['Catalyst of Air x8', 10, -1, 4185, 3240, 0, 0, 2, true, 8], + 32126: ['Catalyst of Air x9', 10, -1, 4230, 3240, 0, 0, 2, true, 9], + 32127: ['Catalyst of Air x10', 10, -1, 4275, 3240, 0, 0, 2, true, 10], + 32128: ['Catalyst of Air x11', 10, -1, 4320, 3240, 0, 0, 2, true, 11], + 32129: ['Catalyst of Air x12', 10, -1, 4365, 3240, 0, 0, 2, true, 12], + 32130: ['Catalyst of Air x13', 10, -1, 4410, 3240, 0, 0, 2, true, 13], + 32131: ['Catalyst of Air x14', 10, -1, 4455, 3240, 0, 0, 2, true, 14], + 32132: ['Catalyst of Air x15', 10, -1, 0, 3285, 0, 0, 2, true, 15], + 32133: ['Catalyst of Air x16', 10, -1, 45, 3285, 0, 0, 2, true, 16], + 32134: ['Catalyst of Air x17', 10, -1, 90, 3285, 0, 0, 2, true, 17], + 32135: ['Catalyst of Air x18', 10, -1, 135, 3285, 0, 0, 2, true, 18], + 32136: ['Catalyst of Air x19', 10, -1, 180, 3285, 0, 0, 2, true, 19], + 32137: ['Catalyst of Air x20', 10, -1, 225, 3285, 0, 0, 2, true, 20], + 32139: ['Catalyst of Earth x1', 10, -1, 270, 3285, 0, 0, 2, true, 1], + 32140: ['Catalyst of Earth x2', 10, -1, 315, 3285, 0, 0, 2, true, 2], + 32141: ['Catalyst of Earth x3', 10, -1, 360, 3285, 0, 0, 2, true, 3], + 32142: ['Catalyst of Earth x4', 10, -1, 405, 3285, 0, 0, 2, true, 4], + 32143: ['Catalyst of Earth x5', 10, -1, 450, 3285, 0, 0, 2, true, 5], + 32144: ['Catalyst of Earth x6', 10, -1, 495, 3285, 0, 0, 2, true, 6], + 32145: ['Catalyst of Earth x7', 10, -1, 540, 3285, 0, 0, 2, true, 7], + 32146: ['Catalyst of Earth x8', 10, -1, 585, 3285, 0, 0, 2, true, 8], + 32147: ['Catalyst of Earth x9', 10, -1, 630, 3285, 0, 0, 2, true, 9], + 32148: ['Catalyst of Earth x10', 10, -1, 675, 3285, 0, 0, 2, true, 10], + 32149: ['Catalyst of Earth x11', 10, -1, 720, 3285, 0, 0, 2, true, 11], + 32150: ['Catalyst of Earth x12', 10, -1, 765, 3285, 0, 0, 2, true, 12], + 32151: ['Catalyst of Earth x13', 10, -1, 810, 3285, 0, 0, 2, true, 13], + 32152: ['Catalyst of Earth x14', 10, -1, 855, 3285, 0, 0, 2, true, 14], + 32153: ['Catalyst of Earth x15', 10, -1, 900, 3285, 0, 0, 2, true, 15], + 32154: ['Catalyst of Earth x16', 10, -1, 945, 3285, 0, 0, 2, true, 16], + 32155: ['Catalyst of Earth x17', 10, -1, 990, 3285, 0, 0, 2, true, 17], + 32156: ['Catalyst of Earth x18', 10, -1, 1035, 3285, 0, 0, 2, true, 18], + 32157: ['Catalyst of Earth x19', 10, -1, 1080, 3285, 0, 0, 2, true, 19], + 32158: ['Catalyst of Earth x20', 10, -1, 1125, 3285, 0, 0, 2, true, 20], + 32160: ['Catalyst of Fire x1', 10, -1, 1170, 3285, 0, 0, 2, true, 1], + 32161: ['Catalyst of Fire x2', 10, -1, 1215, 3285, 0, 0, 2, true, 2], + 32162: ['Catalyst of Fire x3', 10, -1, 1260, 3285, 0, 0, 2, true, 3], + 32163: ['Catalyst of Fire x4', 10, -1, 1305, 3285, 0, 0, 2, true, 4], + 32164: ['Catalyst of Fire x5', 10, -1, 1350, 3285, 0, 0, 2, true, 5], + 32165: ['Catalyst of Fire x6', 10, -1, 1395, 3285, 0, 0, 2, true, 6], + 32166: ['Catalyst of Fire x7', 10, -1, 1440, 3285, 0, 0, 2, true, 7], + 32167: ['Catalyst of Fire x8', 10, -1, 1485, 3285, 0, 0, 2, true, 8], + 32168: ['Catalyst of Fire x9', 10, -1, 1530, 3285, 0, 0, 2, true, 9], + 32169: ['Catalyst of Fire x10', 10, -1, 1575, 3285, 0, 0, 2, true, 10], + 32170: ['Catalyst of Fire x11', 10, -1, 1620, 3285, 0, 0, 2, true, 11], + 32171: ['Catalyst of Fire x12', 10, -1, 1665, 3285, 0, 0, 2, true, 12], + 32172: ['Catalyst of Fire x13', 10, -1, 1710, 3285, 0, 0, 2, true, 13], + 32173: ['Catalyst of Fire x14', 10, -1, 1755, 3285, 0, 0, 2, true, 14], + 32174: ['Catalyst of Fire x15', 10, -1, 1800, 3285, 0, 0, 2, true, 15], + 32175: ['Catalyst of Fire x16', 10, -1, 1845, 3285, 0, 0, 2, true, 16], + 32176: ['Catalyst of Fire x17', 10, -1, 1890, 3285, 0, 0, 2, true, 17], + 32177: ['Catalyst of Fire x18', 10, -1, 1935, 3285, 0, 0, 2, true, 18], + 32178: ['Catalyst of Fire x19', 10, -1, 1980, 3285, 0, 0, 2, true, 19], + 32179: ['Catalyst of Fire x20', 10, -1, 2025, 3285, 0, 0, 2, true, 20], + 32181: ['Catalyst of Water x1', 10, -1, 2070, 3285, 0, 0, 2, true, 1], + 32182: ['Catalyst of Water x2', 10, -1, 2115, 3285, 0, 0, 2, true, 2], + 32183: ['Catalyst of Water x3', 10, -1, 2160, 3285, 0, 0, 2, true, 3], + 32184: ['Catalyst of Water x4', 10, -1, 2205, 3285, 0, 0, 2, true, 4], + 32185: ['Catalyst of Water x5', 10, -1, 2250, 3285, 0, 0, 2, true, 5], + 32186: ['Catalyst of Water x6', 10, -1, 2295, 3285, 0, 0, 2, true, 6], + 32187: ['Catalyst of Water x7', 10, -1, 2340, 3285, 0, 0, 2, true, 7], + 32188: ['Catalyst of Water x8', 10, -1, 2385, 3285, 0, 0, 2, true, 8], + 32189: ['Catalyst of Water x9', 10, -1, 2430, 3285, 0, 0, 2, true, 9], + 32190: ['Catalyst of Water x10', 10, -1, 2475, 3285, 0, 0, 2, true, 10], + 32191: ['Catalyst of Water x11', 10, -1, 2520, 3285, 0, 0, 2, true, 11], + 32192: ['Catalyst of Water x12', 10, -1, 2565, 3285, 0, 0, 2, true, 12], + 32193: ['Catalyst of Water x13', 10, -1, 2610, 3285, 0, 0, 2, true, 13], + 32194: ['Catalyst of Water x14', 10, -1, 2655, 3285, 0, 0, 2, true, 14], + 32195: ['Catalyst of Water x15', 10, -1, 2700, 3285, 0, 0, 2, true, 15], + 32196: ['Catalyst of Water x16', 10, -1, 2745, 3285, 0, 0, 2, true, 16], + 32197: ['Catalyst of Water x17', 10, -1, 2790, 3285, 0, 0, 2, true, 17], + 32198: ['Catalyst of Water x18', 10, -1, 2835, 3285, 0, 0, 2, true, 18], + 32199: ['Catalyst of Water x19', 10, -1, 2880, 3285, 0, 0, 2, true, 19], + 32200: ['Catalyst of Water x20', 10, -1, 2925, 3285, 0, 0, 2, true, 20], + 32201: ['Mystery Kensei ST Crate', 10, -1, 2970, 3285, 0, 0, 8, true, 0], + 32202: ['Mini ST Skin Token', 10, -1, 3015, 3285, 0, 0, 7, true, 0], + 32203: ['Elemental Gem', 10, -1, 3060, 3285, 0, 0, 2, true, 0], + 32205: ['Brick x1', 10, -1, 3105, 3285, 0, 0, 2, true, 1], + 32206: ['Brick x2', 10, -1, 3150, 3285, 0, 0, 2, true, 2], + 32207: ['Brick x3', 10, -1, 3195, 3285, 0, 0, 2, true, 3], + 32208: ['Brick x4', 10, -1, 3240, 3285, 0, 0, 2, true, 4], + 32209: ['Brick x5', 10, -1, 3285, 3285, 0, 0, 2, true, 5], + 32210: ['Brick x6', 10, -1, 3330, 3285, 0, 0, 2, true, 6], + 32211: ['Brick x7', 10, -1, 3375, 3285, 0, 0, 2, true, 7], + 32212: ['Brick x8', 10, -1, 3420, 3285, 0, 0, 2, true, 8], + 32213: ['Brick x9', 10, -1, 3465, 3285, 0, 0, 2, true, 9], + 32214: ['Brick x10', 10, -1, 3510, 3285, 0, 0, 2, true, 10], + 32215: ['Brick x11', 10, -1, 3555, 3285, 0, 0, 2, true, 11], + 32216: ['Brick x12', 10, -1, 3600, 3285, 0, 0, 2, true, 12], + 32217: ['Brick x13', 10, -1, 3645, 3285, 0, 0, 2, true, 13], + 32218: ['Brick x14', 10, -1, 3690, 3285, 0, 0, 2, true, 14], + 32219: ['Brick x15', 10, -1, 3735, 3285, 0, 0, 2, true, 15], + 32220: ['Brick x16', 10, -1, 3780, 3285, 0, 0, 2, true, 16], + 32221: ['Brick x17', 10, -1, 3825, 3285, 0, 0, 2, true, 17], + 32222: ['Brick x18', 10, -1, 3870, 3285, 0, 0, 2, true, 18], + 32223: ['Brick x19', 10, -1, 3915, 3285, 0, 0, 2, true, 19], + 32224: ['Brick x20', 10, -1, 3960, 3285, 0, 0, 2, true, 20], + 32225: ['Solo Skeleton Key', 10, -1, 4005, 3285, 0, 0, 2, true, 0], + 32227: ['3STTokenShard x1', 10, -1, 4050, 3285, 0, 0, 2, true, 1], + 32228: ['3STTokenShard x2', 10, -1, 4095, 3285, 0, 0, 2, true, 2], + 32229: ['3STTokenShard x3', 10, -1, 4140, 3285, 0, 0, 2, true, 3], + 32230: ['3STTokenShard x4', 10, -1, 4185, 3285, 0, 0, 2, true, 4], + 32231: ['3STTokenShard x5', 10, -1, 4230, 3285, 0, 0, 2, true, 5], + 32232: ['3STTokenShard x6', 10, -1, 4275, 3285, 0, 0, 2, true, 6], + 32233: ['3STTokenShard x7', 10, -1, 4320, 3285, 0, 0, 2, true, 7], + 32234: ['3STTokenShard x8', 10, -1, 4365, 3285, 0, 0, 2, true, 8], + 32235: ['3STTokenShard x9', 10, -1, 4410, 3285, 0, 0, 2, true, 9], + 32236: ['3STTokenShard x10', 10, -1, 4455, 3285, 0, 0, 2, true, 10], + 32237: ['3STTokenShard x11', 10, -1, 0, 3330, 0, 0, 2, true, 11], + 32238: ['3STTokenShard x12', 10, -1, 45, 3330, 0, 0, 2, true, 12], + 32239: ['3STTokenShard x13', 10, -1, 90, 3330, 0, 0, 2, true, 13], + 32240: ['3STTokenShard x14', 10, -1, 135, 3330, 0, 0, 2, true, 14], + 32241: ['3STTokenShard x15', 10, -1, 180, 3330, 0, 0, 2, true, 15], + 32242: ['3STToken', 10, -1, 225, 3330, 0, 0, 2, true, 0], + 32243: ['3STMysteryChest', 10, -1, 270, 3330, 0, 0, 8, true, 0], + 32245: ['Void Catalyst x1', 10, -1, 315, 3330, 0, 0, 2, true, 1], + 32246: ['Void Catalyst x2', 10, -1, 360, 3330, 0, 0, 2, true, 2], + 32247: ['Void Catalyst x3', 10, -1, 405, 3330, 0, 0, 2, true, 3], + 32248: ['Void Catalyst x4', 10, -1, 450, 3330, 0, 0, 2, true, 4], + 32249: ['Void Catalyst x5', 10, -1, 495, 3330, 0, 0, 2, true, 5], + 32250: ['Void Catalyst x6', 10, -1, 540, 3330, 0, 0, 2, true, 6], + 32251: ['Void Catalyst x7', 10, -1, 585, 3330, 0, 0, 2, true, 7], + 32252: ['Void Catalyst x8', 10, -1, 630, 3330, 0, 0, 2, true, 8], + 32253: ['Void Catalyst x9', 10, -1, 675, 3330, 0, 0, 2, true, 9], + 32254: ['Void Catalyst x10', 10, -1, 720, 3330, 0, 0, 2, true, 10], + 32257: ['Ice Cave Augmented Key', 10, -1, 765, 3330, 0, 200, 7, true, 0], + 32258: ['Lost Halls Augmented Key', 10, -1, 810, 3330, 0, 200, 7, true, 0], + 32259: ['Tomb of the Ancients Augmented Key', 10, -1, 855, 3330, 0, 200, 7, true, 0], + 32260: ['The Nest Augmented Key', 10, -1, 900, 3330, 0, 200, 7, true, 0], + 32261: ["Davy's Augmented Key", 10, -1, 945, 3330, 0, 200, 7, true, 0], + 32262: ['Mountain Temple Augmented Key', 10, -1, 990, 3330, 0, 200, 7, true, 0], + 32263: ['Malogia Augmented Key', 10, -1, 1035, 3330, 0, 200, 7, true, 0], + 32264: ['Untaris Augmented Key', 10, -1, 1080, 3330, 0, 200, 7, true, 0], + 32265: ['Forax Augmented Key', 10, -1, 1125, 3330, 0, 200, 7, true, 0], + 32266: ['Katalund Augmented Key', 10, -1, 1170, 3330, 0, 200, 7, true, 0], + 32267: ['Snake Pit Augmented Key', 10, -1, 1215, 3330, 0, 200, 7, true, 0], + 32268: ["Shaitan's Augmented Key", 10, -1, 1260, 3330, 0, 200, 7, true, 0], + 32269: ["Puppet Master's Encore Augmented Key", 10, -1, 1305, 3330, 0, 200, 7, true, 0], + 32270: ['Reef Augmented Key', 10, -1, 1350, 3330, 0, 200, 7, true, 0], + 32271: ['Secluded Thicket Augmented Key', 10, -1, 1395, 3330, 0, 200, 7, true, 0], + 32272: ['Shatters Augmented Key', 10, -1, 1440, 3330, 0, 200, 7, true, 0], + 32273: ['The Third Dimension Augmented Key', 10, -1, 1485, 3330, 0, 200, 7, true, 0], + 32274: ['Ancient Ruins Augmented Key', 10, -1, 1530, 3330, 0, 200, 7, true, 0], + 32275: ['Toxic Sewers Augmented Key', 10, -1, 1575, 3330, 0, 200, 7, true, 0], + 32276: ['Sprite World Augmented Key', 10, -1, 1620, 3330, 0, 200, 7, true, 0], + 32277: ['Candy Augmented Key', 10, -1, 1665, 3330, 0, 200, 7, true, 0], + 32278: ['Lab Augmented Key', 10, -1, 1710, 3330, 0, 200, 7, true, 0], + 32279: ['Manor Augmented Key', 10, -1, 1755, 3330, 0, 200, 7, true, 0], + 32280: ['The Machine Augmented Key', 10, -1, 1800, 3330, 0, 200, 7, true, 0], + 32281: ['Parasite Chambers Augmented Key', 10, -1, 1845, 3330, 0, 200, 7, true, 0], + 32282: ['Undead Lair Augmented Key', 10, -1, 1890, 3330, 0, 200, 7, true, 0], + 32283: ['Cursed Library Augmented Key', 10, -1, 1935, 3330, 0, 200, 7, true, 0], + 32284: ['High Tech Terror Augmented Key', 10, -1, 1980, 3330, 0, 200, 7, true, 0], + 32285: ['Abyss of Demons Augmented Key', 10, -1, 2025, 3330, 0, 200, 7, true, 0], + 32286: ['Theatre Augmented Key', 10, -1, 2070, 3330, 0, 200, 7, true, 0], + 32287: ['Draconis Augmented Key', 10, -1, 2115, 3330, 0, 200, 7, true, 0], + 32288: ['Unsigned Parcel', 10, -1, 2160, 3330, 0, 0, 8, true, 0], + 32293: ['Encrypted Note x1', 10, -1, 2205, 3330, 0, 0, 2, true, 1], + 32294: ['Encrypted Note x2', 10, -1, 2250, 3330, 0, 0, 2, true, 2], + 32295: ['Encrypted Note x3', 10, -1, 2295, 3330, 0, 0, 2, true, 3], + 32296: ['Encrypted Note x4', 10, -1, 2340, 3330, 0, 0, 2, true, 4], + 32297: ['Encrypted Note x5', 10, -1, 2385, 3330, 0, 0, 2, true, 5], + 32298: ['Encrypted Note x6', 10, -1, 2430, 3330, 0, 0, 2, true, 6], + 32299: ['Encrypted Note x7', 10, -1, 2475, 3330, 0, 0, 2, true, 7], + 32300: ['Encrypted Note x8', 10, -1, 2520, 3330, 0, 0, 2, true, 8], + 32301: ['Encrypted Note x9', 10, -1, 2565, 3330, 0, 0, 2, true, 9], + 32302: ['Encrypted Note x10', 10, -1, 2610, 3330, 0, 0, 2, true, 10], + 32303: ['Encrypted Note x11', 10, -1, 2655, 3330, 0, 0, 2, true, 11], + 32304: ['Encrypted Note x12', 10, -1, 2700, 3330, 0, 0, 2, true, 12], + 32305: ['Encrypted Note x13', 10, -1, 2745, 3330, 0, 0, 2, true, 13], + 32306: ['Encrypted Note x14', 10, -1, 2790, 3330, 0, 0, 2, true, 14], + 32307: ['Encrypted Note x15', 10, -1, 2835, 3330, 0, 0, 2, true, 15], + 32308: ['Encrypted Note x16', 10, -1, 2880, 3330, 0, 0, 2, true, 16], + 32309: ['Encrypted Note x17', 10, -1, 2925, 3330, 0, 0, 2, true, 17], + 32310: ['Encrypted Note x18', 10, -1, 2970, 3330, 0, 0, 2, true, 18], + 32311: ['Encrypted Note x19', 10, -1, 3015, 3330, 0, 0, 2, true, 19], + 32312: ['Encrypted Note x20', 10, -1, 3060, 3330, 0, 0, 2, true, 20], + 32313: ['Encrypted Note x21', 10, -1, 3105, 3330, 0, 0, 2, true, 21], + 32314: ['Encrypted Note x22', 10, -1, 3150, 3330, 0, 0, 2, true, 22], + 32315: ['Encrypted Note x23', 10, -1, 3195, 3330, 0, 0, 2, true, 23], + 32316: ['Encrypted Note x24', 10, -1, 3240, 3330, 0, 0, 2, true, 24], + 32317: ['Encrypted Note x25', 10, -1, 3285, 3330, 0, 0, 2, true, 25], + 32318: ['Encrypted Note x26', 10, -1, 3330, 3330, 0, 0, 2, true, 26], + 32319: ['Encrypted Note x27', 10, -1, 3375, 3330, 0, 0, 2, true, 27], + 32320: ['Encrypted Note x28', 10, -1, 3420, 3330, 0, 0, 2, true, 28], + 32321: ['Encrypted Note x29', 10, -1, 3465, 3330, 0, 0, 2, true, 29], + 32322: ['Encrypted Note x30', 10, -1, 3510, 3330, 0, 0, 2, true, 30], + 32323: ['Encrypted Note x31', 10, -1, 3555, 3330, 0, 0, 2, true, 31], + 32324: ['Encrypted Note x32', 10, -1, 3600, 3330, 0, 0, 2, true, 32], + 32325: ['Encrypted Note x33', 10, -1, 3645, 3330, 0, 0, 2, true, 33], + 32326: ['Encrypted Note x34', 10, -1, 3690, 3330, 0, 0, 2, true, 34], + 32327: ['Encrypted Note x35', 10, -1, 3735, 3330, 0, 0, 2, true, 35], + 32369: ['Shard of the Advisor x1', 10, -1, 3780, 3330, 0, 0, 2, true, 1], + 32370: ['Shard of the Advisor x2', 10, -1, 3825, 3330, 0, 0, 2, true, 2], + 32371: ['Shard of the Advisor x3', 10, -1, 3870, 3330, 0, 0, 2, true, 3], + 32372: ['Shard of the Advisor x4', 10, -1, 3915, 3330, 0, 0, 2, true, 4], + 32373: ['Shard of the Advisor x5', 10, -1, 3960, 3330, 0, 0, 2, true, 5], + 32374: ['Shard of the Advisor x6', 10, -1, 4005, 3330, 0, 0, 2, true, 6], + 32375: ['Shard of the Advisor x7', 10, -1, 4050, 3330, 0, 0, 2, true, 7], + 32376: ['Shard of the Advisor x8', 10, -1, 4095, 3330, 0, 0, 2, true, 8], + 32377: ['Shard of the Advisor x9', 10, -1, 4140, 3330, 0, 0, 2, true, 9], + 32378: ['Shard of the Advisor x10', 10, -1, 4185, 3330, 0, 0, 2, true, 10], + 32379: ['Shard of the Advisor x11', 10, -1, 4230, 3330, 0, 0, 2, true, 11], + 32380: ['Shard of the Advisor x12', 10, -1, 4275, 3330, 0, 0, 2, true, 12], + 32381: ['Shard of the Advisor x13', 10, -1, 4320, 3330, 0, 0, 2, true, 13], + 32382: ['Shard of the Advisor x14', 10, -1, 4365, 3330, 0, 0, 2, true, 14], + 32383: ['Shard of the Advisor x15', 10, -1, 4410, 3330, 0, 0, 2, true, 15], + 32384: ['Shard of the Advisor x16', 10, -1, 4455, 3330, 0, 0, 2, true, 16], + 32385: ['Shard of the Advisor x17', 10, -1, 0, 3375, 0, 0, 2, true, 17], + 32386: ['Shard of the Advisor x18', 10, -1, 45, 3375, 0, 0, 2, true, 18], + 32387: ['Shard of the Advisor x19', 10, -1, 90, 3375, 0, 0, 2, true, 19], + 32388: ['Shard of the Advisor x20', 10, -1, 135, 3375, 0, 0, 2, true, 20], + 32389: ['Shard of the Advisor x21', 10, -1, 180, 3375, 0, 0, 2, true, 21], + 32390: ['Shard of the Advisor x22', 10, -1, 225, 3375, 0, 0, 2, true, 22], + 32391: ['Shard of the Advisor x23', 10, -1, 270, 3375, 0, 0, 2, true, 23], + 32392: ['Shard of the Advisor x24', 10, -1, 315, 3375, 0, 0, 2, true, 24], + 32393: ['Shard of the Advisor x25', 10, -1, 360, 3375, 0, 0, 2, true, 25], + 32394: ['Shard of the Advisor x26', 10, -1, 405, 3375, 0, 0, 2, true, 26], + 32395: ['Shard of the Advisor x27', 10, -1, 450, 3375, 0, 0, 2, true, 27], + 32396: ['Shard of the Advisor x28', 10, -1, 495, 3375, 0, 0, 2, true, 28], + 32397: ['Shard of the Advisor x29', 10, -1, 540, 3375, 0, 0, 2, true, 29], + 32398: ['Shard of the Advisor x30', 10, -1, 585, 3375, 0, 0, 2, true, 30], + 32399: ['Shard of the Advisor x31', 10, -1, 630, 3375, 0, 0, 2, true, 31], + 32400: ['Shard of the Advisor x32', 10, -1, 675, 3375, 0, 0, 2, true, 32], + 32401: ['Shard of the Advisor x33', 10, -1, 720, 3375, 0, 0, 2, true, 33], + 32402: ['Shard of the Advisor x34', 10, -1, 765, 3375, 0, 0, 2, true, 34], + 32403: ['Shard of the Advisor x35', 10, -1, 810, 3375, 0, 0, 2, true, 35], + 32416: ['Mayhem Medallion', 9, -1, 855, 3375, 5, 850, 9, true, 0], + 32417: ['Ring of Wrath', 9, -1, 900, 3375, 5, 850, 9, true, 0], + 32418: ['Autarch Amulet', 9, -1, 945, 3375, 5, 850, 9, true, 0], + 32437: ['3HuntressST0', 3, -1, 990, 3375, 5, 800, 8, true, 0], + 32438: ['3HuntressST1', 20, -1, 1035, 3375, 7, 700, 6, true, 0], + 32439: ['3HuntressST2', 6, -1, 1080, 3375, 6, 500, 8, true, 0], + 32440: ['Wedding Dress Explosion', 15, -1, 1125, 3375, 0, 0, 0, false, 0], + 32441: ['3HuntressST3', 9, -1, 1170, 3375, 4, 500, 8, true, 0], + 32442: ['3WarriorST0', 1, -1, 1215, 3375, 5, 900, 8, true, 0], + 32443: ['3WarriorST1', 16, -1, 1260, 3375, 7, 800, 8, true, 0], + 32444: ['3WarriorST2', 7, -1, 1305, 3375, 6, 600, 8, true, 0], + 32445: ['3WarriorST3', 9, -1, 1350, 3375, 4, 600, 8, true, 0], + 32466: ['3HuntressSTToken', 10, -1, 1395, 3375, 0, 750, 5, true, 0], + 32467: ['3WarriorSTToken', 10, -1, 1440, 3375, 0, 750, 5, true, 0], + 32469: ['Solo Secluded Thicket Key', 10, -1, 1485, 3375, 0, 200, 7, true, 0], + 32470: ['Solo Fungal Cavern Key', 10, -1, 1530, 3375, 0, 200, 7, true, 0], + 32471: ['Solo High Tech Terror Key', 10, -1, 1575, 3375, 0, 200, 7, true, 0], + 32472: ['3NecroSTToken', 10, -1, 1620, 3375, 0, 750, 5, true, 0], + 32473: ['3AssassinSTToken', 10, -1, 1665, 3375, 0, 750, 5, true, 0], + 32475: ['Hidden Interregnum Key', 10, -1, 1710, 3375, 0, 200, 7, true, 0], + 32484: ['HNecroST0', 17, -1, 1755, 3375, 5, 800, 8, true, 0], + 32485: ['HNecroST1', 19, -1, 1800, 3375, 7, 900, 8, true, 0], + 32486: ['HNecroST2', 14, -1, 1845, 3375, 6, 750, 8, true, 0], + 32487: ['HNecroST3', 9, -1, 1890, 3375, 4, 650, 8, true, 0], + 32516: ['Autumn Ent Pet Stone', 10, -1, 1935, 3375, 0, 1000, 7, true, 0], + 32653: ['Pumpkin Head Pet Stone', 10, -1, 1980, 3375, 0, 1000, 7, true, 0], + 32655: ['Headless Rider Skin', 10, -1, 2025, 3375, 0, 1000, 7, true, 0], + 32659: ['Pilgrim Father Skin', 10, -1, 2070, 3375, 0, 1000, 7, true, 0], + 32660: ['Pilgrim Mother Skin', 10, -1, 2115, 3375, 0, 1000, 7, true, 0], + 32661: ['Wizard Supreme Skin', 10, -1, 2160, 3375, 0, 1000, 7, true, 0], + 32666: ['Christmas Tree Pet Stone', 10, -1, 2205, 3375, 0, 1000, 7, true, 0], + 32667: ['Red Nose Pet Stone', 10, -1, 2250, 3375, 0, 1000, 7, true, 0], + 32672: ['Rudolph the Berzerk Skin', 10, -1, 2295, 3375, 0, 1000, 7, true, 0], + 32673: ['Miss Santa Skin', 10, -1, 2340, 3375, 0, 1000, 7, true, 0], + 32674: ['Snow Queen Skin', 10, -1, 2385, 3375, 0, 1000, 7, true, 0], + 32695: ['Ice Tomb Key', 10, -1, 2430, 3375, 0, 200, 7, true, 0], + 32697: ['WarriorST2', 7, -1, 2475, 3375, 6, 600, 8, true, 0], + 32698: ['WarriorST3', 9, -1, 2520, 3375, 4, 600, 8, true, 0], + 32699: ['WarriorST1', 16, -1, 2565, 3375, 7, 800, 8, true, 0], + 32700: ['WarriorST0', 1, -1, 2610, 3375, 5, 900, 8, true, 0], + 32702: ['Dragon Tamer Skin', 10, -1, 2655, 3375, 0, 1000, 7, true, 0], + 32705: ['Red Bagston Pet Stone', 10, -1, 2700, 3375, 0, 1000, 7, true, 0], + 32708: ['Helper Bagston Pet Stone', 10, -1, 2745, 3375, 0, 1000, 7, true, 0], + 32711: ['Red Helper Bagston Pet Stone', 10, -1, 2790, 3375, 0, 1000, 7, true, 0], + 32719: ['Muddy Tidechaser Pet Stone', 10, -1, 2835, 3375, 0, 500, 7, true, 0], + 32722: ['Enchanted Ice Shard', 9, -1, 2880, 3375, 6, 800, 6, false, 0], + 32723: ['Ring of the Northern Light', 9, -1, 2925, 3375, 6, 800, 6, true, 0], + 32724: ['Frimarra', 9, -1, 2970, 3375, 6, 800, 6, true, 0], + 32765: ['Giant Vampire Bat Pet Stone', 10, -1, 3015, 3375, 0, 1000, 7, true, 0], + 32767: ['Vampire Lord Skin', 10, -1, 3060, 3375, 0, 1000, 7, true, 0], + 32901: ['Pink Lion Pet Stone', 10, -1, 3105, 3375, 0, 1000, 7, true, 0], + 32902: ['Midnight Wolf Pet Stone', 10, -1, 3150, 3375, 0, 1000, 7, true, 0], + 32903: ['Phoenix Pet Stone', 10, -1, 3195, 3375, 0, 1000, 7, true, 0], + 32904: ['War Elephant Pet Stone', 10, -1, 3240, 3375, 0, 1000, 7, true, 0], + 32905: ['Night Mare Pet Stone', 10, -1, 3285, 3375, 0, 1000, 7, true, 0], + 32906: ['Silver Doe Pet Stone', 10, -1, 3330, 3375, 0, 1000, 7, true, 0], + 32907: ['Solar Owl Pet Stone', 10, -1, 3375, 3375, 0, 1000, 7, true, 0], + 32908: ['Tandem Cobra Pet Stone', 10, -1, 3420, 3375, 0, 1000, 7, true, 0], + 32909: ['Ultrawasp Pet Stone', 10, -1, 3465, 3375, 0, 1000, 7, true, 0], + 32910: ['Battle Penguin Pet Stone', 10, -1, 3510, 3375, 0, 1000, 7, true, 0], + 32911: ['Great Shark Pet Stone', 10, -1, 3555, 3375, 0, 1000, 7, true, 0], + 32913: ['Blue Landfish Pet Stone', 10, -1, 3600, 3375, 0, 1000, 7, true, 0], + 32914: ['Glowing Skull Pet Stone', 10, -1, 3645, 3375, 0, 1000, 7, true, 0], + 32915: ['Monkey Head Pet Stone', 10, -1, 3690, 3375, 0, 1000, 7, true, 0], + 32916: ['Reaper Pet Stone', 10, -1, 3735, 3375, 0, 1000, 7, true, 0], + 32917: ['Battle God Pet Stone', 10, -1, 3780, 3375, 0, 1000, 7, true, 0], + 32918: ['Centaur Pet Stone', 10, -1, 3825, 3375, 0, 1000, 7, true, 0], + 32919: ['Forest Fairy Pet Stone', 10, -1, 3870, 3375, 0, 1000, 7, true, 0], + 32920: ["Lil' Oryx Pet Stone", 10, -1, 3915, 3375, 0, 1000, 7, true, 0], + 32921: ['Shroom Pet Stone', 10, -1, 3960, 3375, 0, 1000, 7, true, 0], + 32922: ['Great Jelly Pet Stone', 10, -1, 4005, 3375, 0, 1000, 7, true, 0], + 32923: ['Spiderbot Pet Stone', 10, -1, 4050, 3375, 0, 1000, 7, true, 0], + 32924: ['Cylindron Pet Stone', 10, -1, 4095, 3375, 0, 1000, 7, true, 0], + 32927: ['Malogia Fragment x1', 10, -1, 4140, 3375, 0, 0, 2, true, 1], + 32928: ['Malogia Fragment x2', 10, -1, 4185, 3375, 0, 0, 2, true, 2], + 32929: ['Malogia Fragment x3', 10, -1, 4230, 3375, 0, 0, 2, true, 3], + 32930: ['Malogia Fragment x4', 10, -1, 4275, 3375, 0, 0, 2, true, 4], + 32931: ['Malogia Fragment x5', 10, -1, 4320, 3375, 0, 0, 2, true, 5], + 32932: ['Malogia Fragment x6', 10, -1, 4365, 3375, 0, 0, 2, true, 6], + 32933: ['Malogia Fragment x7', 10, -1, 4410, 3375, 0, 0, 2, true, 7], + 32934: ['Malogia Fragment x8', 10, -1, 4455, 3375, 0, 0, 2, true, 8], + 32935: ['Malogia Fragment x9', 10, -1, 0, 3420, 0, 0, 2, true, 9], + 32936: ['Malogia Fragment x10', 10, -1, 45, 3420, 0, 0, 2, true, 10], + 32937: ['Malogia Fragment x11', 10, -1, 90, 3420, 0, 0, 2, true, 11], + 32938: ['Malogia Fragment x12', 10, -1, 135, 3420, 0, 0, 2, true, 12], + 32939: ['Malogia Fragment x13', 10, -1, 180, 3420, 0, 0, 2, true, 13], + 32940: ['Malogia Fragment x14', 10, -1, 225, 3420, 0, 0, 2, true, 14], + 32941: ['Malogia Fragment x15', 10, -1, 270, 3420, 0, 0, 2, true, 15], + 32942: ['Malogia Fragment x16', 10, -1, 315, 3420, 0, 0, 2, true, 16], + 32943: ['Malogia Fragment x17', 10, -1, 360, 3420, 0, 0, 2, true, 17], + 32944: ['Malogia Fragment x18', 10, -1, 405, 3420, 0, 0, 2, true, 18], + 32945: ['Malogia Fragment x19', 10, -1, 450, 3420, 0, 0, 2, true, 19], + 32946: ['Malogia Fragment x20', 10, -1, 495, 3420, 0, 0, 2, true, 20], + 32947: ['Malogia Fragment x21', 10, -1, 540, 3420, 0, 0, 2, true, 21], + 32948: ['Malogia Fragment x22', 10, -1, 585, 3420, 0, 0, 2, true, 22], + 32949: ['Malogia Fragment x23', 10, -1, 630, 3420, 0, 0, 2, true, 23], + 32950: ['Malogia Fragment x24', 10, -1, 675, 3420, 0, 0, 2, true, 24], + 32951: ['Malogia Fragment x25', 10, -1, 720, 3420, 0, 0, 2, true, 25], + 33044: ['Yarn Ball', 10, -1, 765, 3420, 0, 100, 2, true, 0], + 33667: ['Fluffy Hood x1', 10, -1, 810, 3420, 0, 0, 2, true, 1], + 33668: ['Fluffy Hood x2', 10, -1, 855, 3420, 0, 0, 2, true, 2], + 33669: ['Fluffy Hood x3', 10, -1, 900, 3420, 0, 0, 2, true, 3], + 33670: ['Fluffy Hood x4', 10, -1, 945, 3420, 0, 0, 2, true, 4], + 33671: ['Fluffy Hood x5', 10, -1, 990, 3420, 0, 0, 2, true, 5], + 33672: ['Fluffy Hood x6', 10, -1, 1035, 3420, 0, 0, 2, true, 6], + 33673: ['Fluffy Hood x7', 10, -1, 1080, 3420, 0, 0, 2, true, 7], + 33674: ['Fluffy Hood x8', 10, -1, 1125, 3420, 0, 0, 2, true, 8], + 33675: ['Fluffy Hood x9', 10, -1, 1170, 3420, 0, 0, 2, true, 9], + 33676: ['Fluffy Hood x10', 10, -1, 1215, 3420, 0, 0, 2, true, 10], + 33680: ['Blueprint_202', 10, -1, 1260, 3420, 0, 500, 7, true, 0], + 33681: ['Blueprint_203', 10, -1, 1305, 3420, 0, 500, 7, true, 0], + 33682: ['Blueprint_204', 10, -1, 1350, 3420, 0, 500, 7, true, 0], + 33683: ['Blueprint_205', 10, -1, 1395, 3420, 0, 500, 7, true, 0], + 33684: ['Blueprint_206', 10, -1, 1440, 3420, 0, 500, 7, true, 0], + 33685: ['Mystery Skin', 10, -1, 1485, 3420, 0, 0, 7, true, 0], + 33686: ['Bard Mystery Skin', 10, -1, 1530, 3420, 0, 0, 7, true, 0], + 33687: ['Summoner Mystery Skin', 10, -1, 1575, 3420, 0, 0, 7, true, 0], + 33688: ['Kensei Mystery Skin', 10, -1, 1620, 3420, 0, 0, 7, true, 0], + 33689: ['Basic Mystery Skin', 10, -1, 1665, 3420, 0, 0, 7, true, 0], + 33690: ['Greater Mystery Skin', 10, -1, 1710, 3420, 0, 0, 7, true, 0], + 33691: ['Superior Mystery Skin', 10, -1, 1755, 3420, 0, 0, 7, true, 0], + 33692: ['Paramount Mystery Skin', 10, -1, 1800, 3420, 0, 0, 7, true, 0], + 33693: ['Exalted Mystery Skin', 10, -1, 1845, 3420, 0, 0, 7, true, 0], + 33694: ['Basic Mystery Pet Skin', 10, -1, 1890, 3420, 0, 0, 7, true, 0], + 33695: ['Greater Mystery Pet Skin', 10, -1, 1935, 3420, 0, 0, 7, true, 0], + 33696: ['Superior Mystery Pet Skin', 10, -1, 1980, 3420, 0, 0, 7, true, 0], + 33697: ['Paramount Mystery Pet Skin', 10, -1, 2025, 3420, 0, 0, 7, true, 0], + 33698: ['Exalted Mystery Pet Skin', 10, -1, 2070, 3420, 0, 0, 7, true, 0], + 33699: ['Valentine Mystery Skin', 10, -1, 2115, 3420, 0, 0, 7, true, 0], + 33700: ['Mystery Pet Skin', 10, -1, 2160, 3420, 0, 0, 7, true, 0], + 34335: ['Heartseeker Katana', 24, -1, 2205, 3420, 8, 700, 6, true, 0], + 34336: ['Eternal Star', 25, -1, 2250, 3420, 7, 1000, 6, true, 0], + 34337: ['Chocolate Armor', 6, -1, 2295, 3420, 6, 650, 6, true, 0], + 34338: ['Sweetener Ring', 9, -1, 2340, 3420, 6, 400, 6, true, 0], + 34339: ['Sweetcut Wakizashi', 27, -1, 2385, 3420, 7, 1000, 6, true, 0], + 34340: ['Heavy Cream Armor', 7, -1, 2430, 3420, 6, 900, 6, true, 0], + 34576: ['Basic Fishing Rod Consumable', 10, -1, 2475, 3420, 0, 0, 6, true, 0], + 34608: ['Chibi Oryx Gladiator Pet Stone', 10, -1, 2520, 3420, 0, 1000, 7, true, 0], + 34609: ['Crucible Pet Rock Stone', 10, -1, 2565, 3420, 0, 0, 7, true, 0], + 34634: ['Schematic x1', 10, -1, 2610, 3420, 0, 0, 2, true, 1], + 34635: ['Schematic x2', 10, -1, 2655, 3420, 0, 0, 2, true, 2], + 34636: ['Schematic x3', 10, -1, 2700, 3420, 0, 0, 2, true, 3], + 34637: ['Schematic x4', 10, -1, 2745, 3420, 0, 0, 2, true, 4], + 34638: ['Schematic x5', 10, -1, 2790, 3420, 0, 0, 2, true, 5], + 34639: ['Schematic x6', 10, -1, 2835, 3420, 0, 0, 2, true, 6], + 34640: ['Schematic x7', 10, -1, 2880, 3420, 0, 0, 2, true, 7], + 34641: ['Schematic x8', 10, -1, 2925, 3420, 0, 0, 2, true, 8], + 34642: ['Schematic x9', 10, -1, 2970, 3420, 0, 0, 2, true, 9], + 34643: ['Schematic x10', 10, -1, 3015, 3420, 0, 0, 2, true, 10], + 34644: ['Schematic x11', 10, -1, 3060, 3420, 0, 0, 2, true, 11], + 34645: ['Schematic x12', 10, -1, 3105, 3420, 0, 0, 2, true, 12], + 34646: ['Schematic x13', 10, -1, 3150, 3420, 0, 0, 2, true, 13], + 34647: ['Schematic x14', 10, -1, 3195, 3420, 0, 0, 2, true, 14], + 34648: ['Schematic x15', 10, -1, 3240, 3420, 0, 0, 2, true, 15], + 34649: ['Schematic x16', 10, -1, 3285, 3420, 0, 0, 2, true, 16], + 34650: ['Schematic x17', 10, -1, 3330, 3420, 0, 0, 2, true, 17], + 34651: ['Schematic x18', 10, -1, 3375, 3420, 0, 0, 2, true, 18], + 34652: ['Schematic x19', 10, -1, 3420, 3420, 0, 0, 2, true, 19], + 34653: ['Schematic x20', 10, -1, 3465, 3420, 0, 0, 2, true, 20], + 34654: ['Schematic x21', 10, -1, 3510, 3420, 0, 0, 2, true, 21], + 34655: ['Schematic x22', 10, -1, 3555, 3420, 0, 0, 2, true, 22], + 34656: ['Schematic x23', 10, -1, 3600, 3420, 0, 0, 2, true, 23], + 34657: ['Schematic x24', 10, -1, 3645, 3420, 0, 0, 2, true, 24], + 34658: ['Schematic x25', 10, -1, 3690, 3420, 0, 0, 2, true, 25], + 34659: ['Schematic x26', 10, -1, 3735, 3420, 0, 0, 2, true, 26], + 34660: ['Schematic x27', 10, -1, 3780, 3420, 0, 0, 2, true, 27], + 34661: ['Schematic x28', 10, -1, 3825, 3420, 0, 0, 2, true, 28], + 34662: ['Schematic x29', 10, -1, 3870, 3420, 0, 0, 2, true, 29], + 34663: ['Schematic x30', 10, -1, 3915, 3420, 0, 0, 2, true, 30], + 34664: ['Schematic x31', 10, -1, 3960, 3420, 0, 0, 2, true, 31], + 34665: ['Schematic x32', 10, -1, 4005, 3420, 0, 0, 2, true, 32], + 34666: ['Schematic x33', 10, -1, 4050, 3420, 0, 0, 2, true, 33], + 34667: ['Schematic x34', 10, -1, 4095, 3420, 0, 0, 2, true, 34], + 34668: ['Schematic x35', 10, -1, 4140, 3420, 0, 0, 2, true, 35], + 34669: ['Schematic x36', 10, -1, 4185, 3420, 0, 0, 2, true, 36], + 34670: ['Schematic x37', 10, -1, 4230, 3420, 0, 0, 2, true, 37], + 34671: ['Schematic x38', 10, -1, 4275, 3420, 0, 0, 2, true, 38], + 34672: ['Schematic x39', 10, -1, 4320, 3420, 0, 0, 2, true, 39], + 34673: ['Schematic x40', 10, -1, 4365, 3420, 0, 0, 2, true, 40], + 34674: ['Schematic x41', 10, -1, 4410, 3420, 0, 0, 2, true, 41], + 34675: ['Schematic x42', 10, -1, 4455, 3420, 0, 0, 2, true, 42], + 34676: ['Schematic x43', 10, -1, 0, 3465, 0, 0, 2, true, 43], + 34677: ['Schematic x44', 10, -1, 45, 3465, 0, 0, 2, true, 44], + 34678: ['Schematic x45', 10, -1, 90, 3465, 0, 0, 2, true, 45], + 34679: ['Schematic x46', 10, -1, 135, 3465, 0, 0, 2, true, 46], + 34680: ['Schematic x47', 10, -1, 180, 3465, 0, 0, 2, true, 47], + 34681: ['Schematic x48', 10, -1, 225, 3465, 0, 0, 2, true, 48], + 34682: ['Schematic x49', 10, -1, 270, 3465, 0, 0, 2, true, 49], + 34683: ['Schematic x50', 10, -1, 315, 3465, 0, 0, 2, true, 50], + 34685: ['Ancient Schematic x1', 10, -1, 360, 3465, 0, 0, 2, true, 1], + 34686: ['Ancient Schematic x2', 10, -1, 405, 3465, 0, 0, 2, true, 2], + 34687: ['Ancient Schematic x3', 10, -1, 450, 3465, 0, 0, 2, true, 3], + 34688: ['Ancient Schematic x4', 10, -1, 495, 3465, 0, 0, 2, true, 4], + 34689: ['Ancient Schematic x5', 10, -1, 540, 3465, 0, 0, 2, true, 5], + 34690: ['Ancient Schematic x6', 10, -1, 585, 3465, 0, 0, 2, true, 6], + 34691: ['Ancient Schematic x7', 10, -1, 630, 3465, 0, 0, 2, true, 7], + 34692: ['Ancient Schematic x8', 10, -1, 675, 3465, 0, 0, 2, true, 8], + 34693: ['Ancient Schematic x9', 10, -1, 720, 3465, 0, 0, 2, true, 9], + 34694: ['Ancient Schematic x10', 10, -1, 765, 3465, 0, 0, 2, true, 10], + 34695: ['Ancient Schematic x11', 10, -1, 810, 3465, 0, 0, 2, true, 11], + 34696: ['Ancient Schematic x12', 10, -1, 855, 3465, 0, 0, 2, true, 12], + 34697: ['Ancient Schematic x13', 10, -1, 900, 3465, 0, 0, 2, true, 13], + 34698: ['Ancient Schematic x14', 10, -1, 945, 3465, 0, 0, 2, true, 14], + 34699: ['Ancient Schematic x15', 10, -1, 990, 3465, 0, 0, 2, true, 15], + 34700: ['Ancient Schematic x16', 10, -1, 1035, 3465, 0, 0, 2, true, 16], + 34701: ['Ancient Schematic x17', 10, -1, 1080, 3465, 0, 0, 2, true, 17], + 34702: ['Ancient Schematic x18', 10, -1, 1125, 3465, 0, 0, 2, true, 18], + 34703: ['Ancient Schematic x19', 10, -1, 1170, 3465, 0, 0, 2, true, 19], + 34704: ['Ancient Schematic x20', 10, -1, 1215, 3465, 0, 0, 2, true, 20], + 34705: ['Ancient Schematic x21', 10, -1, 1260, 3465, 0, 0, 2, true, 21], + 34706: ['Ancient Schematic x22', 10, -1, 1305, 3465, 0, 0, 2, true, 22], + 34707: ['Ancient Schematic x23', 10, -1, 1350, 3465, 0, 0, 2, true, 23], + 34708: ['Ancient Schematic x24', 10, -1, 1395, 3465, 0, 0, 2, true, 24], + 34709: ['Ancient Schematic x25', 10, -1, 1440, 3465, 0, 0, 2, true, 25], + 34710: ['Ancient Schematic x26', 10, -1, 1485, 3465, 0, 0, 2, true, 26], + 34711: ['Ancient Schematic x27', 10, -1, 1530, 3465, 0, 0, 2, true, 27], + 34712: ['Ancient Schematic x28', 10, -1, 1575, 3465, 0, 0, 2, true, 28], + 34713: ['Ancient Schematic x29', 10, -1, 1620, 3465, 0, 0, 2, true, 29], + 34714: ['Ancient Schematic x30', 10, -1, 1665, 3465, 0, 0, 2, true, 30], + 34715: ['Ancient Schematic x31', 10, -1, 1710, 3465, 0, 0, 2, true, 31], + 34716: ['Ancient Schematic x32', 10, -1, 1755, 3465, 0, 0, 2, true, 32], + 34717: ['Ancient Schematic x33', 10, -1, 1800, 3465, 0, 0, 2, true, 33], + 34718: ['Ancient Schematic x34', 10, -1, 1845, 3465, 0, 0, 2, true, 34], + 34719: ['Ancient Schematic x35', 10, -1, 1890, 3465, 0, 0, 2, true, 35], + 34720: ['Ancient Schematic x36', 10, -1, 1935, 3465, 0, 0, 2, true, 36], + 34721: ['Ancient Schematic x37', 10, -1, 1980, 3465, 0, 0, 2, true, 37], + 34722: ['Ancient Schematic x38', 10, -1, 2025, 3465, 0, 0, 2, true, 38], + 34723: ['Ancient Schematic x39', 10, -1, 2070, 3465, 0, 0, 2, true, 39], + 34724: ['Ancient Schematic x40', 10, -1, 2115, 3465, 0, 0, 2, true, 40], + 34725: ['Ancient Schematic x41', 10, -1, 2160, 3465, 0, 0, 2, true, 41], + 34726: ['Ancient Schematic x42', 10, -1, 2205, 3465, 0, 0, 2, true, 42], + 34727: ['Ancient Schematic x43', 10, -1, 2250, 3465, 0, 0, 2, true, 43], + 34728: ['Ancient Schematic x44', 10, -1, 2295, 3465, 0, 0, 2, true, 44], + 34729: ['Ancient Schematic x45', 10, -1, 2340, 3465, 0, 0, 2, true, 45], + 34730: ['Ancient Schematic x46', 10, -1, 2385, 3465, 0, 0, 2, true, 46], + 34731: ['Ancient Schematic x47', 10, -1, 2430, 3465, 0, 0, 2, true, 47], + 34732: ['Ancient Schematic x48', 10, -1, 2475, 3465, 0, 0, 2, true, 48], + 34733: ['Ancient Schematic x49', 10, -1, 2520, 3465, 0, 0, 2, true, 49], + 34734: ['Ancient Schematic x50', 10, -1, 2565, 3465, 0, 0, 2, true, 50], + 34735: ["Monster Lieutenant's Weapon", 10, -1, 2610, 3465, 0, 0, 2, true, 0], + 34736: ["Monster Lieutenant's Ability", 10, -1, 2655, 3465, 0, 0, 2, true, 0], + 34737: ["Monster Lieutenant's Armor", 10, -1, 2700, 3465, 0, 0, 2, true, 0], + 34738: ["Monster Lieutenant's Ring", 10, -1, 2745, 3465, 0, 0, 2, true, 0], + 34739: ["Monster Slayer's Weapon", 10, -1, 2790, 3465, 0, 0, 2, true, 0], + 34740: ["Monster Slayer's Ability", 10, -1, 2835, 3465, 0, 0, 2, true, 0], + 34741: ["Monster Slayer's Armor", 10, -1, 2880, 3465, 0, 0, 2, true, 0], + 34742: ['Vampire Fangs x1', 10, -1, 2925, 3465, 0, 0, 2, true, 1], + 34743: ['Vampire Fangs x2', 10, -1, 2970, 3465, 0, 0, 2, true, 2], + 34744: ['Vampire Fangs x3', 10, -1, 3015, 3465, 0, 0, 2, true, 3], + 34745: ['Vampire Fangs x4', 10, -1, 3060, 3465, 0, 0, 2, true, 4], + 34746: ['Vampire Fangs x5', 10, -1, 3105, 3465, 0, 0, 2, true, 5], + 34747: ['Vampire Fangs x6', 10, -1, 3150, 3465, 0, 0, 2, true, 6], + 34748: ['Vampire Fangs x7', 10, -1, 3195, 3465, 0, 0, 2, true, 7], + 34749: ['Vampire Fangs x8', 10, -1, 3240, 3465, 0, 0, 2, true, 8], + 34750: ['Vampire Fangs x9', 10, -1, 3285, 3465, 0, 0, 2, true, 9], + 34751: ['Vampire Fangs x10', 10, -1, 3330, 3465, 0, 0, 2, true, 10], + 34765: ['Blueprint_215', 10, -1, 3375, 3465, 0, 500, 7, true, 0], + 34766: ['Blueprint_216', 10, -1, 3420, 3465, 0, 500, 7, true, 0], + 34767: ['Blueprint_217', 10, -1, 3465, 3465, 0, 500, 7, true, 0], + 34768: ['Blueprint_218', 10, -1, 3510, 3465, 0, 500, 7, true, 0], + 34769: ['Blueprint_219', 10, -1, 3555, 3465, 0, 500, 7, true, 0], + 34770: ['Blueprint_220', 10, -1, 3600, 3465, 0, 500, 7, true, 0], + 34771: ['Blueprint_221', 10, -1, 3645, 3465, 0, 500, 7, true, 0], + 34772: ['Blueprint_222', 10, -1, 3690, 3465, 0, 500, 7, true, 0], + 34773: ['Blueprint_223', 10, -1, 3735, 3465, 0, 500, 7, true, 0], + 34774: ['Blueprint_224', 10, -1, 3780, 3465, 0, 500, 7, true, 0], + 34775: ['Blueprint_225', 10, -1, 3825, 3465, 0, 500, 7, true, 0], + 34776: ['Blueprint_226', 10, -1, 3870, 3465, 0, 500, 7, true, 0], + 34777: ['Blueprint_227', 10, -1, 3915, 3465, 0, 500, 7, true, 0], + 34778: ['Blueprint_228', 10, -1, 3960, 3465, 0, 500, 7, true, 0], + 34779: ['Blueprint_229', 10, -1, 4005, 3465, 0, 500, 7, true, 0], + 34780: ['Blueprint_230', 10, -1, 4050, 3465, 0, 500, 7, true, 0], + 34781: ['Blueprint_231', 10, -1, 4095, 3465, 0, 500, 7, true, 0], + 34782: ['Blueprint_232', 10, -1, 4140, 3465, 0, 500, 7, true, 0], + 34783: ['Blueprint_233', 10, -1, 4185, 3465, 0, 500, 7, true, 0], + 34784: ['Mark of the Interregnum', 10, -1, 4230, 3465, 0, 50, 2, true, 0], + 34786: ['Black Coin x1', 10, -1, 4275, 3465, 0, 0, 2, true, 1], + 34787: ['Black Coin x2', 10, -1, 4320, 3465, 0, 0, 2, true, 2], + 34788: ['Black Coin x3', 10, -1, 4365, 3465, 0, 0, 2, true, 3], + 34789: ['Black Coin x4', 10, -1, 4410, 3465, 0, 0, 2, true, 4], + 34790: ['Black Coin x5', 10, -1, 4455, 3465, 0, 0, 2, true, 5], + 34791: ['Black Coin x6', 10, -1, 0, 3510, 0, 0, 2, true, 6], + 34792: ['Black Coin x7', 10, -1, 45, 3510, 0, 0, 2, true, 7], + 34793: ['Black Coin x8', 10, -1, 90, 3510, 0, 0, 2, true, 8], + 34794: ['Black Coin x9', 10, -1, 135, 3510, 0, 0, 2, true, 9], + 34795: ['Black Coin x10', 10, -1, 180, 3510, 0, 0, 2, true, 10], + 34801: ['MOTMG Title Unlocker', 10, -1, 225, 3510, 0, 5, 0, false, 0], + 34804: ['Sturdy Beer Barrel Pet Stone', 10, -1, 270, 3510, 0, 1000, 7, true, 0], + 34807: ['Wolpertinger Pet Stone', 10, -1, 315, 3510, 0, 1000, 7, true, 0], + 34810: ['Happy Dog Pet Stone', 10, -1, 360, 3510, 0, 1000, 7, true, 0], + 35023: ['Pirate Hat x1', 10, -1, 405, 3510, 0, 0, 2, true, 1], + 35024: ['Pirate Hat x2', 10, -1, 450, 3510, 0, 0, 2, true, 2], + 35025: ['Pirate Hat x3', 10, -1, 495, 3510, 0, 0, 2, true, 3], + 35026: ['Pirate Hat x4', 10, -1, 540, 3510, 0, 0, 2, true, 4], + 35027: ['Pirate Hat x5', 10, -1, 585, 3510, 0, 0, 2, true, 5], + 35028: ['Pirate Hat x6', 10, -1, 630, 3510, 0, 0, 2, true, 6], + 35029: ['Pirate Hat x7', 10, -1, 675, 3510, 0, 0, 2, true, 7], + 35030: ['Pirate Hat x8', 10, -1, 720, 3510, 0, 0, 2, true, 8], + 35031: ['Pirate Hat x9', 10, -1, 765, 3510, 0, 0, 2, true, 9], + 35032: ['Pirate Hat x10', 10, -1, 810, 3510, 0, 0, 2, true, 10], + 35034: ['Golden Tooth x1', 10, -1, 855, 3510, 0, 0, 2, true, 1], + 35035: ['Golden Tooth x2', 10, -1, 900, 3510, 0, 0, 2, true, 2], + 35036: ['Golden Tooth x3', 10, -1, 945, 3510, 0, 0, 2, true, 3], + 35037: ['Golden Tooth x4', 10, -1, 990, 3510, 0, 0, 2, true, 4], + 35038: ['Golden Tooth x5', 10, -1, 1035, 3510, 0, 0, 2, true, 5], + 35039: ['Golden Tooth x6', 10, -1, 1080, 3510, 0, 0, 2, true, 6], + 35040: ['Golden Tooth x7', 10, -1, 1125, 3510, 0, 0, 2, true, 7], + 35041: ['Golden Tooth x8', 10, -1, 1170, 3510, 0, 0, 2, true, 8], + 35042: ['Golden Tooth x9', 10, -1, 1215, 3510, 0, 0, 2, true, 9], + 35043: ['Golden Tooth x10', 10, -1, 1260, 3510, 0, 0, 2, true, 10], + 35045: ['Black Petunia x1', 10, -1, 1305, 3510, 0, 0, 2, true, 1], + 35046: ['Black Petunia x2', 10, -1, 1350, 3510, 0, 0, 2, true, 2], + 35047: ['Black Petunia x3', 10, -1, 1395, 3510, 0, 0, 2, true, 3], + 35048: ['Black Petunia x4', 10, -1, 1440, 3510, 0, 0, 2, true, 4], + 35049: ['Black Petunia x5', 10, -1, 1485, 3510, 0, 0, 2, true, 5], + 35050: ['Black Petunia x6', 10, -1, 1530, 3510, 0, 0, 2, true, 6], + 35051: ['Black Petunia x7', 10, -1, 1575, 3510, 0, 0, 2, true, 7], + 35052: ['Black Petunia x8', 10, -1, 1620, 3510, 0, 0, 2, true, 8], + 35053: ['Black Petunia x9', 10, -1, 1665, 3510, 0, 0, 2, true, 9], + 35054: ['Black Petunia x10', 10, -1, 1710, 3510, 0, 0, 2, true, 10], + 35056: ['Raven Feather x1', 10, -1, 1755, 3510, 0, 0, 2, true, 1], + 35057: ['Raven Feather x2', 10, -1, 1800, 3510, 0, 0, 2, true, 2], + 35058: ['Raven Feather x3', 10, -1, 1845, 3510, 0, 0, 2, true, 3], + 35059: ['Raven Feather x4', 10, -1, 1890, 3510, 0, 0, 2, true, 4], + 35060: ['Raven Feather x5', 10, -1, 1935, 3510, 0, 0, 2, true, 5], + 35061: ['Raven Feather x6', 10, -1, 1980, 3510, 0, 0, 2, true, 6], + 35062: ['Raven Feather x7', 10, -1, 2025, 3510, 0, 0, 2, true, 7], + 35063: ['Raven Feather x8', 10, -1, 2070, 3510, 0, 0, 2, true, 8], + 35064: ['Raven Feather x9', 10, -1, 2115, 3510, 0, 0, 2, true, 9], + 35065: ['Raven Feather x10', 10, -1, 2160, 3510, 0, 0, 2, true, 10], + 35067: ['Festive Cog x1', 10, -1, 2205, 3510, 0, 0, 2, true, 1], + 35068: ['Festive Cog x2', 10, -1, 2250, 3510, 0, 0, 2, true, 2], + 35069: ['Festive Cog x3', 10, -1, 2295, 3510, 0, 0, 2, true, 3], + 35070: ['Festive Cog x4', 10, -1, 2340, 3510, 0, 0, 2, true, 4], + 35071: ['Festive Cog x5', 10, -1, 2385, 3510, 0, 0, 2, true, 5], + 35072: ['Festive Cog x6', 10, -1, 2430, 3510, 0, 0, 2, true, 6], + 35073: ['Festive Cog x7', 10, -1, 2475, 3510, 0, 0, 2, true, 7], + 35074: ['Festive Cog x8', 10, -1, 2520, 3510, 0, 0, 2, true, 8], + 35075: ['Festive Cog x9', 10, -1, 2565, 3510, 0, 0, 2, true, 9], + 35076: ['Festive Cog x10', 10, -1, 2610, 3510, 0, 0, 2, true, 10], + 35079: ['Kelpie Pet Stone', 10, -1, 2655, 3510, 0, 1000, 7, true, 0], + 35082: ['Hydra Pet Stone', 10, -1, 2700, 3510, 0, 1000, 7, true, 0], + 35085: ['Ancient Gryphon Pet Stone', 10, -1, 2745, 3510, 0, 1000, 7, true, 0], + 35088: ['Ancient Chimera Pet Stone', 10, -1, 2790, 3510, 0, 1000, 7, true, 0], + 35091: ['Ancient Pegasus Pet Stone', 10, -1, 2835, 3510, 0, 1000, 7, true, 0], + 35094: ['Gingerbread Golem Pet Stone', 10, -1, 2880, 3510, 0, 1000, 7, true, 0], + 35097: ['Fluffy Snowy Owl Pet Stone', 10, -1, 2925, 3510, 0, 1000, 7, true, 0], + 35100: ['Little Helper Bot Pet Stone', 10, -1, 2970, 3510, 0, 1000, 7, true, 0], + 35103: ['Oryxmas Tree Pet Stone', 10, -1, 3015, 3510, 0, 1000, 7, true, 0], + 35106: ['Strange Bunny Pet Stone', 10, -1, 3060, 3510, 0, 1000, 7, true, 0], + 35109: ['Quasar Pup Pet Stone', 10, -1, 3105, 3510, 0, 1000, 7, true, 0], + 35112: ['Caged Prisoner Pet Stone', 10, -1, 3150, 3510, 0, 1000, 7, true, 0], + 35115: ['Zodiac Dragon Pet Stone', 10, -1, 3195, 3510, 0, 1000, 7, true, 0], + 35118: ['Baby Blue Dragon Pet Stone', 10, -1, 3240, 3510, 0, 1000, 7, true, 0], + 35121: ['Harpist Demon Pet Stone', 10, -1, 3285, 3510, 0, 1000, 7, true, 0], + 35124: ['Chaos Dragon Pet Stone', 10, -1, 3330, 3510, 0, 1000, 7, true, 0], + 35127: ['Mini Pyyr Pet Stone', 10, -1, 3375, 3510, 0, 1000, 7, true, 0], + 35130: ['Penguin Cupid Pet Stone', 10, -1, 3420, 3510, 0, 1000, 7, true, 0], + 35235: ['Glazed Apple', 10, -1, 3465, 3510, 0, 5000, 7, true, 0], + 35236: ['Christmas Turkey Leg', 10, -1, 3510, 3510, 0, 2500, 7, true, 0], + 35237: ['Christmas Tree Cupcake', 10, -1, 3555, 3510, 0, 1700, 7, true, 0], + 35238: ['Gingerbread House', 10, -1, 3600, 3510, 0, 800, 7, true, 0], + 35239: ['Glowing Green Goo', 10, -1, 3645, 3510, 0, 5500, 7, true, 0], + 35240: ['Oryx Cookie', 10, -1, 3690, 3510, 0, 1400, 7, true, 0], + 35241: ['Chaos Cake', 10, -1, 3735, 3510, 0, 1000, 7, true, 0], + 35242: ['Solar Energy Drink', 10, -1, 3780, 3510, 0, 20000, 7, true, 0], + 35253: ['Herbal Tincture', 10, -1, 3825, 3510, 0, 50, 2, false, 0], + 37455: ['InterregnumLore_1', 10, -1, 3870, 3510, 0, 5, 2, false, 0], + 37456: ['InterregnumLore_2', 10, -1, 3915, 3510, 0, 5, 2, false, 0], + 37457: ['InterregnumLore_3', 10, -1, 3960, 3510, 0, 5, 2, false, 0], + 37458: ['InterregnumLore_4', 10, -1, 4005, 3510, 0, 5, 2, false, 0], + 37459: ['InterregnumLore_5', 10, -1, 4050, 3510, 0, 5, 2, false, 0], + 37460: ['InterregnumLore_6', 10, -1, 4095, 3510, 0, 5, 2, false, 0], + 37461: ['InterregnumLore_7', 10, -1, 4140, 3510, 0, 5, 2, false, 0], + 37462: ['InterregnumLore_8', 10, -1, 4185, 3510, 0, 5, 2, false, 0], + 37463: ['InterregnumLore_9', 10, -1, 4230, 3510, 0, 5, 2, false, 0], + 37464: ['InterregnumLore_10', 10, -1, 4275, 3510, 0, 5, 2, false, 0], + 37465: ['InterregnumLore_11', 10, -1, 4320, 3510, 0, 5, 2, false, 0], + 37466: ["Wanderer's Cape", 14, -1, 4365, 3510, 7, 435, 4, false, 0], + 37467: ['Cuirass of the Black Blade', 7, -1, 4410, 3510, 7, 435, 4, false, 0], + 37468: ["Pirate Queen's Brigandine", 6, -1, 4455, 3510, 7, 231, 4, false, 0], + 37469: ['Emblem of the Empire', 9, -1, 0, 3555, 7, 500, 9, false, 0], + 37470: ['Amulet of the Great Shaman', 9, -1, 45, 3555, 7, 500, 9, false, 0], + 37471: ['Arabian Nights Castle Gravestone Unlocker 1', 10, -1, 90, 3555, 0, 1000, 7, true, 0], + 37472: ['Arabian Nights Castle Gravestone Unlocker 2', 10, -1, 135, 3555, 0, 1000, 7, true, 0], + 37473: ['Arabian Nights Castle Gravestone Unlocker 3', 10, -1, 180, 3555, 0, 1000, 7, true, 0], + 37474: ['Arabian Nights Castle Gravestone Unlocker 4', 10, -1, 225, 3555, 0, 1000, 7, true, 0], + 37475: ['Arabian Nights Castle Gravestone Unlocker 5', 10, -1, 270, 3555, 0, 1000, 7, true, 0], + 37476: ['Arabian Nights Castle Gravestone Unlocker 6', 10, -1, 315, 3555, 0, 1000, 7, true, 0], + 37477: ['Arabian Nights Castle Gravestone Unlocker 7', 10, -1, 360, 3555, 0, 1000, 7, true, 0], + 37478: ['Arabian Nights Castle Gravestone Unlocker 8', 10, -1, 405, 3555, 0, 1000, 7, true, 0], + 37479: ['Arabian Nights Castle Gravestone Unlocker 9', 10, -1, 450, 3555, 0, 1000, 7, true, 0], + 37480: ['Arabian Nights Castle Gravestone Unlocker 10', 10, -1, 495, 3555, 0, 1000, 7, true, 0], + 37481: ['Arabian Nights Castle Gravestone Unlocker 11', 10, -1, 540, 3555, 0, 1000, 7, true, 0], + 37482: ['Frozen in Time Gravestone Unlocker 1', 10, -1, 585, 3555, 0, 1000, 7, true, 0], + 37483: ['Frozen in Time Gravestone Unlocker 2', 10, -1, 630, 3555, 0, 1000, 7, true, 0], + 37484: ['Frozen in Time Gravestone Unlocker 3', 10, -1, 675, 3555, 0, 1000, 7, true, 0], + 37485: ['Frozen in Time Gravestone Unlocker 4', 10, -1, 720, 3555, 0, 1000, 7, true, 0], + 37486: ['Frozen in Time Gravestone Unlocker 5', 10, -1, 765, 3555, 0, 1000, 7, true, 0], + 37487: ['Frozen in Time Gravestone Unlocker 6', 10, -1, 810, 3555, 0, 1000, 7, true, 0], + 37488: ['Frozen in Time Gravestone Unlocker 7', 10, -1, 855, 3555, 0, 1000, 7, true, 0], + 37489: ['Frozen in Time Gravestone Unlocker 8', 10, -1, 900, 3555, 0, 1000, 7, true, 0], + 37490: ['Frozen in Time Gravestone Unlocker 9', 10, -1, 945, 3555, 0, 1000, 7, true, 0], + 37491: ['Frozen in Time Gravestone Unlocker 10', 10, -1, 990, 3555, 0, 1000, 7, true, 0], + 37492: ['Frozen in Time Gravestone Unlocker 11', 10, -1, 1035, 3555, 0, 1000, 7, true, 0], + 37493: ['Beckoned by the Abyss Gravestone Unlocker 1', 10, -1, 1080, 3555, 0, 1000, 7, true, 0], + 37494: ['Beckoned by the Abyss Gravestone Unlocker 2', 10, -1, 1125, 3555, 0, 1000, 7, true, 0], + 37495: ['Beckoned by the Abyss Gravestone Unlocker 3', 10, -1, 1170, 3555, 0, 1000, 7, true, 0], + 37496: ['Beckoned by the Abyss Gravestone Unlocker 4', 10, -1, 1215, 3555, 0, 1000, 7, true, 0], + 37497: ['Beckoned by the Abyss Gravestone Unlocker 5', 10, -1, 1260, 3555, 0, 1000, 7, true, 0], + 37498: ['Beckoned by the Abyss Gravestone Unlocker 6', 10, -1, 1305, 3555, 0, 1000, 7, true, 0], + 37499: ['Beckoned by the Abyss Gravestone Unlocker 7', 10, -1, 1350, 3555, 0, 1000, 7, true, 0], + 37500: ['Beckoned by the Abyss Gravestone Unlocker 8', 10, -1, 1395, 3555, 0, 1000, 7, true, 0], + 37501: ['Beckoned by the Abyss Gravestone Unlocker 9', 10, -1, 1440, 3555, 0, 1000, 7, true, 0], + 37502: ['Beckoned by the Abyss Gravestone Unlocker 10', 10, -1, 1485, 3555, 0, 1000, 7, true, 0], + 37503: ['Beckoned by the Abyss Gravestone Unlocker 11', 10, -1, 1530, 3555, 0, 1000, 7, true, 0], + 37504: ['Advanced Nest Gravestone Unlocker 1', 10, -1, 1575, 3555, 0, 1000, 7, true, 0], + 37505: ['Advanced Nest Gravestone Unlocker 2', 10, -1, 1620, 3555, 0, 1000, 7, true, 0], + 37506: ['Advanced Nest Gravestone Unlocker 3', 10, -1, 1665, 3555, 0, 1000, 7, true, 0], + 37507: ['Advanced Nest Gravestone Unlocker 4', 10, -1, 1710, 3555, 0, 1000, 7, true, 0], + 37508: ['Advanced Nest Gravestone Unlocker 5', 10, -1, 1755, 3555, 0, 1000, 7, true, 0], + 37509: ['Advanced Nest Gravestone Unlocker 6', 10, -1, 1800, 3555, 0, 1000, 7, true, 0], + 37510: ['Advanced Nest Gravestone Unlocker 7', 10, -1, 1845, 3555, 0, 1000, 7, true, 0], + 37511: ['Advanced Nest Gravestone Unlocker 8', 10, -1, 1890, 3555, 0, 1000, 7, true, 0], + 37512: ['Advanced Nest Gravestone Unlocker 9', 10, -1, 1935, 3555, 0, 1000, 7, true, 0], + 37513: ['Advanced Nest Gravestone Unlocker 10', 10, -1, 1980, 3555, 0, 1000, 7, true, 0], + 37514: ['Advanced Nest Gravestone Unlocker 11', 10, -1, 2025, 3555, 0, 1000, 7, true, 0], + 37515: ['Seasonal Jumpstart Gift', 10, -1, 2070, 3555, 0, 0, 2, true, 0], + 37516: ['S.H.I.N.Y. Q.U.I.V.E.R.', 15, -1, 2115, 3555, 7, 1000, 6, true, 0], + 37517: ['Shiny Kaiken', 30, -1, 2160, 3555, 7, 900, 6, true, 0], + 37518: ['Not Shiny Trap of the Vile Spirit', 20, -1, 2205, 3555, 8, 900, 6, true, 0], + 37519: ['Shiny Snake Skin Shield', 5, -1, 2250, 3555, 3, 150, 4, true, 0], + 37520: ["Shiny EH Queen's Stinger Dagger", 2, -1, 2295, 3555, 7, 1000, 6, true, 0], + 37521: ['Shiny Makakoyumi', 3, -1, 2340, 3555, 8, 1300, 6, true, 0], + 37527: ['Green Dust x1', 10, -1, 2385, 3555, 0, 0, 8, true, 1], + 37528: ['Green Dust x2', 10, -1, 2430, 3555, 0, 0, 8, true, 2], + 37529: ['Green Dust x3', 10, -1, 2475, 3555, 0, 0, 8, true, 3], + 37530: ['Green Dust x4', 10, -1, 2520, 3555, 0, 0, 8, true, 4], + 37531: ['Green Dust x5', 10, -1, 2565, 3555, 0, 0, 8, true, 5], + 37532: ['Green Dust x6', 10, -1, 2610, 3555, 0, 0, 8, true, 6], + 37533: ['Green Dust x7', 10, -1, 2655, 3555, 0, 0, 8, true, 7], + 37534: ['Green Dust x8', 10, -1, 2700, 3555, 0, 0, 8, true, 8], + 37535: ['Green Dust x9', 10, -1, 2745, 3555, 0, 0, 8, true, 9], + 37536: ['Green Dust x10', 10, -1, 2790, 3555, 0, 0, 8, true, 10], + 37537: ['Green Dust x11', 10, -1, 2835, 3555, 0, 0, 8, true, 11], + 37538: ['Green Dust x12', 10, -1, 2880, 3555, 0, 0, 8, true, 12], + 37539: ['Green Dust x13', 10, -1, 2925, 3555, 0, 0, 8, true, 13], + 37540: ['Green Dust x14', 10, -1, 2970, 3555, 0, 0, 8, true, 14], + 37541: ['Green Dust x15', 10, -1, 3015, 3555, 0, 0, 8, true, 15], + 37542: ['Green Dust x16', 10, -1, 3060, 3555, 0, 0, 8, true, 16], + 37543: ['Green Dust x17', 10, -1, 3105, 3555, 0, 0, 8, true, 17], + 37544: ['Green Dust x18', 10, -1, 3150, 3555, 0, 0, 8, true, 18], + 37545: ['Green Dust x19', 10, -1, 3195, 3555, 0, 0, 8, true, 19], + 37546: ['Green Dust x20', 10, -1, 3240, 3555, 0, 0, 8, true, 20], + 37547: ['Green Dust x21', 10, -1, 3285, 3555, 0, 0, 8, true, 21], + 37548: ['Green Dust x22', 10, -1, 3330, 3555, 0, 0, 8, true, 22], + 37549: ['Green Dust x23', 10, -1, 3375, 3555, 0, 0, 8, true, 23], + 37550: ['Green Dust x24', 10, -1, 3420, 3555, 0, 0, 8, true, 24], + 37551: ['Green Dust x25', 10, -1, 3465, 3555, 0, 0, 8, true, 25], + 37552: ['Green Dust x26', 10, -1, 3510, 3555, 0, 0, 8, true, 26], + 37553: ['Green Dust x27', 10, -1, 3555, 3555, 0, 0, 8, true, 27], + 37554: ['Green Dust x28', 10, -1, 3600, 3555, 0, 0, 8, true, 28], + 37555: ['Green Dust x29', 10, -1, 3645, 3555, 0, 0, 8, true, 29], + 37556: ['Green Dust x30', 10, -1, 3690, 3555, 0, 0, 8, true, 30], + 37557: ['Green Dust x31', 10, -1, 3735, 3555, 0, 0, 8, true, 31], + 37558: ['Green Dust x32', 10, -1, 3780, 3555, 0, 0, 8, true, 32], + 37559: ['Green Dust x33', 10, -1, 3825, 3555, 0, 0, 8, true, 33], + 37560: ['Green Dust x34', 10, -1, 3870, 3555, 0, 0, 8, true, 34], + 37561: ['Green Dust x35', 10, -1, 3915, 3555, 0, 0, 8, true, 35], + 37562: ['Green Dust x36', 10, -1, 3960, 3555, 0, 0, 8, true, 36], + 37563: ['Green Dust x37', 10, -1, 4005, 3555, 0, 0, 8, true, 37], + 37564: ['Green Dust x38', 10, -1, 4050, 3555, 0, 0, 8, true, 38], + 37565: ['Green Dust x39', 10, -1, 4095, 3555, 0, 0, 8, true, 39], + 37566: ['Green Dust x40', 10, -1, 4140, 3555, 0, 0, 8, true, 40], + 37567: ['Green Dust x41', 10, -1, 4185, 3555, 0, 0, 8, true, 41], + 37568: ['Green Dust x42', 10, -1, 4230, 3555, 0, 0, 8, true, 42], + 37569: ['Green Dust x43', 10, -1, 4275, 3555, 0, 0, 8, true, 43], + 37570: ['Green Dust x44', 10, -1, 4320, 3555, 0, 0, 8, true, 44], + 37571: ['Green Dust x45', 10, -1, 4365, 3555, 0, 0, 8, true, 45], + 37572: ['Green Dust x46', 10, -1, 4410, 3555, 0, 0, 8, true, 46], + 37573: ['Green Dust x47', 10, -1, 4455, 3555, 0, 0, 8, true, 47], + 37574: ['Green Dust x48', 10, -1, 0, 3600, 0, 0, 8, true, 48], + 37575: ['Green Dust x49', 10, -1, 45, 3600, 0, 0, 8, true, 49], + 37576: ['Green Dust x50', 10, -1, 90, 3600, 0, 0, 8, true, 50], + 37577: ['Green Dust x51', 10, -1, 135, 3600, 0, 0, 8, true, 51], + 37578: ['Green Dust x52', 10, -1, 180, 3600, 0, 0, 8, true, 52], + 37579: ['Green Dust x53', 10, -1, 225, 3600, 0, 0, 8, true, 53], + 37580: ['Green Dust x54', 10, -1, 270, 3600, 0, 0, 8, true, 54], + 37581: ['Green Dust x55', 10, -1, 315, 3600, 0, 0, 8, true, 55], + 37582: ['Green Dust x56', 10, -1, 360, 3600, 0, 0, 8, true, 56], + 37583: ['Green Dust x57', 10, -1, 405, 3600, 0, 0, 8, true, 57], + 37584: ['Green Dust x58', 10, -1, 450, 3600, 0, 0, 8, true, 58], + 37585: ['Green Dust x59', 10, -1, 495, 3600, 0, 0, 8, true, 59], + 37586: ['Green Dust x60', 10, -1, 540, 3600, 0, 0, 8, true, 60], + 37587: ['Green Dust x61', 10, -1, 585, 3600, 0, 0, 8, true, 61], + 37588: ['Green Dust x62', 10, -1, 630, 3600, 0, 0, 8, true, 62], + 37589: ['Green Dust x63', 10, -1, 675, 3600, 0, 0, 8, true, 63], + 37590: ['Green Dust x64', 10, -1, 720, 3600, 0, 0, 8, true, 64], + 37591: ['Green Dust x65', 10, -1, 765, 3600, 0, 0, 8, true, 65], + 37592: ['Green Dust x66', 10, -1, 810, 3600, 0, 0, 8, true, 66], + 37593: ['Green Dust x67', 10, -1, 855, 3600, 0, 0, 8, true, 67], + 37594: ['Green Dust x68', 10, -1, 900, 3600, 0, 0, 8, true, 68], + 37595: ['Green Dust x69', 10, -1, 945, 3600, 0, 0, 8, true, 69], + 37596: ['Green Dust x70', 10, -1, 990, 3600, 0, 0, 8, true, 70], + 37597: ['Green Dust x71', 10, -1, 1035, 3600, 0, 0, 8, true, 71], + 37598: ['Green Dust x72', 10, -1, 1080, 3600, 0, 0, 8, true, 72], + 37599: ['Green Dust x73', 10, -1, 1125, 3600, 0, 0, 8, true, 73], + 37600: ['Green Dust x74', 10, -1, 1170, 3600, 0, 0, 8, true, 74], + 37601: ['Green Dust x75', 10, -1, 1215, 3600, 0, 0, 8, true, 75], + 37602: ['Green Dust x76', 10, -1, 1260, 3600, 0, 0, 8, true, 76], + 37603: ['Green Dust x77', 10, -1, 1305, 3600, 0, 0, 8, true, 77], + 37604: ['Green Dust x78', 10, -1, 1350, 3600, 0, 0, 8, true, 78], + 37605: ['Green Dust x79', 10, -1, 1395, 3600, 0, 0, 8, true, 79], + 37606: ['Green Dust x80', 10, -1, 1440, 3600, 0, 0, 8, true, 80], + 37607: ['Green Dust x81', 10, -1, 1485, 3600, 0, 0, 8, true, 81], + 37608: ['Green Dust x82', 10, -1, 1530, 3600, 0, 0, 8, true, 82], + 37609: ['Green Dust x83', 10, -1, 1575, 3600, 0, 0, 8, true, 83], + 37610: ['Green Dust x84', 10, -1, 1620, 3600, 0, 0, 8, true, 84], + 37611: ['Green Dust x85', 10, -1, 1665, 3600, 0, 0, 8, true, 85], + 37612: ['Green Dust x86', 10, -1, 1710, 3600, 0, 0, 8, true, 86], + 37613: ['Green Dust x87', 10, -1, 1755, 3600, 0, 0, 8, true, 87], + 37614: ['Green Dust x88', 10, -1, 1800, 3600, 0, 0, 8, true, 88], + 37615: ['Green Dust x89', 10, -1, 1845, 3600, 0, 0, 8, true, 89], + 37616: ['Green Dust x90', 10, -1, 1890, 3600, 0, 0, 8, true, 90], + 37617: ['Green Dust x91', 10, -1, 1935, 3600, 0, 0, 8, true, 91], + 37618: ['Green Dust x92', 10, -1, 1980, 3600, 0, 0, 8, true, 92], + 37619: ['Green Dust x93', 10, -1, 2025, 3600, 0, 0, 8, true, 93], + 37620: ['Green Dust x94', 10, -1, 2070, 3600, 0, 0, 8, true, 94], + 37621: ['Green Dust x95', 10, -1, 2115, 3600, 0, 0, 8, true, 95], + 37622: ['Green Dust x96', 10, -1, 2160, 3600, 0, 0, 8, true, 96], + 37623: ['Green Dust x97', 10, -1, 2205, 3600, 0, 0, 8, true, 97], + 37624: ['Green Dust x98', 10, -1, 2250, 3600, 0, 0, 8, true, 98], + 37625: ['Green Dust x99', 10, -1, 2295, 3600, 0, 0, 8, true, 99], + 37626: ['Green Dust x100', 10, -1, 2340, 3600, 0, 0, 8, true, 100], + 37627: ['Crypt Keeper Gravestone Unlocker 1', 10, -1, 2385, 3600, 0, 1000, 7, true, 0], + 37628: ['Crypt Keeper Gravestone Unlocker 2', 10, -1, 2430, 3600, 0, 1000, 7, true, 0], + 37629: ['Crypt Keeper Gravestone Unlocker 3', 10, -1, 2475, 3600, 0, 1000, 7, true, 0], + 37630: ['Crypt Keeper Gravestone Unlocker 4', 10, -1, 2520, 3600, 0, 1000, 7, true, 0], + 37631: ['Crypt Keeper Gravestone Unlocker 5', 10, -1, 2565, 3600, 0, 1000, 7, true, 0], + 37632: ['Crypt Keeper Gravestone Unlocker 6', 10, -1, 2610, 3600, 0, 1000, 7, true, 0], + 37633: ['Crypt Keeper Gravestone Unlocker 7', 10, -1, 2655, 3600, 0, 1000, 7, true, 0], + 37634: ['Crypt Keeper Gravestone Unlocker 8', 10, -1, 2700, 3600, 0, 1000, 7, true, 0], + 37635: ['Crypt Keeper Gravestone Unlocker 9', 10, -1, 2745, 3600, 0, 1000, 7, true, 0], + 37636: ['Crypt Keeper Gravestone Unlocker 10', 10, -1, 2790, 3600, 0, 1000, 7, true, 0], + 37637: ['Crypt Keeper Gravestone Unlocker 11', 10, -1, 2835, 3600, 0, 1000, 7, true, 0], + 37638: ['Floral Demise Gravestone Unlocker 1', 10, -1, 2880, 3600, 0, 1000, 7, true, 0], + 37639: ['Floral Demise Gravestone Unlocker 2', 10, -1, 2925, 3600, 0, 1000, 7, true, 0], + 37640: ['Floral Demise Gravestone Unlocker 3', 10, -1, 2970, 3600, 0, 1000, 7, true, 0], + 37641: ['Floral Demise Gravestone Unlocker 4', 10, -1, 3015, 3600, 0, 1000, 7, true, 0], + 37642: ['Floral Demise Gravestone Unlocker 5', 10, -1, 3060, 3600, 0, 1000, 7, true, 0], + 37643: ['Floral Demise Gravestone Unlocker 6', 10, -1, 3105, 3600, 0, 1000, 7, true, 0], + 37644: ['Floral Demise Gravestone Unlocker 7', 10, -1, 3150, 3600, 0, 1000, 7, true, 0], + 37645: ['Floral Demise Gravestone Unlocker 8', 10, -1, 3195, 3600, 0, 1000, 7, true, 0], + 37646: ['Floral Demise Gravestone Unlocker 9', 10, -1, 3240, 3600, 0, 1000, 7, true, 0], + 37647: ['Floral Demise Gravestone Unlocker 10', 10, -1, 3285, 3600, 0, 1000, 7, true, 0], + 37648: ['Floral Demise Gravestone Unlocker 11', 10, -1, 3330, 3600, 0, 1000, 7, true, 0], + 37649: ['Academic Ascension Gravestone Unlocker 1', 10, -1, 3375, 3600, 0, 1000, 7, true, 0], + 37650: ['Academic Ascension Gravestone Unlocker 2', 10, -1, 3420, 3600, 0, 1000, 7, true, 0], + 37651: ['Academic Ascension Gravestone Unlocker 3', 10, -1, 3465, 3600, 0, 1000, 7, true, 0], + 37652: ['Academic Ascension Gravestone Unlocker 4', 10, -1, 3510, 3600, 0, 1000, 7, true, 0], + 37653: ['Academic Ascension Gravestone Unlocker 5', 10, -1, 3555, 3600, 0, 1000, 7, true, 0], + 37654: ['Academic Ascension Gravestone Unlocker 6', 10, -1, 3600, 3600, 0, 1000, 7, true, 0], + 37655: ['Academic Ascension Gravestone Unlocker 7', 10, -1, 3645, 3600, 0, 1000, 7, true, 0], + 37656: ['Academic Ascension Gravestone Unlocker 8', 10, -1, 3690, 3600, 0, 1000, 7, true, 0], + 37657: ['Academic Ascension Gravestone Unlocker 9', 10, -1, 3735, 3600, 0, 1000, 7, true, 0], + 37664: ['Academic Ascension Gravestone Unlocker 10', 10, -1, 3780, 3600, 0, 1000, 7, true, 0], + 37665: ['Academic Ascension Gravestone Unlocker 11', 10, -1, 3825, 3600, 0, 1000, 7, true, 0], + 37675: ['Shiny Trap of the Vile Spirit', 20, -1, 3870, 3600, 8, 900, 6, true, 0], + 37677: ['K.I.D.D. Force 2.0', 17, -1, 3915, 3600, 4, 20, 6, false, 0], + 37678: ['FFabulous FFlail', 1, -1, 3960, 3600, 4, 1313, 6, false, 0], + 37679: ['Groovy Mango', 2, -1, 4005, 3600, 4, 833, 6, false, 0], + 37680: ['Baked Bow', 3, -1, 4050, 3600, 4, 777, 6, false, 0], + 37681: ['Caduceus Of Enlightened Chaos', 8, -1, 4095, 3600, 4, 35, 6, false, 0], + 37682: ['Blade of Blooming', 24, -1, 4140, 3600, 4, 202, 6, false, 0], + 37689: ['Fooled Prism', 22, -1, 4185, 3600, 4, 500, 6, false, 0], + 37691: ['Eggshell Carapace', 6, -1, 4230, 3600, 6, 435, 4, true, 0], + 37692: ['Carrotroot Vestments', 14, -1, 4275, 3600, 6, 435, 4, true, 0], + 37693: ['Fudgeclad Armor', 7, -1, 4320, 3600, 6, 435, 4, true, 0], + 37901: ['Roc Leather Armor (SB)', 6, 9, 4365, 3600, 3, 116, 4, true, 0], + 37902: ['Hippogriff Hide Armor (SB)', 6, 10, 4410, 3600, 4, 164, 4, true, 0], + 37903: ['Griffon Hide Armor (SB)', 6, 11, 4455, 3600, 5, 231, 4, true, 0], + 37904: ['Hydra Skin Armor (SB)', 6, 12, 0, 3645, 6, 435, 4, true, 0], + 37905: ['Wyrmhide Armor (SB)', 6, 13, 45, 3645, 7, 650, 9, true, 0], + 37906: ['Robe of the Shadow Magus (SB)', 14, 9, 90, 3645, 3, 116, 4, true, 0], + 37907: ['Robe of the Moon Wizard (SB)', 14, 10, 135, 3645, 4, 164, 4, true, 0], + 37908: ['Robe of the Elder Warlock (SB)', 14, 11, 180, 3645, 5, 231, 4, true, 0], + 37909: ['Robe of the Grand Sorcerer (SB)', 14, 12, 225, 3645, 6, 435, 4, true, 0], + 37910: ['Robe of the Star Mother (SB)', 14, 13, 270, 3645, 7, 650, 9, true, 0], + 37911: ['Desolation Armor (SB)', 7, 9, 315, 3645, 3, 116, 4, true, 0], + 37912: ['Vengeance Armor (SB)', 7, 10, 360, 3645, 4, 164, 4, true, 0], + 37913: ['Abyssal Armor (SB)', 7, 11, 405, 3645, 5, 231, 4, true, 0], + 37914: ['Acropolis Armor (SB)', 7, 12, 450, 3645, 6, 435, 4, true, 0], + 37915: ['Dominion Armor (SB)', 7, 13, 495, 3645, 7, 650, 9, true, 0], + 37916: ['Ragetalon Dagger (SB)', 2, 9, 540, 3645, 3, 109, 2, true, 0], + 37917: ['Agateclaw Dagger (SB)', 2, 11, 585, 3645, 5, 233, 4, true, 0], + 37918: ['Emeraldshard Dagger (SB)', 2, 10, 630, 3645, 4, 159, 4, true, 0], + 37919: ['Dagger of Foul Malevolence (SB)', 2, 12, 675, 3645, 6, 450, 4, true, 0], + 37920: ['Dagger of Sinister Deeds (SB)', 2, 13, 720, 3645, 7, 650, 9, true, 0], + 37921: ['Verdant Bow (SB)', 3, 9, 765, 3645, 3, 109, 2, true, 0], + 37922: ['Bow of Fey Magic (SB)', 3, 10, 810, 3645, 4, 159, 4, true, 0], + 37923: ['Bow of Innocent Blood (SB)', 3, 11, 855, 3645, 5, 233, 4, true, 0], + 37924: ['Bow of Covert Havens (SB)', 3, 12, 900, 3645, 6, 450, 4, true, 0], + 37925: ['Bow of Mystical Energy (SB)', 3, 13, 945, 3645, 7, 650, 9, true, 0], + 37926: ['Staff of Necrotic Arcana (SB)', 17, 9, 990, 3645, 3, 109, 2, true, 0], + 37927: ['Staff of Diabolic Secrets (SB)', 17, 10, 1035, 3645, 4, 159, 4, true, 0], + 37928: ['Staff of Astral Knowledge (SB)', 17, 11, 1080, 3645, 5, 233, 4, true, 0], + 37929: ['Staff of the Cosmic Whole (SB)', 17, 12, 1125, 3645, 6, 450, 4, true, 0], + 37930: ['Staff of the Vital Unity (SB)', 17, 13, 1170, 3645, 7, 650, 9, true, 0], + 37931: ['Wand of Deep Sorcery (SB)', 8, 9, 1215, 3645, 3, 109, 2, true, 0], + 37932: ['Wand of Shadow (SB)', 8, 10, 1260, 3645, 4, 159, 4, true, 0], + 37933: ['Wand of Ancient Warning (SB)', 8, 11, 1305, 3645, 5, 233, 4, true, 0], + 37934: ['Wand of Recompense (SB)', 8, 12, 1350, 3645, 6, 450, 4, true, 0], + 37935: ['Wand of Evocation (SB)', 8, 13, 1395, 3645, 7, 650, 9, true, 0], + 37936: ['Dragonsoul Sword (SB)', 1, 9, 1440, 3645, 3, 109, 2, true, 0], + 37937: ['Archon Sword (SB)', 1, 10, 1485, 3645, 4, 159, 4, true, 0], + 37938: ['Skysplitter Sword (SB)', 1, 11, 1530, 3645, 5, 233, 4, true, 0], + 37939: ['Sword of Acclaim (SB)', 1, 12, 1575, 3645, 6, 450, 4, true, 0], + 37940: ['Sword of Splendor (SB)', 1, 13, 1620, 3645, 7, 650, 9, true, 0], + 37941: ['Jewel Eye Katana (SB)', 24, 9, 1665, 3645, 3, 109, 2, true, 0], + 37942: ['Ichimonji (SB)', 24, 10, 1710, 3645, 4, 159, 4, true, 0], + 37943: ['Muramasa (SB)', 24, 11, 1755, 3645, 5, 233, 4, true, 0], + 37944: ['Masamune (SB)', 24, 12, 1800, 3645, 6, 450, 4, true, 0], + 37945: ['Sadamune (SB)', 24, 13, 1845, 3645, 7, 650, 9, true, 0], + 37946: ['Cloak of the Night Thief (SB)', 13, 3, 1890, 3645, 1, 34, 2, true, 0], + 37947: ['Cloak of the Red Agent (SB)', 13, 4, 1935, 3645, 2, 68, 2, true, 0], + 37948: ['Cloak of Endless Twilight (SB)', 13, 5, 1980, 3645, 4, 139, 4, true, 0], + 37949: ['Cloak of Ghostly Concealment (SB)', 13, 6, 2025, 3645, 6, 380, 4, true, 0], + 37950: ['Elvencraft Quiver (SB)', 15, 3, 2070, 3645, 1, 34, 2, true, 0], + 37951: ['Magesteel Quiver (SB)', 15, 4, 2115, 3645, 2, 68, 2, true, 0], + 37952: ['Golden Quiver (SB)', 15, 5, 2160, 3645, 4, 139, 4, true, 0], + 37953: ['Quiver of Elvish Mastery (SB)', 15, 6, 2205, 3645, 6, 380, 4, true, 0], + 37954: ['Scorching Blast Spell (SB)', 11, 3, 2250, 3645, 1, 34, 2, true, 0], + 37955: ['Destruction Sphere Spell (SB)', 11, 4, 2295, 3645, 2, 68, 2, true, 0], + 37956: ['Magic Nova Spell (SB)', 11, 5, 2340, 3645, 4, 139, 4, true, 0], + 37957: ['Elemental Detonation Spell (SB)', 11, 6, 2385, 3645, 6, 380, 4, true, 0], + 37958: ['Tome of Rejuvenation (SB)', 4, 3, 2430, 3645, 1, 34, 2, true, 0], + 37959: ['Tome of Renewing (SB)', 4, 4, 2475, 3645, 2, 68, 2, true, 0], + 37960: ['Tome of Divine Favor (SB)', 4, 5, 2520, 3645, 4, 139, 4, true, 0], + 37961: ['Tome of Holy Guidance (SB)', 4, 6, 2565, 3645, 6, 380, 4, true, 0], + 37962: ['Red Iron Helm (SB)', 16, 3, 2610, 3645, 1, 34, 2, true, 0], + 37963: ['Steel Helm (SB)', 16, 4, 2655, 3645, 2, 68, 2, true, 0], + 37964: ['Golden Helm (SB)', 16, 5, 2700, 3645, 4, 139, 4, true, 0], + 37965: ['Helm of the Great General (SB)', 16, 6, 2745, 3645, 6, 380, 4, true, 0], + 37966: ['Reinforced Shield (SB)', 5, 3, 2790, 3645, 1, 34, 2, true, 0], + 37967: ['Golden Shield (SB)', 5, 4, 2835, 3645, 2, 68, 2, true, 0], + 37968: ['Mithril Shield (SB)', 5, 5, 2880, 3645, 4, 139, 4, true, 0], + 37969: ['Colossus Shield (SB)', 5, 6, 2925, 3645, 6, 380, 4, true, 0], + 37970: ['Seal of the Aspirant (SB)', 12, 3, 2970, 3645, 1, 34, 2, true, 0], + 37971: ['Seal of the Divine (SB)', 12, 4, 3015, 3645, 2, 68, 2, true, 0], + 37972: ['Seal of the Holy Warrior (SB)', 12, 5, 3060, 3645, 4, 139, 4, true, 0], + 37973: ['Seal of the Blessed Champion (SB)', 12, 6, 3105, 3645, 6, 380, 4, true, 0], + 37974: ['Stingray Poison (SB)', 18, 3, 3150, 3645, 1, 34, 2, true, 0], + 37975: ['Felwasp Toxin (SB)', 18, 4, 3195, 3645, 2, 68, 2, true, 0], + 37976: ['Nightwing Venom (SB)', 18, 5, 3240, 3645, 4, 139, 4, true, 0], + 37977: ['Baneserpent Poison (SB)', 18, 6, 3285, 3645, 6, 380, 4, true, 0], + 37978: ['Soul Siphon Skull (SB)', 19, 3, 3330, 3645, 1, 34, 2, true, 0], + 37979: ['Essence Tap Skull (SB)', 19, 4, 3375, 3645, 2, 68, 2, true, 0], + 37980: ['Lifedrinker Skull (SB)', 19, 5, 3420, 3645, 4, 139, 4, true, 0], + 37981: ['Bloodsucker Skull (SB)', 19, 6, 3465, 3645, 6, 380, 4, true, 0], + 37982: ['Savage Trap (SB)', 20, 3, 3510, 3645, 1, 34, 2, true, 0], + 37983: ['Demonhunter Trap (SB)', 20, 4, 3555, 3645, 2, 68, 2, true, 0], + 37984: ['Dragonstalker Trap (SB)', 20, 5, 3600, 3645, 4, 139, 4, true, 0], + 37985: ['Giantcatcher Trap (SB)', 20, 6, 3645, 3645, 6, 380, 4, true, 0], + 37986: ['Neutralization Orb (SB)', 21, 3, 3690, 3645, 1, 34, 2, true, 0], + 37987: ['Timelock Orb (SB)', 21, 4, 3735, 3645, 2, 68, 2, true, 0], + 37988: ['Banishment Orb (SB)', 21, 5, 3780, 3645, 4, 139, 4, true, 0], + 37989: ['Planefetter Orb (SB)', 21, 6, 3825, 3645, 6, 380, 4, true, 0], + 37990: ['Hallucination Prism (SB)', 22, 3, 3870, 3645, 1, 34, 2, true, 0], + 37991: ['Prism of Figments (SB)', 22, 4, 3915, 3645, 2, 68, 2, true, 0], + 37992: ['Prism of Phantoms (SB)', 22, 5, 3960, 3645, 4, 139, 4, true, 0], + 37993: ['Prism of Apparitions (SB)', 22, 6, 4005, 3645, 6, 380, 4, true, 0], + 37994: ['Arcblast Scepter (SB)', 23, 3, 4050, 3645, 1, 34, 2, true, 0], + 37995: ['Cloudflash Scepter (SB)', 23, 4, 4095, 3645, 2, 68, 2, true, 0], + 37996: ['Scepter of Skybolts (SB)', 23, 5, 4140, 3645, 4, 139, 4, true, 0], + 37997: ['Scepter of Storms (SB)', 23, 6, 4185, 3645, 6, 380, 4, true, 0], + 37998: ['Silver Star (SB)', 25, 3, 4230, 3645, 1, 34, 2, true, 0], + 37999: ['Wind Circle (SB)', 25, 4, 4275, 3645, 2, 68, 2, true, 0], + 38191: ['Interregnum Quest Chest Item', 10, -1, 4320, 3645, 0, 200, 8, true, 0], + 38193: ['Conspirator Title Unlocker', 10, -1, 4365, 3645, 0, 0, 7, true, 0], + 38194: ['Vindicator Title Unlocker', 10, -1, 4410, 3645, 0, 0, 7, true, 0], + 38195: ['Inaugural Champion Title Unlocker', 10, -1, 4455, 3645, 0, 0, 7, true, 0], + 38196: ['The Triumphant Title Unlocker', 10, -1, 0, 3690, 0, 0, 7, true, 0], + 38197: ['Collector Title Unlocker', 10, -1, 45, 3690, 0, 0, 7, true, 0], + 38198: ['Battler Title Unlocker', 10, -1, 90, 3690, 0, 0, 7, true, 0], + 38199: ['Infiltrator Title Unlocker', 10, -1, 135, 3690, 0, 0, 7, true, 0], + 38200: ['Syndicate Minion Title Unlocker', 10, -1, 180, 3690, 0, 0, 7, true, 0], + 38201: ['Saboteur Title Unlocker', 10, -1, 225, 3690, 0, 0, 7, true, 0], + 38202: ['Syndicate Mercenary Title Unlocker', 10, -1, 270, 3690, 0, 0, 7, true, 0], + 38203: ['Savior of Oryx Title Unlocker', 10, -1, 315, 3690, 0, 0, 7, true, 0], + 38204: ['Syndicate Slayer Title Unlocker', 10, -1, 360, 3690, 0, 0, 7, true, 0], + 38205: ['Wanderer Title Unlocker', 10, -1, 405, 3690, 0, 0, 7, true, 0], + 38206: ['Assassin Black Coin', 10, -1, 450, 3690, 0, 0, 8, true, 0], + 38207: ['Sorcerer Black Coin', 10, -1, 495, 3690, 0, 0, 8, true, 0], + 38208: ['Syndicate Infiltrator Title Unlocker', 10, -1, 540, 3690, 0, 0, 7, true, 0], + 38209: ['Master Of Disguise Title Unlocker', 10, -1, 585, 3690, 0, 0, 7, true, 0], + 38210: ['Buried Treasure', 10, -1, 630, 3690, 0, 0, 8, true, 0], + 38211: ['Slayer of Sentinels Title Unlocker', 10, -1, 675, 3690, 0, 0, 7, true, 0], + 38212: ['Archmage Assassin Title Unlocker', 10, -1, 720, 3690, 0, 0, 7, true, 0], + 38213: ['Forgotten Kingslayer Title Unlocker', 10, -1, 765, 3690, 0, 0, 7, true, 0], + 38214: ['Destroyer of Shatters Title Unlocker', 10, -1, 810, 3690, 0, 0, 7, true, 0], + 38215: ['Voodoo Queen Title Unlocker', 10, -1, 855, 3690, 0, 0, 7, true, 0], + 38216: ['Witch Doctor Title Unlocker', 10, -1, 900, 3690, 0, 0, 7, true, 0], + 38217: ['Sulfurous Speedster Title Unlocker', 10, -1, 945, 3690, 0, 0, 7, true, 0], + 38224: ['Slayer of Simulacrums Title Unlocker', 10, -1, 990, 3690, 0, 0, 7, true, 0], + 38225: ['Revolutionary Meccano Title Unlocker', 10, -1, 1035, 3690, 0, 0, 7, true, 0], + 38226: ['Archivist of Valves Title Unlocker', 10, -1, 1080, 3690, 0, 0, 7, true, 0], + 38227: ['Hero of the Exoskeleton Title Unlocker', 10, -1, 1125, 3690, 0, 0, 7, true, 0], + 38228: ['Wet Realmer Title Unlocker', 10, -1, 1170, 3690, 0, 0, 7, true, 0], + 38230: ['Factory Inspector Title Unlocker', 10, -1, 1215, 3690, 0, 0, 7, true, 0], + 38231: ['Voidwalker Title Unlocker', 10, -1, 1260, 3690, 0, 0, 7, true, 0], + 38232: ['Kingdom Conqueror Title Unlocker', 10, -1, 1305, 3690, 0, 0, 7, true, 0], + 38233: ['Tech Titan Title Unlocker', 10, -1, 1350, 3690, 0, 0, 7, true, 0], + 38234: ['Guardian of Nature Title Unlocker', 10, -1, 1395, 3690, 0, 0, 7, true, 0], + 38235: ['Leprechaun Hunter Title Unlocker', 10, -1, 1440, 3690, 0, 0, 7, true, 0], + 38236: ['Master of Secrets Title Unlocker', 10, -1, 1485, 3690, 0, 0, 7, true, 0], + 38237: ['Flower of the Sands Title Unlocker', 10, -1, 1530, 3690, 0, 0, 7, true, 0], + 38239: ['Frozen Sigil x1', 10, -1, 1575, 3690, 0, 0, 2, true, 1], + 38240: ['Frozen Sigil x2', 10, -1, 1620, 3690, 0, 0, 2, true, 2], + 38241: ['Frozen Sigil x3', 10, -1, 1665, 3690, 0, 0, 2, true, 3], + 38242: ['Frozen Sigil x4', 10, -1, 1710, 3690, 0, 0, 2, true, 4], + 38243: ['Frozen Sigil x5', 10, -1, 1755, 3690, 0, 0, 2, true, 5], + 38244: ['Frozen Sigil x6', 10, -1, 1800, 3690, 0, 0, 2, true, 6], + 38245: ['Frozen Sigil x7', 10, -1, 1845, 3690, 0, 0, 2, true, 7], + 38246: ['Frozen Sigil x8', 10, -1, 1890, 3690, 0, 0, 2, true, 8], + 38247: ['Frozen Sigil x9', 10, -1, 1935, 3690, 0, 0, 2, true, 9], + 38248: ['Frozen Sigil x10', 10, -1, 1980, 3690, 0, 0, 2, true, 10], + 38249: ['Frozen Sigil x11', 10, -1, 2025, 3690, 0, 0, 2, true, 11], + 38250: ['Frozen Sigil x12', 10, -1, 2070, 3690, 0, 0, 2, true, 12], + 38251: ['Frozen Sigil x13', 10, -1, 2115, 3690, 0, 0, 2, true, 13], + 38252: ['Frozen Sigil x14', 10, -1, 2160, 3690, 0, 0, 2, true, 14], + 38253: ['Frozen Sigil x15', 10, -1, 2205, 3690, 0, 0, 2, true, 15], + 38254: ['Frozen Sigil x16', 10, -1, 2250, 3690, 0, 0, 2, true, 16], + 38255: ['Frozen Sigil x17', 10, -1, 2295, 3690, 0, 0, 2, true, 17], + 38256: ['Frozen Sigil x18', 10, -1, 2340, 3690, 0, 0, 2, true, 18], + 38257: ['Frozen Sigil x19', 10, -1, 2385, 3690, 0, 0, 2, true, 19], + 38258: ['Frozen Sigil x20', 10, -1, 2430, 3690, 0, 0, 2, true, 20], + 38259: ['Frozen Cache', 10, -1, 2475, 3690, 0, 0, 8, true, 0], + 38260: ['Ice Star (SB)', 25, 5, 2520, 3690, 4, 139, 4, true, 0], + 38261: ['Doom Circle (SB)', 25, 6, 2565, 3690, 6, 380, 4, true, 0], + 38262: ['Enforced Wakizashi (SB)', 27, 3, 2610, 3690, 1, 34, 2, true, 0], + 38263: ['Turquoise Wakizashi (SB)', 27, 4, 2655, 3690, 2, 68, 2, true, 0], + 38264: ['Jade-Imbued Wakizashi (SB)', 27, 5, 2700, 3690, 4, 139, 4, true, 0], + 38265: ['Royal Wakizashi (SB)', 27, 6, 2745, 3690, 6, 380, 4, true, 0], + 38266: ['Silver Lute (SB)', 28, 3, 2790, 3690, 1, 34, 2, true, 0], + 38267: ['Battle Lute (SB)', 28, 4, 2835, 3690, 2, 68, 2, true, 0], + 38268: ['Regal Lute (SB)', 28, 5, 2880, 3690, 4, 139, 4, true, 0], + 38269: ['Skyward Lute (SB)', 28, 6, 2925, 3690, 6, 380, 4, true, 0], + 38270: ['Specialist Mace (SB)', 29, 3, 2970, 3690, 1, 34, 2, true, 0], + 38271: ['Adept Mace (SB)', 29, 4, 3015, 3690, 2, 68, 2, true, 0], + 38272: ['Monarch Mace (SB)', 29, 5, 3060, 3690, 4, 139, 4, true, 0], + 38273: ['Sovereign Mace (SB)', 29, 6, 3105, 3690, 6, 380, 4, true, 0], + 38274: ['Haze Sheath (SB)', 30, 3, 3150, 3690, 1, 34, 2, true, 0], + 38275: ['Ichor Sheath (SB)', 30, 4, 3195, 3690, 2, 68, 2, true, 0], + 38276: ['Serpentine Sheath (SB)', 30, 5, 3240, 3690, 4, 139, 4, true, 0], + 38277: ['Great Shinobi Sheath (SB)', 30, 6, 3285, 3690, 6, 380, 4, true, 0], + 38278: ['Ring of Superior Health (SB)', 9, 3, 3330, 3690, 1, 50, 2, true, 0], + 38279: ['Ring of Paramount Health (SB)', 9, 4, 3375, 3690, 2, 100, 2, true, 0], + 38280: ['Ring of Exalted Health (SB)', 9, 5, 3420, 3690, 4, 200, 4, true, 0], + 38281: ['Ring of Unbound Health (SB)', 9, 6, 3465, 3690, 6, 400, 4, true, 0], + 38292: ['Fractured Gemstone Wakizashi Shiny', 27, -1, 3510, 3690, 7, 1000, 6, true, 0], + 38293: ['Poison Fang Dagger Shiny', 2, -1, 3555, 3690, 0, 130, 4, true, 0], + 38294: ["Scholar's Seal Shiny", 12, -1, 3600, 3690, 7, 800, 6, true, 0], + 38295: ['The Forgotten Crown Shiny', 9, -1, 3645, 3690, 8, 1400, 6, true, 0], + 38296: ['Brambletooth Tachi Shiny', 24, -1, 3690, 3690, 7, 800, 6, true, 0], + 38297: ["Oryx's Escutcheon Shiny", 5, -1, 3735, 3690, 8, 1300, 6, true, 0], + 38298: ['Chaotic Scripture Shiny', 4, -1, 3780, 3690, 8, 1300, 6, true, 0], + 38299: ["Gambler's Fate Shiny", 22, -1, 3825, 3690, 8, 1300, 6, true, 0], + 38500: ['Genesis Spell Shiny', 11, -1, 3870, 3690, 8, 1300, 6, true, 0], + 38501: ['Ballistic Star Shiny', 25, -1, 3915, 3690, 8, 1300, 6, true, 0], + 38502: ['Orb of Sweet Demise Shiny', 21, -1, 3960, 3690, 4, 200, 4, true, 0], + 38511: ['StarTest Shiny', 15, -1, 4005, 3690, 0, 0, 0, true, 0], + 38515: ['Incubation Mace Shiny', 29, -1, 4050, 3690, 8, 1000, 6, true, 0], + 38943: ["Ferryman's Scythe", 17, -1, 4095, 3690, 5, 800, 6, true, 0], + 38944: ["Ferryman's Scythe 2", 17, -1, 4140, 3690, 5, 800, 6, true, 0], + 39338: ['Testiken', 25, -1, 4185, 3690, 4, 500, 6, false, 0], + 39339: ['Testiken ATT', 25, -1, 4230, 3690, 4, 500, 6, false, 0], + 39340: ['Testiken DEF', 25, -1, 4275, 3690, 4, 500, 6, false, 0], + 39341: ['Testiken DEX', 25, -1, 4320, 3690, 4, 500, 6, false, 0], + 39342: ['Testiken SPD', 25, -1, 4365, 3690, 4, 500, 6, false, 0], + 39343: ['Testiken VIT', 25, -1, 4410, 3690, 4, 500, 6, false, 0], + 39344: ['Testiken WIS', 25, -1, 4455, 3690, 4, 500, 6, false, 0], + 41172: ['Enchanted Easter Basket Pet Stone', 10, -1, 0, 3735, 0, 1000, 7, true, 0], + 41175: ['Penguin Bunny Pet Stone', 10, -1, 45, 3735, 0, 1000, 7, true, 0], + 41178: ['Easter Summoner ST Chest', 10, -1, 90, 3735, 0, 0, 8, true, 0], + 41179: ['Easter Archer ST Chest', 10, -1, 135, 3735, 0, 0, 8, true, 0], + 41180: ['Easter Paladin ST Chest', 10, -1, 180, 3735, 0, 0, 8, true, 0], + 41181: ['Easter ST Chest', 10, -1, 225, 3735, 0, 0, 8, true, 0], + 41182: ['Easter Mystery ST Chest', 10, -1, 270, 3735, 0, 0, 8, true, 0], + 41183: ['Easter Egg Kensei Skin', 10, -1, 315, 3735, 0, 1000, 7, true, 0], + 41185: ['Spring Bunny Pet Stone', 10, -1, 360, 3735, 0, 1000, 7, true, 0], + 41188: ['Easter Basket Pet Stone', 10, -1, 405, 3735, 0, 1000, 7, true, 0], + 41191: ['Easter Carrot Samurai Skin', 10, -1, 450, 3735, 0, 1000, 7, true, 0], + 41193: ['Camouflage Bunny Emote', 10, -1, 495, 3735, 0, 0, 2, true, 0], + 41194: ['Melting Choco Biff Emote', 10, -1, 540, 3735, 0, 0, 2, true, 0], + 41195: ['Chocolate Mystery Chest', 10, -1, 585, 3735, 0, 0, 8, true, 0], + 41196: ['Easter Armor Chest', 10, -1, 630, 3735, 0, 0, 8, true, 0], + 41197: ['Easter Weapon Chest', 10, -1, 675, 3735, 0, 0, 8, true, 0], + 41198: ['Fighter Title Unlocker', 10, -1, 720, 3735, 0, 0, 7, true, 0], + 41200: ['Cute Biff Emote', 10, -1, 765, 3735, 0, 0, 2, true, 0], + 41201: ['Magician Bunny Emote', 10, -1, 810, 3735, 0, 0, 2, true, 0], + 41202: ['Evil Bunny Emote', 10, -1, 855, 3735, 0, 0, 2, true, 0], + 41203: ['Cute Bunny Emote', 10, -1, 900, 3735, 0, 0, 2, true, 0], + 41204: ['Stoic Bunny Emote', 10, -1, 945, 3735, 0, 0, 2, true, 0], + 41205: ['Furious Bunny Emote', 10, -1, 990, 3735, 0, 0, 2, true, 0], + 41206: ['Large Queen Bunny Cloth', 10, -1, 1035, 3735, 0, 0, 2, true, 0], + 41207: ['Small Queen Bunny Cloth', 10, -1, 1080, 3735, 0, 0, 2, true, 0], + 41208: ['Large Chocolate Magic Cloth', 10, -1, 1125, 3735, 0, 0, 2, true, 0], + 41209: ['Small Chocolate Magic Cloth', 10, -1, 1170, 3735, 0, 0, 2, true, 0], + 41210: ['Large Rabbits Dream Cloth', 10, -1, 1215, 3735, 0, 0, 2, true, 0], + 41211: ['Small Rabbits Dream Cloth', 10, -1, 1260, 3735, 0, 0, 2, true, 0], + 41212: ['Large Eggcellent Adventure Cloth', 10, -1, 1305, 3735, 0, 0, 2, true, 0], + 41213: ['Small Eggcellent Adventure Cloth', 10, -1, 1350, 3735, 0, 0, 2, true, 0], + 41214: ['Large Carrots Rainfall Cloth', 10, -1, 1395, 3735, 0, 0, 2, true, 0], + 41215: ['Small Carrots Rainfall Cloth', 10, -1, 1440, 3735, 0, 0, 2, true, 0], + 41216: ['Crusader Title Unlocker', 10, -1, 1485, 3735, 0, 0, 7, true, 0], + 41218: ['Bunny Title Unlocker', 10, -1, 1530, 3735, 0, 0, 7, true, 0], + 41220: ['Prodigy Title Unlocker', 10, -1, 1575, 3735, 0, 0, 7, true, 0], + 41222: ['Warrior Title Unlocker', 10, -1, 1620, 3735, 0, 0, 7, true, 0], + 41224: ['Eggceptional Title Unlocker', 10, -1, 1665, 3735, 0, 0, 7, true, 0], + 41226: ['Hunter Title Unlocker', 10, -1, 1710, 3735, 0, 0, 7, true, 0], + 41228: ['Treasure Title Unlocker', 10, -1, 1755, 3735, 0, 0, 7, true, 0], + 41230: ['Eggxpert Title Unlocker', 10, -1, 1800, 3735, 0, 0, 7, true, 0], + 41232: ['St Patrick Oryx Emote', 10, -1, 1845, 3735, 0, 0, 2, true, 0], + 41233: ['Cheers Emote', 10, -1, 1890, 3735, 0, 0, 2, true, 0], + 41234: ['Stat Potion Choice Chest', 10, -1, 1935, 3735, 0, 0, 8, true, 0], + 41235: ['Architect Kensei Skin', 10, -1, 1980, 3735, 0, 1000, 7, true, 0], + 41237: ['Butterfly Nun Priest Skin', 10, -1, 2025, 3735, 0, 1000, 7, true, 0], + 41239: ['Forklift Driver Archer Skin', 10, -1, 2070, 3735, 0, 1000, 7, true, 0], + 41241: ['Traffic Cone Pet Stone', 10, -1, 2115, 3735, 0, 1000, 7, true, 0], + 41244: ['Leprechaun Knight Skin', 10, -1, 2160, 3735, 0, 1000, 7, true, 0], + 41246: ['Celestial Kensei Skin', 10, -1, 2205, 3735, 0, 1000, 7, true, 0], + 41248: ['Celestial Summoner Skin', 10, -1, 2250, 3735, 0, 1000, 7, true, 0], + 41250: ['Burning Effigy Pet Stone', 10, -1, 2295, 3735, 0, 1000, 7, true, 0], + 41253: ['Dark Knight Trickster Skin', 10, -1, 2340, 3735, 0, 1000, 7, true, 0], + 41255: ['Dark Master Wizard Skin', 10, -1, 2385, 3735, 0, 1000, 7, true, 0], + 41257: ['Slurp King Knight Skin', 10, -1, 2430, 3735, 0, 1000, 7, true, 0], + 41259: ['Pharaoh Necromancer Skin', 10, -1, 2475, 3735, 0, 1000, 7, true, 0], + 41261: ['Party Breaker Title Unlocker', 10, -1, 2520, 3735, 0, 0, 7, true, 0], + 41263: ['Almost a Hero Title Unlocker', 10, -1, 2565, 3735, 0, 0, 7, true, 0], + 41265: ['Twisted Fates Mystery Chest', 10, -1, 2610, 3735, 0, 0, 8, true, 0], + 41266: ['Group of Rats Pet Stone', 10, -1, 2655, 3735, 0, 1000, 7, true, 0], + 41270: ['Executioner Rogue Skin', 10, -1, 2700, 3735, 0, 1000, 7, true, 0], + 41272: ['Pied Piper Bard Skin', 10, -1, 2745, 3735, 0, 1000, 7, true, 0], + 41273: ['Oryx Evil Laugh Emote', 10, -1, 2790, 3735, 0, 0, 2, true, 0], + 41274: ['Beginner Title Unlocker', 10, -1, 2835, 3735, 0, 0, 7, true, 0], + 41276: ['Battle Hardened Title Unlocker', 10, -1, 2880, 3735, 0, 0, 7, true, 0], + 41278: ['Happy Daichi Emote', 10, -1, 2925, 3735, 0, 0, 2, true, 0], + 41279: ['Crying Umi Emote', 10, -1, 2970, 3735, 0, 0, 2, true, 0], + 41280: ['Locked in Blacksmith Emote', 10, -1, 3015, 3735, 0, 0, 2, true, 0], + 41281: ['Sweating Skuld Emote', 10, -1, 3060, 3735, 0, 0, 2, true, 0], + 41282: ['Legend of the White Snake Mystery Chest', 10, -1, 3105, 3735, 0, 0, 8, true, 0], + 41283: ['Serpent Pet Skin Collection Chest', 10, -1, 3150, 3735, 0, 0, 8, true, 0], + 41286: ['Gold Primal Snake Pet Stone', 10, -1, 3195, 3735, 0, 1000, 7, true, 0], + 41289: ['Silver Primal Snake Pet Stone', 10, -1, 3240, 3735, 0, 1000, 7, true, 0], + 41292: ['Pink Serpent Pet Stone', 10, -1, 3285, 3735, 0, 1000, 7, true, 0], + 41295: ['Purple Serpent Pet Stone', 10, -1, 3330, 3735, 0, 1000, 7, true, 0], + 41298: ['Blue Serpent Pet Stone', 10, -1, 3375, 3735, 0, 1000, 7, true, 0], + 41301: ['Green Serpent Pet Stone', 10, -1, 3420, 3735, 0, 1000, 7, true, 0], + 41304: ['Yellow Serpent Pet Stone', 10, -1, 3465, 3735, 0, 1000, 7, true, 0], + 41307: ['Orange Serpent Pet Stone', 10, -1, 3510, 3735, 0, 1000, 7, true, 0], + 41310: ['Red Serpent Pet Stone', 10, -1, 3555, 3735, 0, 1000, 7, true, 0], + 41313: ['White Serpent Pet Stone', 10, -1, 3600, 3735, 0, 1000, 7, true, 0], + 41314: ['Fortune Teller Priest Skin', 10, -1, 3645, 3735, 0, 1000, 7, true, 0], + 41316: ['Dark Paladin Skin', 10, -1, 3690, 3735, 0, 1000, 7, true, 0], + 41318: ['Alchemist Huntress Skin', 10, -1, 3735, 3735, 0, 1000, 7, true, 0], + 41322: ['Poisoned Apple Pet Stone', 10, -1, 3780, 3735, 0, 1000, 7, true, 0], + 41323: ['Iron Masked Ninja Skin', 10, -1, 3825, 3735, 0, 1000, 7, true, 0], + 41327: ['Fabulous Unicorn Pet Stone', 10, -1, 3870, 3735, 0, 1000, 7, true, 0], + 41328: ['Karate Master Warrior Skin', 10, -1, 3915, 3735, 0, 1000, 7, true, 0], + 41330: ['Oryxmas Magic Yellow', 10, -1, 3960, 3735, 0, 0, 2, true, 0], + 41331: ['Oryxmas Magic White', 10, -1, 4005, 3735, 0, 0, 2, true, 0], + 41332: ['Oryxmas Magic Red', 10, -1, 4050, 3735, 0, 0, 2, true, 0], + 41333: ['Oryxmas Magic Green', 10, -1, 4095, 3735, 0, 0, 2, true, 0], + 41334: ['Oryxmas Magic Blue', 10, -1, 4140, 3735, 0, 0, 2, true, 0], + 41335: ['Oryxmas Muscle Emote', 10, -1, 4185, 3735, 0, 0, 2, true, 0], + 41336: ['Appetizer Belly Laugh Emote', 10, -1, 4230, 3735, 0, 0, 2, true, 0], + 41337: ['Murderous Oryx Emote', 10, -1, 4275, 3735, 0, 0, 2, true, 0], + 41338: ['Dizzy Yeti Emote', 10, -1, 4320, 3735, 0, 0, 2, true, 0], + 41339: ['Blushing Craig Emote', 10, -1, 4365, 3735, 0, 0, 2, true, 0], + 41340: ['Protesting Rudolf Emote', 10, -1, 4410, 3735, 0, 0, 2, true, 0], + 41343: ['Chibi Ghost of Oryxmas Pet Stone', 10, -1, 4455, 3735, 0, 1000, 7, true, 0], + 41344: ['Coin Purse', 10, -1, 0, 3780, 0, 0, 8, true, 0], + 41346: ['Destroyer Title Unlocker', 10, -1, 45, 3780, 0, 0, 7, true, 0], + 41349: ['Yule Cnidarian Pet Stone', 10, -1, 90, 3780, 0, 1000, 7, true, 0], + 41352: ['Ice Sculpture Penguin Pet Stone', 10, -1, 135, 3780, 0, 1000, 7, true, 0], + 41355: ['Beefcake Elf Pet Stone', 10, -1, 180, 3780, 0, 1000, 7, true, 0], + 41356: ['Ghost of Oryxmas Archer Skin', 10, -1, 225, 3780, 0, 1000, 7, true, 0], + 41358: ['Winter Imp Samurai Skin', 10, -1, 270, 3780, 0, 1000, 7, true, 0], + 41360: ['Yule Mage Sorcerer Skin', 10, -1, 315, 3780, 0, 1000, 7, true, 0], + 41364: ['Holly Reindeer Pet Stone', 10, -1, 360, 3780, 0, 1000, 7, true, 0], + 41367: ['Snowball Rolling Knight Companion Pet Stone', 10, -1, 405, 3780, 0, 1000, 7, true, 0], + 41370: ['Ice Cube Frozen Crown Companion Pet Stone', 10, -1, 450, 3780, 0, 1000, 7, true, 0], + 41371: ['Ice Cube Knight Skin', 10, -1, 495, 3780, 0, 1000, 7, true, 0], + 41374: ['The Title Unlocker', 10, -1, 540, 3780, 0, 0, 7, true, 0], + 41376: ['Legend Title Unlocker', 10, -1, 585, 3780, 0, 0, 7, true, 0], + 41378: ['Frost Title Unlocker', 10, -1, 630, 3780, 0, 0, 7, true, 0], + 41380: ['Ruler Title Unlocker', 10, -1, 675, 3780, 0, 0, 7, true, 0], + 41381: ['Thumbs-Up Exalted Wizard Emote', 10, -1, 720, 3780, 0, 0, 2, true, 0], + 41382: ['Jolly Frimar Emote', 10, -1, 765, 3780, 0, 0, 2, true, 0], + 41383: ['Brain Freeze Forgotten King Emote', 10, -1, 810, 3780, 0, 0, 2, true, 0], + 41384: ['Snowball Roller Title Unlocker', 10, -1, 855, 3780, 0, 0, 7, true, 0], + 41386: ['Ice Breaker Title Unlocker', 10, -1, 900, 3780, 0, 0, 7, true, 0], + 41388: ['Chill Title Unlocker', 10, -1, 945, 3780, 0, 0, 7, true, 0], + 41390: ['Wormhole Conqueror Title Unlocker', 10, -1, 990, 3780, 0, 0, 7, true, 0], + 41392: ['Acidus Emote', 10, -1, 1035, 3780, 0, 0, 2, true, 0], + 41393: ['Golden Sphinx Emote', 10, -1, 1080, 3780, 0, 0, 2, true, 0], + 41394: ['Tarul Emote', 10, -1, 1125, 3780, 0, 0, 2, true, 0], + 41395: ['Suesogian Emote', 10, -1, 1170, 3780, 0, 0, 2, true, 0], + 41396: ['Iron Teeny Archer Skin', 10, -1, 1215, 3780, 0, 1000, 7, true, 0], + 41398: ['Phorglock Wizard Skin', 10, -1, 1260, 3780, 0, 1000, 7, true, 0], + 41400: ['Bubbly Summoner Skin', 10, -1, 1305, 3780, 0, 1000, 7, true, 0], + 41402: ['Jelleye Kensei Skin', 10, -1, 1350, 3780, 0, 1000, 7, true, 0], + 41406: ['Cursed Raven Pet Stone', 10, -1, 1395, 3780, 0, 1000, 7, true, 0], + 41407: ['Haunted Skull Necromancer Skin', 10, -1, 1440, 3780, 0, 1000, 7, true, 0], + 41409: ['Vampire King Kensei Skin', 10, -1, 1485, 3780, 0, 1000, 7, true, 0], + 41411: ['Cozy Rogue Skin', 10, -1, 1530, 3780, 0, 0, 7, true, 0], + 41413: ['Cozy Archer Skin', 10, -1, 1575, 3780, 0, 0, 7, true, 0], + 41415: ['Cozy Wizard Skin', 10, -1, 1620, 3780, 0, 0, 7, true, 0], + 41417: ['Cozy Priest Skin', 10, -1, 1665, 3780, 0, 0, 7, true, 0], + 41419: ['Cozy Warrior Skin', 10, -1, 1710, 3780, 0, 0, 7, true, 0], + 41421: ['Cozy Knight Skin', 10, -1, 1755, 3780, 0, 0, 7, true, 0], + 41423: ['Cozy Paladin Skin', 10, -1, 1800, 3780, 0, 0, 7, true, 0], + 41425: ['Cozy Assassin Skin', 10, -1, 1845, 3780, 0, 0, 7, true, 0], + 41427: ['Cozy Necromancer Skin', 10, -1, 1890, 3780, 0, 0, 7, true, 0], + 41429: ['Cozy Huntress Skin', 10, -1, 1935, 3780, 0, 0, 7, true, 0], + 41431: ['Cozy Mystic Skin', 10, -1, 1980, 3780, 0, 0, 7, true, 0], + 41433: ['Cozy Trickster Skin', 10, -1, 2025, 3780, 0, 0, 7, true, 0], + 41435: ['Cozy Sorcerer Skin', 10, -1, 2070, 3780, 0, 0, 7, true, 0], + 41437: ['Cozy Ninja Skin', 10, -1, 2115, 3780, 0, 0, 7, true, 0], + 41439: ['Cozy Samurai Skin', 10, -1, 2160, 3780, 0, 0, 7, true, 0], + 41441: ['Cozy Bard Skin', 10, -1, 2205, 3780, 0, 0, 7, true, 0], + 41443: ['Cozy Summoner Skin', 10, -1, 2250, 3780, 0, 0, 7, true, 0], + 41445: ['Cozy Kensei Skin', 10, -1, 2295, 3780, 0, 0, 7, true, 0], + 41447: ['Festive Bag Rogue Skin', 10, -1, 2340, 3780, 0, 1000, 7, true, 0], + 41449: ['Harvest Fox Summoner Skin', 10, -1, 2385, 3780, 0, 1000, 7, true, 0], + 41451: ['Snowbound Knight Skin', 10, -1, 2430, 3780, 0, 1000, 7, true, 0], + 41453: ['Toy Cannon Assassin Skin', 10, -1, 2475, 3780, 0, 1000, 7, true, 0], + 41457: ['Wooden Frog Companion Pet Stone', 10, -1, 2520, 3780, 0, 1000, 7, true, 0], + 41459: ['Lord of the Harvest Title Unlocker', 10, -1, 2565, 3780, 0, 0, 7, true, 0], + 41461: ['Frostbound Sentinel Title Unlocker', 10, -1, 2610, 3780, 0, 0, 7, true, 0], + 41463: ['Herald of the Frost Title Unlocker', 10, -1, 2655, 3780, 0, 0, 7, true, 0], + 41465: ['Keeper of the Yule Flame Title Unlocker', 10, -1, 2700, 3780, 0, 0, 7, true, 0], + 41467: ['Wood Winter Ninja Skin', 10, -1, 2745, 3780, 0, 1000, 7, true, 0], + 41468: ['Oryxmas Gift 2024', 10, -1, 2790, 3780, 0, 0, 8, true, 0], + 41469: ['Oryxmas Treasure 2024', 10, -1, 2835, 3780, 0, 0, 8, true, 0], + 41471: ['Expert Snowball Roller Title Unlocker', 10, -1, 2880, 3780, 0, 0, 7, true, 0], + 41473: ['Master Snowball Roller Title Unlocker', 10, -1, 2925, 3780, 0, 0, 7, true, 0], + 41475: ['Legendary Snowball Roller Title Unlocker', 10, -1, 2970, 3780, 0, 0, 7, true, 0], + 41476: ['Divine Snake Oil', 10, -1, 3015, 3780, 0, 125, 2, false, 0], + 41479: ['Stellar Ascend Engraving', 10, -1, 3060, 3780, 0, 0, 8, true, 0], + 41481: ['Cask Corslet Shiny', 7, -1, 3105, 3780, 6, 900, 6, true, 0], + 41482: ['Motivational Megaphone Shiny', 28, -1, 3150, 3780, 7, 1000, 6, true, 0], + 41484: ['Arcane Rapier Shiny', 1, -1, 3195, 3780, 6, 700, 6, true, 0], + 41485: ['Ghostly Prism Shiny', 22, -1, 3240, 3780, 7, 1000, 6, true, 0], + 41486: ['Bracer of the Guardian Shiny', 9, -1, 3285, 3780, 8, 1000, 6, true, 0], + 41488: ['Perennial Cranium Shiny', 19, -1, 3330, 3780, 7, 900, 6, true, 0], + 41491: ["Belladonna's Flower Buddy Pet Stone", 10, -1, 3375, 3780, 0, 1000, 7, true, 0], + 41497: ['Sushi Samurai Skin', 10, -1, 3420, 3780, 0, 1000, 7, true, 0], + 41499: ['Strawberry Summoner Skin', 10, -1, 3465, 3780, 0, 1000, 7, true, 0], + 41502: ['Digital Dinosaur Pet Stone', 10, -1, 3510, 3780, 0, 1000, 7, true, 0], + 41503: ['Chibi Null Emote', 10, -1, 3555, 3780, 0, 0, 2, true, 0], + 41504: ['Angry Chibi Null Emote', 10, -1, 3600, 3780, 0, 0, 2, true, 0], + 41505: ['Oops Emote', 10, -1, 3645, 3780, 0, 0, 2, true, 0], + 41506: ['Animated Oops Emote', 10, -1, 3690, 3780, 0, 0, 2, true, 0], + 41508: ['7h3 ch3473r Title Unlocker', 10, -1, 3735, 3780, 0, 0, 7, true, 0], + 41510: ['7h3 h4x0r Unlocker', 10, -1, 3780, 3780, 0, 0, 7, true, 0], + 41511: ['Small Missing Texture Cloth', 10, -1, 3825, 3780, 0, 0, 2, true, 0], + 41512: ['Low Binary Flipbook Style', 10, -1, 3870, 3780, 0, 0, 2, true, 0], + 41513: ['Mid Binary Flipbook Style', 10, -1, 3915, 3780, 0, 0, 2, true, 0], + 41514: ['High Binary Flipbook Style', 10, -1, 3960, 3780, 0, 0, 2, true, 0], + 41561: ['Low Binary Flipbook Style Stone', 10, -1, 4005, 3780, 0, 0, 2, true, 0], + 41562: ['Mid Binary Flipbook Style Stone', 10, -1, 4050, 3780, 0, 0, 2, true, 0], + 41563: ['High Binary Flipbook Style Stone', 10, -1, 4095, 3780, 0, 0, 2, true, 0], + 41564: ['Large Missing Texture Cloth', 10, -1, 4140, 3780, 0, 0, 2, true, 0], + 41566: ['Missing Texture Cube x1', 10, -1, 4185, 3780, 0, 0, 2, true, 1], + 41567: ['Missing Texture Cube x2', 10, -1, 4230, 3780, 0, 0, 2, true, 2], + 41568: ['Missing Texture Cube x3', 10, -1, 4275, 3780, 0, 0, 2, true, 3], + 41569: ['Missing Texture Cube x4', 10, -1, 4320, 3780, 0, 0, 2, true, 4], + 41570: ['Missing Texture Cube x5', 10, -1, 4365, 3780, 0, 0, 2, true, 5], + 41571: ['Missing Texture Cube x6', 10, -1, 4410, 3780, 0, 0, 2, true, 6], + 41572: ['Missing Texture Cube x7', 10, -1, 4455, 3780, 0, 0, 2, true, 7], + 41573: ['Missing Texture Cube x8', 10, -1, 0, 3825, 0, 0, 2, true, 8], + 41574: ['Missing Texture Cube x9', 10, -1, 45, 3825, 0, 0, 2, true, 9], + 41575: ['Missing Texture Cube x10', 10, -1, 90, 3825, 0, 0, 2, true, 10], + 41577: ['Missing Texture Sphere x1', 10, -1, 135, 3825, 0, 0, 2, true, 1], + 41578: ['Missing Texture Sphere x2', 10, -1, 180, 3825, 0, 0, 2, true, 2], + 41579: ['Missing Texture Sphere x3', 10, -1, 225, 3825, 0, 0, 2, true, 3], + 41580: ['Missing Texture Sphere x4', 10, -1, 270, 3825, 0, 0, 2, true, 4], + 41581: ['Missing Texture Sphere x5', 10, -1, 315, 3825, 0, 0, 2, true, 5], + 41582: ['Missing Texture Sphere x6', 10, -1, 360, 3825, 0, 0, 2, true, 6], + 41583: ['Missing Texture Sphere x7', 10, -1, 405, 3825, 0, 0, 2, true, 7], + 41584: ['Missing Texture Sphere x8', 10, -1, 450, 3825, 0, 0, 2, true, 8], + 41585: ['Missing Texture Sphere x9', 10, -1, 495, 3825, 0, 0, 2, true, 9], + 41586: ['Missing Texture Sphere x10', 10, -1, 540, 3825, 0, 0, 2, true, 10], + 41587: ['Missing Texture Sphere x11', 10, -1, 585, 3825, 0, 0, 2, true, 11], + 41588: ['Missing Texture Sphere x12', 10, -1, 630, 3825, 0, 0, 2, true, 12], + 41589: ['Missing Texture Sphere x13', 10, -1, 675, 3825, 0, 0, 2, true, 13], + 41590: ['Missing Texture Sphere x14', 10, -1, 720, 3825, 0, 0, 2, true, 14], + 41591: ['Missing Texture Sphere x15', 10, -1, 765, 3825, 0, 0, 2, true, 15], + 41592: ['Missing Texture Sphere x16', 10, -1, 810, 3825, 0, 0, 2, true, 16], + 41593: ['Missing Texture Sphere x17', 10, -1, 855, 3825, 0, 0, 2, true, 17], + 41594: ['Missing Texture Sphere x18', 10, -1, 900, 3825, 0, 0, 2, true, 18], + 41595: ['Missing Texture Sphere x19', 10, -1, 945, 3825, 0, 0, 2, true, 19], + 41596: ['Missing Texture Sphere x20', 10, -1, 990, 3825, 0, 0, 2, true, 20], + 41599: ['Mini Painted Egg Archer Skin', 10, -1, 1035, 3825, 0, 1000, 7, true, 0], + 41600: ['E2ArcherST0', 3, -1, 1080, 3825, 5, 800, 8, true, 0], + 41601: ['E2ArcherST1', 15, -1, 1125, 3825, 7, 850, 8, true, 0], + 41602: ['E2ArcherST2', 6, -1, 1170, 3825, 6, 700, 8, true, 0], + 41603: ['E2ArcherST3', 9, -1, 1215, 3825, 4, 600, 8, true, 0], + 41608: ['Daeva Oryx Emote', 10, -1, 1260, 3825, 0, 0, 2, true, 0], + 41609: ['Voided Oryx Emote', 10, -1, 1305, 3825, 0, 0, 2, true, 0], + 41610: ['Duality Emote', 10, -1, 1350, 3825, 0, 0, 2, true, 0], + 41613: ['Voided Angel Pet Stone', 10, -1, 1395, 3825, 0, 1000, 7, true, 0], + 41615: ['Duality Token x1', 10, -1, 1440, 3825, 0, 0, 2, true, 1], + 41616: ['Duality Token x2', 10, -1, 1485, 3825, 0, 0, 2, true, 2], + 41617: ['Duality Token x3', 10, -1, 1530, 3825, 0, 0, 2, true, 3], + 41618: ['Duality Token x4', 10, -1, 1575, 3825, 0, 0, 2, true, 4], + 41619: ['Duality Token x5', 10, -1, 1620, 3825, 0, 0, 2, true, 5], + 41620: ['Duality Token x6', 10, -1, 1665, 3825, 0, 0, 2, true, 6], + 41621: ['Duality Token x7', 10, -1, 1710, 3825, 0, 0, 2, true, 7], + 41622: ['Duality Token x8', 10, -1, 1755, 3825, 0, 0, 2, true, 8], + 41623: ['Duality Token x9', 10, -1, 1800, 3825, 0, 0, 2, true, 9], + 41624: ['Duality Token x10', 10, -1, 1845, 3825, 0, 0, 2, true, 10], + 41625: ['Duality Token x11', 10, -1, 1890, 3825, 0, 0, 2, true, 11], + 41626: ['Duality Token x12', 10, -1, 1935, 3825, 0, 0, 2, true, 12], + 41627: ['Duality Token x13', 10, -1, 1980, 3825, 0, 0, 2, true, 13], + 41628: ['Duality Token x14', 10, -1, 2025, 3825, 0, 0, 2, true, 14], + 41629: ['Duality Token x15', 10, -1, 2070, 3825, 0, 0, 2, true, 15], + 41630: ['Duality Token x16', 10, -1, 2115, 3825, 0, 0, 2, true, 16], + 41631: ['Duality Token x17', 10, -1, 2160, 3825, 0, 0, 2, true, 17], + 41632: ['Duality Token x18', 10, -1, 2205, 3825, 0, 0, 2, true, 18], + 41633: ['Duality Token x19', 10, -1, 2250, 3825, 0, 0, 2, true, 19], + 41634: ['Duality Token x20', 10, -1, 2295, 3825, 0, 0, 2, true, 20], + 41666: ['Mini Fresh Carrot Paladin Skin', 10, -1, 2340, 3825, 0, 1000, 7, true, 0], + 41667: ['E2PaladinST0', 1, -1, 2385, 3825, 5, 850, 8, true, 0], + 41668: ['E2PaladinST1', 12, -1, 2430, 3825, 7, 900, 8, true, 0], + 41669: ['E2PaladinST2', 7, -1, 2475, 3825, 6, 750, 8, true, 0], + 41670: ['Hardened Carrot Armor Proc', 7, -1, 2520, 3825, 0, 0, 0, true, 0], + 41671: ['E2PaladinST3', 9, -1, 2565, 3825, 4, 650, 8, true, 0], + 41676: ['Fresh Breeze Quiver Proc 1', 15, -1, 2610, 3825, 0, 0, 0, true, 0], + 41677: ['Fresh Breeze Quiver Proc 2', 15, -1, 2655, 3825, 0, 0, 0, true, 0], + 41678: ['Fresh Breeze Quiver Proc 3', 15, -1, 2700, 3825, 0, 0, 0, true, 0], + 41679: ['Fresh Breeze Quiver Proc 4', 15, -1, 2745, 3825, 0, 0, 0, true, 0], + 41680: ['Fresh Breeze Quiver Proc 5', 15, -1, 2790, 3825, 0, 0, 0, true, 0], + 41739: ['Eggsponential Scepter', 23, -1, 2835, 3825, 7, 900, 6, true, 0], + 41762: ['Mini Chocolate Bunny Summoner Skin', 10, -1, 2880, 3825, 0, 1000, 7, true, 0], + 41763: ['E2SummonerST0', 8, -1, 2925, 3825, 6, 900, 8, true, 0], + 41764: ['E2SummonerST1', 29, -1, 2970, 3825, 7, 900, 8, true, 0], + 41765: ['E2SummonerST2', 14, -1, 3015, 3825, 5, 900, 8, true, 0], + 41766: ['E2SummonerST3', 9, -1, 3060, 3825, 5, 900, 8, true, 0], + 43363: ['Guill 1 Rune', 10, -1, 3105, 3825, 0, 750, 4, true, 0], + 43364: ['Guill 2 Rune', 10, -1, 3150, 3825, 0, 750, 4, true, 0], + 43365: ['Guill 3 Rune', 10, -1, 3195, 3825, 0, 750, 4, true, 0], + 43379: ['Cursed Title Unlocker', 10, -1, 3240, 3825, 0, 0, 7, true, 0], + 43380: ['Enlighted Title Unlocker', 10, -1, 3285, 3825, 0, 0, 7, true, 0], + 43489: ['Common Material Cap Extender', 10, -1, 3330, 3825, 0, 0, 8, true, 0], + 43490: ['Rare Material Cap Extender', 10, -1, 3375, 3825, 0, 0, 8, true, 0], + 43491: ['Legendary Material Cap Extender', 10, -1, 3420, 3825, 0, 0, 8, true, 0], + 43492: ['Mythical Material Cap Extender', 10, -1, 3465, 3825, 0, 0, 8, true, 0], + 43987: ['The Machine Key', 10, -1, 3510, 3825, 0, 200, 7, true, 0], + 44062: ['Mark of the Exalted God', 10, -1, 3555, 3825, 0, 50, 2, true, 0], + 44331: ['SpecPen OA Shot 1', 9, -1, 3600, 3825, 0, 0, 0, true, 0], + 44332: ['SpecPen OA Shot 2', 9, -1, 3645, 3825, 0, 0, 0, true, 0], + 44371: ['Penitent Frog Pet Stone', 10, -1, 3690, 3825, 0, 1000, 7, true, 0], + 44402: ['Spectral Penitentiary Augmented Key', 10, -1, 3735, 3825, 0, 200, 7, true, 0], + 44403: ['Spectral Penitentiary Solo Key', 10, -1, 3780, 3825, 0, 200, 7, true, 0], + 44404: ['Spectral Penitentiary Enchanted Key', 10, -1, 3825, 3825, 0, 200, 7, true, 0], + 44405: ['Spectral Penitentiary Guild Key', 10, -1, 3870, 3825, 0, 200, 7, true, 0], + 44407: ["Jailer's Scythe Blueprint", 10, -1, 3915, 3825, 0, 500, 7, true, 0], + 44408: ['Tools of the Tarnished Blueprint', 10, -1, 3960, 3825, 0, 500, 7, true, 0], + 44409: ['Wretched Rags Blueprint', 10, -1, 4005, 3825, 0, 500, 7, true, 0], + 44410: ['Overwhelming Axehead Blueprint', 10, -1, 4050, 3825, 0, 500, 7, true, 0], + 44411: ['Motivational Megaphone Blueprint', 10, -1, 4095, 3825, 0, 500, 7, true, 0], + 44412: ['Sinister Syringes Blueprint', 10, -1, 4140, 3825, 0, 500, 7, true, 0], + 44413: ['Cackling Straitjacket Blueprint', 10, -1, 4185, 3825, 0, 500, 7, true, 0], + 44414: ['Command Cornea Blueprint', 10, -1, 4230, 3825, 0, 500, 7, true, 0], + 44415: ['Ocular Entrapment Blueprint', 10, -1, 4275, 3825, 0, 500, 7, true, 0], + 44416: ['Damnation Blueprint', 10, -1, 4320, 3825, 0, 500, 7, true, 0], + 44417: ['Amulet of Desecration Blueprint', 10, -1, 4365, 3825, 0, 500, 7, true, 0], + 46055: ['Buccaneer Top Hat', 10, -1, 4410, 3825, 0, 0, 2, true, 0], + 46056: ['Serpentine Top Hat', 10, -1, 4455, 3825, 0, 0, 2, true, 0], + 46057: ['Demonic Top Hat', 10, -1, 0, 3870, 0, 0, 2, true, 0], + 46058: ['Sunken Top Hat', 10, -1, 45, 3870, 0, 0, 2, true, 0], + 46059: ['Aquatic Top Hat', 10, -1, 90, 3870, 0, 0, 2, true, 0], + 46060: ['Jungle Carrot', 10, -1, 135, 3870, 0, 0, 2, true, 0], + 46061: ['Spriteful Carrot', 10, -1, 180, 3870, 0, 0, 2, true, 0], + 46063: ['Holy Carrot', 10, -1, 225, 3870, 0, 0, 2, true, 0], + 46064: ['Frosty Carrot', 10, -1, 270, 3870, 0, 0, 2, true, 0], + 46065: ['Sandy Carrot', 10, -1, 315, 3870, 0, 0, 2, true, 0], + 46066: ['Arachnid Coal', 10, -1, 360, 3870, 0, 0, 2, true, 0], + 46067: ['Phantom Coal', 10, -1, 405, 3870, 0, 0, 2, true, 0], + 46068: ['Zombified Coal', 10, -1, 450, 3870, 0, 0, 2, true, 0], + 46069: ['Parasitic Coal', 10, -1, 495, 3870, 0, 0, 2, true, 0], + 46070: ["Mad God's Coal", 10, -1, 540, 3870, 0, 0, 2, true, 0], + 46071: ["Esben's Shaman Attire", 14, -1, 585, 3870, 6, 800, 6, false, 0], + 46072: ["Esben's Wedding Ring", 9, -1, 630, 3870, 6, 800, 6, false, 0], + 46075: ['Snowman Body', 10, -1, 675, 3870, 0, 0, 2, true, 0], + 46305: ['PriestST0 Proc A', 15, -1, 720, 3870, 0, 0, 0, false, 0], + 46306: ['PriestST0 Proc B', 15, -1, 765, 3870, 0, 0, 0, false, 0], + 46441: ['Minor Teal Nildrop', 10, -1, 810, 3870, 0, 10, 2, false, 0], + 46442: ['Minor Hazel Nildrop', 10, -1, 855, 3870, 0, 10, 2, false, 0], + 46443: ['Minor Azure Nildrop', 10, -1, 900, 3870, 0, 10, 2, false, 0], + 46444: ['Minor Crimson Nildrop', 10, -1, 945, 3870, 0, 10, 2, false, 0], + 46445: ['Minor Scarlet Nildrop', 10, -1, 990, 3870, 0, 10, 2, false, 0], + 46446: ['Minor Beryl Nildrop', 10, -1, 1035, 3870, 0, 10, 2, false, 0], + 46447: ['Minor Onyx Nildrop', 10, -1, 1080, 3870, 0, 10, 2, false, 0], + 46448: ['Minor Amaranth Nildrop', 10, -1, 1125, 3870, 0, 10, 2, false, 0], + 46449: ['Teal Nildrop', 10, -1, 1170, 3870, 0, 10, 2, false, 0], + 46450: ['Hazel Nildrop', 10, -1, 1215, 3870, 0, 10, 2, false, 0], + 46451: ['Azure Nildrop', 10, -1, 1260, 3870, 0, 10, 2, false, 0], + 46452: ['Crimson Nildrop', 10, -1, 1305, 3870, 0, 10, 2, false, 0], + 46453: ['Scarlet Nildrop', 10, -1, 1350, 3870, 0, 10, 2, false, 0], + 46454: ['Beryl Nildrop', 10, -1, 1395, 3870, 0, 10, 2, false, 0], + 46455: ['Onyx Nildrop', 10, -1, 1440, 3870, 0, 10, 2, false, 0], + 46456: ['Amaranth Nildrop', 10, -1, 1485, 3870, 0, 10, 2, false, 0], + 46457: ['Force Nildrop', 10, -1, 1530, 3870, 0, 100, 2, false, 0], + 46458: ['Cinder Nildrop', 10, -1, 1575, 3870, 0, 100, 2, false, 0], + 46459: ['Blood Nildrop', 10, -1, 1620, 3870, 0, 100, 2, false, 0], + 46460: ['Moon Nildrop', 10, -1, 1665, 3870, 0, 100, 2, false, 0], + 46608: ['Blueprint_79', 10, -1, 1710, 3870, 0, 500, 7, true, 0], + 46609: ['Blueprint_80', 10, -1, 1755, 3870, 0, 500, 7, true, 0], + 46610: ['Blueprint_81', 10, -1, 1800, 3870, 0, 500, 7, true, 0], + 46611: ['Blueprint_82', 10, -1, 1845, 3870, 0, 500, 7, true, 0], + 46612: ['Blueprint_83', 10, -1, 1890, 3870, 0, 500, 7, true, 0], + 46613: ['Blueprint_84', 10, -1, 1935, 3870, 0, 500, 7, true, 0], + 46614: ['Blueprint_85', 10, -1, 1980, 3870, 0, 500, 7, true, 0], + 46615: ['Blueprint_86', 10, -1, 2025, 3870, 0, 500, 7, true, 0], + 46616: ['Blueprint_87', 10, -1, 2070, 3870, 0, 500, 7, true, 0], + 46617: ['Blueprint_88', 10, -1, 2115, 3870, 0, 500, 7, true, 0], + 46618: ['Blueprint_89', 10, -1, 2160, 3870, 0, 500, 7, true, 0], + 46619: ['Blueprint_90', 10, -1, 2205, 3870, 0, 500, 7, true, 0], + 46620: ['Blueprint_91', 10, -1, 2250, 3870, 0, 500, 7, true, 0], + 46621: ['Blueprint_92', 10, -1, 2295, 3870, 0, 500, 7, true, 0], + 46622: ['Blueprint_93', 10, -1, 2340, 3870, 0, 500, 7, true, 0], + 46623: ['Blueprint_94', 10, -1, 2385, 3870, 0, 500, 7, true, 0], + 46624: ['Blueprint_95', 10, -1, 2430, 3870, 0, 500, 7, true, 0], + 46625: ['Blueprint_96', 10, -1, 2475, 3870, 0, 500, 7, true, 0], + 46626: ['Blueprint_97', 10, -1, 2520, 3870, 0, 500, 7, true, 0], + 46627: ['Blueprint_98', 10, -1, 2565, 3870, 0, 500, 7, true, 0], + 46628: ['Blueprint_99', 10, -1, 2610, 3870, 0, 500, 7, true, 0], + 46629: ['Blueprint_100', 10, -1, 2655, 3870, 0, 500, 7, true, 0], + 46630: ['Blueprint_101', 10, -1, 2700, 3870, 0, 500, 7, true, 0], + 46631: ['Blueprint_102', 10, -1, 2745, 3870, 0, 500, 7, true, 0], + 46632: ['Blueprint_103', 10, -1, 2790, 3870, 0, 500, 7, true, 0], + 46633: ['Blueprint_104', 10, -1, 2835, 3870, 0, 500, 7, true, 0], + 46634: ['Blueprint_105', 10, -1, 2880, 3870, 0, 500, 7, true, 0], + 46635: ['Blueprint_106', 10, -1, 2925, 3870, 0, 500, 7, true, 0], + 46636: ['Blueprint_107', 10, -1, 2970, 3870, 0, 500, 7, true, 0], + 46637: ['Blueprint_108', 10, -1, 3015, 3870, 0, 500, 7, true, 0], + 46638: ['Blueprint_109', 10, -1, 3060, 3870, 0, 500, 7, true, 0], + 46639: ['Blueprint_110', 10, -1, 3105, 3870, 0, 500, 7, true, 0], + 46640: ['Blueprint_111', 10, -1, 3150, 3870, 0, 500, 7, true, 0], + 46641: ['Blueprint_112', 10, -1, 3195, 3870, 0, 500, 7, true, 0], + 46642: ['Blueprint_113', 10, -1, 3240, 3870, 0, 500, 7, true, 0], + 46643: ['Blueprint_114', 10, -1, 3285, 3870, 0, 500, 7, true, 0], + 46644: ['Blueprint_115', 10, -1, 3330, 3870, 0, 500, 7, true, 0], + 46645: ['Blueprint_116', 10, -1, 3375, 3870, 0, 500, 7, true, 0], + 46646: ['Blueprint_117', 10, -1, 3420, 3870, 0, 500, 7, true, 0], + 46647: ['Blueprint_118', 10, -1, 3465, 3870, 0, 500, 7, true, 0], + 46648: ['Blueprint_119', 10, -1, 3510, 3870, 0, 500, 7, true, 0], + 46649: ['Blueprint_120', 10, -1, 3555, 3870, 0, 500, 7, true, 0], + 46650: ['Blueprint_121', 10, -1, 3600, 3870, 0, 500, 7, true, 0], + 46651: ['Blueprint_122', 10, -1, 3645, 3870, 0, 500, 7, true, 0], + 46652: ['Blueprint_123', 10, -1, 3690, 3870, 0, 500, 7, true, 0], + 46653: ['Blueprint_124', 10, -1, 3735, 3870, 0, 500, 7, true, 0], + 46654: ['Blueprint_125', 10, -1, 3780, 3870, 0, 500, 7, true, 0], + 46655: ['Blueprint_126', 10, -1, 3825, 3870, 0, 500, 7, true, 0], + 46656: ['Blueprint_127', 10, -1, 3870, 3870, 0, 500, 7, true, 0], + 46657: ['Blueprint_128', 10, -1, 3915, 3870, 0, 500, 7, true, 0], + 46658: ['Blueprint_129', 10, -1, 3960, 3870, 0, 500, 7, true, 0], + 46659: ['Blueprint_130', 10, -1, 4005, 3870, 0, 500, 7, true, 0], + 46660: ['Blueprint_131', 10, -1, 4050, 3870, 0, 500, 7, true, 0], + 46661: ['Blueprint_132', 10, -1, 4095, 3870, 0, 500, 7, true, 0], + 46662: ['Blueprint_133', 10, -1, 4140, 3870, 0, 500, 7, true, 0], + 46663: ['Blueprint_134', 10, -1, 4185, 3870, 0, 500, 7, true, 0], + 46664: ['Blueprint_135', 10, -1, 4230, 3870, 0, 500, 7, true, 0], + 46665: ['Blueprint_136', 10, -1, 4275, 3870, 0, 500, 7, true, 0], + 46666: ['Blueprint_137', 10, -1, 4320, 3870, 0, 500, 7, true, 0], + 46667: ['Blueprint_138', 10, -1, 4365, 3870, 0, 500, 7, true, 0], + 46668: ['Blueprint_139', 10, -1, 4410, 3870, 0, 500, 7, true, 0], + 46669: ['Blueprint_140', 10, -1, 4455, 3870, 0, 500, 7, true, 0], + 46670: ['Blueprint_141', 10, -1, 0, 3915, 0, 500, 7, true, 0], + 46671: ['Blueprint_142', 10, -1, 45, 3915, 0, 500, 7, true, 0], + 46672: ['Blueprint_143', 10, -1, 90, 3915, 0, 500, 7, true, 0], + 46673: ['Blueprint_144', 10, -1, 135, 3915, 0, 500, 7, true, 0], + 46674: ['Blueprint_145', 10, -1, 180, 3915, 0, 500, 7, true, 0], + 46675: ['Blueprint_146', 10, -1, 225, 3915, 0, 500, 7, true, 0], + 46676: ['Blueprint_147', 10, -1, 270, 3915, 0, 500, 7, true, 0], + 47312: ['Blueprint_1', 10, -1, 315, 3915, 0, 500, 7, true, 0], + 47313: ['Blueprint_2', 10, -1, 360, 3915, 0, 500, 7, true, 0], + 47314: ['Blueprint_3', 10, -1, 405, 3915, 0, 500, 7, true, 0], + 47315: ['Blueprint_4', 10, -1, 450, 3915, 0, 500, 7, true, 0], + 47316: ['Blueprint_5', 10, -1, 495, 3915, 0, 500, 7, true, 0], + 47317: ['Blueprint_6', 10, -1, 540, 3915, 0, 500, 7, true, 0], + 47318: ['Blueprint_7', 10, -1, 585, 3915, 0, 500, 7, true, 0], + 47319: ['Blueprint_8', 10, -1, 630, 3915, 0, 500, 7, true, 0], + 47320: ['Blueprint_9', 10, -1, 675, 3915, 0, 500, 7, true, 0], + 47321: ['Blueprint_10', 10, -1, 720, 3915, 0, 500, 7, true, 0], + 47322: ['Blueprint_11', 10, -1, 765, 3915, 0, 500, 7, true, 0], + 47323: ['Blueprint_12', 10, -1, 810, 3915, 0, 500, 7, true, 0], + 47324: ['Blueprint_13', 10, -1, 855, 3915, 0, 500, 7, true, 0], + 47325: ['Blueprint_14', 10, -1, 900, 3915, 0, 500, 7, true, 0], + 47326: ['Blueprint_15', 10, -1, 945, 3915, 0, 500, 7, true, 0], + 47327: ['Blueprint_16', 10, -1, 990, 3915, 0, 500, 7, true, 0], + 47328: ['Blueprint_17', 10, -1, 1035, 3915, 0, 500, 7, true, 0], + 47329: ['Blueprint_18', 10, -1, 1080, 3915, 0, 500, 7, true, 0], + 47330: ['Blueprint_19', 10, -1, 1125, 3915, 0, 500, 7, true, 0], + 47331: ['Blueprint_20', 10, -1, 1170, 3915, 0, 500, 7, true, 0], + 47332: ['Blueprint_21', 10, -1, 1215, 3915, 0, 500, 7, true, 0], + 47333: ['Blueprint_22', 10, -1, 1260, 3915, 0, 500, 7, true, 0], + 47334: ['Blueprint_23', 10, -1, 1305, 3915, 0, 500, 7, true, 0], + 47335: ['Blueprint_24', 10, -1, 1350, 3915, 0, 500, 7, true, 0], + 47336: ['Blueprint_25', 10, -1, 1395, 3915, 0, 500, 7, true, 0], + 47337: ['Blueprint_26', 10, -1, 1440, 3915, 0, 500, 7, true, 0], + 47338: ['Blueprint_27', 10, -1, 1485, 3915, 0, 500, 7, true, 0], + 47339: ['Blueprint_28', 10, -1, 1530, 3915, 0, 500, 7, true, 0], + 47340: ['Blueprint_29', 10, -1, 1575, 3915, 0, 500, 7, true, 0], + 47341: ['Blueprint_30', 10, -1, 1620, 3915, 0, 500, 7, true, 0], + 47342: ['Blueprint_31', 10, -1, 1665, 3915, 0, 500, 7, true, 0], + 47343: ['Blueprint_32', 10, -1, 1710, 3915, 0, 500, 7, true, 0], + 47344: ['Blueprint_33', 10, -1, 1755, 3915, 0, 500, 7, true, 0], + 47345: ['Blueprint_34', 10, -1, 1800, 3915, 0, 500, 7, true, 0], + 47346: ['Blueprint_35', 10, -1, 1845, 3915, 0, 500, 7, true, 0], + 47347: ['Blueprint_36', 10, -1, 1890, 3915, 0, 500, 7, true, 0], + 47348: ['Blueprint_37', 10, -1, 1935, 3915, 0, 500, 7, true, 0], + 47349: ['Blueprint_38', 10, -1, 1980, 3915, 0, 500, 7, true, 0], + 47350: ['Blueprint_39', 10, -1, 2025, 3915, 0, 500, 7, true, 0], + 47351: ['Blueprint_40', 10, -1, 2070, 3915, 0, 500, 7, true, 0], + 47352: ['Blueprint_41', 10, -1, 2115, 3915, 0, 500, 7, true, 0], + 47353: ['Blueprint_42', 10, -1, 2160, 3915, 0, 500, 7, true, 0], + 47354: ['Blueprint_43', 10, -1, 2205, 3915, 0, 500, 7, true, 0], + 47355: ['Blueprint_44', 10, -1, 2250, 3915, 0, 500, 7, true, 0], + 47356: ['Blueprint_45', 10, -1, 2295, 3915, 0, 500, 7, true, 0], + 47357: ['Blueprint_46', 10, -1, 2340, 3915, 0, 500, 7, true, 0], + 47358: ['Blueprint_47', 10, -1, 2385, 3915, 0, 500, 7, true, 0], + 47359: ['Blueprint_48', 10, -1, 2430, 3915, 0, 500, 7, true, 0], + 47360: ['Basic Ore', 10, -1, 2475, 3915, 0, 50, 5, true, 0], + 47361: ['Greater Ore', 10, -1, 2520, 3915, 0, 100, 5, true, 0], + 47362: ['Superior Ore', 10, -1, 2565, 3915, 0, 250, 5, true, 0], + 47363: ['Paramount Ore', 10, -1, 2610, 3915, 0, 500, 5, true, 0], + 47364: ["Blueprint_Santa's Arsenal", 10, -1, 2655, 3915, 0, 200, 7, true, 0], + 47365: ['Blueprint_51', 10, -1, 2700, 3915, 0, 500, 7, true, 0], + 47366: ['Blueprint_52', 10, -1, 2745, 3915, 0, 500, 7, true, 0], + 47367: ['Blueprint_53', 10, -1, 2790, 3915, 0, 500, 7, true, 0], + 47368: ['Blueprint_54', 10, -1, 2835, 3915, 0, 500, 7, true, 0], + 47369: ['Blueprint_55', 10, -1, 2880, 3915, 0, 500, 7, true, 0], + 47370: ['Blueprint_56', 10, -1, 2925, 3915, 0, 500, 7, true, 0], + 47371: ['Blueprint_57', 10, -1, 2970, 3915, 0, 500, 7, true, 0], + 47372: ['Blueprint_58', 10, -1, 3015, 3915, 0, 500, 7, true, 0], + 47373: ['Blueprint_59', 10, -1, 3060, 3915, 0, 500, 7, true, 0], + 47374: ['Blueprint_60', 10, -1, 3105, 3915, 0, 500, 7, true, 0], + 47375: ['Blueprint_61', 10, -1, 3150, 3915, 0, 500, 7, true, 0], + 47376: ['Blueprint_62', 10, -1, 3195, 3915, 0, 500, 7, true, 0], + 47377: ['Blueprint_63', 10, -1, 3240, 3915, 0, 500, 7, true, 0], + 47378: ['Blueprint_64', 10, -1, 3285, 3915, 0, 500, 7, true, 0], + 47379: ['Blueprint_65', 10, -1, 3330, 3915, 0, 500, 7, true, 0], + 47380: ['Blueprint_66', 10, -1, 3375, 3915, 0, 500, 7, true, 0], + 47381: ['Blueprint_67', 10, -1, 3420, 3915, 0, 500, 7, true, 0], + 47382: ['Blueprint_68', 10, -1, 3465, 3915, 0, 500, 7, true, 0], + 47383: ['Blueprint_69', 10, -1, 3510, 3915, 0, 500, 7, true, 0], + 47384: ['Blueprint_70', 10, -1, 3555, 3915, 0, 500, 7, true, 0], + 47385: ['Blueprint_71', 10, -1, 3600, 3915, 0, 500, 7, true, 0], + 47392: ['Blueprint_49', 10, -1, 3645, 3915, 0, 500, 7, true, 0], + 47393: ['Blueprint_50', 10, -1, 3690, 3915, 0, 500, 7, true, 0], + 47423: ['Cheer Token x1', 10, -1, 3735, 3915, 0, 0, 2, true, 1], + 47424: ['Cheer Token x2', 10, -1, 3780, 3915, 0, 0, 2, true, 2], + 47425: ['Cheer Token x3', 10, -1, 3825, 3915, 0, 0, 2, true, 3], + 47426: ['Cheer Token x4', 10, -1, 3870, 3915, 0, 0, 2, true, 4], + 47427: ['Cheer Token x5', 10, -1, 3915, 3915, 0, 0, 2, true, 5], + 47428: ['Cheer Token x6', 10, -1, 3960, 3915, 0, 0, 2, true, 6], + 47429: ['Cheer Token x7', 10, -1, 4005, 3915, 0, 0, 2, true, 7], + 47430: ['Cheer Token x8', 10, -1, 4050, 3915, 0, 0, 2, true, 8], + 47431: ['Cheer Token x9', 10, -1, 4095, 3915, 0, 0, 2, true, 9], + 47432: ['Cheer Token x10', 10, -1, 4140, 3915, 0, 0, 2, true, 10], + 47433: ['Cheer Token x11', 10, -1, 4185, 3915, 0, 0, 2, true, 11], + 47434: ['Cheer Token x12', 10, -1, 4230, 3915, 0, 0, 2, true, 12], + 47435: ['Cheer Token x13', 10, -1, 4275, 3915, 0, 0, 2, true, 13], + 47436: ['Cheer Token x14', 10, -1, 4320, 3915, 0, 0, 2, true, 14], + 47437: ['Cheer Token x15', 10, -1, 4365, 3915, 0, 0, 2, true, 15], + 47438: ['Cheer Token x16', 10, -1, 4410, 3915, 0, 0, 2, true, 16], + 47439: ['Cheer Token x17', 10, -1, 4455, 3915, 0, 0, 2, true, 17], + 47440: ['Cheer Token x18', 10, -1, 0, 3960, 0, 0, 2, true, 18], + 47441: ['Cheer Token x19', 10, -1, 45, 3960, 0, 0, 2, true, 19], + 47442: ['Cheer Token x20', 10, -1, 90, 3960, 0, 0, 2, true, 20], + 49160: ['2AssassinST0', 2, -1, 135, 3960, 5, 850, 8, true, 0], + 49317: ['White Bag Emote', 10, -1, 180, 3960, 0, 0, 2, true, 0], + 49318: ['Good Luck Emote', 10, -1, 225, 3960, 0, 0, 2, true, 0], + 49319: ['OK Emote', 10, -1, 270, 3960, 0, 0, 2, true, 0], + 49320: ['Question Mark Emote', 10, -1, 315, 3960, 0, 0, 2, true, 0], + 49321: ['Exclamation Mark Emote', 10, -1, 360, 3960, 0, 0, 2, true, 0], + 49322: ['Nexus Emote', 10, -1, 405, 3960, 0, 0, 2, true, 0], + 49323: ['Clock Emote', 10, -1, 450, 3960, 0, 0, 2, true, 0], + 49324: ['Warning Emote', 10, -1, 495, 3960, 0, 0, 2, true, 0], + 49325: ['Eye Emote', 10, -1, 540, 3960, 0, 0, 2, true, 0], + 49393: ['Blood Emote', 10, -1, 585, 3960, 0, 0, 2, true, 0], + 49461: ['Blueprint_240', 10, -1, 630, 3960, 0, 500, 7, true, 0], + 49462: ['Blueprint_241', 10, -1, 675, 3960, 0, 500, 7, true, 0], + 49463: ['Blueprint_242', 10, -1, 720, 3960, 0, 500, 7, true, 0], + 49464: ['Blueprint_243', 10, -1, 765, 3960, 0, 500, 7, true, 0], + 49465: ['Blueprint_244', 10, -1, 810, 3960, 0, 500, 7, true, 0], + 49466: ['Blueprint_245', 10, -1, 855, 3960, 0, 500, 7, true, 0], + 49467: ['Blueprint_239', 10, -1, 900, 3960, 0, 500, 7, true, 0], + 49468: ['Clockwork Repeater', 3, -1, 945, 3960, 8, 1400, 6, true, 0], + 49469: ['Mechanical Kogbold Limb', 17, -1, 990, 3960, 8, 1400, 6, true, 0], + 49470: ['Atavistic Soul Sabre', 1, -1, 1035, 3960, 8, 1400, 6, true, 0], + 49471: ['Socket Blade', 24, -1, 1080, 3960, 8, 1400, 6, true, 0], + 49472: ['Mark of the Control Core', 10, -1, 1125, 3960, 0, 50, 2, true, 0], + 49473: ['Kogbold Enhancement Core', 10, -1, 1170, 3960, 0, 1200, 6, true, 0], + 49526: ['Kogbold Steamworks Enchanted Key', 10, -1, 1215, 3960, 0, 200, 7, true, 0], + 49527: ['Kogbold Steamworks Augmented Key', 10, -1, 1260, 3960, 0, 200, 7, true, 0], + 49528: ['Kogbold Steamworks Solo Key', 10, -1, 1305, 3960, 0, 200, 7, true, 0], + 49535: ['Kogbold Steamworks Key', 10, -1, 1350, 3960, 0, 200, 7, true, 0], + 49536: ['Steampunk Quest Chest Item', 10, -1, 1395, 3960, 0, 200, 8, true, 0], + 49540: ['Trick Scepter ADMIN', 29, -1, 1440, 3960, 7, 700, 6, true, 0], + 49616: ['Blueprint_253', 10, -1, 1485, 3960, 0, 500, 7, true, 0], + 49617: ['Blueprint_254', 10, -1, 1530, 3960, 0, 500, 7, true, 0], + 49618: ['Blueprint_255', 10, -1, 1575, 3960, 0, 500, 7, true, 0], + 49619: ['Blueprint_256', 10, -1, 1620, 3960, 0, 500, 7, true, 0], + 49620: ['Blueprint_257', 10, -1, 1665, 3960, 0, 500, 7, true, 0], + 49621: ['Blueprint_258', 10, -1, 1710, 3960, 0, 500, 7, true, 0], + 49622: ['Blueprint_259', 10, -1, 1755, 3960, 0, 500, 7, true, 0], + 49623: ['Blueprint_260', 10, -1, 1800, 3960, 0, 500, 7, true, 0], + 49624: ['Blueprint_261', 10, -1, 1845, 3960, 0, 500, 7, true, 0], + 49625: ['Blueprint_262', 10, -1, 1890, 3960, 0, 500, 7, true, 0], + 49626: ['Blueprint_263', 10, -1, 1935, 3960, 0, 500, 7, true, 0], + 49640: ["Pirate's Artillery", 1, -1, 1980, 3960, 7, 1000, 6, true, 0], + 49664: ['Rock Emote', 10, -1, 2025, 3960, 0, 0, 2, true, 0], + 49665: ['Paper Emote', 10, -1, 2070, 3960, 0, 0, 2, true, 0], + 49666: ['Scissors Emote', 10, -1, 2115, 3960, 0, 0, 2, true, 0], + 49667: ['Crazy Chicken Emote', 10, -1, 2160, 3960, 0, 0, 2, true, 0], + 49668: ['Attack Emote', 10, -1, 2205, 3960, 0, 0, 2, true, 0], + 49669: ['Kisses Emote', 10, -1, 2250, 3960, 0, 0, 2, true, 0], + 49670: ['Heart Eyes Emote', 10, -1, 2295, 3960, 0, 0, 2, true, 0], + 49671: ['Heart With Arrow Emote', 10, -1, 2340, 3960, 0, 0, 2, true, 0], + 49672: ['Heart Gift Emote', 10, -1, 2385, 3960, 0, 0, 2, true, 0], + 49673: ['Bouquet Emote', 10, -1, 2430, 3960, 0, 0, 2, true, 0], + 49674: ['F Emote', 10, -1, 2475, 3960, 0, 0, 2, true, 0], + 49675: ['Bronze Trophy Emote', 10, -1, 2520, 3960, 0, 0, 2, true, 0], + 49676: ['Silver Trophy Emote', 10, -1, 2565, 3960, 0, 0, 2, true, 0], + 49677: ['Gold Trophy Emote', 10, -1, 2610, 3960, 0, 0, 2, true, 0], + 49678: ['Clown Emote', 10, -1, 2655, 3960, 0, 0, 2, true, 0], + 49679: ['Playful Emote', 10, -1, 2700, 3960, 0, 0, 2, true, 0], + 49680: ['Sweating Emote', 10, -1, 2745, 3960, 0, 0, 2, true, 0], + 49681: ['Goofy Emote', 10, -1, 2790, 3960, 0, 0, 2, true, 0], + 49682: ['Chocolate Bunny Emote', 10, -1, 2835, 3960, 0, 0, 2, true, 0], + 49683: ['Nerd Chocolate Bunny Emote', 10, -1, 2880, 3960, 0, 0, 2, true, 0], + 49684: ['Basket Egg Emote', 10, -1, 2925, 3960, 0, 0, 2, true, 0], + 49685: ['Rainbow Egg Emote', 10, -1, 2970, 3960, 0, 0, 2, true, 0], + 49686: ['Broken Egg Emote', 10, -1, 3015, 3960, 0, 0, 2, true, 0], + 49687: ['Frozen Emote', 10, -1, 3060, 3960, 0, 0, 2, true, 0], + 49688: ['Dodge Emote', 10, -1, 3105, 3960, 0, 0, 2, true, 0], + 49689: ['Portal Emote', 10, -1, 3150, 3960, 0, 0, 2, true, 0], + 49690: ['Kogbold Cower Shield', 5, -1, 3195, 3960, 7, 950, 6, true, 0], + 49691: ['Cower Shield Shots', 15, -1, 3240, 3960, 0, 0, 0, false, 0], + 49692: ['Golden Screw', 10, -1, 3285, 3960, 0, 0, 8, true, 0], + 49693: ['Scepter of Rust', 23, -1, 3330, 3960, 7, 900, 6, true, 0], + 49694: ['Brain Cube', 19, -1, 3375, 3960, 7, 1000, 6, true, 0], + 49695: ['Chain Dagger', 2, -1, 3420, 3960, 7, 1000, 6, true, 0], + 49696: ['Laser Pointer', 8, -1, 3465, 3960, 7, 1000, 6, true, 0], + 49745: ['Mixture Emote', 10, -1, 3510, 3960, 0, 0, 2, true, 0], + 49746: ['Surprise Emote', 10, -1, 3555, 3960, 0, 0, 2, true, 0], + 49747: ['Palm Tree Emote', 10, -1, 3600, 3960, 0, 0, 2, true, 0], + 49748: ['Coconut Cocktail Emote', 10, -1, 3645, 3960, 0, 0, 2, true, 0], + 49749: ['Watermelon Emote', 10, -1, 3690, 3960, 0, 0, 2, true, 0], + 49750: ['Beach Bucket Emote', 10, -1, 3735, 3960, 0, 0, 2, true, 0], + 49751: ['Beach Shovel Emote', 10, -1, 3780, 3960, 0, 0, 2, true, 0], + 49752: ['Water Pistol Emote', 10, -1, 3825, 3960, 0, 0, 2, true, 0], + 49753: ['Sundae Emote', 10, -1, 3870, 3960, 0, 0, 2, true, 0], + 49754: ['Ice Cream Cone Emote', 10, -1, 3915, 3960, 0, 0, 2, true, 0], + 49756: ['Beach Ball Emote', 10, -1, 3960, 3960, 0, 0, 2, true, 0], + 49757: ['Summer Sun Emote', 10, -1, 4005, 3960, 0, 0, 2, true, 0], + 49758: ['Large Palm Tree Emote', 10, -1, 4050, 3960, 0, 0, 2, true, 0], + 49759: ['Large Watermelon Emote', 10, -1, 4095, 3960, 0, 0, 2, true, 0], + 49760: ['Large Summer Cocktail Emote', 10, -1, 4140, 3960, 0, 0, 2, true, 0], + 49761: ['Large Beach Bucket Emote', 10, -1, 4185, 3960, 0, 0, 2, true, 0], + 49764: ['Water Gun Emote', 10, -1, 4230, 3960, 0, 0, 2, true, 0], + 49765: ['Summer Cocktail Emote', 10, -1, 4275, 3960, 0, 0, 2, true, 0], + 49766: ['Large Beach Ball Emote', 10, -1, 4320, 3960, 0, 0, 2, true, 0], + 49769: ['Large Ice Cream Cone Emote', 10, -1, 4365, 3960, 0, 0, 2, true, 0], + 49770: ["Hero's Bronze Trophy Emote", 10, -1, 4410, 3960, 0, 0, 2, true, 0], + 49771: ["Hero's Silver Trophy Emote", 10, -1, 4455, 3960, 0, 0, 2, true, 0], + 49772: ["Hero's Gold Trophy Emote", 10, -1, 0, 4005, 0, 0, 2, true, 0], + 49773: ['Surprised Cat Emote', 10, -1, 45, 4005, 0, 0, 2, true, 0], + 49809: ['Festival Enjoyer Bard Skin', 10, -1, 90, 4005, 0, 1000, 7, true, 0], + 49811: ['Festival Enjoyer Kensei Skin', 10, -1, 135, 4005, 0, 1000, 7, true, 0], + 49813: ['April Fools Summoner Skin', 10, -1, 180, 4005, 0, 0, 7, false, 0], + 49815: ['April Fools Kensei Skin', 10, -1, 225, 4005, 0, 0, 7, false, 0], + 49818: ['Rosy Gravestone Unlocker 1', 10, -1, 270, 4005, 0, 1000, 7, true, 0], + 49819: ['Rosy Gravestone Unlocker 2', 10, -1, 315, 4005, 0, 1000, 7, true, 0], + 49820: ['Rosy Gravestone Unlocker 3', 10, -1, 360, 4005, 0, 1000, 7, true, 0], + 49821: ['Rosy Gravestone Unlocker 4', 10, -1, 405, 4005, 0, 1000, 7, true, 0], + 49822: ['Rosy Gravestone Unlocker 5', 10, -1, 450, 4005, 0, 1000, 7, true, 0], + 49823: ['Rosy Gravestone Unlocker 6', 10, -1, 495, 4005, 0, 1000, 7, true, 0], + 49825: ['Digitalis Fox Archer Skin', 10, -1, 540, 4005, 0, 1000, 7, true, 0], + 49827: ['Bluebell Borzoi Warrior Skin', 10, -1, 585, 4005, 0, 1000, 7, true, 0], + 49829: ['Forsythia Chihuahua Sorcerer Skin', 10, -1, 630, 4005, 0, 1000, 7, true, 0], + 49831: ['Primula Greyhound Kensei Skin', 10, -1, 675, 4005, 0, 1000, 7, true, 0], + 49833: ['Dark Ronin Samurai Skin', 10, -1, 720, 4005, 0, 1000, 7, true, 0], + 49835: ['Doomsinger Bard Skin', 10, -1, 765, 4005, 0, 1000, 7, true, 0], + 49837: ['Plague Summoner Skin', 10, -1, 810, 4005, 0, 1000, 7, true, 0], + 49839: ['Spectral Mystic Skin', 10, -1, 855, 4005, 0, 1000, 7, true, 0], + 49841: ['Bone Blade Ninja Skin', 10, -1, 900, 4005, 0, 1000, 7, true, 0], + 49843: ['Mini Plague Doctor Priest Skin', 10, -1, 945, 4005, 0, 1000, 7, true, 0], + 49845: ['Mini Onmyoji Ninja Skin', 10, -1, 990, 4005, 0, 1000, 7, true, 0], + 49848: ['Blueprint_246', 10, -1, 1035, 4005, 0, 500, 7, true, 0], + 49849: ['Blueprint_247', 10, -1, 1080, 4005, 0, 500, 7, true, 0], + 49850: ['Blueprint_248', 10, -1, 1125, 4005, 0, 500, 7, true, 0], + 49851: ['Blueprint_249', 10, -1, 1170, 4005, 0, 500, 7, true, 0], + 49852: ['Blueprint_250', 10, -1, 1215, 4005, 0, 500, 7, true, 0], + 49853: ['Blueprint_251', 10, -1, 1260, 4005, 0, 500, 7, true, 0], + 49920: ['Rosy Gravestone Unlocker 7', 10, -1, 1305, 4005, 0, 1000, 7, true, 0], + 49921: ['Rosy Gravestone Unlocker 8', 10, -1, 1350, 4005, 0, 1000, 7, true, 0], + 49922: ['Rosy Gravestone Unlocker 9', 10, -1, 1395, 4005, 0, 1000, 7, true, 0], + 49923: ['Rosy Gravestone Unlocker 10', 10, -1, 1440, 4005, 0, 1000, 7, true, 0], + 49924: ['Rosy Gravestone Unlocker 11', 10, -1, 1485, 4005, 0, 1000, 7, true, 0], + 50033: ['NPC Title Unlocker', 10, -1, 1530, 4005, 0, 0, 7, true, 0], + 50035: ['Moonlight Dancer Title Unlocker', 10, -1, 1575, 4005, 0, 0, 7, true, 0], + 50037: ['The Rumoured Title Unlocker', 10, -1, 1620, 4005, 0, 0, 7, true, 0], + 50039: ['The Prophesied Title Unlocker', 10, -1, 1665, 4005, 0, 0, 7, true, 0], + 50041: ['The Fated Hero Title Unlocker', 10, -1, 1710, 4005, 0, 0, 7, true, 0], + 50042: ['Fate Weaver Title Unlocker', 10, -1, 1755, 4005, 0, 0, 7, true, 0], + 50044: ['The Sinner Title Unlocker', 10, -1, 1800, 4005, 0, 0, 7, true, 0], + 50046: ['Sinister Speedster Title Unlocker', 10, -1, 1845, 4005, 0, 0, 7, true, 0], + 50048: ['Parasitic Speedster Title Unlocker', 10, -1, 1890, 4005, 0, 0, 7, true, 0], + 50050: ['The Night Prince Unlocker', 10, -1, 1935, 4005, 0, 0, 7, true, 0], + 50286: ['Toy Bot K.B Pet Stone', 10, -1, 1980, 4005, 0, 1000, 7, true, 0], + 50289: ['Kogbold Maid Pet Stone', 10, -1, 2025, 4005, 0, 1000, 7, true, 0], + 50300: ['Blueprint_252', 10, -1, 2070, 4005, 0, 500, 7, true, 0], + 50304: ['Kogbold Multitool Sweep Proj', 27, -1, 2115, 4005, 0, 0, 0, true, 0], + 50306: ['Kogbold Multitool Strike Proj', 27, -1, 2160, 4005, 0, 0, 0, true, 0], + 50307: ['Kogbold Multitool', 27, -1, 2205, 4005, 8, 950, 6, true, 0], + 50404: ['Legendary Nilshard x1', 10, -1, 2250, 4005, 0, 15, 2, true, 1], + 50405: ['Legendary Nilshard x2', 10, -1, 2295, 4005, 0, 30, 2, true, 2], + 50406: ['Legendary Nilshard x3', 10, -1, 2340, 4005, 0, 45, 2, true, 3], + 50407: ['Epic Nilshard x1', 10, -1, 2385, 4005, 0, 10, 2, true, 1], + 50408: ['Epic Nilshard x2', 10, -1, 2430, 4005, 0, 20, 2, true, 2], + 50409: ['Epic Nilshard x3', 10, -1, 2475, 4005, 0, 30, 2, true, 3], + 50410: ['Rare Nilshard x1', 10, -1, 2520, 4005, 0, 5, 2, true, 1], + 50411: ['Rare Nilshard x2', 10, -1, 2565, 4005, 0, 10, 2, true, 2], + 50412: ['Rare Nilshard x3', 10, -1, 2610, 4005, 0, 15, 2, true, 3], + 50413: ['Common Nilshard x1', 10, -1, 2655, 4005, 0, 5, 2, true, 1], + 50414: ['Common Nilshard x2', 10, -1, 2700, 4005, 0, 10, 2, true, 2], + 50415: ['Common Nilshard x3', 10, -1, 2745, 4005, 0, 15, 2, true, 3], + 50430: ['TM Activate Bit Invert', 10, -1, 2790, 4005, 0, 200, 0, true, 0], + 50652: ['Master Title Unlocker', 10, -1, 2835, 4005, 0, 0, 7, true, 0], + 50654: ['Combat Title Unlocker', 10, -1, 2880, 4005, 0, 0, 7, true, 0], + 50656: ['The Aspirant Title Unlocker', 10, -1, 2925, 4005, 0, 0, 7, true, 0], + 50658: ['The Achieved Title Unlocker', 10, -1, 2970, 4005, 0, 0, 7, true, 0], + 50660: ['Mangry Title Unlocker', 10, -1, 3015, 4005, 0, 0, 7, true, 0], + 50662: ['Petless Title Unlocker', 10, -1, 3060, 4005, 0, 0, 7, true, 0], + 50664: ['Headhunter Title Unlocker', 10, -1, 3105, 4005, 0, 0, 7, true, 0], + 50666: ['Bounty Hunter Title Unlocker', 10, -1, 3150, 4005, 0, 0, 7, true, 0], + 50669: ['Oryxmania Cheer x1', 10, -1, 3195, 4005, 0, 0, 2, true, 1], + 50670: ['Oryxmania Cheer x2', 10, -1, 3240, 4005, 0, 0, 2, true, 2], + 50671: ['Oryxmania Cheer x3', 10, -1, 3285, 4005, 0, 0, 2, true, 3], + 50672: ['Oryxmania Cheer x4', 10, -1, 3330, 4005, 0, 0, 2, true, 4], + 50673: ['Oryxmania Cheer x5', 10, -1, 3375, 4005, 0, 0, 2, true, 5], + 50674: ['Oryxmania Cheer x6', 10, -1, 3420, 4005, 0, 0, 2, true, 6], + 50675: ['Oryxmania Cheer x7', 10, -1, 3465, 4005, 0, 0, 2, true, 7], + 50676: ['Oryxmania Cheer x8', 10, -1, 3510, 4005, 0, 0, 2, true, 8], + 50677: ['Oryxmania Cheer x9', 10, -1, 3555, 4005, 0, 0, 2, true, 9], + 50678: ['Oryxmania Cheer x10', 10, -1, 3600, 4005, 0, 0, 2, true, 10], + 50679: ['Oryx Emote', 10, -1, 3645, 4005, 0, 0, 2, true, 0], + 50680: ['Run Emote', 10, -1, 3690, 4005, 0, 0, 2, true, 0], + 50681: ['Damage Emote', 10, -1, 3735, 4005, 0, 0, 2, true, 0], + 50682: ['Weapon Emote', 10, -1, 3780, 4005, 0, 0, 2, true, 0], + 50683: ['Gladiator Oryx Emote', 10, -1, 3825, 4005, 0, 0, 2, true, 0], + 50684: ['Fire Sword Emote', 10, -1, 3870, 4005, 0, 0, 2, true, 0], + 50685: ['Mad Demon Emote', 10, -1, 3915, 4005, 0, 0, 2, true, 0], + 50686: ['The Savior Title Unlocker', 10, -1, 3960, 4005, 0, 0, 7, true, 0], + 50688: ['Trade Emote', 10, -1, 4005, 4005, 0, 0, 2, true, 0], + 50689: ['Eyes Emote', 10, -1, 4050, 4005, 0, 0, 2, true, 0], + 50691: ['The Hops Hero Title Unlocker', 10, -1, 4095, 4005, 0, 0, 7, true, 0], + 50693: ['Brewer Title Unlocker', 10, -1, 4140, 4005, 0, 0, 7, true, 0], + 50695: ['Brewmeister Title Unlocker', 10, -1, 4185, 4005, 0, 0, 7, true, 0], + 50696: ['Dove Emote', 10, -1, 4230, 4005, 0, 0, 2, true, 0], + 50697: ['Raven Emote', 10, -1, 4275, 4005, 0, 0, 2, true, 0], + 50700: ['Zodiac Bunny Pet Stone', 10, -1, 4320, 4005, 0, 1000, 7, true, 0], + 50703: ['Model K999 Pet Stone', 10, -1, 4365, 4005, 0, 1000, 7, true, 0], + 50706: ['Gentle Unicorn Pet Stone', 10, -1, 4410, 4005, 0, 1000, 7, true, 0], + 50709: ['Genie Lamp Pet Stone', 10, -1, 4455, 4005, 0, 1000, 7, true, 0], + 50712: ['Flying Carpet Pet Stone', 10, -1, 0, 4050, 0, 1000, 7, true, 0], + 50715: ['King Cobra Pet Stone', 10, -1, 45, 4050, 0, 1000, 7, true, 0], + 50718: ['Chibi Kitsune Umi Pet Stone', 10, -1, 90, 4050, 0, 1000, 7, true, 0], + 50721: ['Abyssal Crab Pet Stone', 10, -1, 135, 4050, 0, 1000, 7, true, 0], + 50724: ['Cryophoenix Pet Stone', 10, -1, 180, 4050, 0, 1000, 7, true, 0], + 50727: ['Spectral Raven Pet Stone', 10, -1, 225, 4050, 0, 1000, 7, true, 0], + 50730: ['Void Child Pet Stone', 10, -1, 270, 4050, 0, 1000, 7, true, 0], + 50733: ['Gelatinous Warrior Pet Stone', 10, -1, 315, 4050, 0, 1000, 7, true, 0], + 50736: ['Karate Pug Pet Stone', 10, -1, 360, 4050, 0, 1000, 7, true, 0], + 50739: ['Echo of a Hero Pet Stone', 10, -1, 405, 4050, 0, 1000, 7, true, 0], + 50741: ['Crown of the Marble Colossus x1', 10, -1, 450, 4050, 0, 0, 2, true, 1], + 50742: ['Crown of the Marble Colossus x2', 10, -1, 495, 4050, 0, 0, 2, true, 2], + 50743: ['Crown of the Marble Colossus x3', 10, -1, 540, 4050, 0, 0, 2, true, 3], + 50744: ['Crown of the Marble Colossus x4', 10, -1, 585, 4050, 0, 0, 2, true, 4], + 50745: ['Crown of the Marble Colossus x5', 10, -1, 630, 4050, 0, 0, 2, true, 5], + 50747: ['Crown of the Exalted God x1', 10, -1, 675, 4050, 0, 0, 2, true, 1], + 50748: ['Crown of the Exalted God x2', 10, -1, 720, 4050, 0, 0, 2, true, 2], + 50749: ['Crown of the Exalted God x3', 10, -1, 765, 4050, 0, 0, 2, true, 3], + 50750: ['Crown of the Exalted God x4', 10, -1, 810, 4050, 0, 0, 2, true, 4], + 50751: ['Crown of the Exalted God x5', 10, -1, 855, 4050, 0, 0, 2, true, 5], + 50753: ['Crown of the Control Core x1', 10, -1, 900, 4050, 0, 0, 2, true, 1], + 50754: ['Crown of the Control Core x2', 10, -1, 945, 4050, 0, 0, 2, true, 2], + 50755: ['Crown of the Control Core x3', 10, -1, 990, 4050, 0, 0, 2, true, 3], + 50756: ['Crown of the Control Core x4', 10, -1, 1035, 4050, 0, 0, 2, true, 4], + 50757: ['Crown of the Control Core x5', 10, -1, 1080, 4050, 0, 0, 2, true, 5], + 50762: ['Crown of the Void x1', 10, -1, 1125, 4050, 0, 0, 2, true, 1], + 50763: ['Crown of the Void x2', 10, -1, 1170, 4050, 0, 0, 2, true, 2], + 50764: ['Crown of the Void x3', 10, -1, 1215, 4050, 0, 0, 2, true, 3], + 50765: ['Crown of the Void x4', 10, -1, 1260, 4050, 0, 0, 2, true, 4], + 50766: ['Crown of the Void x5', 10, -1, 1305, 4050, 0, 0, 2, true, 5], + 50768: ['Crown of the Forgotten King x1', 10, -1, 1350, 4050, 0, 0, 2, true, 1], + 50769: ['Crown of the Forgotten King x2', 10, -1, 1395, 4050, 0, 0, 2, true, 2], + 50770: ['Crown of the Forgotten King x3', 10, -1, 1440, 4050, 0, 0, 2, true, 3], + 50771: ['Crown of the Forgotten King x4', 10, -1, 1485, 4050, 0, 0, 2, true, 4], + 50772: ['Crown of the Forgotten King x5', 10, -1, 1530, 4050, 0, 0, 2, true, 5], + 50774: ['Golden Coin x1', 10, -1, 1575, 4050, 0, 0, 2, true, 1], + 50775: ['Golden Coin x2', 10, -1, 1620, 4050, 0, 0, 2, true, 2], + 50776: ['Golden Coin x3', 10, -1, 1665, 4050, 0, 0, 2, true, 3], + 50777: ['Golden Coin x4', 10, -1, 1710, 4050, 0, 0, 2, true, 4], + 50778: ['Golden Coin x5', 10, -1, 1755, 4050, 0, 0, 2, true, 5], + 50779: ['Golden Coin x6', 10, -1, 1800, 4050, 0, 0, 2, true, 6], + 50780: ['Golden Coin x7', 10, -1, 1845, 4050, 0, 0, 2, true, 7], + 50781: ['Golden Coin x8', 10, -1, 1890, 4050, 0, 0, 2, true, 8], + 50782: ['Golden Coin x9', 10, -1, 1935, 4050, 0, 0, 2, true, 9], + 50783: ['Golden Coin x10', 10, -1, 1980, 4050, 0, 0, 2, true, 10], + 50785: ['Silver Coin x1', 10, -1, 2025, 4050, 0, 0, 2, true, 1], + 50786: ['Silver Coin x2', 10, -1, 2070, 4050, 0, 0, 2, true, 2], + 50787: ['Silver Coin x3', 10, -1, 2115, 4050, 0, 0, 2, true, 3], + 50788: ['Silver Coin x4', 10, -1, 2160, 4050, 0, 0, 2, true, 4], + 50789: ['Silver Coin x5', 10, -1, 2205, 4050, 0, 0, 2, true, 5], + 50790: ['Silver Coin x6', 10, -1, 2250, 4050, 0, 0, 2, true, 6], + 50791: ['Silver Coin x7', 10, -1, 2295, 4050, 0, 0, 2, true, 7], + 50792: ['Silver Coin x8', 10, -1, 2340, 4050, 0, 0, 2, true, 8], + 50793: ['Silver Coin x9', 10, -1, 2385, 4050, 0, 0, 2, true, 9], + 50794: ['Silver Coin x10', 10, -1, 2430, 4050, 0, 0, 2, true, 10], + 50796: ['Shard of the Savior x1', 10, -1, 2475, 4050, 0, 0, 2, true, 1], + 50797: ['Shard of the Savior x2', 10, -1, 2520, 4050, 0, 0, 2, true, 2], + 50798: ['Shard of the Savior x3', 10, -1, 2565, 4050, 0, 0, 2, true, 3], + 50799: ['Shard of the Savior x4', 10, -1, 2610, 4050, 0, 0, 2, true, 4], + 50800: ['Shard of the Savior x5', 10, -1, 2655, 4050, 0, 0, 2, true, 5], + 50802: ['Invoker of the Netherworld Title Unlocker', 10, -1, 2700, 4050, 0, 0, 7, true, 0], + 50804: ['Abyssal Champion Title Unlocker', 10, -1, 2745, 4050, 0, 0, 7, true, 0], + 50806: ['The Shadowcaller Title Unlocker', 10, -1, 2790, 4050, 0, 0, 7, true, 0], + 50808: ['Acolyte of the Abyss Title Unlocker', 10, -1, 2835, 4050, 0, 0, 7, true, 0], + 50810: ['The Zombie Slayer Title Unlocker', 10, -1, 2880, 4050, 0, 0, 7, true, 0], + 50812: ['Master of Reanimation Title Unlocker', 10, -1, 2925, 4050, 0, 0, 7, true, 0], + 50813: ['3ArcherST0', 3, -1, 2970, 4050, 5, 800, 8, true, 0], + 50814: ['3ArcherST1', 15, -1, 3015, 4050, 7, 850, 8, true, 0], + 50815: ['3ArcherST2', 6, -1, 3060, 4050, 6, 700, 8, true, 0], + 50816: ['3ArcherST3', 9, -1, 3105, 4050, 4, 600, 8, true, 0], + 50817: ['3WizardST0', 17, -1, 3150, 4050, 5, 1000, 8, true, 0], + 50818: ['3WizardST1', 11, -1, 3195, 4050, 7, 850, 8, true, 0], + 50819: ['3WizardST2', 14, -1, 3240, 4050, 6, 800, 8, true, 0], + 50820: ['3WizardST3', 9, -1, 3285, 4050, 4, 750, 8, true, 0], + 50821: ['3WizardST3 Effect', 9, -1, 3330, 4050, 0, 0, 0, true, 0], + 50822: ['3ArcherSTToken', 10, -1, 3375, 4050, 0, 750, 5, true, 0], + 50823: ['3WizardSTToken', 10, -1, 3420, 4050, 0, 750, 5, true, 0], + 50824: ['Mini Kogbold Pyrotechnician Wizard Skin', 10, -1, 3465, 4050, 0, 1000, 7, true, 0], + 50825: ['Mini Kogbold Turretsmith Archer Skin', 10, -1, 3510, 4050, 0, 1000, 7, true, 0], + 50827: ['Kogbold Archer Skin', 10, -1, 3555, 4050, 0, 0, 7, false, 0], + 50829: ['Kogbold Rogue Skin', 10, -1, 3600, 4050, 0, 0, 7, false, 0], + 50831: ['Kogbold Wizard Skin', 10, -1, 3645, 4050, 0, 0, 7, false, 0], + 50833: ['Kogbold Priest Skin', 10, -1, 3690, 4050, 0, 0, 7, false, 0], + 50835: ['Kogbold Warrior Skin', 10, -1, 3735, 4050, 0, 0, 7, false, 0], + 50837: ['Kogbold Knight Skin', 10, -1, 3780, 4050, 0, 0, 7, false, 0], + 50839: ['Kogbold Paladin Skin', 10, -1, 3825, 4050, 0, 0, 7, false, 0], + 50841: ['Kogbold Assassin Skin', 10, -1, 3870, 4050, 0, 0, 7, false, 0], + 50843: ['Kogbold Necromancer Skin', 10, -1, 3915, 4050, 0, 0, 7, false, 0], + 50845: ['Kogbold Huntress Skin', 10, -1, 3960, 4050, 0, 0, 7, false, 0], + 50847: ['Kogbold Mystic Skin', 10, -1, 4005, 4050, 0, 0, 7, false, 0], + 50849: ['Kogbold Trickster Skin', 10, -1, 4050, 4050, 0, 0, 7, false, 0], + 50851: ['Kogbold Sorcerer Skin', 10, -1, 4095, 4050, 0, 0, 7, false, 0], + 50853: ['Kogbold Ninja Skin', 10, -1, 4140, 4050, 0, 0, 7, false, 0], + 50855: ['Kogbold Samurai Skin', 10, -1, 4185, 4050, 0, 0, 7, false, 0], + 50857: ['Kogbold Bard Skin', 10, -1, 4230, 4050, 0, 0, 7, false, 0], + 50859: ['Kogbold Summoner Skin', 10, -1, 4275, 4050, 0, 0, 7, false, 0], + 50861: ['Kogbold Kensei Skin', 10, -1, 4320, 4050, 0, 0, 7, false, 0], + 50863: ['Magus Perfectus Sorcerer Skin', 10, -1, 4365, 4050, 0, 1000, 7, true, 0], + 50865: ['Marksman Archer Skin', 10, -1, 4410, 4050, 0, 1000, 7, true, 0], + 50867: ['Stalwart Paladin Skin', 10, -1, 4455, 4050, 0, 1000, 7, true, 0], + 50869: ['Swiftblade Rogue Skin', 10, -1, 0, 4095, 0, 1000, 7, true, 0], + 50871: ['Aspirant Wizard Skin', 10, -1, 45, 4095, 0, 1000, 7, true, 0], + 50873: ['Echoes of Destiny Huntress Skin', 10, -1, 90, 4095, 0, 1000, 7, true, 0], + 50875: ['Pudgy Alien Mystic Skin', 10, -1, 135, 4095, 0, 1000, 7, true, 0], + 50877: ['Echoes of Destiny Knight Skin', 10, -1, 180, 4095, 0, 1000, 7, true, 0], + 50879: ['Echoes of Destiny Kensei Skin', 10, -1, 225, 4095, 0, 1000, 7, true, 0], + 50881: ['Echoes of Destiny Priest Skin', 10, -1, 270, 4095, 0, 1000, 7, true, 0], + 50883: ['The Night Prince Paladin Skin', 10, -1, 315, 4095, 0, 1000, 7, true, 0], + 50885: ['Kitsune Umi Sorcerer Skin', 10, -1, 360, 4095, 0, 1000, 7, true, 0], + 50887: ['Stealthy Stein Ninja Skin', 10, -1, 405, 4095, 0, 1000, 7, true, 0], + 50889: ['Lederhosen Assassin Skin', 10, -1, 450, 4095, 0, 1000, 7, true, 0], + 50891: ['Brewmaster Priest Skin', 10, -1, 495, 4095, 0, 1000, 7, true, 0], + 50893: ['Bavarian Warrior Skin', 10, -1, 540, 4095, 0, 1000, 7, true, 0], + 50895: ['Deer Huntress Skin', 10, -1, 585, 4095, 0, 1000, 7, true, 0], + 50898: ['The Pretzels Collector Title Unlocker', 10, -1, 630, 4095, 0, 0, 7, true, 0], + 50900: ['The Bratwurst King Title Unlocker', 10, -1, 675, 4095, 0, 0, 7, true, 0], + 50901: ['Vampire Necromancer Skin', 10, -1, 720, 4095, 0, 1000, 7, true, 0], + 50903: ['Mummy Kensei Skin', 10, -1, 765, 4095, 0, 1000, 7, true, 0], + 50906: ['Skull Cookie x1', 10, -1, 810, 4095, 0, 0, 2, true, 1], + 50907: ['Skull Cookie x2', 10, -1, 855, 4095, 0, 0, 2, true, 2], + 50908: ['Skull Cookie x3', 10, -1, 900, 4095, 0, 0, 2, true, 3], + 50909: ['Skull Cookie x4', 10, -1, 945, 4095, 0, 0, 2, true, 4], + 50910: ['Skull Cookie x5', 10, -1, 990, 4095, 0, 0, 2, true, 5], + 50911: ['Skull Cookie x6', 10, -1, 1035, 4095, 0, 0, 2, true, 6], + 50912: ['Skull Cookie x7', 10, -1, 1080, 4095, 0, 0, 2, true, 7], + 50913: ['Skull Cookie x8', 10, -1, 1125, 4095, 0, 0, 2, true, 8], + 50914: ['Skull Cookie x9', 10, -1, 1170, 4095, 0, 0, 2, true, 9], + 50915: ['Skull Cookie x10', 10, -1, 1215, 4095, 0, 0, 2, true, 10], + 50916: ['Skull Cookie x11', 10, -1, 1260, 4095, 0, 0, 2, true, 11], + 50917: ['Skull Cookie x12', 10, -1, 1305, 4095, 0, 0, 2, true, 12], + 50918: ['Skull Cookie x13', 10, -1, 1350, 4095, 0, 0, 2, true, 13], + 50919: ['Skull Cookie x14', 10, -1, 1395, 4095, 0, 0, 2, true, 14], + 50920: ['Skull Cookie x15', 10, -1, 1440, 4095, 0, 0, 2, true, 15], + 50921: ['Skull Cookie x16', 10, -1, 1485, 4095, 0, 0, 2, true, 16], + 50922: ['Skull Cookie x17', 10, -1, 1530, 4095, 0, 0, 2, true, 17], + 50923: ['Skull Cookie x18', 10, -1, 1575, 4095, 0, 0, 2, true, 18], + 50924: ['Skull Cookie x19', 10, -1, 1620, 4095, 0, 0, 2, true, 19], + 50925: ['Skull Cookie x20', 10, -1, 1665, 4095, 0, 0, 2, true, 20], + 50926: ['Skull Cookie x21', 10, -1, 1710, 4095, 0, 0, 2, true, 21], + 50927: ['Skull Cookie x22', 10, -1, 1755, 4095, 0, 0, 2, true, 22], + 50928: ['Skull Cookie x23', 10, -1, 1800, 4095, 0, 0, 2, true, 23], + 50929: ['Skull Cookie x24', 10, -1, 1845, 4095, 0, 0, 2, true, 24], + 50930: ['Skull Cookie x25', 10, -1, 1890, 4095, 0, 0, 2, true, 25], + 50931: ['Skull Cookie x26', 10, -1, 1935, 4095, 0, 0, 2, true, 26], + 50932: ['Skull Cookie x27', 10, -1, 1980, 4095, 0, 0, 2, true, 27], + 50933: ['Skull Cookie x28', 10, -1, 2025, 4095, 0, 0, 2, true, 28], + 50934: ['Skull Cookie x29', 10, -1, 2070, 4095, 0, 0, 2, true, 29], + 50935: ['Skull Cookie x30', 10, -1, 2115, 4095, 0, 0, 2, true, 30], + 50937: ['Pumpkin Talisman x1', 10, -1, 2160, 4095, 0, 0, 2, true, 1], + 50938: ['Pumpkin Talisman x2', 10, -1, 2205, 4095, 0, 0, 2, true, 2], + 50939: ['Pumpkin Talisman x3', 10, -1, 2250, 4095, 0, 0, 2, true, 3], + 50940: ['Pumpkin Talisman x4', 10, -1, 2295, 4095, 0, 0, 2, true, 4], + 50941: ['Pumpkin Talisman x5', 10, -1, 2340, 4095, 0, 0, 2, true, 5], + 50942: ['Pumpkin Talisman x6', 10, -1, 2385, 4095, 0, 0, 2, true, 6], + 50943: ['Pumpkin Talisman x7', 10, -1, 2430, 4095, 0, 0, 2, true, 7], + 50944: ['Pumpkin Talisman x8', 10, -1, 2475, 4095, 0, 0, 2, true, 8], + 50945: ['Pumpkin Talisman x9', 10, -1, 2520, 4095, 0, 0, 2, true, 9], + 50946: ['Pumpkin Talisman x10', 10, -1, 2565, 4095, 0, 0, 2, true, 10], + 50948: ['Zombie Tooth x1', 10, -1, 2610, 4095, 0, 0, 2, true, 1], + 50949: ['Zombie Tooth x2', 10, -1, 2655, 4095, 0, 0, 2, true, 2], + 50950: ['Zombie Tooth x3', 10, -1, 2700, 4095, 0, 0, 2, true, 3], + 50951: ['Zombie Tooth x4', 10, -1, 2745, 4095, 0, 0, 2, true, 4], + 50952: ['Zombie Tooth x5', 10, -1, 2790, 4095, 0, 0, 2, true, 5], + 50953: ['Zombie Tooth x6', 10, -1, 2835, 4095, 0, 0, 2, true, 6], + 50954: ['Zombie Tooth x7', 10, -1, 2880, 4095, 0, 0, 2, true, 7], + 50955: ['Zombie Tooth x8', 10, -1, 2925, 4095, 0, 0, 2, true, 8], + 50956: ['Zombie Tooth x9', 10, -1, 2970, 4095, 0, 0, 2, true, 9], + 50957: ['Zombie Tooth x10', 10, -1, 3015, 4095, 0, 0, 2, true, 10], + 50959: ['Darkened Zombie Tooth x1', 10, -1, 3060, 4095, 0, 0, 2, true, 1], + 50960: ['Darkened Zombie Tooth x2', 10, -1, 3105, 4095, 0, 0, 2, true, 2], + 50961: ['Darkened Zombie Tooth x3', 10, -1, 3150, 4095, 0, 0, 2, true, 3], + 50962: ['Darkened Zombie Tooth x4', 10, -1, 3195, 4095, 0, 0, 2, true, 4], + 50963: ['Darkened Zombie Tooth x5', 10, -1, 3240, 4095, 0, 0, 2, true, 5], + 50964: ['Darkened Zombie Tooth x6', 10, -1, 3285, 4095, 0, 0, 2, true, 6], + 50965: ['Darkened Zombie Tooth x7', 10, -1, 3330, 4095, 0, 0, 2, true, 7], + 50966: ['Darkened Zombie Tooth x8', 10, -1, 3375, 4095, 0, 0, 2, true, 8], + 50967: ['Darkened Zombie Tooth x9', 10, -1, 3420, 4095, 0, 0, 2, true, 9], + 50968: ['Darkened Zombie Tooth x10', 10, -1, 3465, 4095, 0, 0, 2, true, 10], + 50970: ['Golden Zombie Tooth x1', 10, -1, 3510, 4095, 0, 0, 2, true, 1], + 50971: ['Golden Zombie Tooth x2', 10, -1, 3555, 4095, 0, 0, 2, true, 2], + 50972: ['Golden Zombie Tooth x3', 10, -1, 3600, 4095, 0, 0, 2, true, 3], + 50973: ['Golden Zombie Tooth x4', 10, -1, 3645, 4095, 0, 0, 2, true, 4], + 50974: ['Golden Zombie Tooth x5', 10, -1, 3690, 4095, 0, 0, 2, true, 5], + 50975: ['Golden Zombie Tooth x6', 10, -1, 3735, 4095, 0, 0, 2, true, 6], + 50976: ['Golden Zombie Tooth x7', 10, -1, 3780, 4095, 0, 0, 2, true, 7], + 50977: ['Golden Zombie Tooth x8', 10, -1, 3825, 4095, 0, 0, 2, true, 8], + 50978: ['Golden Zombie Tooth x9', 10, -1, 3870, 4095, 0, 0, 2, true, 9], + 50979: ['Golden Zombie Tooth x10', 10, -1, 3915, 4095, 0, 0, 2, true, 10], + 50980: ['Bigfoot Footprint Emote', 10, -1, 3960, 4095, 0, 0, 2, true, 0], + 50981: ['Turkey Emote', 10, -1, 4005, 4095, 0, 0, 2, true, 0], + 50982: ['Cooked Turkey Emote', 10, -1, 4050, 4095, 0, 0, 2, true, 0], + 50983: ['Little Chicken Emote', 10, -1, 4095, 4095, 0, 0, 2, true, 0], + 50984: ['Jack O Lantern Emote', 10, -1, 4140, 4095, 0, 0, 2, true, 0], + 50985: ['Dryad Summoner Skin', 10, -1, 4185, 4095, 0, 1000, 7, true, 0], + 50987: ['Siren Sorcerer Skin', 10, -1, 4230, 4095, 0, 1000, 7, true, 0], + 50989: ['Cyclop Citizen Kensei Skin', 10, -1, 4275, 4095, 0, 1000, 7, true, 0], + 50991: ['Minotaur Citizen Mystic Skin', 10, -1, 4320, 4095, 0, 1000, 7, true, 0], + 50994: ['Legend of the Gorgon Title Unlocker', 10, -1, 4365, 4095, 0, 0, 7, true, 0], + 50996: ["Gorgon's Challenger Title Unlocker", 10, -1, 4410, 4095, 0, 0, 7, true, 0], + 50997: ['Mini Minotaur Knight Skin', 10, -1, 4455, 4095, 0, 1000, 7, true, 0], + 50998: ['Mini Shaman Sorcerer Skin', 10, -1, 0, 4140, 0, 1000, 7, true, 0], + 50999: ['Sick Emote', 10, -1, 45, 4140, 0, 0, 2, true, 0], + 51001: ['The Relic Raider Title Unlocker', 10, -1, 90, 4140, 0, 0, 7, true, 0], + 51002: ["Santa's Assistant Knight Skin", 10, -1, 135, 4140, 0, 1000, 7, true, 0], + 51004: ['Frost Mage Mystic Skin', 10, -1, 180, 4140, 0, 1000, 7, true, 0], + 51006: ['Winter Elven Archer Skin', 10, -1, 225, 4140, 0, 1000, 7, true, 0], + 51008: ['Reindeer Rogue Skin', 10, -1, 270, 4140, 0, 1000, 7, true, 0], + 51011: ['The Merrymaker Title Unlocker', 10, -1, 315, 4140, 0, 0, 7, true, 0], + 51013: ['The Frost Conqueror Title Unlocker', 10, -1, 360, 4140, 0, 0, 7, true, 0], + 51014: ['Snowman Bard Skin', 10, -1, 405, 4140, 0, 1000, 7, true, 0], + 51017: ['The Joyful Spirit Title Unlocker', 10, -1, 450, 4140, 0, 0, 7, true, 0], + 51019: ['The Snow Trooper Title Unlocker', 10, -1, 495, 4140, 0, 0, 7, true, 0], + 51021: ['The Avalanche Title Unlocker', 10, -1, 540, 4140, 0, 0, 7, true, 0], + 51023: ['The Cosmic Conqueror Title Unlocker', 10, -1, 585, 4140, 0, 0, 7, true, 0], + 51025: ['The Starborne Savior Title Unlocker', 10, -1, 630, 4140, 0, 0, 7, true, 0], + 51027: ['The Noble Vanquisher Title Unlocker', 10, -1, 675, 4140, 0, 0, 7, true, 0], + 51029: ["The Realm's Royal Defender Title Unlocker", 10, -1, 720, 4140, 0, 0, 7, true, 0], + 51041: ['Fishing Catch 1A', 10, -1, 765, 4140, 0, 0, 4, true, 0], + 51042: ['Fishing Catch 2A', 10, -1, 810, 4140, 0, 0, 4, true, 0], + 51043: ['Fishing Catch 3A', 10, -1, 855, 4140, 0, 0, 4, true, 0], + 51044: ['Fishing Catch 4A', 10, -1, 900, 4140, 0, 0, 4, true, 0], + 51045: ['Fishing Catch 5A', 10, -1, 945, 4140, 0, 0, 4, true, 0], + 51053: ['Frog Spawner', 10, -1, 990, 4140, 0, 1000, 2, true, 0], + 51064: ['Intermediate Fishing Rod Consumable', 10, -1, 1035, 4140, 0, 0, 6, true, 0], + 51066: ['Expert Fishing Rod Consumable', 10, -1, 1080, 4140, 0, 0, 6, true, 0], + 51068: ['Master Fishing Rod Consumable', 10, -1, 1125, 4140, 0, 0, 6, true, 0], + 51070: ['Legendary Fishing Rod Consumable', 10, -1, 1170, 4140, 0, 0, 6, true, 0], + 51081: ['Squid Spawner', 10, -1, 1215, 4140, 0, 1000, 2, true, 0], + 51082: ['Fishing Catch 1B', 10, -1, 1260, 4140, 0, 0, 4, true, 0], + 51083: ['Fishing Catch 1C', 10, -1, 1305, 4140, 0, 0, 4, true, 0], + 51084: ['Fishing Catch 1D', 10, -1, 1350, 4140, 0, 0, 4, true, 0], + 51085: ['Fishing Catch 1E', 10, -1, 1395, 4140, 0, 0, 4, true, 0], + 51086: ['Fishing Catch 2B', 10, -1, 1440, 4140, 0, 0, 4, true, 0], + 51087: ['Fishing Catch 2C', 10, -1, 1485, 4140, 0, 0, 4, true, 0], + 51088: ['Fishing Catch 2D', 10, -1, 1530, 4140, 0, 0, 4, true, 0], + 51089: ['Fishing Catch 2E', 10, -1, 1575, 4140, 0, 0, 4, true, 0], + 51090: ['Fishing Catch 3B', 10, -1, 1620, 4140, 0, 0, 4, true, 0], + 51091: ['Fishing Catch 3C', 10, -1, 1665, 4140, 0, 0, 4, true, 0], + 51092: ['Fishing Catch 3D', 10, -1, 1710, 4140, 0, 0, 4, true, 0], + 51093: ['Fishing Catch 3E', 10, -1, 1755, 4140, 0, 0, 4, true, 0], + 51094: ['Fishing Catch 4B', 10, -1, 1800, 4140, 0, 0, 4, true, 0], + 51095: ['Fishing Catch 4C', 10, -1, 1845, 4140, 0, 0, 4, true, 0], + 51096: ['Fishing Catch 4D', 10, -1, 1890, 4140, 0, 0, 4, true, 0], + 51097: ['Fishing Catch 4E', 10, -1, 1935, 4140, 0, 0, 4, true, 0], + 51098: ['Fishing Catch 5B', 10, -1, 1980, 4140, 0, 0, 4, true, 0], + 51099: ['Fishing Catch 5C', 10, -1, 2025, 4140, 0, 0, 4, true, 0], + 51100: ['Fishing Catch 5D', 10, -1, 2070, 4140, 0, 0, 4, true, 0], + 51101: ['Fishing Catch 5E', 10, -1, 2115, 4140, 0, 0, 4, true, 0], + 51113: ['Crab Spawner', 10, -1, 2160, 4140, 0, 1000, 2, true, 0], + 51132: ['Ionic Charm x1', 10, -1, 2205, 4140, 0, 0, 2, true, 1], + 51133: ['Ionic Charm x2', 10, -1, 2250, 4140, 0, 0, 2, true, 2], + 51134: ['Ionic Charm x3', 10, -1, 2295, 4140, 0, 0, 2, true, 3], + 51135: ['Ionic Charm x4', 10, -1, 2340, 4140, 0, 0, 2, true, 4], + 51136: ['Ionic Charm x5', 10, -1, 2385, 4140, 0, 0, 2, true, 5], + 51137: ['Ionic Charm x6', 10, -1, 2430, 4140, 0, 0, 2, true, 6], + 51138: ['Ionic Charm x7', 10, -1, 2475, 4140, 0, 0, 2, true, 7], + 51139: ['Ionic Charm x8', 10, -1, 2520, 4140, 0, 0, 2, true, 8], + 51140: ['Ionic Charm x9', 10, -1, 2565, 4140, 0, 0, 2, true, 9], + 51141: ['Ionic Charm x10', 10, -1, 2610, 4140, 0, 0, 2, true, 10], + 51142: ['Ionic Charm x11', 10, -1, 2655, 4140, 0, 0, 2, true, 11], + 51143: ['Ionic Charm x12', 10, -1, 2700, 4140, 0, 0, 2, true, 12], + 51144: ['Ionic Charm x13', 10, -1, 2745, 4140, 0, 0, 2, true, 13], + 51145: ['Ionic Charm x14', 10, -1, 2790, 4140, 0, 0, 2, true, 14], + 51146: ['Ionic Charm x15', 10, -1, 2835, 4140, 0, 0, 2, true, 15], + 51147: ['Ionic Charm x16', 10, -1, 2880, 4140, 0, 0, 2, true, 16], + 51148: ['Ionic Charm x17', 10, -1, 2925, 4140, 0, 0, 2, true, 17], + 51149: ['Ionic Charm x18', 10, -1, 2970, 4140, 0, 0, 2, true, 18], + 51150: ['Ionic Charm x19', 10, -1, 3015, 4140, 0, 0, 2, true, 19], + 51151: ['Ionic Charm x20', 10, -1, 3060, 4140, 0, 0, 2, true, 20], + 51153: ['Hekate Charm x1', 10, -1, 3105, 4140, 0, 0, 2, true, 1], + 51154: ['Hekate Charm x2', 10, -1, 3150, 4140, 0, 0, 2, true, 2], + 51155: ['Hekate Charm x3', 10, -1, 3195, 4140, 0, 0, 2, true, 3], + 51156: ['Hekate Charm x4', 10, -1, 3240, 4140, 0, 0, 2, true, 4], + 51157: ['Hekate Charm x5', 10, -1, 3285, 4140, 0, 0, 2, true, 5], + 51158: ['Hekate Charm x6', 10, -1, 3330, 4140, 0, 0, 2, true, 6], + 51159: ['Hekate Charm x7', 10, -1, 3375, 4140, 0, 0, 2, true, 7], + 51160: ['Hekate Charm x8', 10, -1, 3420, 4140, 0, 0, 2, true, 8], + 51161: ['Hekate Charm x9', 10, -1, 3465, 4140, 0, 0, 2, true, 9], + 51162: ['Hekate Charm x10', 10, -1, 3510, 4140, 0, 0, 2, true, 10], + 51163: ['Hekate Charm x11', 10, -1, 3555, 4140, 0, 0, 2, true, 11], + 51164: ['Hekate Charm x12', 10, -1, 3600, 4140, 0, 0, 2, true, 12], + 51165: ['Hekate Charm x13', 10, -1, 3645, 4140, 0, 0, 2, true, 13], + 51166: ['Hekate Charm x14', 10, -1, 3690, 4140, 0, 0, 2, true, 14], + 51167: ['Hekate Charm x15', 10, -1, 3735, 4140, 0, 0, 2, true, 15], + 51168: ['Hekate Charm x16', 10, -1, 3780, 4140, 0, 0, 2, true, 16], + 51169: ['Hekate Charm x17', 10, -1, 3825, 4140, 0, 0, 2, true, 17], + 51170: ['Hekate Charm x18', 10, -1, 3870, 4140, 0, 0, 2, true, 18], + 51171: ['Hekate Charm x19', 10, -1, 3915, 4140, 0, 0, 2, true, 19], + 51172: ['Hekate Charm x20', 10, -1, 3960, 4140, 0, 0, 2, true, 20], + 51174: ['Slime Secretion x1', 10, -1, 4005, 4140, 0, 0, 2, true, 1], + 51175: ['Slime Secretion x2', 10, -1, 4050, 4140, 0, 0, 2, true, 2], + 51176: ['Slime Secretion x3', 10, -1, 4095, 4140, 0, 0, 2, true, 3], + 51177: ['Slime Secretion x4', 10, -1, 4140, 4140, 0, 0, 2, true, 4], + 51178: ['Slime Secretion x5', 10, -1, 4185, 4140, 0, 0, 2, true, 5], + 51179: ['Slime Secretion x6', 10, -1, 4230, 4140, 0, 0, 2, true, 6], + 51180: ['Slime Secretion x7', 10, -1, 4275, 4140, 0, 0, 2, true, 7], + 51181: ['Slime Secretion x8', 10, -1, 4320, 4140, 0, 0, 2, true, 8], + 51182: ['Slime Secretion x9', 10, -1, 4365, 4140, 0, 0, 2, true, 9], + 51183: ['Slime Secretion x10', 10, -1, 4410, 4140, 0, 0, 2, true, 10], + 51185: ['Ruby Fragment x1', 10, -1, 4455, 4140, 0, 0, 2, true, 1], + 51186: ['Ruby Fragment x2', 10, -1, 0, 4185, 0, 0, 2, true, 2], + 51187: ['Ruby Fragment x3', 10, -1, 45, 4185, 0, 0, 2, true, 3], + 51188: ['Ruby Fragment x4', 10, -1, 90, 4185, 0, 0, 2, true, 4], + 51189: ['Ruby Fragment x5', 10, -1, 135, 4185, 0, 0, 2, true, 5], + 51190: ['Ruby Fragment x6', 10, -1, 180, 4185, 0, 0, 2, true, 6], + 51191: ['Ruby Fragment x7', 10, -1, 225, 4185, 0, 0, 2, true, 7], + 51192: ['Ruby Fragment x8', 10, -1, 270, 4185, 0, 0, 2, true, 8], + 51193: ['Ruby Fragment x9', 10, -1, 315, 4185, 0, 0, 2, true, 9], + 51194: ['Ruby Fragment x10', 10, -1, 360, 4185, 0, 0, 2, true, 10], + 51196: ['Sapphire Fragment x1', 10, -1, 405, 4185, 0, 0, 2, true, 1], + 51197: ['Sapphire Fragment x2', 10, -1, 450, 4185, 0, 0, 2, true, 2], + 51198: ['Sapphire Fragment x3', 10, -1, 495, 4185, 0, 0, 2, true, 3], + 51199: ['Sapphire Fragment x4', 10, -1, 540, 4185, 0, 0, 2, true, 4], + 51200: ['Sapphire Fragment x5', 10, -1, 585, 4185, 0, 0, 2, true, 5], + 51201: ['Sapphire Fragment x6', 10, -1, 630, 4185, 0, 0, 2, true, 6], + 51202: ['Sapphire Fragment x7', 10, -1, 675, 4185, 0, 0, 2, true, 7], + 51203: ['Sapphire Fragment x8', 10, -1, 720, 4185, 0, 0, 2, true, 8], + 51204: ['Sapphire Fragment x9', 10, -1, 765, 4185, 0, 0, 2, true, 9], + 51205: ['Sapphire Fragment x10', 10, -1, 810, 4185, 0, 0, 2, true, 10], + 51207: ['Quartz Fragment x1', 10, -1, 855, 4185, 0, 0, 2, true, 1], + 51208: ['Quartz Fragment x2', 10, -1, 900, 4185, 0, 0, 2, true, 2], + 51209: ['Quartz Fragment x3', 10, -1, 945, 4185, 0, 0, 2, true, 3], + 51210: ['Quartz Fragment x4', 10, -1, 990, 4185, 0, 0, 2, true, 4], + 51211: ['Quartz Fragment x5', 10, -1, 1035, 4185, 0, 0, 2, true, 5], + 51212: ['Quartz Fragment x6', 10, -1, 1080, 4185, 0, 0, 2, true, 6], + 51213: ['Quartz Fragment x7', 10, -1, 1125, 4185, 0, 0, 2, true, 7], + 51214: ['Quartz Fragment x8', 10, -1, 1170, 4185, 0, 0, 2, true, 8], + 51215: ['Quartz Fragment x9', 10, -1, 1215, 4185, 0, 0, 2, true, 9], + 51216: ['Quartz Fragment x10', 10, -1, 1260, 4185, 0, 0, 2, true, 10], + 51218: ['Topaz Fragment x1', 10, -1, 1305, 4185, 0, 0, 2, true, 1], + 51219: ['Topaz Fragment x2', 10, -1, 1350, 4185, 0, 0, 2, true, 2], + 51220: ['Topaz Fragment x3', 10, -1, 1395, 4185, 0, 0, 2, true, 3], + 51221: ['Topaz Fragment x4', 10, -1, 1440, 4185, 0, 0, 2, true, 4], + 51222: ['Topaz Fragment x5', 10, -1, 1485, 4185, 0, 0, 2, true, 5], + 51223: ['Topaz Fragment x6', 10, -1, 1530, 4185, 0, 0, 2, true, 6], + 51224: ['Topaz Fragment x7', 10, -1, 1575, 4185, 0, 0, 2, true, 7], + 51225: ['Topaz Fragment x8', 10, -1, 1620, 4185, 0, 0, 2, true, 8], + 51226: ['Topaz Fragment x9', 10, -1, 1665, 4185, 0, 0, 2, true, 9], + 51227: ['Topaz Fragment x10', 10, -1, 1710, 4185, 0, 0, 2, true, 10], + 51228: ['Snowman Emote', 10, -1, 1755, 4185, 0, 0, 2, true, 0], + 51229: ['Gingerbread Man Emote', 10, -1, 1800, 4185, 0, 0, 2, true, 0], + 51230: ['Candy Cane Emote', 10, -1, 1845, 4185, 0, 0, 2, true, 0], + 51231: ['Snow Crystals Emote', 10, -1, 1890, 4185, 0, 0, 2, true, 0], + 51232: ['Frozen God Emote', 10, -1, 1935, 4185, 0, 0, 2, true, 0], + 51233: ['Christmas Tree Emote', 10, -1, 1980, 4185, 0, 0, 2, true, 0], + 51234: ['Oryxmas Present Emote', 10, -1, 2025, 4185, 0, 0, 2, true, 0], + 51235: ['Snow Globe Emote', 10, -1, 2070, 4185, 0, 0, 2, true, 0], + 51236: ['Astro Scout Trickster Skin', 10, -1, 2115, 4185, 0, 1000, 7, true, 0], + 51238: ['Nebula Nomad Wizard Skin', 10, -1, 2160, 4185, 0, 1000, 7, true, 0], + 51240: ['Orbital Observer Priest Skin', 10, -1, 2205, 4185, 0, 1000, 7, true, 0], + 51242: ['Happy Dragon Emote', 10, -1, 2250, 4185, 0, 0, 2, true, 0], + 51243: ['Shocked Dragon Emote', 10, -1, 2295, 4185, 0, 0, 2, true, 0], + 51244: ['Sleepy Dragon Emote', 10, -1, 2340, 4185, 0, 0, 2, true, 0], + 51245: ['Joyful Dragon Emote', 10, -1, 2385, 4185, 0, 0, 2, true, 0], + 51246: ['Unamused Dragon Emote', 10, -1, 2430, 4185, 0, 0, 2, true, 0], + 51248: ['Prancing Jester Bard Skin', 10, -1, 2475, 4185, 0, 1000, 7, true, 0], + 51250: ['Tiny Squire Knight Skin', 10, -1, 2520, 4185, 0, 1000, 7, true, 0], + 51253: ['Dragon Title Unlocker', 10, -1, 2565, 4185, 0, 0, 7, true, 0], + 51255: ['The Lunar Title Unlocker', 10, -1, 2610, 4185, 0, 0, 7, true, 0], + 51257: ['Lover Title Unlocker', 10, -1, 2655, 4185, 0, 0, 7, true, 0], + 51259: ['The Speedkillx Title Unlocker', 10, -1, 2700, 4185, 0, 0, 7, true, 0], + 51261: ['Medieval Princess Summoner Skin', 10, -1, 2745, 4185, 0, 1000, 7, true, 0], + 51263: ['Treasure Chest Trickster Skin', 10, -1, 2790, 4185, 0, 1000, 7, true, 0], + 51265: ['Fools Paladin Skin', 10, -1, 2835, 4185, 0, 1000, 7, true, 0], + 51267: ['The Bunny Champion Title Unlocker', 10, -1, 2880, 4185, 0, 0, 7, true, 0], + 51269: ['The Lucky Title Unlocker', 10, -1, 2925, 4185, 0, 0, 7, true, 0], + 51271: ['Leprechaun Title Unlocker', 10, -1, 2970, 4185, 0, 0, 7, true, 0], + 51273: ['Jack Rabbit Kensei Skin', 10, -1, 3015, 4185, 0, 1000, 7, true, 0], + 51277: ['The Title Unlocker Title Unlocker', 10, -1, 3060, 4185, 0, 0, 7, true, 0], + 51278: ['The Foolish Title Unlocker', 10, -1, 3105, 4185, 0, 0, 7, true, 0], + 51279: ['Joke Title Unlocker', 10, -1, 3150, 4185, 0, 0, 7, true, 0], + 51281: ['The Eggcellent Crusader Title Unlocker', 10, -1, 3195, 4185, 0, 0, 7, true, 0], + 51283: ["St. Paddy's Bag x1", 10, -1, 3240, 4185, 0, 0, 2, true, 1], + 51284: ["St. Paddy's Bag x2", 10, -1, 3285, 4185, 0, 0, 2, true, 2], + 51285: ["St. Paddy's Bag x3", 10, -1, 3330, 4185, 0, 0, 2, true, 3], + 51286: ["St. Paddy's Bag x4", 10, -1, 3375, 4185, 0, 0, 2, true, 4], + 51287: ["St. Paddy's Bag x5", 10, -1, 3420, 4185, 0, 0, 2, true, 5], + 51288: ["St. Paddy's Bag x6", 10, -1, 3465, 4185, 0, 0, 2, true, 6], + 51291: ['Chibi Leprechaun Pet Stone', 10, -1, 3510, 4185, 0, 1000, 7, true, 0], + 51294: ['Wondrous Basket Pet Stone', 10, -1, 3555, 4185, 0, 1000, 7, true, 0], + 51297: ['Eggstravagant Egg Pet Stone', 10, -1, 3600, 4185, 0, 1000, 7, true, 0], + 51300: ["Biff's Best Friend Pet Stone", 10, -1, 3645, 4185, 0, 1000, 7, true, 0], + 51303: ["Manager's Best Friend Alice Pet Stone", 10, -1, 3690, 4185, 0, 0, 7, true, 0], + 51305: ['Carrot Rabbit Mystic Skin', 10, -1, 3735, 4185, 0, 1000, 7, true, 0], + 51307: ['Rabbit Hood Archer Skin', 10, -1, 3780, 4185, 0, 1000, 7, true, 0], + 51309: ['Glittering Egg x1', 10, -1, 3825, 4185, 0, 0, 2, true, 1], + 51310: ['Glittering Egg x2', 10, -1, 3870, 4185, 0, 0, 2, true, 2], + 51311: ['Glittering Egg x3', 10, -1, 3915, 4185, 0, 0, 2, true, 3], + 51312: ['Glittering Egg x4', 10, -1, 3960, 4185, 0, 0, 2, true, 4], + 51313: ['Glittering Egg x5', 10, -1, 4005, 4185, 0, 0, 2, true, 5], + 51314: ['Glittering Egg x6', 10, -1, 4050, 4185, 0, 0, 2, true, 6], + 51315: ['Glittering Egg x7', 10, -1, 4095, 4185, 0, 0, 2, true, 7], + 51316: ['Glittering Egg x8', 10, -1, 4140, 4185, 0, 0, 2, true, 8], + 51317: ['Glittering Egg x9', 10, -1, 4185, 4185, 0, 0, 2, true, 9], + 51318: ['Glittering Egg x10', 10, -1, 4230, 4185, 0, 0, 2, true, 10], + 51319: ['Glittering Egg x11', 10, -1, 4275, 4185, 0, 0, 2, true, 11], + 51320: ['Glittering Egg x12', 10, -1, 4320, 4185, 0, 0, 2, true, 12], + 51321: ['Glittering Egg x13', 10, -1, 4365, 4185, 0, 0, 2, true, 13], + 51322: ['Glittering Egg x14', 10, -1, 4410, 4185, 0, 0, 2, true, 14], + 51323: ['Glittering Egg x15', 10, -1, 4455, 4185, 0, 0, 2, true, 15], + 51324: ['Glittering Egg x16', 10, -1, 0, 4230, 0, 0, 2, true, 16], + 51325: ['Glittering Egg x17', 10, -1, 45, 4230, 0, 0, 2, true, 17], + 51326: ['Glittering Egg x18', 10, -1, 90, 4230, 0, 0, 2, true, 18], + 51327: ['Glittering Egg x19', 10, -1, 135, 4230, 0, 0, 2, true, 19], + 51328: ['Glittering Egg x20', 10, -1, 180, 4230, 0, 0, 2, true, 20], + 51330: ['Golden Basket x1', 10, -1, 225, 4230, 0, 0, 2, true, 1], + 51331: ['Choco Bunny Emote', 10, -1, 270, 4230, 0, 0, 2, true, 0], + 51332: ['Melting Chocolate Bunny Emote', 10, -1, 315, 4230, 0, 0, 2, true, 0], + 51333: ['Carrot Emote', 10, -1, 360, 4230, 0, 0, 2, true, 0], + 51334: ['Staring Biff Emote', 10, -1, 405, 4230, 0, 0, 2, true, 0], + 51335: ['Sulking Biff Emote', 10, -1, 450, 4230, 0, 0, 2, true, 0], + 51336: ['Bitter Biff Emote', 10, -1, 495, 4230, 0, 0, 2, true, 0], + 51337: ['Happy Biff Emote', 10, -1, 540, 4230, 0, 0, 2, true, 0], + 51340: ['Cracked Egg Pet Stone', 10, -1, 585, 4230, 0, 1000, 7, true, 0], + 51341: ['Choco Bunny Assassin Skin', 10, -1, 630, 4230, 0, 1000, 7, true, 0], + 51343: ['Star Bunny Summoner Skin', 10, -1, 675, 4230, 0, 1000, 7, true, 0], + 51347: ['Pharaoh Title Unlocker', 10, -1, 720, 4230, 0, 0, 7, true, 0], + 51349: ['The Sphinx Sentinel Title Unlocker', 10, -1, 765, 4230, 0, 0, 7, true, 0], + 51351: ["Anubis's Advocate Title Unlocker", 10, -1, 810, 4230, 0, 0, 7, true, 0], + 51352: ['Onhit Nova 1 Projectiles', 15, -1, 855, 4230, 0, 0, 0, false, 0], + 51354: ['The Faceless Colossus Title Unlocker', 10, -1, 900, 4230, 0, 0, 7, true, 0], + 51355: ['Onhit Fan 1 Projectiles', 15, -1, 945, 4230, 0, 0, 0, false, 0], + 51357: ['Lightning Title Unlocker', 10, -1, 990, 4230, 0, 0, 7, true, 0], + 51358: ['Onhit Sniper 1 Projectiles', 15, -1, 1035, 4230, 0, 0, 0, false, 0], + 51360: ['Cultist Title Unlocker', 10, -1, 1080, 4230, 0, 0, 7, true, 0], + 51361: ['Jackal Lord Emote', 10, -1, 1125, 4230, 0, 0, 2, true, 0], + 51362: ['Bes Emote', 10, -1, 1170, 4230, 0, 0, 2, true, 0], + 51363: ['Nut Emote', 10, -1, 1215, 4230, 0, 0, 2, true, 0], + 51364: ['Geb Emote', 10, -1, 1260, 4230, 0, 0, 2, true, 0], + 51365: ['Celebrate Emote', 10, -1, 1305, 4230, 0, 0, 2, true, 0], + 51366: ['Pepper Emote', 10, -1, 1350, 4230, 0, 0, 2, true, 0], + 51367: ['Salty Emote', 10, -1, 1395, 4230, 0, 0, 2, true, 0], + 51368: ['Spicy Emote', 10, -1, 1440, 4230, 0, 0, 2, true, 0], + 51370: ['Serpent Necromancer Skin', 10, -1, 1485, 4230, 0, 1000, 7, true, 0], + 51371: ['Mystery Ancient Chest', 10, -1, 1530, 4230, 0, 0, 7, true, 0], + 51372: ['Ancient Chest', 10, -1, 1575, 4230, 0, 0, 8, true, 0], + 51374: ['Ancient Knowledge x1', 10, -1, 1620, 4230, 0, 0, 2, true, 1], + 51375: ['Ancient Knowledge x2', 10, -1, 1665, 4230, 0, 0, 2, true, 2], + 51376: ['Ancient Knowledge x3', 10, -1, 1710, 4230, 0, 0, 2, true, 3], + 51377: ['Ancient Knowledge x4', 10, -1, 1755, 4230, 0, 0, 2, true, 4], + 51378: ['Ancient Knowledge x5', 10, -1, 1800, 4230, 0, 0, 2, true, 5], + 51379: ['Ancient Knowledge x6', 10, -1, 1845, 4230, 0, 0, 2, true, 6], + 51380: ['Ancient Knowledge x7', 10, -1, 1890, 4230, 0, 0, 2, true, 7], + 51381: ['Ancient Knowledge x8', 10, -1, 1935, 4230, 0, 0, 2, true, 8], + 51382: ['Ancient Knowledge x9', 10, -1, 1980, 4230, 0, 0, 2, true, 9], + 51383: ['Ancient Knowledge x10', 10, -1, 2025, 4230, 0, 0, 2, true, 10], + 51384: ['Ancient Knowledge x11', 10, -1, 2070, 4230, 0, 0, 2, true, 11], + 51385: ['Ancient Knowledge x12', 10, -1, 2115, 4230, 0, 0, 2, true, 12], + 51386: ['Ancient Knowledge x13', 10, -1, 2160, 4230, 0, 0, 2, true, 13], + 51387: ['Ancient Knowledge x14', 10, -1, 2205, 4230, 0, 0, 2, true, 14], + 51388: ['Ancient Knowledge x15', 10, -1, 2250, 4230, 0, 0, 2, true, 15], + 51389: ['Ancient Knowledge x16', 10, -1, 2295, 4230, 0, 0, 2, true, 16], + 51390: ['Ancient Knowledge x17', 10, -1, 2340, 4230, 0, 0, 2, true, 17], + 51391: ['Ancient Knowledge x18', 10, -1, 2385, 4230, 0, 0, 2, true, 18], + 51392: ['Ancient Knowledge x19', 10, -1, 2430, 4230, 0, 0, 2, true, 19], + 51393: ['Ancient Knowledge x20', 10, -1, 2475, 4230, 0, 0, 2, true, 20], + 51394: ['Ancient Knowledge x21', 10, -1, 2520, 4230, 0, 0, 2, true, 21], + 51395: ['Ancient Knowledge x22', 10, -1, 2565, 4230, 0, 0, 2, true, 22], + 51396: ['Ancient Knowledge x23', 10, -1, 2610, 4230, 0, 0, 2, true, 23], + 51397: ['Ancient Knowledge x24', 10, -1, 2655, 4230, 0, 0, 2, true, 24], + 51398: ['Ancient Knowledge x25', 10, -1, 2700, 4230, 0, 0, 2, true, 25], + 51399: ['Ancient Knowledge x26', 10, -1, 2745, 4230, 0, 0, 2, true, 26], + 51400: ['Ancient Knowledge x27', 10, -1, 2790, 4230, 0, 0, 2, true, 27], + 51401: ['Ancient Knowledge x28', 10, -1, 2835, 4230, 0, 0, 2, true, 28], + 51402: ['Ancient Knowledge x29', 10, -1, 2880, 4230, 0, 0, 2, true, 29], + 51403: ['Ancient Knowledge x30', 10, -1, 2925, 4230, 0, 0, 2, true, 30], + 51404: ['Ancient Knowledge x31', 10, -1, 2970, 4230, 0, 0, 2, true, 31], + 51405: ['Ancient Knowledge x32', 10, -1, 3015, 4230, 0, 0, 2, true, 32], + 51406: ['Ancient Knowledge x33', 10, -1, 3060, 4230, 0, 0, 2, true, 33], + 51407: ['Ancient Knowledge x34', 10, -1, 3105, 4230, 0, 0, 2, true, 34], + 51408: ['Ancient Knowledge x35', 10, -1, 3150, 4230, 0, 0, 2, true, 35], + 51409: ['Ancient Knowledge x36', 10, -1, 3195, 4230, 0, 0, 2, true, 36], + 51410: ['Ancient Knowledge x37', 10, -1, 3240, 4230, 0, 0, 2, true, 37], + 51411: ['Ancient Knowledge x38', 10, -1, 3285, 4230, 0, 0, 2, true, 38], + 51412: ['Ancient Knowledge x39', 10, -1, 3330, 4230, 0, 0, 2, true, 39], + 51413: ['Ancient Knowledge x40', 10, -1, 3375, 4230, 0, 0, 2, true, 40], + 51414: ['Ancient Knowledge x41', 10, -1, 3420, 4230, 0, 0, 2, true, 41], + 51415: ['Ancient Knowledge x42', 10, -1, 3465, 4230, 0, 0, 2, true, 42], + 51416: ['Ancient Knowledge x43', 10, -1, 3510, 4230, 0, 0, 2, true, 43], + 51417: ['Ancient Knowledge x44', 10, -1, 3555, 4230, 0, 0, 2, true, 44], + 51418: ['Ancient Knowledge x45', 10, -1, 3600, 4230, 0, 0, 2, true, 45], + 51419: ['Ancient Knowledge x46', 10, -1, 3645, 4230, 0, 0, 2, true, 46], + 51420: ['Ancient Knowledge x47', 10, -1, 3690, 4230, 0, 0, 2, true, 47], + 51421: ['Ancient Knowledge x48', 10, -1, 3735, 4230, 0, 0, 2, true, 48], + 51422: ['Ancient Knowledge x49', 10, -1, 3780, 4230, 0, 0, 2, true, 49], + 51423: ['Ancient Knowledge x50', 10, -1, 3825, 4230, 0, 0, 8, true, 50], + 51425: ['Sand Tornado Emote', 10, -1, 3870, 4230, 0, 0, 2, true, 0], + 51428: ['Nile Crocodile Pet Stone', 10, -1, 3915, 4230, 0, 1000, 7, true, 0], + 51431: ['Chibi Penguin Mummy Pet Stone', 10, -1, 3960, 4230, 0, 1000, 7, true, 0], + 51434: ['Sphinx Guardian Pet Stone', 10, -1, 4005, 4230, 0, 1000, 7, true, 0], + 51435: ['Discoverer of the Oasis Title Unlocker', 10, -1, 4050, 4230, 0, 0, 7, true, 0], + 51437: ['Sandstorm Bringer Title Unlocker', 10, -1, 4095, 4230, 0, 0, 7, true, 0], + 51440: ['Ancient Tablet x1', 10, -1, 4140, 4230, 0, 0, 2, true, 1], + 51441: ['Ancient Tablet x2', 10, -1, 4185, 4230, 0, 0, 2, true, 2], + 51442: ['Ancient Tablet x3', 10, -1, 4230, 4230, 0, 0, 2, true, 3], + 51443: ['Ancient Tablet x4', 10, -1, 4275, 4230, 0, 0, 2, true, 4], + 51444: ['Ancient Tablet x5', 10, -1, 4320, 4230, 0, 0, 2, true, 5], + 51445: ['Ancient Tablet x6', 10, -1, 4365, 4230, 0, 0, 2, true, 6], + 51446: ['Ancient Tablet x7', 10, -1, 4410, 4230, 0, 0, 2, true, 7], + 51447: ['Ancient Tablet x8', 10, -1, 4455, 4230, 0, 0, 2, true, 8], + 51448: ['Ancient Tablet x9', 10, -1, 0, 4275, 0, 0, 2, true, 9], + 51449: ['Ancient Tablet x10', 10, -1, 45, 4275, 0, 0, 2, true, 10], + 51451: ['Stone Tablet x1', 10, -1, 90, 4275, 0, 0, 2, true, 1], + 51452: ['Stone Tablet x2', 10, -1, 135, 4275, 0, 0, 2, true, 2], + 51453: ['Stone Tablet x3', 10, -1, 180, 4275, 0, 0, 2, true, 3], + 51454: ['Stone Tablet x4', 10, -1, 225, 4275, 0, 0, 2, true, 4], + 51455: ['Stone Tablet x5', 10, -1, 270, 4275, 0, 0, 2, true, 5], + 51456: ['Stone Tablet x6', 10, -1, 315, 4275, 0, 0, 2, true, 6], + 51457: ['Stone Tablet x7', 10, -1, 360, 4275, 0, 0, 2, true, 7], + 51458: ['Stone Tablet x8', 10, -1, 405, 4275, 0, 0, 2, true, 8], + 51459: ['Stone Tablet x9', 10, -1, 450, 4275, 0, 0, 2, true, 9], + 51460: ['Stone Tablet x10', 10, -1, 495, 4275, 0, 0, 2, true, 10], + 51462: ["King's Tablet x1", 10, -1, 540, 4275, 0, 0, 2, true, 1], + 51463: ["King's Tablet x2", 10, -1, 585, 4275, 0, 0, 2, true, 2], + 51464: ["King's Tablet x3", 10, -1, 630, 4275, 0, 0, 2, true, 3], + 51465: ["King's Tablet x4", 10, -1, 675, 4275, 0, 0, 2, true, 4], + 51466: ["King's Tablet x5", 10, -1, 720, 4275, 0, 0, 2, true, 5], + 51467: ["King's Tablet x6", 10, -1, 765, 4275, 0, 0, 2, true, 6], + 51468: ["King's Tablet x7", 10, -1, 810, 4275, 0, 0, 2, true, 7], + 51469: ["King's Tablet x8", 10, -1, 855, 4275, 0, 0, 2, true, 8], + 51470: ["King's Tablet x9", 10, -1, 900, 4275, 0, 0, 2, true, 9], + 51471: ["King's Tablet x10", 10, -1, 945, 4275, 0, 0, 2, true, 10], + 51473: ['Scorching Tablet x1', 10, -1, 990, 4275, 0, 0, 2, true, 1], + 51474: ['Scorching Tablet x2', 10, -1, 1035, 4275, 0, 0, 2, true, 2], + 51475: ['Scorching Tablet x3', 10, -1, 1080, 4275, 0, 0, 2, true, 3], + 51476: ['Scorching Tablet x4', 10, -1, 1125, 4275, 0, 0, 2, true, 4], + 51477: ['Scorching Tablet x5', 10, -1, 1170, 4275, 0, 0, 2, true, 5], + 51478: ['Scorching Tablet x6', 10, -1, 1215, 4275, 0, 0, 2, true, 6], + 51479: ['Scorching Tablet x7', 10, -1, 1260, 4275, 0, 0, 2, true, 7], + 51480: ['Scorching Tablet x8', 10, -1, 1305, 4275, 0, 0, 2, true, 8], + 51481: ['Scorching Tablet x9', 10, -1, 1350, 4275, 0, 0, 2, true, 9], + 51482: ['Scorching Tablet x10', 10, -1, 1395, 4275, 0, 0, 2, true, 10], + 51484: ['Scarab Sentinel Paladin Skin', 10, -1, 1440, 4275, 0, 1000, 7, true, 0], + 51486: ["Pharaoh's Guardian Huntress Skin", 10, -1, 1485, 4275, 0, 1000, 7, true, 0], + 51488: ['The Sunlit Sovereign Title Unlocker', 10, -1, 1530, 4275, 0, 0, 7, true, 0], + 51491: ['Red Hot Scarab Pet Stone', 10, -1, 1575, 4275, 0, 1000, 7, true, 0], + 51493: ['The Temple Warden Title Unlocker', 10, -1, 1620, 4275, 0, 0, 7, true, 0], + 51496: ['Sunflower Scarab Pet Stone', 10, -1, 1665, 4275, 0, 1000, 7, true, 0], + 51498: ["Pharaoh's Guardian Warrior Skin", 10, -1, 1710, 4275, 0, 1000, 7, true, 0], + 51500: ["Pharaoh's Healer Priest Skin", 10, -1, 1755, 4275, 0, 1000, 7, true, 0], + 51502: ['Shadow of Ra Assassin Skin', 10, -1, 1800, 4275, 0, 1000, 7, true, 0], + 51504: ['A Forgotten Tome x1', 10, -1, 1845, 4275, 0, 0, 2, true, 1], + 51505: ['A Forgotten Tome x2', 10, -1, 1890, 4275, 0, 0, 2, true, 2], + 51506: ['A Forgotten Tome x3', 10, -1, 1935, 4275, 0, 0, 2, true, 3], + 51507: ['A Forgotten Tome x4', 10, -1, 1980, 4275, 0, 0, 2, true, 4], + 51508: ['A Forgotten Tome x5', 10, -1, 2025, 4275, 0, 0, 2, true, 5], + 51509: ['A Forgotten Tome x6', 10, -1, 2070, 4275, 0, 0, 2, true, 6], + 51510: ['A Forgotten Tome x7', 10, -1, 2115, 4275, 0, 0, 2, true, 7], + 51511: ['A Forgotten Tome x8', 10, -1, 2160, 4275, 0, 0, 2, true, 8], + 51512: ['A Forgotten Tome x9', 10, -1, 2205, 4275, 0, 0, 2, true, 9], + 51513: ['A Forgotten Tome x10', 10, -1, 2250, 4275, 0, 0, 2, true, 10], + 51515: ['The Castle Crasher Title Unlocker', 10, -1, 2295, 4275, 0, 0, 7, true, 0], + 51517: ['The Prime Lord Title Unlocker', 10, -1, 2340, 4275, 0, 0, 7, true, 0], + 51519: ['Red Seed Of Bounty x1', 10, -1, 2385, 4275, 0, 0, 2, true, 1], + 51520: ['Red Seed Of Bounty x2', 10, -1, 2430, 4275, 0, 0, 2, true, 2], + 51521: ['Red Seed Of Bounty x3', 10, -1, 2475, 4275, 0, 0, 2, true, 3], + 51522: ['Red Seed Of Bounty x4', 10, -1, 2520, 4275, 0, 0, 2, true, 4], + 51523: ['Red Seed Of Bounty x5', 10, -1, 2565, 4275, 0, 0, 2, true, 5], + 51524: ['Red Seed Of Bounty x6', 10, -1, 2610, 4275, 0, 0, 2, true, 6], + 51525: ['Red Seed Of Bounty x7', 10, -1, 2655, 4275, 0, 0, 2, true, 7], + 51526: ['Red Seed Of Bounty x8', 10, -1, 2700, 4275, 0, 0, 2, true, 8], + 51527: ['Red Seed Of Bounty x9', 10, -1, 2745, 4275, 0, 0, 2, true, 9], + 51528: ['Red Seed Of Bounty x10', 10, -1, 2790, 4275, 0, 0, 2, true, 10], + 51530: ['Yellow Seed Of Bounty x1', 10, -1, 2835, 4275, 0, 0, 2, true, 1], + 51531: ['Yellow Seed Of Bounty x2', 10, -1, 2880, 4275, 0, 0, 2, true, 2], + 51532: ['Yellow Seed Of Bounty x3', 10, -1, 2925, 4275, 0, 0, 2, true, 3], + 51533: ['Yellow Seed Of Bounty x4', 10, -1, 2970, 4275, 0, 0, 2, true, 4], + 51534: ['Yellow Seed Of Bounty x5', 10, -1, 3015, 4275, 0, 0, 2, true, 5], + 51535: ['Yellow Seed Of Bounty x6', 10, -1, 3060, 4275, 0, 0, 2, true, 6], + 51536: ['Yellow Seed Of Bounty x7', 10, -1, 3105, 4275, 0, 0, 2, true, 7], + 51537: ['Yellow Seed Of Bounty x8', 10, -1, 3150, 4275, 0, 0, 2, true, 8], + 51538: ['Yellow Seed Of Bounty x9', 10, -1, 3195, 4275, 0, 0, 2, true, 9], + 51539: ['Yellow Seed Of Bounty x10', 10, -1, 3240, 4275, 0, 0, 2, true, 10], + 51541: ['White Seed Of Bounty x1', 10, -1, 3285, 4275, 0, 0, 2, true, 1], + 51542: ['White Seed Of Bounty x2', 10, -1, 3330, 4275, 0, 0, 2, true, 2], + 51543: ['White Seed Of Bounty x3', 10, -1, 3375, 4275, 0, 0, 2, true, 3], + 51544: ['White Seed Of Bounty x4', 10, -1, 3420, 4275, 0, 0, 2, true, 4], + 51545: ['White Seed Of Bounty x5', 10, -1, 3465, 4275, 0, 0, 2, true, 5], + 51546: ['White Seed Of Bounty x6', 10, -1, 3510, 4275, 0, 0, 2, true, 6], + 51547: ['White Seed Of Bounty x7', 10, -1, 3555, 4275, 0, 0, 2, true, 7], + 51548: ['White Seed Of Bounty x8', 10, -1, 3600, 4275, 0, 0, 2, true, 8], + 51549: ['White Seed Of Bounty x9', 10, -1, 3645, 4275, 0, 0, 2, true, 9], + 51550: ['White Seed Of Bounty x10', 10, -1, 3690, 4275, 0, 0, 2, true, 10], + 51553: ['Chibi Avatar of the Forgotten King Pet Stone', 10, -1, 3735, 4275, 0, 1000, 7, true, 0], + 51556: ['Chibi Avatar of the Accursed King Pet Stone', 10, -1, 3780, 4275, 0, 1000, 7, true, 0], + 51558: ['The Mushroom King Title Unlocker', 10, -1, 3825, 4275, 0, 0, 7, true, 0], + 51560: ['The Mushroom Queen Title Unlocker', 10, -1, 3870, 4275, 0, 0, 7, true, 0], + 51563: ['Deep Sea Companion Pet Stone', 10, -1, 3915, 4275, 0, 1000, 7, true, 0], + 51566: ['Mushroom Buddy Pet Stone', 10, -1, 3960, 4275, 0, 1000, 7, true, 0], + 51568: ['Abyssal Guardian Knight Skin', 10, -1, 4005, 4275, 0, 1000, 7, true, 0], + 51570: ['Seabed Enchanter Mystic Skin', 10, -1, 4050, 4275, 0, 1000, 7, true, 0], + 51572: ['Magic Shroom x1', 10, -1, 4095, 4275, 0, 0, 2, true, 1], + 51573: ['Magic Shroom x2', 10, -1, 4140, 4275, 0, 0, 2, true, 2], + 51574: ['Magic Shroom x3', 10, -1, 4185, 4275, 0, 0, 2, true, 3], + 51575: ['Magic Shroom x4', 10, -1, 4230, 4275, 0, 0, 2, true, 4], + 51576: ['Magic Shroom x5', 10, -1, 4275, 4275, 0, 0, 2, true, 5], + 51577: ['Magic Shroom x6', 10, -1, 4320, 4275, 0, 0, 2, true, 6], + 51578: ['Magic Shroom x7', 10, -1, 4365, 4275, 0, 0, 2, true, 7], + 51579: ['Magic Shroom x8', 10, -1, 4410, 4275, 0, 0, 2, true, 8], + 51580: ['Magic Shroom x9', 10, -1, 4455, 4275, 0, 0, 2, true, 9], + 51581: ['Magic Shroom x10', 10, -1, 0, 4320, 0, 0, 2, true, 10], + 51583: ['Golden Shroom x1', 10, -1, 45, 4320, 0, 0, 2, true, 1], + 51584: ['Golden Shroom x2', 10, -1, 90, 4320, 0, 0, 2, true, 2], + 51585: ['Golden Shroom x3', 10, -1, 135, 4320, 0, 0, 2, true, 3], + 51586: ['Golden Shroom x4', 10, -1, 180, 4320, 0, 0, 2, true, 4], + 51587: ['Golden Shroom x5', 10, -1, 225, 4320, 0, 0, 2, true, 5], + 51588: ['Golden Shroom x6', 10, -1, 270, 4320, 0, 0, 2, true, 6], + 51589: ['Golden Shroom x7', 10, -1, 315, 4320, 0, 0, 2, true, 7], + 51590: ['Golden Shroom x8', 10, -1, 360, 4320, 0, 0, 2, true, 8], + 51591: ['Golden Shroom x9', 10, -1, 405, 4320, 0, 0, 2, true, 9], + 51592: ['Golden Shroom x10', 10, -1, 450, 4320, 0, 0, 2, true, 10], + 51593: ['Surprised Thessal Emote', 10, -1, 495, 4320, 0, 0, 2, true, 0], + 51594: ['Grumpy Fish Emote', 10, -1, 540, 4320, 0, 0, 2, true, 0], + 51595: ['Sly Squid Emote', 10, -1, 585, 4320, 0, 0, 2, true, 0], + 51596: ['Adorable Slurp Emote', 10, -1, 630, 4320, 0, 0, 2, true, 0], + 51598: ['The Coral Captain Title Unlocker', 10, -1, 675, 4320, 0, 0, 7, true, 0], + 51599: ['Glass of Cold Water', 10, -1, 720, 4320, 0, 1, 2, true, 0], + 51600: ['Blueprint_Test_1', 10, -1, 765, 4320, 0, 500, 7, true, 0], + 51601: ['Blueprint_Test_2', 10, -1, 810, 4320, 0, 500, 7, true, 0], + 51602: ['Test Apple Special', 10, -1, 855, 4320, 0, 0, 8, true, 0], + 51603: ['Drop Boost Accelerator', 10, -1, 900, 4320, 0, 100, 7, true, 0], + 51604: ['Seasonal XP Accelerator', 10, -1, 945, 4320, 0, 100, 7, true, 0], + 51605: ['12 Green Dust', 10, -1, 990, 4320, 0, 0, 8, true, 0], + 51606: ['Iron Plating Engraving', 10, -1, 1035, 4320, 0, 0, 8, true, 0], + 51607: ['Kogbold Spirit Engraving', 10, -1, 1080, 4320, 0, 0, 8, true, 0], + 51608: ['Heavy Hitter Engraving', 10, -1, 1125, 4320, 0, 0, 8, true, 0], + 51609: ['Gatling Shots Engraving', 10, -1, 1170, 4320, 0, 0, 8, true, 0], + 51611: ['The Tidal Titan Title Unlocker', 10, -1, 1215, 4320, 0, 0, 7, true, 0], + 51613: ["Thessal's Shell x1", 10, -1, 1260, 4320, 0, 0, 2, true, 1], + 51614: ["Thessal's Shell x2", 10, -1, 1305, 4320, 0, 0, 2, true, 2], + 51615: ["Thessal's Shell x3", 10, -1, 1350, 4320, 0, 0, 2, true, 3], + 51616: ["Thessal's Shell x4", 10, -1, 1395, 4320, 0, 0, 2, true, 4], + 51617: ["Thessal's Shell x5", 10, -1, 1440, 4320, 0, 0, 2, true, 5], + 51618: ["Thessal's Shell x6", 10, -1, 1485, 4320, 0, 0, 2, true, 6], + 51619: ["Thessal's Shell x7", 10, -1, 1530, 4320, 0, 0, 2, true, 7], + 51620: ["Thessal's Shell x8", 10, -1, 1575, 4320, 0, 0, 2, true, 8], + 51621: ["Thessal's Shell x9", 10, -1, 1620, 4320, 0, 0, 2, true, 9], + 51622: ["Thessal's Shell x10", 10, -1, 1665, 4320, 0, 0, 2, true, 10], + 51624: ['Tidal Horn x1', 10, -1, 1710, 4320, 0, 0, 2, true, 1], + 51625: ['Tidal Horn x2', 10, -1, 1755, 4320, 0, 0, 2, true, 2], + 51626: ['Tidal Horn x3', 10, -1, 1800, 4320, 0, 0, 2, true, 3], + 51627: ['Tidal Horn x4', 10, -1, 1845, 4320, 0, 0, 2, true, 4], + 51628: ['Tidal Horn x5', 10, -1, 1890, 4320, 0, 0, 2, true, 5], + 51629: ['Tidal Horn x6', 10, -1, 1935, 4320, 0, 0, 2, true, 6], + 51630: ['Tidal Horn x7', 10, -1, 1980, 4320, 0, 0, 2, true, 7], + 51631: ['Tidal Horn x8', 10, -1, 2025, 4320, 0, 0, 2, true, 8], + 51632: ['Tidal Horn x9', 10, -1, 2070, 4320, 0, 0, 2, true, 9], + 51633: ['Tidal Horn x10', 10, -1, 2115, 4320, 0, 0, 2, true, 10], + 51634: ['Seasonal Mystery Ocean Shell I', 10, -1, 2160, 4320, 0, 0, 8, true, 0], + 51635: ['Seasonal Mystery Ocean Shell II', 10, -1, 2205, 4320, 0, 0, 8, true, 0], + 51636: ['Seasonal Mystery Ocean Shell III', 10, -1, 2250, 4320, 0, 0, 8, true, 0], + 51637: ['Mystery Ocean Chest', 10, -1, 2295, 4320, 0, 0, 8, true, 0], + 51638: ['Beachzone Emote', 10, -1, 2340, 4320, 0, 0, 2, true, 0], + 51640: ['Grilled Honey Comb x1', 10, -1, 2385, 4320, 0, 65, 7, true, 1], + 51641: ['Grilled Honey Comb x2', 10, -1, 2430, 4320, 0, 130, 7, true, 2], + 51642: ['Grilled Honey Comb x3', 10, -1, 2475, 4320, 0, 195, 7, true, 3], + 51643: ['Grilled Honey Comb x4', 10, -1, 2520, 4320, 0, 260, 7, true, 4], + 51644: ['Grilled Honey Comb x5', 10, -1, 2565, 4320, 0, 325, 7, true, 5], + 51646: ['Honeyed Snake Skewer x1', 10, -1, 2610, 4320, 0, 80, 7, true, 1], + 51647: ['Honeyed Snake Skewer x2', 10, -1, 2655, 4320, 0, 160, 7, true, 2], + 51648: ['Honeyed Snake Skewer x3', 10, -1, 2700, 4320, 0, 240, 7, true, 3], + 51649: ['Honeyed Snake Skewer x4', 10, -1, 2745, 4320, 0, 320, 7, true, 4], + 51650: ['Honeyed Snake Skewer x5', 10, -1, 2790, 4320, 0, 400, 7, true, 5], + 51651: ["Vamp Steak Flambe' Recipe", 10, -1, 2835, 4320, 0, 0, 2, false, 0], + 51652: ['Steamed Zombie Steak Recipe', 10, -1, 2880, 4320, 0, 0, 2, false, 0], + 51653: ['Royal Marbled Chocolate Recipe', 10, -1, 2925, 4320, 0, 0, 2, false, 0], + 51654: ['Enriched Bee Steak Recipe', 10, -1, 2970, 4320, 0, 0, 2, false, 0], + 51655: ["The Appetizer's Spicy Power Pizza Recipe", 10, -1, 3015, 4320, 0, 0, 2, false, 0], + 51656: ["The Appetizer's Spicy Oryx Cookie Recipe", 10, -1, 3060, 4320, 0, 0, 2, false, 0], + 51657: ["The Appetizer's Spicy Oryx Cookie", 10, -1, 3105, 4320, 0, 2380, 7, true, 0], + 51658: ["The Appetizer's Spicy Superburger Recipe", 10, -1, 3150, 4320, 0, 0, 2, false, 0], + 51659: ['Honey Comb', 10, -1, 3195, 4320, 0, 0, 2, true, 0], + 51660: ['Snake Meat', 10, -1, 3240, 4320, 0, 0, 2, true, 0], + 51661: ['Vampire Flesh', 10, -1, 3285, 4320, 0, 0, 2, true, 0], + 51662: ['Zombie Flesh', 10, -1, 3330, 4320, 0, 0, 2, true, 0], + 51663: ['Marble Slate', 10, -1, 3375, 4320, 0, 0, 2, true, 0], + 51664: ['Bee Meat', 10, -1, 3420, 4320, 0, 0, 2, true, 0], + 51665: ['Grilled Honey Comb Recipe', 10, -1, 3465, 4320, 0, 0, 2, false, 0], + 51666: ['Honeyed Snake Skewer Recipe', 10, -1, 3510, 4320, 0, 0, 2, false, 0], + 51669: ['Hermit Crab Pet Stone', 10, -1, 3555, 4320, 0, 1000, 7, true, 0], + 51670: ['Tidecaller Sorcerer Skin', 10, -1, 3600, 4320, 0, 1000, 7, true, 0], + 51672: ['Class Mystery Skin Chest', 10, -1, 3645, 4320, 0, 0, 8, true, 0], + 51673: ['Squid Ninja Skin', 10, -1, 3690, 4320, 0, 1000, 7, true, 0], + 51675: ['Helm of the Juggernaut Shiny', 16, -1, 3735, 4320, 8, 1250, 6, true, 0], + 51676: ['Skull of Endless Torment Shiny', 19, -1, 3780, 4320, 7, 1000, 6, true, 0], + 51677: ['Corruption Cutter Shiny', 2, -1, 3825, 4320, 6, 850, 6, true, 0], + 51678: ['Warmonger Shiny', 3, -1, 3870, 4320, 8, 1000, 6, true, 0], + 51679: ['Quiver of the Shadows Shiny', 15, -1, 3915, 4320, 8, 1300, 6, true, 0], + 51680: ['Amber Encrusted Helmet Shiny', 16, -1, 3960, 4320, 5, 350, 4, true, 0], + 51684: ['Spice of Life', 10, -1, 4005, 4320, 0, 0, 2, false, 0], + 51685: ['Void Vortex Emote', 10, -1, 4050, 4320, 0, 0, 2, true, 0], + 51687: ["Vamp Steak Flambe' x1", 10, -1, 4095, 4320, 0, 120, 7, true, 1], + 51688: ["Vamp Steak Flambe' x2", 10, -1, 4140, 4320, 0, 240, 7, true, 2], + 51689: ["Vamp Steak Flambe' x3", 10, -1, 4185, 4320, 0, 360, 7, true, 3], + 51690: ["Vamp Steak Flambe' x4", 10, -1, 4230, 4320, 0, 480, 7, true, 4], + 51691: ["Vamp Steak Flambe' x5", 10, -1, 4275, 4320, 0, 600, 7, true, 5], + 51693: ['Royal Marbled Chocolate x1', 10, -1, 4320, 4320, 0, 360, 7, true, 1], + 51694: ['Royal Marbled Chocolate x2', 10, -1, 4365, 4320, 0, 720, 7, true, 2], + 51695: ['Royal Marbled Chocolate x3', 10, -1, 4410, 4320, 0, 1080, 7, true, 3], + 51696: ['Royal Marbled Chocolate x4', 10, -1, 4455, 4320, 0, 1440, 7, true, 4], + 51697: ['Royal Marbled Chocolate x5', 10, -1, 0, 4365, 0, 1800, 7, true, 5], + 51699: ['Enriched Bee Steak x1', 10, -1, 45, 4365, 0, 480, 7, true, 1], + 51700: ['Enriched Bee Steak x2', 10, -1, 90, 4365, 0, 960, 7, true, 2], + 51701: ['Enriched Bee Steak x3', 10, -1, 135, 4365, 0, 1440, 7, true, 3], + 51702: ['Enriched Bee Steak x4', 10, -1, 180, 4365, 0, 1920, 7, true, 4], + 51703: ['Enriched Bee Steak x5', 10, -1, 225, 4365, 0, 2400, 7, true, 5], + 51705: ['Steamed Zombie Steak x1', 10, -1, 270, 4365, 0, 180, 7, true, 1], + 51706: ['Steamed Zombie Steak x2', 10, -1, 315, 4365, 0, 360, 7, true, 2], + 51707: ['Steamed Zombie Steak x3', 10, -1, 360, 4365, 0, 540, 7, true, 3], + 51708: ['Steamed Zombie Steak x4', 10, -1, 405, 4365, 0, 720, 7, true, 4], + 51709: ['Steamed Zombie Steak x5', 10, -1, 450, 4365, 0, 900, 7, true, 5], + 51710: ["The Appetizer's Spicy Superburger", 10, -1, 495, 4365, 0, 3910, 7, true, 0], + 51714: ['Kitchen Novice Title Unlocker', 10, -1, 540, 4365, 0, 0, 7, true, 0], + 51715: ['Master Chef Title Unlocker', 10, -1, 585, 4365, 0, 0, 7, true, 0], + 51716: ['Culinary Conqueror Title Unlocker', 10, -1, 630, 4365, 0, 0, 7, true, 0], + 51717: ['Dark Whisper Emote', 10, -1, 675, 4365, 0, 0, 2, true, 0], + 51718: ['Void Entrance', 10, -1, 720, 4365, 0, 0, 2, true, 0], + 51721: ['the Void Star Pet Stone', 10, -1, 765, 4365, 0, 1000, 7, true, 0], + 51723: ['Deep Sea Diver Skin', 10, -1, 810, 4365, 0, 1000, 7, true, 0], + 51725: ['Sun-Kissed Ronin Skin', 10, -1, 855, 4365, 0, 1000, 7, true, 0], + 51727: ['Aquatic Archer Skin', 10, -1, 900, 4365, 0, 1000, 7, true, 0], + 51729: ['The Video Editor Title Unlocker', 10, -1, 945, 4365, 0, 0, 7, true, 0], + 51731: ['Master of the Tides Title Unlocker', 10, -1, 990, 4365, 0, 0, 7, true, 0], + 51733: ['Guardian of the Deep Title Unlocker', 10, -1, 1035, 4365, 0, 0, 7, true, 0], + 51735: ['Trusted Spatula x1', 10, -1, 1080, 4365, 0, 0, 2, true, 1], + 51736: ['Trusted Spatula x2', 10, -1, 1125, 4365, 0, 0, 2, true, 2], + 51737: ['Trusted Spatula x3', 10, -1, 1170, 4365, 0, 0, 2, true, 3], + 51738: ['Trusted Spatula x4', 10, -1, 1215, 4365, 0, 0, 2, true, 4], + 51739: ['Trusted Spatula x5', 10, -1, 1260, 4365, 0, 0, 2, true, 5], + 51740: ['Trusted Spatula x6', 10, -1, 1305, 4365, 0, 0, 2, true, 6], + 51741: ['Trusted Spatula x7', 10, -1, 1350, 4365, 0, 0, 2, true, 7], + 51742: ['Trusted Spatula x8', 10, -1, 1395, 4365, 0, 0, 2, true, 8], + 51743: ['Trusted Spatula x9', 10, -1, 1440, 4365, 0, 0, 2, true, 9], + 51744: ['Trusted Spatula x10', 10, -1, 1485, 4365, 0, 0, 2, true, 10], + 51745: ["The Appetizer's Spicy Power Pizza", 10, -1, 1530, 4365, 0, 1360, 7, true, 0], + 51746: ['Helm of the Juggernaut Shiny - Midas', 16, -1, 1575, 4365, 8, 1250, 6, true, 0], + 51749: ['Glorious Insight Glyph x1', 10, -1, 1620, 4365, 0, 0, 2, true, 1], + 51750: ['Glorious Insight Glyph x2', 10, -1, 1665, 4365, 0, 0, 2, true, 2], + 51751: ['Glorious Insight Glyph x3', 10, -1, 1710, 4365, 0, 0, 2, true, 3], + 51752: ['Glorious Insight Glyph x4', 10, -1, 1755, 4365, 0, 0, 2, true, 4], + 51753: ['Glorious Insight Glyph x5', 10, -1, 1800, 4365, 0, 0, 2, true, 5], + 51754: ['Glorious Insight Glyph x6', 10, -1, 1845, 4365, 0, 0, 2, true, 6], + 51755: ['Glorious Insight Glyph x7', 10, -1, 1890, 4365, 0, 0, 2, true, 7], + 51756: ['Glorious Insight Glyph x8', 10, -1, 1935, 4365, 0, 0, 2, true, 8], + 51757: ['Glorious Insight Glyph x9', 10, -1, 1980, 4365, 0, 0, 2, true, 9], + 51758: ['Glorious Insight Glyph x10', 10, -1, 2025, 4365, 0, 0, 2, true, 10], + 51759: ['Glorious Insight Glyph x11', 10, -1, 2070, 4365, 0, 0, 2, true, 11], + 51760: ['Glorious Insight Glyph x12', 10, -1, 2115, 4365, 0, 0, 2, true, 12], + 51761: ['Glorious Insight Glyph x13', 10, -1, 2160, 4365, 0, 0, 2, true, 13], + 51762: ['Glorious Insight Glyph x14', 10, -1, 2205, 4365, 0, 0, 2, true, 14], + 51763: ['Glorious Insight Glyph x15', 10, -1, 2250, 4365, 0, 0, 2, true, 15], + 51764: ['Glorious Insight Glyph x16', 10, -1, 2295, 4365, 0, 0, 2, true, 16], + 51765: ['Glorious Insight Glyph x17', 10, -1, 2340, 4365, 0, 0, 2, true, 17], + 51766: ['Glorious Insight Glyph x18', 10, -1, 2385, 4365, 0, 0, 2, true, 18], + 51767: ['Glorious Insight Glyph x19', 10, -1, 2430, 4365, 0, 0, 2, true, 19], + 51768: ['Glorious Insight Glyph x20', 10, -1, 2475, 4365, 0, 0, 2, true, 20], + 51770: ['Glyph of a Champion x1', 10, -1, 2520, 4365, 0, 0, 2, true, 1], + 51771: ['Glyph of a Champion x2', 10, -1, 2565, 4365, 0, 0, 2, true, 2], + 51772: ['Glyph of a Champion x3', 10, -1, 2610, 4365, 0, 0, 2, true, 3], + 51773: ['Glyph of a Champion x4', 10, -1, 2655, 4365, 0, 0, 2, true, 4], + 51774: ['Glyph of a Champion x5', 10, -1, 2700, 4365, 0, 0, 2, true, 5], + 51775: ['Glyph of a Champion x6', 10, -1, 2745, 4365, 0, 0, 2, true, 6], + 51776: ['Glyph of a Champion x7', 10, -1, 2790, 4365, 0, 0, 2, true, 7], + 51777: ['Glyph of a Champion x8', 10, -1, 2835, 4365, 0, 0, 2, true, 8], + 51778: ['Glyph of a Champion x9', 10, -1, 2880, 4365, 0, 0, 2, true, 9], + 51779: ['Glyph of a Champion x10', 10, -1, 2925, 4365, 0, 0, 2, true, 10], + 51781: ['Glyph of a Hero x1', 10, -1, 2970, 4365, 0, 0, 2, true, 1], + 51782: ['Glyph of a Hero x2', 10, -1, 3015, 4365, 0, 0, 2, true, 2], + 51783: ['Glyph of a Hero x3', 10, -1, 3060, 4365, 0, 0, 2, true, 3], + 51784: ['Glyph of a Hero x4', 10, -1, 3105, 4365, 0, 0, 2, true, 4], + 51785: ['Glyph of a Hero x5', 10, -1, 3150, 4365, 0, 0, 2, true, 5], + 51786: ['Glyph of a Hero x6', 10, -1, 3195, 4365, 0, 0, 2, true, 6], + 51787: ['Glyph of a Hero x7', 10, -1, 3240, 4365, 0, 0, 2, true, 7], + 51788: ['Glyph of a Hero x8', 10, -1, 3285, 4365, 0, 0, 2, true, 8], + 51789: ['Glyph of a Hero x9', 10, -1, 3330, 4365, 0, 0, 2, true, 9], + 51790: ['Glyph of a Hero x10', 10, -1, 3375, 4365, 0, 0, 2, true, 10], + 51791: ['Glorious Legend Warrior Skin', 10, -1, 3420, 4365, 0, 1000, 7, true, 0], + 51793: ['Insightful Acolyte Mystic Skin', 10, -1, 3465, 4365, 0, 1000, 7, true, 0], + 51795: ['Imperial Enchanter Wizard Skin', 10, -1, 3510, 4365, 0, 1000, 7, true, 0], + 51797: ['Legionnaire Kensei Skin', 10, -1, 3555, 4365, 0, 1000, 7, true, 0], + 51801: ['Imperial Eagle Pet Stone', 10, -1, 3600, 4365, 0, 1000, 7, true, 0], + 51802: ['Staring Wanderer Emote', 10, -1, 3645, 4365, 0, 0, 2, true, 0], + 51803: ['Angry Wanderer Emote', 10, -1, 3690, 4365, 0, 0, 2, true, 0], + 51804: ['Anxious Wanderer Emote', 10, -1, 3735, 4365, 0, 0, 2, true, 0], + 51805: ['Surprised Wanderer Emote', 10, -1, 3780, 4365, 0, 0, 2, true, 0], + 51806: ['Murderous Ramm Emote', 10, -1, 3825, 4365, 0, 0, 2, true, 0], + 51807: ['Evil Ozuchi Emote', 10, -1, 3870, 4365, 0, 0, 2, true, 0], + 51808: ['Murderous Izel Emote', 10, -1, 3915, 4365, 0, 0, 2, true, 0], + 51809: ['Staring Nefret Emote', 10, -1, 3960, 4365, 0, 0, 2, true, 0], + 51816: ["Wanderer's Portal Pet Stone", 10, -1, 4005, 4365, 0, 1000, 7, true, 0], + 51819: ['Shady Slurp Pet Stone', 10, -1, 4050, 4365, 0, 1000, 7, true, 0], + 51822: ['Wandering Slurp Pet Stone', 10, -1, 4095, 4365, 0, 1000, 7, true, 0], + 51825: ['Pirate Queen Slurp Pet Stone', 10, -1, 4140, 4365, 0, 1000, 7, true, 0], + 51828: ['Black Blade Slurp Pet Stone', 10, -1, 4185, 4365, 0, 1000, 7, true, 0], + 51831: ['Grand Shaman Slurp Pet Stone', 10, -1, 4230, 4365, 0, 1000, 7, true, 0], + 51834: ['Pharaoh Slurp Pet Stone', 10, -1, 4275, 4365, 0, 1000, 7, true, 0], + 51840: ['Glory Archer Skin', 10, -1, 4320, 4365, 0, 500, 7, false, 0], + 51842: ['Glory Assassin Skin', 10, -1, 4365, 4365, 0, 500, 7, false, 0], + 51844: ['Glory Kensei Skin', 10, -1, 4410, 4365, 0, 500, 7, false, 0], + 51846: ['Glory Knight Skin', 10, -1, 4455, 4365, 0, 500, 7, false, 0], + 51848: ['Glory Ninja Skin', 10, -1, 0, 4410, 0, 500, 7, false, 0], + 51850: ['Glory Paladin Skin', 10, -1, 45, 4410, 0, 500, 7, false, 0], + 51852: ['Glory Rogue Skin', 10, -1, 90, 4410, 0, 500, 7, false, 0], + 51854: ['Glory Samurai Skin', 10, -1, 135, 4410, 0, 500, 7, false, 0], + 51856: ['Glory Warrior Skin', 10, -1, 180, 4410, 0, 500, 7, false, 0], + 51858: ['Insight Bard Skin', 10, -1, 225, 4410, 0, 500, 7, false, 0], + 51860: ['Insight Huntress Skin', 10, -1, 270, 4410, 0, 500, 7, false, 0], + 51862: ['Insight Mystic Skin', 10, -1, 315, 4410, 0, 500, 7, false, 0], + 51864: ['Insight Necromancer Skin', 10, -1, 360, 4410, 0, 500, 7, false, 0], + 51866: ['Insight Priest Skin', 10, -1, 405, 4410, 0, 500, 7, false, 0], + 51868: ['Insight Sorcerer Skin', 10, -1, 450, 4410, 0, 500, 7, false, 0], + 51870: ['Insight Summoner Skin', 10, -1, 495, 4410, 0, 500, 7, false, 0], + 51872: ['Insight Trickster Skin', 10, -1, 540, 4410, 0, 500, 7, false, 0], + 51874: ['Insight Wizard Skin', 10, -1, 585, 4410, 0, 500, 7, false, 0], + 51876: ['Legionnaire of Light Title Unlocker', 10, -1, 630, 4410, 0, 0, 7, true, 0], + 51878: ['Virtuous Conqueror Title Unlocker', 10, -1, 675, 4410, 0, 0, 7, true, 0], + 51882: ['Cursed Dirk Pet Stone', 10, -1, 720, 4410, 0, 1000, 7, true, 0], + 51883: ['Glory and Insight Skin Collection Chest', 10, -1, 765, 4410, 0, 0, 8, true, 0], + 51884: ['Glory and Insight Engraving Collection Chest', 10, -1, 810, 4410, 0, 0, 8, true, 0], + 51885: ['Glory and Insight Gear Collection Chest', 10, -1, 855, 4410, 0, 0, 8, true, 0], + 51892: ['Swords Of Teleporting Light', 10, -1, 900, 4410, 0, 0, 2, true, 0], + 51895: ['Crystal Hatchling Emote', 10, -1, 945, 4410, 0, 0, 2, true, 0], + 51896: ['Heartbeat of the Wetlands Emote', 10, -1, 990, 4410, 0, 0, 2, true, 0], + 51897: ['Avalon the Scribe Emote', 10, -1, 1035, 4410, 0, 0, 2, true, 0], + 51898: ['Marble Minion Emote', 10, -1, 1080, 4410, 0, 0, 2, true, 0], + 51899: ['Young Deity Geb Emote', 10, -1, 1125, 4410, 0, 0, 2, true, 0], + 51900: ['Dark Arts Student Ruthven Emote', 10, -1, 1170, 4410, 0, 0, 2, true, 0], + 51901: ['Factory Control Prototype Emote', 10, -1, 1215, 4410, 0, 0, 2, true, 0], + 51902: ['The Begotten King Emote', 10, -1, 1260, 4410, 0, 0, 2, true, 0], + 51905: ['Magical Book Pet Stone', 10, -1, 1305, 4410, 0, 1000, 7, true, 0], + 51908: ['Enchanted Inkwell Pet Stone', 10, -1, 1350, 4410, 0, 1000, 7, true, 0], + 51911: ['Friendly Pencil Pet Stone', 10, -1, 1395, 4410, 0, 1000, 7, true, 0], + 51917: ['Defender of the Realm Title Unlocker', 10, -1, 1440, 4410, 0, 0, 7, true, 0], + 51918: ['Legionnaire Supreme Title Unlocker', 10, -1, 1485, 4410, 0, 0, 7, true, 0], + 51923: ["A Scholar's Entrance", 10, -1, 1530, 4410, 0, 0, 2, true, 0], + 51924: ['Pencil of Descension', 10, -1, 1575, 4410, 0, 0, 2, true, 0], + 51927: ['Noble Canine Pet Stone', 10, -1, 1620, 4410, 0, 1000, 7, true, 0], + 51929: ['Royal Scout Rogue Skin', 10, -1, 1665, 4410, 0, 1000, 7, true, 0], + 51931: ['Imperial Decoy Trickster Skin', 10, -1, 1710, 4410, 0, 1000, 7, true, 0], + 51932: ['Swashbuckler Knight Skin', 10, -1, 1755, 4410, 0, 1000, 7, true, 0], + 51934: ['Compass Emote', 10, -1, 1800, 4410, 0, 0, 2, true, 0], + 51935: ['Treasure Chest Emote', 10, -1, 1845, 4410, 0, 0, 2, true, 0], + 51936: ['Excited Jon Emote', 10, -1, 1890, 4410, 0, 0, 2, true, 0], + 51937: ['Anxious Jon Emote', 10, -1, 1935, 4410, 0, 0, 2, true, 0], + 51938: ['Wary Jon Emote', 10, -1, 1980, 4410, 0, 0, 2, true, 0], + 51939: ['Happy Jon Emote', 10, -1, 2025, 4410, 0, 0, 2, true, 0], + 51940: ['Suspicious Jon Emote', 10, -1, 2070, 4410, 0, 0, 2, true, 0], + 51941: ['Death Flag Jon Emote', 10, -1, 2115, 4410, 0, 0, 2, true, 0], + 51948: ['Warden of the Night Title Unlocker', 10, -1, 2160, 4410, 0, 0, 7, true, 0], + 51949: ['Specter of the Shadows Title Unlocker', 10, -1, 2205, 4410, 0, 0, 7, true, 0], + 51951: ['Ghostly Archer Skin', 10, -1, 2250, 4410, 0, 1000, 7, true, 0], + 51953: ['Pumpkin Head Warrior Skin', 10, -1, 2295, 4410, 0, 1000, 7, true, 0], + 51955: ['Wicked Witch Bard Skin', 10, -1, 2340, 4410, 0, 1000, 7, true, 0], + 51957: ['Cursed Huntress Skin', 10, -1, 2385, 4410, 0, 1000, 7, true, 0], + 51960: ['Vampire Bat Pet Stone', 10, -1, 2430, 4410, 0, 1000, 7, true, 0], + 51963: ['Haunted Cat Pet Stone', 10, -1, 2475, 4410, 0, 1000, 7, true, 0], + 51964: ['Halloween Mystery Bag', 10, -1, 2520, 4410, 0, 0, 8, true, 0], + 51965: ['Crimson Descent', 10, -1, 2565, 4410, 0, 0, 2, true, 0], + 51966: ['Arcane Convergence', 10, -1, 2610, 4410, 0, 0, 2, true, 0], + 51967: ['Totalia Sigh Emote', 10, -1, 2655, 4410, 0, 0, 2, true, 0], + 51968: ['Totalia HaHa Emote', 10, -1, 2700, 4410, 0, 0, 2, true, 0], + 51969: ['Totalia Yikes Emote', 10, -1, 2745, 4410, 0, 0, 2, true, 0], + 51970: ['Totalia Flair Emote', 10, -1, 2790, 4410, 0, 0, 2, true, 0], + 51971: ['Lit O Lantern Emote', 10, -1, 2835, 4410, 0, 0, 2, true, 0], + 51974: ['Harbinger of Shadows Title Unlocker', 10, -1, 2880, 4410, 0, 0, 7, true, 0], + 51975: ['Keeper of the Damned Title Unlocker', 10, -1, 2925, 4410, 0, 0, 7, true, 0], + 51978: ['Chibi Pilgrim Pet Stone', 10, -1, 2970, 4410, 0, 1000, 7, true, 0], + 51981: ['Cauldron Spirit Pet Stone', 10, -1, 3015, 4410, 0, 1000, 7, true, 0], + 51984: ['Archmage Craig Pet Stone', 10, -1, 3060, 4410, 0, 1000, 7, true, 0], + 52003: ['Pumpkin Bottle', 10, -1, 3105, 4410, 0, 0, 2, true, 0], + 52004: ['Greater Pumpkin Bottle 1', 10, -1, 3150, 4410, 0, 0, 2, true, 0], + 52005: ['Greater Pumpkin Bottle 2', 10, -1, 3195, 4410, 0, 0, 2, true, 0], + 52006: ['Greater Pumpkin Bottle 3', 10, -1, 3240, 4410, 0, 0, 2, true, 0], + 52007: ['Frankenstein Bottle', 10, -1, 3285, 4410, 0, 0, 2, true, 0], + 52008: ['Greater Frankenstein Bottle 1', 10, -1, 3330, 4410, 0, 0, 2, true, 0], + 52009: ['Greater Frankenstein Bottle 2', 10, -1, 3375, 4410, 0, 0, 2, true, 0], + 52010: ['Greater Frankenstein Bottle 3', 10, -1, 3420, 4410, 0, 0, 2, true, 0], + 52018: ['Thankful Engraving', 10, -1, 3465, 4410, 0, 0, 8, true, 0], + 52020: ['Giver Engraving', 10, -1, 3510, 4410, 0, 0, 8, true, 0], + 52022: ['Splatter-proof Apron', 6, -1, 3555, 4410, 6, 435, 4, false, 0], + 52023: ['Reinforced Apron', 7, -1, 3600, 4410, 6, 435, 4, false, 0], + 52024: ['Apron of Conjuring', 14, -1, 3645, 4410, 6, 435, 4, false, 0], + 52027: ['Mini Demon Guitarist Skin', 10, -1, 3690, 4410, 0, 1000, 7, true, 0], + 52030: ['Mini Lei Gong Skin', 10, -1, 3735, 4410, 0, 1000, 7, true, 0], + 52032: ['HBardST0', 3, -1, 3780, 4410, 5, 1200, 8, true, 0], + 52033: ['HBardST1', 28, -1, 3825, 4410, 7, 1300, 8, true, 0], + 52034: ['HBardST2', 14, -1, 3870, 4410, 6, 1000, 8, true, 0], + 52035: ['HBardST3', 9, -1, 3915, 4410, 4, 800, 8, true, 0], + 52039: ['HNinjaST0', 24, -1, 3960, 4410, 5, 700, 8, true, 0], + 52040: ['HNinjaST1', 25, -1, 4005, 4410, 7, 950, 8, true, 0], + 52041: ['HNinjaST2', 6, -1, 4050, 4410, 6, 650, 8, true, 0], + 52042: ['HNinjaST3', 9, -1, 4095, 4410, 4, 550, 8, true, 0], + 52045: ['Split Personality Necromancer Skin', 10, -1, 4140, 4410, 0, 1000, 7, true, 0], + 52049: ['Angelic Cat Pet Stone', 10, -1, 4185, 4410, 0, 1000, 7, true, 0], + 52053: ['Giving Pixie Pet Stone', 10, -1, 4230, 4410, 0, 1000, 7, true, 0], + 52064: ['Foramite Staff Shiny', 17, -1, 4275, 4410, 7, 750, 6, true, 0], + 52066: ['Blazon Bow Shiny', 3, -1, 4320, 4410, 7, 750, 6, true, 0], + 52068: ['Dueling Daggers Shiny', 2, -1, 4365, 4410, 7, 750, 6, true, 0], + 52070: ['Fire Blade Shiny', 24, -1, 4410, 4410, 7, 750, 6, true, 0], + 52073: ['Uranium Shard x1', 10, -1, 4455, 4410, 0, 0, 2, true, 1], + 52074: ['Uranium Shard x2', 10, -1, 0, 4455, 0, 0, 2, true, 2], + 52075: ['Uranium Shard x3', 10, -1, 45, 4455, 0, 0, 2, true, 3], + 52076: ['Uranium Shard x4', 10, -1, 90, 4455, 0, 0, 2, true, 4], + 52077: ['Uranium Shard x5', 10, -1, 135, 4455, 0, 0, 2, true, 5], + 52078: ['Uranium Shard x6', 10, -1, 180, 4455, 0, 0, 2, true, 6], + 52079: ['Uranium Shard x7', 10, -1, 225, 4455, 0, 0, 2, true, 7], + 52080: ['Uranium Shard x8', 10, -1, 270, 4455, 0, 0, 2, true, 8], + 52081: ['Uranium Shard x9', 10, -1, 315, 4455, 0, 0, 2, true, 9], + 52082: ['Uranium Shard x10', 10, -1, 360, 4455, 0, 0, 2, true, 10], + 52083: ['Uranium Shard x11', 10, -1, 405, 4455, 0, 0, 2, true, 11], + 52084: ['Uranium Shard x12', 10, -1, 450, 4455, 0, 0, 2, true, 12], + 52085: ['Uranium Shard x13', 10, -1, 495, 4455, 0, 0, 2, true, 13], + 52086: ['Uranium Shard x14', 10, -1, 540, 4455, 0, 0, 2, true, 14], + 52087: ['Uranium Shard x15', 10, -1, 585, 4455, 0, 0, 2, true, 15], + 52088: ['Uranium Shard x16', 10, -1, 630, 4455, 0, 0, 2, true, 16], + 52089: ['Uranium Shard x17', 10, -1, 675, 4455, 0, 0, 2, true, 17], + 52090: ['Uranium Shard x18', 10, -1, 720, 4455, 0, 0, 2, true, 18], + 52091: ['Uranium Shard x19', 10, -1, 765, 4455, 0, 0, 2, true, 19], + 52092: ['Uranium Shard x20', 10, -1, 810, 4455, 0, 0, 2, true, 20], + 52097: ['Knockout King Action Figure Pet Stone', 10, -1, 855, 4455, 0, 1000, 7, true, 0], + 52100: ['Heavyweight Title Unlocker', 10, -1, 900, 4455, 0, 0, 7, true, 0], + 52124: ['Golden Leaf x1', 10, -1, 945, 4455, 0, 0, 2, true, 1], + 52125: ['Golden Leaf x2', 10, -1, 990, 4455, 0, 0, 2, true, 2], + 52126: ['Golden Leaf x3', 10, -1, 1035, 4455, 0, 0, 2, true, 3], + 52127: ['Golden Leaf x4', 10, -1, 1080, 4455, 0, 0, 2, true, 4], + 52128: ['Golden Leaf x5', 10, -1, 1125, 4455, 0, 0, 2, true, 5], + 52129: ['Golden Leaf x6', 10, -1, 1170, 4455, 0, 0, 2, true, 6], + 52130: ['Golden Leaf x7', 10, -1, 1215, 4455, 0, 0, 2, true, 7], + 52131: ['Golden Leaf x8', 10, -1, 1260, 4455, 0, 0, 2, true, 8], + 52132: ['Golden Leaf x9', 10, -1, 1305, 4455, 0, 0, 2, true, 9], + 52133: ['Golden Leaf x10', 10, -1, 1350, 4455, 0, 0, 2, true, 10], + 52134: ['Golden Leaf x11', 10, -1, 1395, 4455, 0, 0, 2, true, 11], + 52135: ['Golden Leaf x12', 10, -1, 1440, 4455, 0, 0, 2, true, 12], + 52136: ['Golden Leaf x13', 10, -1, 1485, 4455, 0, 0, 2, true, 13], + 52137: ['Golden Leaf x14', 10, -1, 1530, 4455, 0, 0, 2, true, 14], + 52138: ['Golden Leaf x15', 10, -1, 1575, 4455, 0, 0, 2, true, 15], + 52139: ['Golden Leaf x16', 10, -1, 1620, 4455, 0, 0, 2, true, 16], + 52140: ['Golden Leaf x17', 10, -1, 1665, 4455, 0, 0, 2, true, 17], + 52141: ['Golden Leaf x18', 10, -1, 1710, 4455, 0, 0, 2, true, 18], + 52142: ['Golden Leaf x19', 10, -1, 1755, 4455, 0, 0, 2, true, 19], + 52143: ['Golden Leaf x20', 10, -1, 1800, 4455, 0, 0, 2, true, 20], + 52147: ['Thanksgiving Mystery Chest', 10, -1, 1845, 4455, 0, 0, 8, true, 0], + 52212: ['Stone Judoka Action Figure Pet Stone', 10, -1, 1890, 4455, 0, 1000, 7, true, 0], + 52213: ['Victorious Deep Sea Diva Emote', 10, -1, 1935, 4455, 0, 0, 2, true, 0], + 52214: ['Chibi Deep Sea Diva K.O Emote', 10, -1, 1980, 4455, 0, 0, 2, true, 0], + 52215: ['Bring It On Stone Judoka Emote', 10, -1, 2025, 4455, 0, 0, 2, true, 0], + 52218: ['Class Clown Title Unlocker', 10, -1, 2070, 4455, 0, 0, 7, true, 0], + 52222: ['Joker Card Emote', 10, -1, 2115, 4455, 0, 0, 2, true, 0], + 52223: ['Sad Clown Emote', 10, -1, 2160, 4455, 0, 0, 2, true, 0], + 52224: ['Clapping Jolly Chimp Emote', 10, -1, 2205, 4455, 0, 0, 2, true, 0], + 52225: ['Jester Card Emote', 10, -1, 2250, 4455, 0, 0, 2, true, 0], + 52229: ['Circus Ticket x1', 10, -1, 2295, 4455, 0, 0, 2, true, 1], + 52230: ['Circus Ticket x2', 10, -1, 2340, 4455, 0, 0, 2, true, 2], + 52231: ['Circus Ticket x3', 10, -1, 2385, 4455, 0, 0, 2, true, 3], + 52232: ['Circus Ticket x4', 10, -1, 2430, 4455, 0, 0, 2, true, 4], + 52233: ['Circus Ticket x5', 10, -1, 2475, 4455, 0, 0, 2, true, 5], + 52234: ['Circus Ticket x6', 10, -1, 2520, 4455, 0, 0, 2, true, 6], + 52235: ['Circus Ticket x7', 10, -1, 2565, 4455, 0, 0, 2, true, 7], + 52236: ['Circus Ticket x8', 10, -1, 2610, 4455, 0, 0, 2, true, 8], + 52237: ['Circus Ticket x9', 10, -1, 2655, 4455, 0, 0, 2, true, 9], + 52238: ['Circus Ticket x10', 10, -1, 2700, 4455, 0, 0, 2, true, 10], + 52239: ['Circus Ticket x11', 10, -1, 2745, 4455, 0, 0, 2, true, 11], + 52240: ['Circus Ticket x12', 10, -1, 2790, 4455, 0, 0, 2, true, 12], + 52241: ['Circus Ticket x13', 10, -1, 2835, 4455, 0, 0, 2, true, 13], + 52242: ['Circus Ticket x14', 10, -1, 2880, 4455, 0, 0, 2, true, 14], + 52243: ['Circus Ticket x15', 10, -1, 2925, 4455, 0, 0, 2, true, 15], + 52244: ['Circus Ticket x16', 10, -1, 2970, 4455, 0, 0, 2, true, 16], + 52245: ['Circus Ticket x17', 10, -1, 3015, 4455, 0, 0, 2, true, 17], + 52246: ['Circus Ticket x18', 10, -1, 3060, 4455, 0, 0, 2, true, 18], + 52247: ['Circus Ticket x19', 10, -1, 3105, 4455, 0, 0, 2, true, 19], + 52248: ['Circus Ticket x20', 10, -1, 3150, 4455, 0, 0, 2, true, 20], + 52253: ['Throwing Knives', 2, -1, 3195, 4455, 7, 650, 9, true, 0], + 52254: ["Acrobat's Edge", 24, -1, 3240, 4455, 7, 650, 9, true, 0], + 52255: ['Lion Tamer', 1, -1, 3285, 4455, 7, 650, 9, true, 0], + 52256: ['Dreamcaster', 17, -1, 3330, 4455, 7, 650, 9, true, 0], + 52257: ["Ringmaster's Bow", 3, -1, 3375, 4455, 7, 650, 9, true, 0], + 52258: ["Carnival's Conjurer", 8, -1, 3420, 4455, 7, 650, 9, true, 0], + 52269: ['Oryx Card Emote', 10, -1, 3465, 4455, 0, 0, 2, true, 0], + 52270: ['Crystal Prisoner Card Emote', 10, -1, 3510, 4455, 0, 0, 2, true, 0], + 52273: ['Jolly Chimp Pet Stone', 10, -1, 3555, 4455, 0, 1000, 7, true, 0], + 52274: ['All Lights On Me', 10, -1, 3600, 4455, 0, 0, 2, true, 0], + 52276: ['Jester Rogue Skin', 10, -1, 3645, 4455, 0, 1000, 7, true, 0], + 52278: ['Clown Wizard Skin', 10, -1, 3690, 4455, 0, 1000, 7, true, 0], + 52280: ['Mime Assassin Skin', 10, -1, 3735, 4455, 0, 1000, 7, true, 0], + 52282: ['Strongman Knight Skin', 10, -1, 3780, 4455, 0, 1000, 7, true, 0], + 52284: ['Illusionist Trickster Skin', 10, -1, 3825, 4455, 0, 1000, 7, true, 0], + 52285: ['Forgotten King Card Emote', 10, -1, 3870, 4455, 0, 0, 2, true, 0], + 52304: ["Adonis' Shot Engraving", 10, -1, 3915, 4455, 0, 0, 8, true, 0], + 52305: ["Adonis' Shot Subattack Item", 0, -1, 3960, 4455, 0, 0, 0, false, 0], + 52307: ["Aphrodite's Shot Engraving", 10, -1, 4005, 4455, 0, 0, 8, true, 0], + 52308: ["Aphrodite's Shot Subattack Item", 0, -1, 4050, 4455, 0, 0, 0, false, 0], + 52310: ['Rose Thorns Engraving', 10, -1, 4095, 4455, 0, 0, 8, true, 0], + 52311: ['Rose Thorns Engraving Projectiles', 15, -1, 4140, 4455, 0, 0, 0, false, 0], + 52314: ['Charming Title Unlocker', 10, -1, 4185, 4455, 0, 0, 7, true, 0], + 52316: ['Admirer Title Unlocker', 10, -1, 4230, 4455, 0, 0, 7, true, 0], + 52318: ['Heart-Shaped Cookie x1', 10, -1, 4275, 4455, 0, 0, 2, true, 1], + 52319: ['Heart-Shaped Cookie x2', 10, -1, 4320, 4455, 0, 0, 2, true, 2], + 52320: ['Heart-Shaped Cookie x3', 10, -1, 4365, 4455, 0, 0, 2, true, 3], + 52321: ['Heart-Shaped Cookie x4', 10, -1, 4410, 4455, 0, 0, 2, true, 4], + 52322: ['Heart-Shaped Cookie x5', 10, -1, 4455, 4455, 0, 0, 2, true, 5], + 52323: ['Heart-Shaped Cookie x6', 10, -1, 0, 4500, 0, 0, 2, true, 6], + 52324: ['Heart-Shaped Cookie x7', 10, -1, 45, 4500, 0, 0, 2, true, 7], + 52325: ['Heart-Shaped Cookie x8', 10, -1, 90, 4500, 0, 0, 2, true, 8], + 52326: ['Heart-Shaped Cookie x9', 10, -1, 135, 4500, 0, 0, 2, true, 9], + 52327: ['Heart-Shaped Cookie x10', 10, -1, 180, 4500, 0, 0, 2, true, 10], + 52328: ['Heart-Shaped Cookie x11', 10, -1, 225, 4500, 0, 0, 2, true, 11], + 52329: ['Heart-Shaped Cookie x12', 10, -1, 270, 4500, 0, 0, 2, true, 12], + 52330: ['Heart-Shaped Cookie x13', 10, -1, 315, 4500, 0, 0, 2, true, 13], + 52331: ['Heart-Shaped Cookie x14', 10, -1, 360, 4500, 0, 0, 2, true, 14], + 52332: ['Heart-Shaped Cookie x15', 10, -1, 405, 4500, 0, 0, 2, true, 15], + 52333: ['Heart-Shaped Cookie x16', 10, -1, 450, 4500, 0, 0, 2, true, 16], + 52334: ['Heart-Shaped Cookie x17', 10, -1, 495, 4500, 0, 0, 2, true, 17], + 52335: ['Heart-Shaped Cookie x18', 10, -1, 540, 4500, 0, 0, 2, true, 18], + 52336: ['Heart-Shaped Cookie x19', 10, -1, 585, 4500, 0, 0, 2, true, 19], + 52337: ['Heart-Shaped Cookie x20', 10, -1, 630, 4500, 0, 0, 2, true, 20], + 52338: ['Belladonna Flower Emote', 10, -1, 675, 4500, 0, 0, 2, true, 0], + 52339: ['Chibi Gardener Emote', 10, -1, 720, 4500, 0, 0, 2, true, 0], + 52340: ['Chibi Demon Mistress Emote', 10, -1, 765, 4500, 0, 0, 2, true, 0], + 52341: ['Chibi Stheno the Snake Queen Emote', 10, -1, 810, 4500, 0, 0, 2, true, 0], + 52342: ['Chibi Septavius the Ghost God Emote', 10, -1, 855, 4500, 0, 0, 2, true, 0], + 52343: ['Chibi Maiden of the Sea Emote', 10, -1, 900, 4500, 0, 0, 2, true, 0], + 52409: ['Colorful Egg x1', 10, -1, 945, 4500, 0, 0, 2, true, 1], + 52410: ['Colorful Egg x2', 10, -1, 990, 4500, 0, 0, 2, true, 2], + 52411: ['Colorful Egg x3', 10, -1, 1035, 4500, 0, 0, 2, true, 3], + 52412: ['Colorful Egg x4', 10, -1, 1080, 4500, 0, 0, 2, true, 4], + 52413: ['Colorful Egg x5', 10, -1, 1125, 4500, 0, 0, 2, true, 5], + 52414: ['Colorful Egg x6', 10, -1, 1170, 4500, 0, 0, 2, true, 6], + 52415: ['Colorful Egg x7', 10, -1, 1215, 4500, 0, 0, 2, true, 7], + 52416: ['Colorful Egg x8', 10, -1, 1260, 4500, 0, 0, 2, true, 8], + 52417: ['Colorful Egg x9', 10, -1, 1305, 4500, 0, 0, 2, true, 9], + 52418: ['Colorful Egg x10', 10, -1, 1350, 4500, 0, 0, 2, true, 10], + 52419: ['Colorful Egg x11', 10, -1, 1395, 4500, 0, 0, 2, true, 11], + 52420: ['Colorful Egg x12', 10, -1, 1440, 4500, 0, 0, 2, true, 12], + 52421: ['Colorful Egg x13', 10, -1, 1485, 4500, 0, 0, 2, true, 13], + 52422: ['Colorful Egg x14', 10, -1, 1530, 4500, 0, 0, 2, true, 14], + 52423: ['Colorful Egg x15', 10, -1, 1575, 4500, 0, 0, 2, true, 15], + 52424: ['Colorful Egg x16', 10, -1, 1620, 4500, 0, 0, 2, true, 16], + 52425: ['Colorful Egg x17', 10, -1, 1665, 4500, 0, 0, 2, true, 17], + 52426: ['Colorful Egg x18', 10, -1, 1710, 4500, 0, 0, 2, true, 18], + 52427: ['Colorful Egg x19', 10, -1, 1755, 4500, 0, 0, 2, true, 19], + 52428: ['Colorful Egg x20', 10, -1, 1800, 4500, 0, 0, 2, true, 20], + 52431: ['Egg Basket x1', 10, -1, 1845, 4500, 0, 0, 2, true, 1], + 52433: ['Stone Scarab x1', 10, -1, 1890, 4500, 0, 0, 2, true, 1], + 52434: ['Stone Scarab x2', 10, -1, 1935, 4500, 0, 0, 2, true, 2], + 52435: ['Stone Scarab x3', 10, -1, 1980, 4500, 0, 0, 2, true, 3], + 52436: ['Stone Scarab x4', 10, -1, 2025, 4500, 0, 0, 2, true, 4], + 52437: ['Stone Scarab x5', 10, -1, 2070, 4500, 0, 0, 2, true, 5], + 52438: ['Stone Scarab x6', 10, -1, 2115, 4500, 0, 0, 2, true, 6], + 52439: ['Stone Scarab x7', 10, -1, 2160, 4500, 0, 0, 2, true, 7], + 52440: ['Stone Scarab x8', 10, -1, 2205, 4500, 0, 0, 2, true, 8], + 52441: ['Stone Scarab x9', 10, -1, 2250, 4500, 0, 0, 2, true, 9], + 52442: ['Stone Scarab x10', 10, -1, 2295, 4500, 0, 0, 2, true, 10], + 52444: ['Golden Scarab x1', 10, -1, 2340, 4500, 0, 0, 2, true, 1], + 52445: ['Golden Scarab x2', 10, -1, 2385, 4500, 0, 0, 2, true, 2], + 52446: ['Golden Scarab x3', 10, -1, 2430, 4500, 0, 0, 2, true, 3], + 52447: ['Golden Scarab x4', 10, -1, 2475, 4500, 0, 0, 2, true, 4], + 52448: ['Golden Scarab x5', 10, -1, 2520, 4500, 0, 0, 2, true, 5], + 52449: ['Golden Scarab x6', 10, -1, 2565, 4500, 0, 0, 2, true, 6], + 52450: ['Golden Scarab x7', 10, -1, 2610, 4500, 0, 0, 2, true, 7], + 52451: ['Golden Scarab x8', 10, -1, 2655, 4500, 0, 0, 2, true, 8], + 52452: ['Golden Scarab x9', 10, -1, 2700, 4500, 0, 0, 2, true, 9], + 52453: ['Golden Scarab x10', 10, -1, 2745, 4500, 0, 0, 2, true, 10], + 52455: ['Ancient Scarab x1', 10, -1, 2790, 4500, 0, 0, 2, true, 1], + 52456: ['Ancient Scarab x2', 10, -1, 2835, 4500, 0, 0, 2, true, 2], + 52457: ['Ancient Scarab x3', 10, -1, 2880, 4500, 0, 0, 2, true, 3], + 52458: ['Ancient Scarab x4', 10, -1, 2925, 4500, 0, 0, 2, true, 4], + 52459: ['Ancient Scarab x5', 10, -1, 2970, 4500, 0, 0, 2, true, 5], + 52460: ['Ancient Scarab x6', 10, -1, 3015, 4500, 0, 0, 2, true, 6], + 52461: ['Ancient Scarab x7', 10, -1, 3060, 4500, 0, 0, 2, true, 7], + 52462: ['Ancient Scarab x8', 10, -1, 3105, 4500, 0, 0, 2, true, 8], + 52463: ['Ancient Scarab x9', 10, -1, 3150, 4500, 0, 0, 2, true, 9], + 52464: ['Ancient Scarab x10', 10, -1, 3195, 4500, 0, 0, 2, true, 10], + 52466: ['Draconic Scarab x1', 10, -1, 3240, 4500, 0, 0, 2, true, 1], + 52467: ['Draconic Scarab x2', 10, -1, 3285, 4500, 0, 0, 2, true, 2], + 52468: ['Draconic Scarab x3', 10, -1, 3330, 4500, 0, 0, 2, true, 3], + 52469: ['Draconic Scarab x4', 10, -1, 3375, 4500, 0, 0, 2, true, 4], + 52470: ['Draconic Scarab x5', 10, -1, 3420, 4500, 0, 0, 2, true, 5], + 52471: ['Draconic Scarab x6', 10, -1, 3465, 4500, 0, 0, 2, true, 6], + 52472: ['Draconic Scarab x7', 10, -1, 3510, 4500, 0, 0, 2, true, 7], + 52473: ['Draconic Scarab x8', 10, -1, 3555, 4500, 0, 0, 2, true, 8], + 52474: ['Draconic Scarab x9', 10, -1, 3600, 4500, 0, 0, 2, true, 9], + 52475: ['Draconic Scarab x10', 10, -1, 3645, 4500, 0, 0, 2, true, 10], + 52937: ['Test Ring Speed', 9, -1, 3690, 4500, 0, 1500, 8, true, 0], + 53231: ['Tester Wooden Shield', 5, -1, 3735, 4500, 0, 4, 1, false, 0], + 53232: ['Tester Magic Quiver', 15, -1, 3780, 4500, 0, 4, 1, false, 0], + 53233: ["Novice's Lute", 28, 0, 3825, 4500, 0, 4, 1, false, 0], + 53234: ['Oakwood Lute', 28, 1, 3870, 4500, 0, 8, 1, false, 0], + 53235: ['Iron Lute', 28, 2, 3915, 4500, 0, 15, 1, false, 0], + 53236: ['Silver Lute', 28, 3, 3960, 4500, 1, 34, 2, false, 0], + 53237: ['Battle Lute', 28, 4, 4005, 4500, 2, 68, 2, false, 0], + 53238: ['Regal Lute', 28, 5, 4050, 4500, 4, 139, 4, false, 0], + 53239: ['Skyward Lute', 28, 6, 4095, 4500, 6, 380, 4, false, 0], + 53240: ['Nebular Lute', 28, 7, 4140, 4500, 8, 570, 9, true, 0], + 53244: ['Nether Lute', 28, 8, 4185, 4500, 9, 855, 9, true, 0], + 53265: ['3ArcherSTShard x1', 10, -1, 4230, 4500, 0, 50, 5, true, 1], + 53266: ['3ArcherSTShard x2', 10, -1, 4275, 4500, 0, 100, 5, true, 2], + 53267: ['3ArcherSTShard x3', 10, -1, 4320, 4500, 0, 150, 5, true, 3], + 53268: ['3ArcherSTShard x4', 10, -1, 4365, 4500, 0, 200, 5, true, 4], + 53269: ['3ArcherSTShard x5', 10, -1, 4410, 4500, 0, 250, 5, true, 5], + 53270: ['3ArcherSTShard x6', 10, -1, 4455, 4500, 0, 300, 5, true, 6], + 53271: ['3ArcherSTShard x7', 10, -1, 0, 4545, 0, 350, 5, true, 7], + 53272: ['3ArcherSTShard x8', 10, -1, 45, 4545, 0, 400, 5, true, 8], + 53273: ['3ArcherSTShard x9', 10, -1, 90, 4545, 0, 450, 5, true, 9], + 53274: ['3ArcherSTShard x10', 10, -1, 135, 4545, 0, 500, 5, true, 10], + 53275: ['3ArcherSTShard x11', 10, -1, 180, 4545, 0, 550, 5, true, 11], + 53276: ['3ArcherSTShard x12', 10, -1, 225, 4545, 0, 600, 5, true, 12], + 53277: ['3ArcherSTShard x13', 10, -1, 270, 4545, 0, 650, 5, true, 13], + 53278: ['3ArcherSTShard x14', 10, -1, 315, 4545, 0, 700, 5, true, 14], + 53279: ['3ArcherSTShard x15', 10, -1, 360, 4545, 0, 750, 5, true, 15], + 53281: ['3WizardSTShard x1', 10, -1, 405, 4545, 0, 50, 5, true, 1], + 53282: ['3WizardSTShard x2', 10, -1, 450, 4545, 0, 100, 5, true, 2], + 53283: ['3WizardSTShard x3', 10, -1, 495, 4545, 0, 150, 5, true, 3], + 53284: ['3WizardSTShard x4', 10, -1, 540, 4545, 0, 200, 5, true, 4], + 53285: ['3WizardSTShard x5', 10, -1, 585, 4545, 0, 250, 5, true, 5], + 53286: ['3WizardSTShard x6', 10, -1, 630, 4545, 0, 300, 5, true, 6], + 53287: ['3WizardSTShard x7', 10, -1, 675, 4545, 0, 350, 5, true, 7], + 53288: ['3WizardSTShard x8', 10, -1, 720, 4545, 0, 400, 5, true, 8], + 53289: ['3WizardSTShard x9', 10, -1, 765, 4545, 0, 450, 5, true, 9], + 53290: ['3WizardSTShard x10', 10, -1, 810, 4545, 0, 500, 5, true, 10], + 53291: ['3WizardSTShard x11', 10, -1, 855, 4545, 0, 550, 5, true, 11], + 53292: ['3WizardSTShard x12', 10, -1, 900, 4545, 0, 600, 5, true, 12], + 53293: ['3WizardSTShard x13', 10, -1, 945, 4545, 0, 650, 5, true, 13], + 53294: ['3WizardSTShard x14', 10, -1, 990, 4545, 0, 700, 5, true, 14], + 53295: ['3WizardSTShard x15', 10, -1, 1035, 4545, 0, 750, 5, true, 15], + 53297: ['3PriestSTShard x1', 10, -1, 1080, 4545, 0, 50, 5, true, 1], + 53298: ['3PriestSTShard x2', 10, -1, 1125, 4545, 0, 100, 5, true, 2], + 53299: ['3PriestSTShard x3', 10, -1, 1170, 4545, 0, 150, 5, true, 3], + 53300: ['3PriestSTShard x4', 10, -1, 1215, 4545, 0, 200, 5, true, 4], + 53301: ['3PriestSTShard x5', 10, -1, 1260, 4545, 0, 250, 5, true, 5], + 53302: ['3PriestSTShard x6', 10, -1, 1305, 4545, 0, 300, 5, true, 6], + 53303: ['3PriestSTShard x7', 10, -1, 1350, 4545, 0, 350, 5, true, 7], + 53304: ['3PriestSTShard x8', 10, -1, 1395, 4545, 0, 400, 5, true, 8], + 53305: ['3PriestSTShard x9', 10, -1, 1440, 4545, 0, 450, 5, true, 9], + 53306: ['3PriestSTShard x10', 10, -1, 1485, 4545, 0, 500, 5, true, 10], + 53307: ['3PriestSTShard x11', 10, -1, 1530, 4545, 0, 550, 5, true, 11], + 53308: ['3PriestSTShard x12', 10, -1, 1575, 4545, 0, 600, 5, true, 12], + 53309: ['3PriestSTShard x13', 10, -1, 1620, 4545, 0, 650, 5, true, 13], + 53310: ['3PriestSTShard x14', 10, -1, 1665, 4545, 0, 700, 5, true, 14], + 53311: ['3PriestSTShard x15', 10, -1, 1710, 4545, 0, 750, 5, true, 15], + 53313: ['3WarriorSTShard x1', 10, -1, 1755, 4545, 0, 50, 5, true, 1], + 53314: ['3WarriorSTShard x2', 10, -1, 1800, 4545, 0, 100, 5, true, 2], + 53315: ['3WarriorSTShard x3', 10, -1, 1845, 4545, 0, 150, 5, true, 3], + 53316: ['3WarriorSTShard x4', 10, -1, 1890, 4545, 0, 200, 5, true, 4], + 53317: ['3WarriorSTShard x5', 10, -1, 1935, 4545, 0, 250, 5, true, 5], + 53318: ['3WarriorSTShard x6', 10, -1, 1980, 4545, 0, 300, 5, true, 6], + 53319: ['3WarriorSTShard x7', 10, -1, 2025, 4545, 0, 350, 5, true, 7], + 53320: ['3WarriorSTShard x8', 10, -1, 2070, 4545, 0, 400, 5, true, 8], + 53321: ['3WarriorSTShard x9', 10, -1, 2115, 4545, 0, 450, 5, true, 9], + 53322: ['3WarriorSTShard x10', 10, -1, 2160, 4545, 0, 500, 5, true, 10], + 53323: ['3WarriorSTShard x11', 10, -1, 2205, 4545, 0, 550, 5, true, 11], + 53324: ['3WarriorSTShard x12', 10, -1, 2250, 4545, 0, 600, 5, true, 12], + 53325: ['3WarriorSTShard x13', 10, -1, 2295, 4545, 0, 650, 5, true, 13], + 53326: ['3WarriorSTShard x14', 10, -1, 2340, 4545, 0, 700, 5, true, 14], + 53327: ['3WarriorSTShard x15', 10, -1, 2385, 4545, 0, 750, 5, true, 15], + 53329: ['3KnightSTShard x1', 10, -1, 2430, 4545, 0, 50, 5, true, 1], + 53330: ['3KnightSTShard x2', 10, -1, 2475, 4545, 0, 100, 5, true, 2], + 53331: ['3KnightSTShard x3', 10, -1, 2520, 4545, 0, 150, 5, true, 3], + 53332: ['3KnightSTShard x4', 10, -1, 2565, 4545, 0, 200, 5, true, 4], + 53333: ['3KnightSTShard x5', 10, -1, 2610, 4545, 0, 250, 5, true, 5], + 53334: ['3KnightSTShard x6', 10, -1, 2655, 4545, 0, 300, 5, true, 6], + 53335: ['3KnightSTShard x7', 10, -1, 2700, 4545, 0, 350, 5, true, 7], + 53336: ['3KnightSTShard x8', 10, -1, 2745, 4545, 0, 400, 5, true, 8], + 53337: ['3KnightSTShard x9', 10, -1, 2790, 4545, 0, 450, 5, true, 9], + 53338: ['3KnightSTShard x10', 10, -1, 2835, 4545, 0, 500, 5, true, 10], + 53339: ['3KnightSTShard x11', 10, -1, 2880, 4545, 0, 550, 5, true, 11], + 53340: ['3KnightSTShard x12', 10, -1, 2925, 4545, 0, 600, 5, true, 12], + 53341: ['3KnightSTShard x13', 10, -1, 2970, 4545, 0, 650, 5, true, 13], + 53342: ['3KnightSTShard x14', 10, -1, 3015, 4545, 0, 700, 5, true, 14], + 53343: ['3KnightSTShard x15', 10, -1, 3060, 4545, 0, 750, 5, true, 15], + 53345: ['3PaladinSTShard x1', 10, -1, 3105, 4545, 0, 50, 5, true, 1], + 53346: ['3PaladinSTShard x2', 10, -1, 3150, 4545, 0, 100, 5, true, 2], + 53347: ['3PaladinSTShard x3', 10, -1, 3195, 4545, 0, 150, 5, true, 3], + 53348: ['3PaladinSTShard x4', 10, -1, 3240, 4545, 0, 200, 5, true, 4], + 53349: ['3PaladinSTShard x5', 10, -1, 3285, 4545, 0, 250, 5, true, 5], + 53350: ['3PaladinSTShard x6', 10, -1, 3330, 4545, 0, 300, 5, true, 6], + 53351: ['3PaladinSTShard x7', 10, -1, 3375, 4545, 0, 350, 5, true, 7], + 53352: ['3PaladinSTShard x8', 10, -1, 3420, 4545, 0, 400, 5, true, 8], + 53353: ['3PaladinSTShard x9', 10, -1, 3465, 4545, 0, 450, 5, true, 9], + 53354: ['3PaladinSTShard x10', 10, -1, 3510, 4545, 0, 500, 5, true, 10], + 53355: ['3PaladinSTShard x11', 10, -1, 3555, 4545, 0, 550, 5, true, 11], + 53356: ['3PaladinSTShard x12', 10, -1, 3600, 4545, 0, 600, 5, true, 12], + 53357: ['3PaladinSTShard x13', 10, -1, 3645, 4545, 0, 650, 5, true, 13], + 53358: ['3PaladinSTShard x14', 10, -1, 3690, 4545, 0, 700, 5, true, 14], + 53359: ['3PaladinSTShard x15', 10, -1, 3735, 4545, 0, 750, 5, true, 15], + 53361: ['3AssassinSTShard x1', 10, -1, 3780, 4545, 0, 50, 5, true, 1], + 53362: ['3AssassinSTShard x2', 10, -1, 3825, 4545, 0, 100, 5, true, 2], + 53363: ['3AssassinSTShard x3', 10, -1, 3870, 4545, 0, 150, 5, true, 3], + 53364: ['3AssassinSTShard x4', 10, -1, 3915, 4545, 0, 200, 5, true, 4], + 53365: ['3AssassinSTShard x5', 10, -1, 3960, 4545, 0, 250, 5, true, 5], + 53366: ['3AssassinSTShard x6', 10, -1, 4005, 4545, 0, 300, 5, true, 6], + 53367: ['3AssassinSTShard x7', 10, -1, 4050, 4545, 0, 350, 5, true, 7], + 53368: ['3AssassinSTShard x8', 10, -1, 4095, 4545, 0, 400, 5, true, 8], + 53369: ['3AssassinSTShard x9', 10, -1, 4140, 4545, 0, 450, 5, true, 9], + 53370: ['3AssassinSTShard x10', 10, -1, 4185, 4545, 0, 500, 5, true, 10], + 53371: ['3AssassinSTShard x11', 10, -1, 4230, 4545, 0, 550, 5, true, 11], + 53372: ['3AssassinSTShard x12', 10, -1, 4275, 4545, 0, 600, 5, true, 12], + 53373: ['3AssassinSTShard x13', 10, -1, 4320, 4545, 0, 650, 5, true, 13], + 53374: ['3AssassinSTShard x14', 10, -1, 4365, 4545, 0, 700, 5, true, 14], + 53375: ['3AssassinSTShard x15', 10, -1, 4410, 4545, 0, 750, 5, true, 15], + 53377: ['3NecroSTShard x1', 10, -1, 4455, 4545, 0, 50, 5, true, 1], + 53378: ['3NecroSTShard x2', 10, -1, 0, 4590, 0, 100, 5, true, 2], + 53379: ['3NecroSTShard x3', 10, -1, 45, 4590, 0, 150, 5, true, 3], + 53380: ['3NecroSTShard x4', 10, -1, 90, 4590, 0, 200, 5, true, 4], + 53381: ['3NecroSTShard x5', 10, -1, 135, 4590, 0, 250, 5, true, 5], + 53382: ['3NecroSTShard x6', 10, -1, 180, 4590, 0, 300, 5, true, 6], + 53383: ['3NecroSTShard x7', 10, -1, 225, 4590, 0, 350, 5, true, 7], + 53384: ['3NecroSTShard x8', 10, -1, 270, 4590, 0, 400, 5, true, 8], + 53385: ['3NecroSTShard x9', 10, -1, 315, 4590, 0, 450, 5, true, 9], + 53386: ['3NecroSTShard x10', 10, -1, 360, 4590, 0, 500, 5, true, 10], + 53387: ['3NecroSTShard x11', 10, -1, 405, 4590, 0, 550, 5, true, 11], + 53388: ['3NecroSTShard x12', 10, -1, 450, 4590, 0, 600, 5, true, 12], + 53389: ['3NecroSTShard x13', 10, -1, 495, 4590, 0, 650, 5, true, 13], + 53390: ['3NecroSTShard x14', 10, -1, 540, 4590, 0, 700, 5, true, 14], + 53391: ['3NecroSTShard x15', 10, -1, 585, 4590, 0, 750, 5, true, 15], + 53393: ['3HuntressSTShard x1', 10, -1, 630, 4590, 0, 50, 5, true, 1], + 53394: ['3HuntressSTShard x2', 10, -1, 675, 4590, 0, 100, 5, true, 2], + 53395: ['3HuntressSTShard x3', 10, -1, 720, 4590, 0, 150, 5, true, 3], + 53396: ['3HuntressSTShard x4', 10, -1, 765, 4590, 0, 200, 5, true, 4], + 53397: ['3HuntressSTShard x5', 10, -1, 810, 4590, 0, 250, 5, true, 5], + 53398: ['3HuntressSTShard x6', 10, -1, 855, 4590, 0, 300, 5, true, 6], + 53399: ['3HuntressSTShard x7', 10, -1, 900, 4590, 0, 350, 5, true, 7], + 53400: ['3HuntressSTShard x8', 10, -1, 945, 4590, 0, 400, 5, true, 8], + 53401: ['3HuntressSTShard x9', 10, -1, 990, 4590, 0, 450, 5, true, 9], + 53402: ['3HuntressSTShard x10', 10, -1, 1035, 4590, 0, 500, 5, true, 10], + 53403: ['3HuntressSTShard x11', 10, -1, 1080, 4590, 0, 550, 5, true, 11], + 53404: ['3HuntressSTShard x12', 10, -1, 1125, 4590, 0, 600, 5, true, 12], + 53405: ['3HuntressSTShard x13', 10, -1, 1170, 4590, 0, 650, 5, true, 13], + 53406: ['3HuntressSTShard x14', 10, -1, 1215, 4590, 0, 700, 5, true, 14], + 53407: ['3HuntressSTShard x15', 10, -1, 1260, 4590, 0, 750, 5, true, 15], + 53409: ['3MysticSTShard x1', 10, -1, 1305, 4590, 0, 50, 5, true, 1], + 53410: ['3MysticSTShard x2', 10, -1, 1350, 4590, 0, 100, 5, true, 2], + 53411: ['3MysticSTShard x3', 10, -1, 1395, 4590, 0, 150, 5, true, 3], + 53412: ['3MysticSTShard x4', 10, -1, 1440, 4590, 0, 200, 5, true, 4], + 53413: ['3MysticSTShard x5', 10, -1, 1485, 4590, 0, 250, 5, true, 5], + 53414: ['3MysticSTShard x6', 10, -1, 1530, 4590, 0, 300, 5, true, 6], + 53415: ['3MysticSTShard x7', 10, -1, 1575, 4590, 0, 350, 5, true, 7], + 53416: ['3MysticSTShard x8', 10, -1, 1620, 4590, 0, 400, 5, true, 8], + 53417: ['3MysticSTShard x9', 10, -1, 1665, 4590, 0, 450, 5, true, 9], + 53418: ['3MysticSTShard x10', 10, -1, 1710, 4590, 0, 500, 5, true, 10], + 53419: ['3MysticSTShard x11', 10, -1, 1755, 4590, 0, 550, 5, true, 11], + 53420: ['3MysticSTShard x12', 10, -1, 1800, 4590, 0, 600, 5, true, 12], + 53421: ['3MysticSTShard x13', 10, -1, 1845, 4590, 0, 650, 5, true, 13], + 53422: ['3MysticSTShard x14', 10, -1, 1890, 4590, 0, 700, 5, true, 14], + 53423: ['3MysticSTShard x15', 10, -1, 1935, 4590, 0, 750, 5, true, 15], + 53425: ['3TricksterSTShard x1', 10, -1, 1980, 4590, 0, 50, 5, true, 1], + 53426: ['3TricksterSTShard x2', 10, -1, 2025, 4590, 0, 100, 5, true, 2], + 53427: ['3TricksterSTShard x3', 10, -1, 2070, 4590, 0, 150, 5, true, 3], + 53428: ['3TricksterSTShard x4', 10, -1, 2115, 4590, 0, 200, 5, true, 4], + 53429: ['3TricksterSTShard x5', 10, -1, 2160, 4590, 0, 250, 5, true, 5], + 53430: ['3TricksterSTShard x6', 10, -1, 2205, 4590, 0, 300, 5, true, 6], + 53431: ['3TricksterSTShard x7', 10, -1, 2250, 4590, 0, 350, 5, true, 7], + 53432: ['3TricksterSTShard x8', 10, -1, 2295, 4590, 0, 400, 5, true, 8], + 53433: ['3TricksterSTShard x9', 10, -1, 2340, 4590, 0, 450, 5, true, 9], + 53434: ['3TricksterSTShard x10', 10, -1, 2385, 4590, 0, 500, 5, true, 10], + 53435: ['3TricksterSTShard x11', 10, -1, 2430, 4590, 0, 550, 5, true, 11], + 53436: ['3TricksterSTShard x12', 10, -1, 2475, 4590, 0, 600, 5, true, 12], + 53437: ['3TricksterSTShard x13', 10, -1, 2520, 4590, 0, 650, 5, true, 13], + 53438: ['3TricksterSTShard x14', 10, -1, 2565, 4590, 0, 700, 5, true, 14], + 53439: ['3TricksterSTShard x15', 10, -1, 2610, 4590, 0, 750, 5, true, 15], + 53441: ['3SorcererSTShard x1', 10, -1, 2655, 4590, 0, 50, 5, true, 1], + 53442: ['3SorcererSTShard x2', 10, -1, 2700, 4590, 0, 100, 5, true, 2], + 53443: ['3SorcererSTShard x3', 10, -1, 2745, 4590, 0, 150, 5, true, 3], + 53444: ['3SorcererSTShard x4', 10, -1, 2790, 4590, 0, 200, 5, true, 4], + 53445: ['3SorcererSTShard x5', 10, -1, 2835, 4590, 0, 250, 5, true, 5], + 53446: ['3SorcererSTShard x6', 10, -1, 2880, 4590, 0, 300, 5, true, 6], + 53447: ['3SorcererSTShard x7', 10, -1, 2925, 4590, 0, 350, 5, true, 7], + 53448: ['3SorcererSTShard x8', 10, -1, 2970, 4590, 0, 400, 5, true, 8], + 53449: ['3SorcererSTShard x9', 10, -1, 3015, 4590, 0, 450, 5, true, 9], + 53450: ['3SorcererSTShard x10', 10, -1, 3060, 4590, 0, 500, 5, true, 10], + 53451: ['3SorcererSTShard x11', 10, -1, 3105, 4590, 0, 550, 5, true, 11], + 53452: ['3SorcererSTShard x12', 10, -1, 3150, 4590, 0, 600, 5, true, 12], + 53453: ['3SorcererSTShard x13', 10, -1, 3195, 4590, 0, 650, 5, true, 13], + 53454: ['3SorcererSTShard x14', 10, -1, 3240, 4590, 0, 700, 5, true, 14], + 53455: ['3SorcererSTShard x15', 10, -1, 3285, 4590, 0, 750, 5, true, 15], + 53457: ['3NinjaSTShard x1', 10, -1, 3330, 4590, 0, 50, 5, true, 1], + 53458: ['3NinjaSTShard x2', 10, -1, 3375, 4590, 0, 100, 5, true, 2], + 53459: ['3NinjaSTShard x3', 10, -1, 3420, 4590, 0, 150, 5, true, 3], + 53460: ['3NinjaSTShard x4', 10, -1, 3465, 4590, 0, 200, 5, true, 4], + 53461: ['3NinjaSTShard x5', 10, -1, 3510, 4590, 0, 250, 5, true, 5], + 53462: ['3NinjaSTShard x6', 10, -1, 3555, 4590, 0, 300, 5, true, 6], + 53463: ['3NinjaSTShard x7', 10, -1, 3600, 4590, 0, 350, 5, true, 7], + 53464: ['3NinjaSTShard x8', 10, -1, 3645, 4590, 0, 400, 5, true, 8], + 53465: ['3NinjaSTShard x9', 10, -1, 3690, 4590, 0, 450, 5, true, 9], + 53466: ['3NinjaSTShard x10', 10, -1, 3735, 4590, 0, 500, 5, true, 10], + 53467: ['3NinjaSTShard x11', 10, -1, 3780, 4590, 0, 550, 5, true, 11], + 53468: ['3NinjaSTShard x12', 10, -1, 3825, 4590, 0, 600, 5, true, 12], + 53469: ['3NinjaSTShard x13', 10, -1, 3870, 4590, 0, 650, 5, true, 13], + 53470: ['3NinjaSTShard x14', 10, -1, 3915, 4590, 0, 700, 5, true, 14], + 53471: ['3NinjaSTShard x15', 10, -1, 3960, 4590, 0, 750, 5, true, 15], + 53473: ['3SamuraiSTShard x1', 10, -1, 4005, 4590, 0, 50, 5, true, 1], + 53474: ['3SamuraiSTShard x2', 10, -1, 4050, 4590, 0, 100, 5, true, 2], + 53475: ['3SamuraiSTShard x3', 10, -1, 4095, 4590, 0, 150, 5, true, 3], + 53476: ['3SamuraiSTShard x4', 10, -1, 4140, 4590, 0, 200, 5, true, 4], + 53477: ['3SamuraiSTShard x5', 10, -1, 4185, 4590, 0, 250, 5, true, 5], + 53478: ['3SamuraiSTShard x6', 10, -1, 4230, 4590, 0, 300, 5, true, 6], + 53479: ['3SamuraiSTShard x7', 10, -1, 4275, 4590, 0, 350, 5, true, 7], + 53480: ['3SamuraiSTShard x8', 10, -1, 4320, 4590, 0, 400, 5, true, 8], + 53481: ['3SamuraiSTShard x9', 10, -1, 4365, 4590, 0, 450, 5, true, 9], + 53482: ['3SamuraiSTShard x10', 10, -1, 4410, 4590, 0, 500, 5, true, 10], + 53483: ['3SamuraiSTShard x11', 10, -1, 4455, 4590, 0, 550, 5, true, 11], + 53484: ['3SamuraiSTShard x12', 10, -1, 0, 4635, 0, 600, 5, true, 12], + 53485: ['3SamuraiSTShard x13', 10, -1, 45, 4635, 0, 650, 5, true, 13], + 53486: ['3SamuraiSTShard x14', 10, -1, 90, 4635, 0, 700, 5, true, 14], + 53487: ['3SamuraiSTShard x15', 10, -1, 135, 4635, 0, 750, 5, true, 15], + 53801: ['Boomerang Blades', 2, -1, 180, 4635, 6, 450, 4, true, 0], + 53818: ['Hovering Spellblade', 17, -1, 225, 4635, 6, 450, 4, true, 0], + 53819: ['Seismic Flail', 1, -1, 270, 4635, 6, 450, 4, true, 0], + 53820: ['Hookblade Tachi', 24, -1, 315, 4635, 6, 800, 6, true, 0], + 53821: ['Acidic Aspergillum', 8, -1, 360, 4635, 6, 450, 4, true, 0], + 53822: ['Harpoon Longbow', 3, -1, 405, 4635, 6, 450, 4, true, 0], + 55074: ['Oryxmas Stocking x1', 10, -1, 450, 4635, 0, 0, 2, true, 1], + 55075: ['Oryxmas Stocking x2', 10, -1, 495, 4635, 0, 0, 2, true, 2], + 55076: ['Oryxmas Stocking x3', 10, -1, 540, 4635, 0, 0, 2, true, 3], + 55077: ['Oryxmas Stocking x4', 10, -1, 585, 4635, 0, 0, 2, true, 4], + 55078: ['Oryxmas Stocking x5', 10, -1, 630, 4635, 0, 0, 2, true, 5], + 55079: ['Oryxmas Stocking x6', 10, -1, 675, 4635, 0, 0, 2, true, 6], + 55080: ['Oryxmas Stocking x7', 10, -1, 720, 4635, 0, 0, 2, true, 7], + 55081: ['Oryxmas Stocking x8', 10, -1, 765, 4635, 0, 0, 2, true, 8], + 55082: ['Oryxmas Stocking x9', 10, -1, 810, 4635, 0, 0, 2, true, 9], + 55083: ['Oryxmas Stocking x10', 10, -1, 855, 4635, 0, 0, 2, true, 10], + 55084: ['Oryxmas Stocking x11', 10, -1, 900, 4635, 0, 0, 2, true, 11], + 55085: ['Oryxmas Stocking x12', 10, -1, 945, 4635, 0, 0, 2, true, 12], + 55086: ['Oryxmas Stocking x13', 10, -1, 990, 4635, 0, 0, 2, true, 13], + 55087: ['Oryxmas Stocking x14', 10, -1, 1035, 4635, 0, 0, 2, true, 14], + 55088: ['Oryxmas Stocking x15', 10, -1, 1080, 4635, 0, 0, 2, true, 15], + 55089: ['Oryxmas Stocking x16', 10, -1, 1125, 4635, 0, 0, 2, true, 16], + 55090: ['Oryxmas Stocking x17', 10, -1, 1170, 4635, 0, 0, 2, true, 17], + 55091: ['Oryxmas Stocking x18', 10, -1, 1215, 4635, 0, 0, 2, true, 18], + 55092: ['Oryxmas Stocking x19', 10, -1, 1260, 4635, 0, 0, 2, true, 19], + 55093: ['Oryxmas Stocking x20', 10, -1, 1305, 4635, 0, 0, 2, true, 20], + 55381: ["Beekeeper's Flamethrower", 8, -1, 1350, 4635, 7, 1000, 6, true, 0], + 55382: ['Longbow of the Guardian', 3, -1, 1395, 4635, 8, 1200, 6, true, 0], + 55383: ['Crystallized Worm Spellblade', 17, -1, 1440, 4635, 7, 1200, 6, true, 0], + 55398: ['Midnight Star Proc 80', 25, -1, 1485, 4635, 0, 0, 0, false, 0], + 55399: ['Midnight Star Proc 60', 25, -1, 1530, 4635, 0, 0, 0, false, 0], + 55400: ['Midnight Star Proc 40', 25, -1, 1575, 4635, 0, 0, 0, false, 0], + 55401: ['Midnight Star Proc 80 Shiny', 25, -1, 1620, 4635, 0, 0, 0, false, 0], + 55402: ['Midnight Star Proc 60 Shiny', 25, -1, 1665, 4635, 0, 0, 0, false, 0], + 55403: ['Midnight Star Proc 40 Shiny', 25, -1, 1710, 4635, 0, 0, 0, false, 0], + 55409: ['Igneous Starblossom', 25, -1, 1755, 4635, 7, 900, 6, true, 0], + 55410: ['Igneous Starblossom Blueprint', 10, -1, 1800, 4635, 0, 500, 7, true, 0], + 55412: ['Combcutter Kunai Proc A', 25, -1, 1845, 4635, 0, 0, 0, true, 0], + 55413: ['Combcutter Kunai Proc B', 25, -1, 1890, 4635, 0, 0, 0, true, 0], + 55414: ['Combcutter Kunai', 25, -1, 1935, 4635, 7, 950, 6, true, 0], + 55415: ['Combcutter Kunai Blueprint', 10, -1, 1980, 4635, 0, 500, 7, true, 0], + 55416: ['Excubicur', 1, -1, 2025, 4635, 8, 1200, 6, true, 0], + 55418: ['Thousand Shot Shiny', 3, -1, 2070, 4635, 6, 900, 6, true, 0], + 55420: ['Superior Mask of Anubis', 9, -1, 2115, 4635, 6, 400, 9, false, 0], + 55421: ['Superior Mask of Lightning', 9, -1, 2160, 4635, 6, 400, 9, false, 0], + 55422: ['Superior Mask of Cnidaria', 9, -1, 2205, 4635, 6, 400, 9, false, 0], + 55423: ['Superior Mask of Mucus', 9, -1, 2250, 4635, 6, 400, 9, false, 0], + 59714: ['Serpentine Memory Orb 1', 10, -1, 2295, 4635, 0, 0, 7, true, 0], + 59715: ['Serpentine Memory Orb 2', 10, -1, 2340, 4635, 0, 0, 7, true, 0], + 59716: ['Serpentine Memory Orb 3', 10, -1, 2385, 4635, 0, 0, 7, true, 0], + 59717: ['Serpentine Memory Orb 4', 10, -1, 2430, 4635, 0, 0, 7, true, 0], + 59885: ['Salve of Eden', 10, -1, 2475, 4635, 0, 125, 2, false, 0], + 59891: ['Serpent Title Unlocker', 10, -1, 2520, 4635, 0, 0, 7, true, 0], + 59892: ['Herald of Eden Title Unlocker', 10, -1, 2565, 4635, 0, 0, 7, true, 0], + 59893: ["Eden's Embrace", 9, -1, 2610, 4635, 9, 1600, 6, true, 0], + 59894: ["Eden's Embrace Piece", 10, -1, 2655, 4635, 0, 0, 7, true, 0], + 59967: ['White Snake Invasion I Key', 10, -1, 2700, 4635, 0, 200, 7, true, 0], + 59968: ['White Snake Invasion II Key', 10, -1, 2745, 4635, 0, 200, 7, true, 0], + 59969: ['White Snake Invasion III Key', 10, -1, 2790, 4635, 0, 200, 7, true, 0], + 65280: ['Backpack Extender', 10, -1, 2835, 4635, 0, 500, 5, true, 0], + 65282: ['3KnightST0', 1, -1, 2880, 4635, 5, 750, 8, true, 0], + 65283: ['3KnightST1', 5, -1, 2925, 4635, 7, 750, 8, true, 0], + 65284: ['3KnightST2', 7, -1, 2970, 4635, 6, 750, 8, true, 0], + 65285: ['3KnightST3', 9, -1, 3015, 4635, 4, 750, 8, true, 0], + 65287: ['3SorcererST0', 8, -1, 3060, 4635, 5, 750, 8, true, 0], + 65288: ['3SorcererST1', 23, -1, 3105, 4635, 7, 750, 8, true, 0], + 65289: ['3SorcererST2', 14, -1, 3150, 4635, 6, 750, 8, true, 0], + 65290: ['3SorcererST3', 9, -1, 3195, 4635, 4, 750, 8, true, 0], + 65291: ['3KnightSTToken', 10, -1, 3240, 4635, 0, 750, 5, true, 0], + 65292: ['3SorcererSTToken', 10, -1, 3285, 4635, 0, 750, 5, true, 0], + 65338: ['Trick Sheath', 30, 10, 3330, 4635, 0, 4, 1, false, 0], + 65339: ['Trick Mace', 29, -1, 3375, 4635, 7, 700, 6, true, 0], + 65340: ['Trick Star', 25, 10, 3420, 4635, 1, 34, 2, false, 0], + 65341: ['Trick Poison', 18, -1, 3465, 4635, 7, 900, 8, true, 0], + 65342: ['Trick Lute', 28, 8, 3510, 4635, 0, 4, 1, false, 0], + 65431: ['Xmas Beam', 10, -1, 3555, 4635, 0, 0, 2, true, 0], + 65432: ['Another Beam', 10, -1, 3600, 4635, 0, 0, 2, true, 0], + 65433: ['Simple Entrance', 10, -1, 3645, 4635, 0, 0, 2, true, 0], + 65440: ['Spring Scarecrow Pet Stone', 10, -1, 3690, 4635, 0, 1000, 7, true, 0], + 65497: ['Easter Treasure 2025', 10, -1, 3735, 4635, 0, 0, 7, true, 0], + 65498: ['Secret Hoard 2025', 10, -1, 3780, 4635, 0, 0, 7, true, 0], + 65499: ['Backup Stash 2025', 10, -1, 3825, 4635, 0, 0, 7, true, 0], + 65500: ["Key to Oryx's Armory 2025", 10, -1, 3870, 4635, 0, 0, 7, true, 0], + 65501: ['Mirror of Vanity 2025', 10, -1, 3915, 4635, 0, 0, 7, true, 0], + 65504: ['Divinity Shiny', 1, -1, 3960, 4635, 8, 1200, 6, true, 0], + 65505: ['Lumiaire Shiny', 8, -1, 4005, 4635, 8, 1200, 6, true, 0], + 65506: ['Superior Shiny', 17, -1, 4050, 4635, 8, 1200, 6, true, 0], + 65507: ['Enforcer Shiny', 24, -1, 4095, 4635, 8, 1200, 6, true, 0], + 65508: ['Avarice Shiny', 2, -1, 4140, 4635, 8, 1200, 6, true, 0], + 65509: ['Bow of the Void Shiny', 3, -1, 4185, 4635, 7, 1200, 6, true, 0], + 65510: ['EH Hivemaster Helm Shiny', 16, -1, 4230, 4635, 7, 1000, 6, true, 0], + 65511: ['Laser Pointer Shiny', 8, -1, 4275, 4635, 7, 1000, 6, true, 0], + 65512: ['The Twilight Gemstone Shiny', 9, -1, 4320, 4635, 8, 1200, 6, true, 0], + 65513: ['Star of Enlightenment Shiny', 25, -1, 4365, 4635, 7, 1000, 6, true, 0], + 65514: ['Doom Bow Shiny', 3, -1, 4410, 4635, 6, 800, 6, true, 0], + 65515: ['Cloak of the Planewalker Shiny', 13, -1, 4455, 4635, 6, 750, 6, true, 0], + 65516: ['Crystal Sword Shiny', 1, -1, 0, 4680, 5, 600, 6, true, 0], + 65517: ['Robe of the Mad Scientist Shiny', 14, -1, 45, 4680, 6, 700, 6, true, 0], + 65518: ['Tome of Purification Shiny', 4, -1, 90, 4680, 7, 950, 6, true, 0], + 65531: ['Kendo Stick Shiny', 24, -1, 135, 4680, 0, 5, 6, true, 0], + 65534: ['Easter Gift 2025', 10, -1, 180, 4680, 0, 0, 8, true, 0], }; - // type: ["id", base, averages, maxes, slots] classes = { - 768: ['Rogue', [150, 100, 10, 0, 15, 15, 15, 10], [625.0, 195.0, 29.0, 0.0, 43.5, 43.5, 24.5, 29.0], [720, 252, 50, 25, 75, 75, 40, 50], [2, 13, 6, 9]], - 775: ['Archer', [130, 100, 12, 0, 12, 12, 12, 10], [605.0, 195.0, 40.5, 0.0, 31.0, 31.0, 21.5, 29.0], [700, 252, 75, 25, 55, 50, 40, 50], [3, 15, 6, 9]], - 782: ['Wizard', [100, 100, 12, 0, 10, 15, 12, 12], [575.0, 290.0, 40.5, 0.0, 29.0, 43.5, 21.5, 31.0], [670, 385, 75, 25, 50, 75, 40, 60], [17, 11, 14, 9]], - 784: ['Priest', [100, 100, 12, 0, 12, 12, 10, 15], [575.0, 290.0, 31.0, 0.0, 40.5, 31.0, 19.5, 43.5], [670, 385, 50, 25, 55, 55, 40, 75], [8, 4, 14, 9]], - 785: ['Samurai', [150, 100, 12, 0, 10, 10, 12, 12], [625.0, 195.0, 40.5, 0.0, 29.0, 29.0, 40.5, 40.5], [720, 252, 75, 30, 55, 50, 60, 60], [24, 27, 7, 9]], - 796: ['Bard', [100, 100, 10, 0, 10, 15, 12, 15], [575.0, 290.0, 38.5, 0.0, 29.0, 43.5, 31.0, 43.5], [670, 385, 55, 25, 55, 70, 45, 75], [3, 28, 14, 9]], - 797: ['Warrior', [200, 100, 15, 0, 7, 10, 10, 10], [675.0, 195.0, 43.5, 0.0, 26.0, 29.0, 38.5, 29.0], [770, 252, 75, 25, 50, 50, 75, 50], [1, 16, 7, 9]], - 798: ['Knight', [200, 100, 15, 0, 7, 10, 10, 10], [675.0, 195.0, 43.5, 0.0, 26.0, 29.0, 38.5, 29.0], [770, 252, 50, 40, 50, 50, 75, 50], [1, 5, 7, 9]], - 799: ['Paladin', [200, 100, 12, 0, 12, 10, 12, 10], [675.0, 195.0, 40.5, 0.0, 31.0, 29.0, 40.5, 38.5], [770, 252, 55, 30, 55, 55, 60, 75], [1, 12, 7, 9]], - 800: ['Assassin', [150, 100, 12, 0, 15, 15, 15, 10], [625.0, 214.0, 31.0, 0.0, 43.5, 43.5, 24.5, 38.5], [720, 305, 65, 25, 65, 75, 40, 60], [2, 18, 6, 9]], - 801: ['Necromancer', [100, 100, 12, 0, 10, 15, 10, 12], [575.0, 290.0, 40.5, 0.0, 29.0, 43.5, 19.5, 40.5], [670, 385, 75, 25, 50, 60, 40, 75], [17, 19, 14, 9]], - 802: ['Huntress', [130, 100, 12, 0, 12, 12, 12, 10], [605.0, 214.0, 40.5, 0.0, 31.0, 31.0, 21.5, 29.0], [700, 305, 65, 25, 50, 60, 40, 50], [3, 20, 6, 9]], - 803: ['Mystic', [100, 100, 10, 0, 12, 10, 15, 15], [575.0, 290.0, 38.5, 0.0, 31.0, 38.5, 24.5, 43.5], [670, 385, 65, 25, 60, 65, 40, 75], [17, 21, 14, 9]], - 804: ['Trickster', [150, 100, 10, 0, 12, 15, 12, 12], [625.0, 195.0, 38.5, 0.0, 40.5, 43.5, 21.5, 31.0], [720, 252, 65, 25, 75, 75, 40, 60], [2, 22, 6, 9]], - 805: ['Sorcerer', [100, 100, 15, 0, 12, 15, 10, 15], [575.0, 290.0, 43.5, 0.0, 40.5, 34.0, 38.5, 43.5], [670, 385, 75, 25, 60, 65, 75, 60], [8, 23, 14, 9]], - 806: ['Ninja', [150, 100, 15, 0, 10, 12, 12, 12], [625.0, 195.0, 43.5, 0.0, 38.5, 40.5, 40.5, 40.5], [720, 252, 70, 25, 60, 70, 60, 70], [24, 25, 6, 9]], - 817: ['Summoner', [100, 100, 10, 0, 12, 15, 10, 15], [575.0, 290.0, 38.5, 0.0, 31.0, 43.5, 19.5, 43.5], [670, 385, 50, 25, 60, 75, 40, 75], [8, 29, 14, 9]], - 818: ['Kensei', [150, 100, 12, 0, 10, 12, 12, 15], [625.0, 195.0, 40.5, 0.0, 29.0, 40.5, 31.0, 34.0], [720, 252, 65, 25, 60, 65, 60, 50], [24, 30, 7, 9]], + 768: ['Rogue',[150,100,16,0,26,17,5,15],[0,0,0,0,0,0,0,0],[150,100,16,0,26,17,5,15],[2,13,6,9]], + 775: ['Archer',[150,100,17,0,22,15,5,15],[0,0,0,0,0,0,0,0],[150,100,17,0,22,15,5,15],[3,15,6,9]], + 782: ['Wizard',[100,100,17,0,17,17,5,23],[0,0,0,0,0,0,0,0],[100,100,17,0,17,17,5,23],[17,11,14,9]], + 784: ['Priest',[100,100,16,0,22,23,5,17],[0,0,0,0,0,0,0,0],[100,100,16,0,22,23,5,17],[8,4,14,9]], + 785: ['Samurai',[200,100,17,1,22,16,23,23],[0,0,0,0,0,0,0,0],[200,100,17,1,22,16,23,23],[24,27,7,9]], + 796: ['Bard',[150,100,20,0,22,12,10,17],[0,0,0,0,0,0,0,0],[150,100,20,0,22,12,10,17],[3,28,14,9]], + 797: ['Warrior',[200,100,17,0,17,15,17,15],[0,0,0,0,0,0,0,0],[200,100,17,0,17,15,17,15],[1,16,7,9]], + 798: ['Knight',[200,100,15,1,17,15,17,15],[0,0,0,0,0,0,0,0],[200,100,15,1,17,15,17,15],[1,5,7,9]], + 799: ['Paladin',[200,100,16,1,22,18,23,17],[0,0,0,0,0,0,0,0],[200,100,16,1,22,18,23,17],[1,12,7,9]], + 800: ['Assassin',[150,100,26,0,26,17,5,23],[0,0,0,0,0,0,0,0],[150,100,26,0,26,17,5,23],[2,18,6,9]], + 801: ['Necromancer',[100,100,17,0,17,23,5,17],[0,0,0,0,0,0,0,0],[100,100,17,0,17,23,5,17],[17,19,14,9]], + 802: ['Huntress',[150,100,26,0,17,23,5,23],[0,0,0,0,0,0,0,0],[150,100,26,0,17,23,5,23],[3,20,6,9]], + 803: ['Mystic',[100,100,26,0,27,26,5,17],[0,0,0,0,0,0,0,0],[100,100,26,0,27,26,5,17],[17,21,14,9]], + 804: ['Trickster',[150,100,26,0,23,17,5,23],[0,0,0,0,0,0,0,0],[150,100,26,0,23,17,5,23],[2,22,6,9]], + 805: ['Sorcerer',[100,100,17,0,27,23,17,23],[0,0,0,0,0,0,0,0],[100,100,17,0,27,23,17,23],[8,23,14,9]], + 806: ['Ninja',[200,100,12,0,27,12,23,12],[0,0,0,0,0,0,0,0],[200,100,12,0,27,12,23,12],[24,25,6,9]], + 817: ['Summoner',[100,100,23,0,27,17,5,17],[0,0,0,0,0,0,0,0],[100,100,23,0,27,17,5,17],[8,29,14,9]], + 818: ['Kensei',[200,100,26,0,27,26,23,15],[0,0,0,0,0,0,0,0],[200,100,26,0,27,26,23,15],[24,30,7,9]], }; - -// type: ["id", index, 16x16, "sheet", class] +// type: ["id", index, 16x16, sheetName, classType] skins = { 312: ['Inuit', 117, false, 'playerskins', 775], 313: ['Snowcloaked Rogue', 118, false, 'playerskins', 768], 322: ['Lil Beach Rogue', 353, false, 'playerskins', 768], 324: ['16x16 Paladin skin Placeholder', 254, false, 'playerskins', 65535], - 402: ['Inari Sorcerer', 355, false, 'playerskins', 805], - 768: ['Rogue', 0, false, 'players', 768], - 775: ['Archer', 1, false, 'players', 775], - 782: ['Wizard', 2, false, 'players', 782], - 784: ['Priest', 3, false, 'players', 784], - 785: ['Samurai', 14, false, 'players', 785], - 796: ['Bard', 15, false, 'players', 796], - 797: ['Warrior', 4, false, 'players', 797], - 798: ['Knight', 5, false, 'players', 798], - 799: ['Paladin', 6, false, 'players', 799], - 800: ['Assassin', 7, false, 'players', 800], - 801: ['Necromancer', 8, false, 'players', 801], - 802: ['Huntress', 9, false, 'players', 802], - 803: ['Mystic', 10, false, 'players', 803], - 804: ['Trickster', 11, false, 'players', 804], - 805: ['Sorcerer', 12, false, 'players', 805], - 806: ['Ninja', 13, false, 'players', 806], + 768: ['Rogue', 0, false, 'players', 0], + 775: ['Archer', 1, false, 'players', 0], + 782: ['Wizard', 2, false, 'players', 0], + 784: ['Priest', 3, false, 'players', 0], + 785: ['Samurai', 14, false, 'players', 0], + 796: ['Bard', 15, false, 'players', 0], + 797: ['Warrior', 4, false, 'players', 0], + 798: ['Knight', 5, false, 'players', 0], + 799: ['Paladin', 6, false, 'players', 0], + 800: ['Assassin', 7, false, 'players', 0], + 801: ['Necromancer', 8, false, 'players', 0], + 802: ['Huntress', 9, false, 'players', 0], + 803: ['Mystic', 10, false, 'players', 0], + 804: ['Trickster', 11, false, 'players', 0], + 805: ['Sorcerer', 12, false, 'players', 0], + 806: ['Ninja', 13, false, 'players', 0], 807: ['Dragon Slayer Warrior', 354, false, 'playerskins', 797], - 817: ['Summoner', 16, false, 'players', 817], - 818: ['Kensei', 17, false, 'players', 818], + 817: ['Summoner', 16, false, 'players', 0], + 818: ['Kensei', 17, false, 'players', 0], 834: ['Bandit Rogue', 0, false, 'playerskins', 768], 835: ['Robin Hood', 1, false, 'playerskins', 775], 836: ['Merlin Wizard', 2, false, 'playerskins', 782], @@ -7308,6 +10508,11 @@ skins = { 1301: ['Angry Orc Warrior', 358, false, 'playerskins', 797], 1305: ['Mini Flesh Collector', 359, false, 'playerskins', 800], 1332: ['Monk Paladin', 360, false, 'playerskins', 799], + 1776: ['Evolutionary Mantis', 7, true, 'playerskins32', 784], + 1777: ['Evolutionary Trex', 8, true, 'playerskins32', 784], + 1778: ['Evolutionary Crab', 9, true, 'playerskins32', 784], + 1782: ['Undersea Phantom Wizard Set Skin', 112, true, 'playerskins16', 782], + 2031: ['Mini Undersea Phantom', 979, false, 'playerskins', 782], 2180: ['Hazmat Suit Assassin', 361, false, 'playerskins', 800], 2299: ['Swarming Huntress Set Skin', 12, true, 'playerskins16', 802], 2301: ['Lost Golem Set Skin', 14, true, 'playerskins16', 804], @@ -7325,6 +10530,11 @@ skins = { 3591: ['Buckethead Warrior', 370, false, 'playerskins', 797], 3592: ['Summer Vacation Wizard', 371, false, 'playerskins', 782], 3899: ["Mad God's Messenger Set Skin", 23, true, 'playerskins16', 784], + 4062: ['Frost Harbinger Paladin', 123, true, 'playerskins16', 799], + 4063: ['Mini Frost Harbinger Paladin', 1124, false, 'playerskins', 799], + 4064: ['Frost Advisor Samurai', 121, true, 'playerskins16', 785], + 4065: ['Mini Frost Advisor Samurai', 1125, false, 'playerskins', 785], + 4335: ['Mr Realmwide', 6, false, 'playerskins32', 782], 5859: ['Chinese Dress Trickster', 119, false, 'playerskins', 804], 5860: ['Penguin Knight', 120, false, 'playerskins', 798], 5861: ['Frimar Knight', 121, false, 'playerskins', 798], @@ -7857,6 +11067,10 @@ skins = { 20312: ['Slurp Scion Wizard Set Skin', 31, true, 'playerskins16', 782], 21226: ['Daring Discoverer Samurai Set Skin', 30, true, 'playerskins16', 785], 22486: ['Nordic Knight Set Skin', 49, true, 'playerskins16', 798], + 22496: ['Spellbound Soulthief Set Skin', 114, true, 'playerskins16', 804], + 22497: ['Mini Spellbound Soulthief', 986, false, 'playerskins', 804], + 22513: ['Astral Arcanist Set Skin', 115, true, 'playerskins16', 803], + 22514: ['Mini Astral Arcanist', 987, false, 'playerskins', 803], 23360: ['The Mistake Set Skin', 2, false, 'theGoldenArcher', 65535], 23361: ['Honey Scepter Acolyte', 29, true, 'playerskins16', 805], 23362: ['Exposed Samurai', 1, false, 'theGoldenArcher', 785], @@ -7952,6 +11166,8 @@ skins = { 28627: ['Mini Nordic Knight', 653, false, 'playerskins', 798], 28629: ['Mini Cuboid Necromancer', 654, false, 'playerskins', 801], 28631: ["Valentine's Day Archer Set Skin", 50, true, 'playerskins16', 775], + 28632: ["Valentine's Day Ninja Set Skin", 124, true, 'playerskins16', 806], + 28633: ["Valentine's Day Samurai Set Skin", 125, true, 'playerskins16', 785], 28677: ['Mini Horrific Sorcerer', 352, false, 'playerskins', 805], 28679: ['Earthen Bulwark Summoner Skin', 68, true, 'playerskins16', 817], 28680: ['Storm Caller Bard Skin', 69, true, 'playerskins16', 796], @@ -8229,10 +11445,10 @@ skins = { 31308: ['Zodiac Tiger Kensei', 76, true, 'playerskins16', 818], 31310: ['Panda Samurai', 812, false, 'playerskins', 785], 31312: ['Mini Ivory Wyvern Trickster', 813, false, 'playerskins', 804], - 31314: ['Knight of Hearts Knight', 80, true, 'playerskins16', 798], + 31314: ['Knight of Hearts Knight', 80, false, 'playerskins16', 798], 31316: ['Freyja Summoner', 1, false, 'playerskins32', 817], - 31318: ['Shattered Queen Mystic', 2, false, 'playerskins32', 803], - 31320: ['Shattered King Necromancer', 0, false, 'playerskins32', 801], + 31318: ['Shattered Queen Mystic', 2, true, 'playerskins32', 803], + 31320: ['Shattered King Necromancer', 0, true, 'playerskins32', 801], 31322: ['Pizho Paladin', 814, false, 'playerskins', 799], 31324: ['Penda Archer', 815, false, 'playerskins', 775], 31326: ['Duality Priest', 816, false, 'playerskins', 784], @@ -8243,7 +11459,7 @@ skins = { 31336: ['May Flowers Huntress', 822, false, 'playerskins', 802], 31338: ['Water Elemental Summoner', 83, true, 'playerskins16', 817], 31340: ['Fire Elemental Sorcerer', 84, true, 'playerskins16', 805], - 31342: ['Earth Elemental Knight', 85, true, 'playerskins16', 798], + 31342: ['Earth Elemental Knight', 85, false, 'playerskins16', 798], 31344: ['Easter Egg Trickster', 823, false, 'playerskins', 804], 31346: ['Banana Dance Ninja', 87, true, 'playerskins16', 806], 31348: ['Master of the Elements Wizard', 3, false, 'playerskins32', 782], @@ -8335,6 +11551,70 @@ skins = { 32701: ['Dragon Tamer', 116, false, 'playerskins', 797], 32718: ['Dragon Tamer Set Skin', 10, true, 'playerskins16', 797], 32766: ['Vampire Lord', 108, false, 'playerskins', 801], + 41184: ['Easter Egg Kensei', 1151, false, 'playerskins', 818], + 41192: ['Easter Carrot Samurai', 1150, false, 'playerskins', 785], + 41236: ['Architect Kensei', 1147, false, 'playerskins', 818], + 41238: ['Butterfly Nun Priest', 1145, false, 'playerskins', 784], + 41240: ['Forklift Driver Archer', 1146, false, 'playerskins', 775], + 41245: ['Leprechaun Knight', 1144, false, 'playerskins', 798], + 41247: ['Celestial Kensei', 1142, false, 'playerskins', 818], + 41249: ['Celestial Summoner', 1143, false, 'playerskins', 817], + 41254: ['Dark Knight Trickster', 129, true, 'playerskins16', 804], + 41256: ['Dark Master Wizard', 128, true, 'playerskins16', 782], + 41258: ['Slurp King Knight', 127, true, 'playerskins16', 798], + 41260: ['Pharaoh Necromancer', 126, true, 'playerskins16', 801], + 41269: ['Executioner Rogue', 1141, false, 'playerskins', 768], + 41271: ['Pied Piper Bard', 1140, false, 'playerskins', 796], + 41315: ['Fortune Teller Priest', 1138, false, 'playerskins', 784], + 41317: ['Dark Paladin', 1137, false, 'playerskins', 799], + 41319: ['Alchemist Huntress', 1136, false, 'playerskins', 802], + 41324: ['Iron Masked Ninja', 1135, false, 'playerskins', 806], + 41329: ['Karate Master Warrior', 1130, false, 'playerskins', 797], + 41357: ['Ghost of Oryxmas Archer', 1129, false, 'playerskins', 775], + 41359: ['Winter Imp Samurai', 1128, false, 'playerskins', 785], + 41361: ['Yule Mage Sorcerer', 1127, false, 'playerskins', 805], + 41372: ['Ice Cube Knight', 1126, false, 'playerskins', 798], + 41397: ['Iron Teeny Archer', 120, true, 'playerskins16', 775], + 41399: ['Phorglock Wizard', 1022, false, 'playerskins', 782], + 41401: ['Bubbly Summoner', 1021, false, 'playerskins', 817], + 41403: ['Jelleye Kensei', 1020, false, 'playerskins', 818], + 41408: ['Haunted Skull Necromancer', 1019, false, 'playerskins', 801], + 41410: ['Vampire King Kensei', 1018, false, 'playerskins', 818], + 41412: ['Cozy Rogue', 1101, false, 'playerskins', 768], + 41414: ['Cozy Archer', 1102, false, 'playerskins', 775], + 41416: ['Cozy Wizard', 1103, false, 'playerskins', 782], + 41418: ['Cozy Priest', 1104, false, 'playerskins', 784], + 41420: ['Cozy Warrior', 1105, false, 'playerskins', 797], + 41422: ['Cozy Knight', 1106, false, 'playerskins', 798], + 41424: ['Cozy Paladin', 1107, false, 'playerskins', 799], + 41426: ['Cozy Assassin', 1108, false, 'playerskins', 800], + 41428: ['Cozy Necromancer', 1109, false, 'playerskins', 801], + 41430: ['Cozy Huntress', 1110, false, 'playerskins', 802], + 41432: ['Cozy Mystic', 1111, false, 'playerskins', 803], + 41434: ['Cozy Trickster', 1112, false, 'playerskins', 804], + 41436: ['Cozy Sorcerer', 1113, false, 'playerskins', 805], + 41438: ['Cozy Ninja', 1114, false, 'playerskins', 806], + 41440: ['Cozy Samurai', 1115, false, 'playerskins', 785], + 41442: ['Cozy Bard', 1116, false, 'playerskins', 796], + 41444: ['Cozy Summoner', 1117, false, 'playerskins', 817], + 41446: ['Cozy Kensei', 1118, false, 'playerskins', 818], + 41448: ['Festive Bag Rogue', 1123, false, 'playerskins', 768], + 41450: ['Harvest Fox Summoner', 1119, false, 'playerskins', 817], + 41452: ['Snowbound Knight', 1120, false, 'playerskins', 798], + 41454: ['Toy Cannon Assassin', 1121, false, 'playerskins', 800], + 41466: ['Wood Winter Ninja', 122, true, 'playerskins16', 806], + 41492: ['Pharaoh Necromancer Transformation', 126, true, 'playerskins16', 65535], + 41493: ['Slurp King Knight Transformation', 127, true, 'playerskins16', 65535], + 41494: ['Dark Master Wizard Transformation', 128, true, 'playerskins16', 65535], + 41495: ['Dark Knight Trickster Transformation', 129, true, 'playerskins16', 65535], + 41496: ['Sushi Samurai', 1148, false, 'playerskins', 785], + 41498: ['Strawberry Summoner', 1149, false, 'playerskins', 817], + 41597: ['Painted Egg Archer Set Skin', 130, true, 'playerskins16', 775], + 41598: ['Mini Painted Egg Archer', 1155, false, 'playerskins', 775], + 41664: ['Fresh Carrot Paladin Set Skin', 131, true, 'playerskins16', 799], + 41665: ['Mini Fresh Carrot Paladin', 1152, false, 'playerskins', 799], + 41760: ['Chocolate Bunny Summoner Set Skin', 132, true, 'playerskins16', 817], + 41761: ['Mini Chocolate Bunny Summoner', 1153, false, 'playerskins', 817], 49808: ['Festival Enjoyer Bard', 902, false, 'playerskins', 796], 49810: ['Festival Enjoyer Kensei', 903, false, 'playerskins', 818], 49812: ['April Fools Summoner', 905, false, 'playerskins', 817], @@ -8377,8 +11657,8 @@ skins = { 50872: ['Aspirant Wizard', 938, false, 'playerskins', 782], 50874: ['Echoes of Destiny Huntress', 106, true, 'playerskins16', 802], 50876: ['Pudgy Alien Mystic', 107, true, 'playerskins16', 803], - 50878: ['Echoes of Destiny Knight', 939, false, 'playerskins', 798], - 50880: ['Echoes of Destiny Kensei', 940, false, 'playerskins', 818], + 50878: ['Echoes of Destiny Knight', 939, true, 'playerskins', 798], + 50880: ['Echoes of Destiny Kensei', 940, true, 'playerskins', 818], 50882: ['Echoes of Destiny Priest', 941, false, 'playerskins', 784], 50884: ['The Night Prince Paladin', 4, false, 'playerskins32', 799], 50886: ['Kitsune Umi Sorcerer', 5, false, 'playerskins32', 805], @@ -8393,1480 +11673,443 @@ skins = { 50988: ['Siren Sorcerer', 953, false, 'playerskins', 805], 50990: ['Cyclop Citizen Kensei', 954, false, 'playerskins', 818], 50992: ['Minotaur Citizen Mystic', 955, false, 'playerskins', 803], + 51003: ["Santa's Assistant Knight", 956, false, 'playerskins', 798], + 51005: ['Frost Mage Mystic', 957, false, 'playerskins', 803], + 51007: ['Winter Elven Archer', 958, false, 'playerskins', 775], + 51009: ['Reindeer Rogue', 959, false, 'playerskins', 768], + 51015: ['Snowman Bard', 111, true, 'playerskins16', 796], + 51237: ['Astro Scout Trickster', 960, false, 'playerskins', 804], + 51239: ['Nebula Nomad Wizard', 961, false, 'playerskins', 782], + 51241: ['Orbital Observer Priest', 962, false, 'playerskins', 784], + 51249: ['Prancing Jester Bard', 963, false, 'playerskins', 796], + 51251: ['Tiny Squire Knight', 964, false, 'playerskins', 798], + 51260: ['Medieval Princess Summoner', 965, false, 'playerskins', 817], + 51262: ['Treasure Chest Trickster', 966, false, 'playerskins', 804], + 51264: ['Fools Paladin', 967, false, 'playerskins', 799], + 51272: ['Jack Rabbit', 968, false, 'playerskins', 818], + 51304: ['Carrot Rabbit', 969, false, 'playerskins', 803], + 51306: ['Rabbit Hood', 970, false, 'playerskins', 775], + 51342: ['Choco Bunny Assassin', 971, false, 'playerskins', 800], + 51344: ['Star Bunny Summoner', 972, false, 'playerskins', 817], + 51369: ['Serpent Necromancer', 973, false, 'playerskins', 801], + 51483: ['Scarab Sentinel', 974, false, 'playerskins', 799], + 51485: ["Pharaoh's Guardian", 975, false, 'playerskins', 802], + 51497: ["Pharaoh's Guardian Warrior", 976, false, 'playerskins', 797], + 51499: ["Pharaoh's Healer", 977, false, 'playerskins', 784], + 51501: ['Shadow of Ra', 978, false, 'playerskins', 800], + 51567: ['Abyssal Guardian Knight', 980, false, 'playerskins', 798], + 51569: ['Seabed Enchanter Mystic', 981, false, 'playerskins', 803], + 51671: ['Tidecaller Sorcerer', 983, false, 'playerskins', 805], + 51674: ['Squid Ninja', 982, false, 'playerskins', 806], + 51722: ['Deep Sea Diver', 113, true, 'playerskins16', 799], + 51724: ['Sun-Kissed Ronin', 985, false, 'playerskins', 818], + 51726: ['Aquatic Archer', 984, false, 'playerskins', 775], + 51792: ['Glorious Legend Warrior', 116, true, 'playerskins16', 797], + 51794: ['Insightful Acolyte Mystic', 117, true, 'playerskins16', 803], + 51796: ['Imperial Enchanter Wizard', 988, false, 'playerskins', 782], + 51798: ['Legionnaire Kensei', 989, false, 'playerskins', 818], + 51841: ['Glory Archer', 990, false, 'playerskins', 775], + 51843: ['Glory Assassin', 991, false, 'playerskins', 800], + 51845: ['Glory Kensei', 992, false, 'playerskins', 818], + 51847: ['Glory Knight', 993, false, 'playerskins', 798], + 51849: ['Glory Ninja', 994, false, 'playerskins', 806], + 51851: ['Glory Paladin', 995, false, 'playerskins', 799], + 51853: ['Glory Rogue', 996, false, 'playerskins', 768], + 51855: ['Glory Samurai', 997, false, 'playerskins', 785], + 51857: ['Glory Warrior', 998, false, 'playerskins', 797], + 51859: ['Insight Bard', 999, false, 'playerskins', 796], + 51861: ['Insight Huntress', 1000, false, 'playerskins', 802], + 51863: ['Insight Mystic', 1001, false, 'playerskins', 803], + 51865: ['Insight Necromancer', 1002, false, 'playerskins', 801], + 51867: ['Insight Priest', 1003, false, 'playerskins', 784], + 51869: ['Insight Sorcerer', 1004, false, 'playerskins', 805], + 51871: ['Insight Summoner', 1005, false, 'playerskins', 817], + 51873: ['Insight Trickster', 1006, false, 'playerskins', 804], + 51875: ['Insight Wizard', 1007, false, 'playerskins', 782], + 51928: ['Royal Scout Rogue', 1008, false, 'playerskins', 768], + 51930: ['Imperial Decoy Trickster', 1009, false, 'playerskins', 804], + 51933: ['Swashbuckler Knight', 1010, false, 'playerskins', 798], + 51950: ['Ghostly Archer', 1011, false, 'playerskins', 775], + 51952: ['Pumpkin Head Warrior', 1012, false, 'playerskins', 797], + 51954: ['Wicked Witch Bard', 1013, false, 'playerskins', 796], + 51956: ['Cursed Huntress', 1014, false, 'playerskins', 802], + 52025: ['Demon Guitarist Set Skin', 118, true, 'playerskins16', 796], + 52026: ['Mini Demon Guitarist', 1017, false, 'playerskins', 796], + 52028: ['Lei Gong Set Skin', 119, true, 'playerskins16', 806], + 52029: ['Mini Lei Gong', 1016, false, 'playerskins', 806], + 52046: ['Split Personality Necromancer', 1015, false, 'playerskins', 801], + 52275: ['Jester Rogue', 1139, false, 'playerskins', 768], + 52277: ['Clown Wizard', 1131, false, 'playerskins', 782], + 52279: ['Mime Assassin', 1132, false, 'playerskins', 800], + 52281: ['Strongman Knight', 1133, false, 'playerskins', 798], + 52283: ['Illusionist Trickster', 1134, false, 'playerskins', 804], 65295: ['Storm Shaman Set Skin', 110, true, 'playerskins16', 805], 65299: ['Mini Shaman Skin', 951, false, 'playerskins', 805], 65300: ['Mad Minotaur Set Skin', 109, true, 'playerskins16', 798], 65301: ['Mini Minotaur Skin', 950, false, 'playerskins', 798], }; - -// type: "id" +// type: [id: petAbilityName] petAbilities = { - 402: "Attack Close", - 404: "Attack Mid", - 405: "Attack Far", - 406: "Electric", - 407: "Heal", - 408: "Magic Heal", - 409: "Savage", - 410: "Decoy", - 411: "Rising Fury", + 402: 'Attack Close', }; - // texId: ["clothing id", clothing type, "accessory id", accessory type] textures = { - 16777216: ['Black Clothing Dye', 4103, 'Black Accessory Dye', 4359], - 16777344: ['Navy Clothing Dye', 4191, 'Navy Accessory Dye', 4447], - 16777355: ['Dark Blue Clothing Dye', 4117, 'Dark Blue Accessory Dye', 4373], - 16777421: ['Medium Blue Clothing Dye', 4178, 'Medium Blue Accessory Dye', 4434], - 16777471: ['Blue Clothing Dye', 4105, 'Blue Accessory Dye', 4361], - 16802816: ['Dark Green Clothing Dye', 4121, 'Dark Green Accessory Dye', 4377], - 16809984: ['Green Clothing Dye', 4147, 'Green Accessory Dye', 4403], - 16810112: ['Teal Clothing Dye', 4226, 'Teal Accessory Dye', 4482], - 16812939: ['Dark Cyan Clothing Dye', 4118, 'Dark Cyan Accessory Dye', 4374], - 16826367: ['Deep Sky Blue Clothing Dye', 4135, 'Deep Sky Blue Accessory Dye', 4391], - 16830161: ['Dark Turquoise Clothing Dye', 4132, 'Dark Turquoise Accessory Dye', 4388], - 16830208: ["St Patrick's Green Clothing Dye", 4236, "St Patrick's Green Accessory Dye", 4492], - 16841370: ['Medium Spring Green Clothing Dye', 4183, 'Medium Spring Green Accessory Dye', 4439], - 16842496: ['Lime Clothing Dye', 4172, 'Lime Accessory Dye', 4428], - 16842623: ['Spring Green Clothing Dye', 4223, 'Spring Green Accessory Dye', 4479], - 16842751: ['Cyan Clothing Dye', 4116, 'Cyan Accessory Dye', 4372], - 18422128: ['Midnight Blue Clothing Dye', 4186, 'Midnight Blue Accessory Dye', 4442], - 18780415: ['Dodger Blue Clothing Dye', 4137, 'Dodger Blue Accessory Dye', 4393], - 18920106: ['Light Sea Green Clothing Dye', 4167, 'Light Sea Green Accessory Dye', 4423], - 19041058: ['Forest Green Clothing Dye', 4140, 'Forest Green Accessory Dye', 4396], - 19827543: ['Sea Green Clothing Dye', 4215, 'Sea Green Accessory Dye', 4471], - 19877711: ['Dark Slate Gray Clothing Dye', 4131, 'Dark Slate Gray Accessory Dye', 4387], - 20106546: ['Lime Green Clothing Dye', 4173, 'Lime Green Accessory Dye', 4429], - 20755313: ['Medium Sea Green Clothing Dye', 4181, 'Medium Sea Green Accessory Dye', 4437], - 21029072: ['Turquoise Clothing Dye', 4229, 'Turquoise Accessory Dye', 4485], - 21064161: ['Royal Blue Clothing Dye', 4211, 'Royal Blue Accessory Dye', 4467], - 21398196: ['Steel Blue Clothing Dye', 4224, 'Steel Blue Accessory Dye', 4480], - 21511563: ['Dark Slate Blue Clothing Dye', 4130, 'Dark Slate Blue Accessory Dye', 4386], - 21549516: ['Medium Turquoise Clothing Dye', 4184, 'Medium Turquoise Accessory Dye', 4440], - 21692546: ['Indigo Clothing Dye', 4152, 'Indigo Accessory Dye', 4408], - 22375215: ['Dark Olive Green Clothing Dye', 4124, 'Dark Olive Green Accessory Dye', 4380], - 23043744: ['Cadet Blue Clothing Dye', 4109, 'Cadet Blue Accessory Dye', 4365], - 23369197: ['Cornflower Blue Clothing Dye', 4113, 'Cornflower Blue Accessory Dye', 4369], - 23514538: ['Medium Aqua Marine Clothing Dye', 4177, 'Medium Aqua Marine Accessory Dye', 4433], - 23685481: ['Dim Gray Clothing Dye', 4136, 'Dim Gray Accessory Dye', 4392], - 23747277: ['Slate Blue Clothing Dye', 4220, 'Slate Blue Accessory Dye', 4476], - 23825955: ['Olive Drab Clothing Dye', 4194, 'Olive Drab Accessory Dye', 4450], - 24150160: ['Slate Gray Clothing Dye', 4221, 'Slate Gray Accessory Dye', 4477], - 24610969: ['Light Slate Gray Clothing Dye', 4169, 'Light Slate Gray Accessory Dye', 4425], - 24865006: ['Medium Slate Blue Clothing Dye', 4182, 'Medium Slate Blue Accessory Dye', 4438], - 24968192: ['Lawn Green Clothing Dye', 4157, 'Lawn Green Accessory Dye', 4413], - 25165568: ['Chartreuse Clothing Dye', 4110, 'Chartreuse Accessory Dye', 4366], - 25165780: ['Aquamarine Clothing Dye', 4099, 'Aquamarine Accessory Dye', 4355], - 25165824: ['Maroon Clothing Dye', 4176, 'Maroon Accessory Dye', 4432], - 25165952: ['Purple Clothing Dye', 4208, 'Purple Accessory Dye', 4464], - 25198592: ['Olive Clothing Dye', 4193, 'Olive Accessory Dye', 4449], - 25198720: ['Gray Clothing Dye', 4146, 'Gray Accessory Dye', 4402], - 25677547: ['Sky Blue Clothing Dye', 4219, 'Sky Blue Accessory Dye', 4475], - 25677562: ['Light Sky Blue Clothing Dye', 4168, 'Light Sky Blue Accessory Dye', 4424], - 25832418: ['Blue Violet Clothing Dye', 4106, 'Blue Violet Accessory Dye', 4362], - 25886720: ['Dark Red Clothing Dye', 4127, 'Dark Red Accessory Dye', 4383], - 25886859: ['Dark Magenta Clothing Dye', 4123, 'Dark Magenta Accessory Dye', 4379], - 25904403: ['Saddle Brown Clothing Dye', 4212, 'Saddle Brown Accessory Dye', 4468], - 26197135: ['Dark Sea Green Clothing Dye', 4129, 'Dark Sea Green Accessory Dye', 4385], - 26275472: ['Light Green Clothing Dye', 4164, 'Light Green Accessory Dye', 4420], - 26439896: ['Medium Purple Clothing Dye', 4180, 'Medium Purple Accessory Dye', 4436], - 26476755: ['Dark Violet Clothing Dye', 4133, 'Dark Violet Accessory Dye', 4389], - 26803096: ['Pale Green Clothing Dye', 4199, 'Pale Green Accessory Dye', 4455], - 26817228: ['Dark Orchid Clothing Dye', 4126, 'Dark Orchid Accessory Dye', 4382], - 26922290: ['Yellow Green Clothing Dye', 4235, 'Yellow Green Accessory Dye', 4491], - 27284013: ['Sienna Clothing Dye', 4217, 'Sienna Accessory Dye', 4473], - 27601450: ['Brown Clothing Dye', 4107, 'Brown Accessory Dye', 4363], - 27896233: ['Dark Gray Clothing Dye', 4120, 'Dark Gray Accessory Dye', 4376], - 28170470: ['Light Blue Clothing Dye', 4159, 'Light Blue Accessory Dye', 4415], - 28180271: ['Green Yellow Clothing Dye', 4148, 'Green Yellow Accessory Dye', 4404], - 28307182: ['Pale Turquoise Clothing Dye', 4200, 'Pale Turquoise Accessory Dye', 4456], - 28361950: ['Light Steel Blue Clothing Dye', 4170, 'Light Steel Blue Accessory Dye', 4426], - 28369126: ['Powder Blue Clothing Dye', 4207, 'Powder Blue Accessory Dye', 4463], - 28451362: ['Fire Brick Clothing Dye', 4138, 'Fire Brick Accessory Dye', 4394], - 28870155: ['Dark Golden Rod Clothing Dye', 4119, 'Dark Golden Rod Accessory Dye', 4375], - 28988883: ['Medium Orchid Clothing Dye', 4179, 'Medium Orchid Accessory Dye', 4435], - 29134735: ['Rosy Brown Clothing Dye', 4210, 'Rosy Brown Accessory Dye', 4466], - 29210475: ['Dark Khaki Clothing Dye', 4122, 'Dark Khaki Accessory Dye', 4378], - 29409472: ['Silver Clothing Dye', 4218, 'Silver Accessory Dye', 4474], - 29824389: ['Medium Violet Red Clothing Dye', 4185, 'Medium Violet Red Accessory Dye', 4441], - 30235740: ['Indian Red Clothing Dye', 4151, 'Indian Red Accessory Dye', 4407], - 30246207: ['Peru Clothing Dye', 4204, 'Peru Accessory Dye', 4460], - 30566686: ['Chocolate Clothing Dye', 4111, 'Chocolate Accessory Dye', 4367], - 30585996: ['Tan Clothing Dye', 4225, 'Tan Accessory Dye', 4481], - 30659539: ['Light Grey Clothing Dye', 4163, 'Light Grey Accessory Dye', 4419], - 30961811: ['Pale Violet Red Clothing Dye', 4201, 'Pale Violet Red Accessory Dye', 4457], - 30982104: ['Thistle Clothing Dye', 4227, 'Thistle Accessory Dye', 4483], - 31092950: ['Orchid Clothing Dye', 4197, 'Orchid Accessory Dye', 4453], - 31106336: ['Golden Rod Clothing Dye', 4145, 'Golden Rod Accessory Dye', 4401], - 31200316: ['Crimson Clothing Dye', 4115, 'Crimson Accessory Dye', 4371], - 31251676: ['Gainsboro Clothing Dye', 4142, 'Gainsboro Accessory Dye', 4398], - 31301853: ['Plum Clothing Dye', 4206, 'Plum Accessory Dye', 4462], - 31373447: ['Burly Wood Clothing Dye', 4108, 'Burly Wood Accessory Dye', 4364], - 31522815: ['Light Cyan Clothing Dye', 4161, 'Light Cyan Accessory Dye', 4417], - 31909626: ['Lavender Clothing Dye', 4155, 'Lavender Accessory Dye', 4411], - 32085626: ['Dark Salmon Clothing Dye', 4128, 'Dark Salmon Accessory Dye', 4384], - 32408302: ['Violet Clothing Dye', 4230, 'Violet Accessory Dye', 4486], - 32434346: ['Pale Golden Rod Clothing Dye', 4198, 'Pale Golden Rod Accessory Dye', 4454], - 32538752: ['Light Coral Clothing Dye', 4160, 'Light Coral Accessory Dye', 4416], - 32564876: ['Khaki Clothing Dye', 4154, 'Khaki Accessory Dye', 4410], - 32569599: ['Alice Blue Clothing Dye', 4096, 'Alice Blue Accessory Dye', 4352], - 32571376: ['Honey Dew Clothing Dye', 4149, 'Honey Dew Accessory Dye', 4405], - 32571391: ['Azure Clothing Dye', 4100, 'Azure Accessory Dye', 4356], - 32810080: ['Sandy Brown Clothing Dye', 4214, 'Sandy Brown Accessory Dye', 4470], - 32890547: ['Wheat Clothing Dye', 4231, 'Wheat Accessory Dye', 4487], - 32896476: ['Beige Clothing Dye', 4101, 'Beige Accessory Dye', 4357], - 32896501: ['White Smoke Clothing Dye', 4233, 'White Smoke Accessory Dye', 4489], - 32899066: ['Mint Cream Clothing Dye', 4187, 'Mint Cream Accessory Dye', 4443], - 33093887: ['Ghost White Clothing Dye', 4143, 'Ghost White Accessory Dye', 4399], - 33194098: ['Salmon Clothing Dye', 4213, 'Salmon Accessory Dye', 4469], - 33221591: ['Antique White Clothing Dye', 4097, 'Antique White Accessory Dye', 4353], - 33222886: ['Linen Clothing Dye', 4174, 'Linen Accessory Dye', 4430], - 33225426: ['Light Golden Rod Yellow Clothing Dye', 4162, 'Light Golden Rod Yellow Accessory Dye', 4418], - 33420774: ['Old Lace Clothing Dye', 4192, 'Old Lace Accessory Dye', 4448], - 33488896: ['Red Clothing Dye', 4209, 'Red Accessory Dye', 4465], - 33489151: ['Magenta Clothing Dye', 4175, 'Magenta Accessory Dye', 4431], - 33494163: ['Deep Pink Clothing Dye', 4134, 'Deep Pink Accessory Dye', 4390], - 33506560: ['Orange Red Clothing Dye', 4196, 'Orange Red Accessory Dye', 4452], - 33514311: ['Tomato Clothing Dye', 4228, 'Tomato Accessory Dye', 4484], - 33515956: ['Hot Pink Clothing Dye', 4150, 'Hot Pink Accessory Dye', 4406], - 33521488: ['Coral Clothing Dye', 4112, 'Coral Accessory Dye', 4368], - 33524736: ['Dark Orange Clothing Dye', 4125, 'Dark Orange Accessory Dye', 4381], - 33529978: ['Light Salmon Clothing Dye', 4166, 'Light Salmon Accessory Dye', 4422], - 33531136: ['Orange Clothing Dye', 4195, 'Orange Accessory Dye', 4451], - 33535681: ['Light Pink Clothing Dye', 4165, 'Light Pink Accessory Dye', 4421], - 33538251: ['Pink Clothing Dye', 4205, 'Pink Accessory Dye', 4461], - 33543936: ['Gold Clothing Dye', 4144, 'Gold Accessory Dye', 4400], - 33544889: ['Peach Puff Clothing Dye', 4203, 'Peach Puff Accessory Dye', 4459], - 33545901: ['Navajo White Clothing Dye', 4190, 'Navajo White Accessory Dye', 4446], - 33547445: ['Moccasin Clothing Dye', 4189, 'Moccasin Accessory Dye', 4445], - 33547460: ['Bisque Clothing Dye', 4102, 'Bisque Accessory Dye', 4358], - 33547489: ['Misty Rose Clothing Dye', 4188, 'Misty Rose Accessory Dye', 4444], - 33549261: ['Blanched Almond Clothing Dye', 4104, 'Blanched Almond Accessory Dye', 4360], - 33550293: ['Papaya Whip Clothing Dye', 4202, 'Papaya Whip Accessory Dye', 4458], - 33550581: ['Lavender Blush Clothing Dye', 4156, 'Lavender Blush Accessory Dye', 4412], - 33551854: ['Sea Shell Clothing Dye', 4216, 'Sea Shell Accessory Dye', 4472], - 33552604: ['Cornsilk Clothing Dye', 4114, 'Cornsilk Accessory Dye', 4370], - 33553101: ['Lemon Chiffon Clothing Dye', 4158, 'Lemon Chiffon Accessory Dye', 4414], - 33553136: ['Floral White Clothing Dye', 4139, 'Floral White Accessory Dye', 4395], - 33553146: ['Snow Clothing Dye', 4222, 'Snow Accessory Dye', 4478], - 33554176: ['Yellow Clothing Dye', 4234, 'Yellow Accessory Dye', 4490], - 33554400: ['Light Yellow Clothing Dye', 4171, 'Light Yellow Accessory Dye', 4427], - 33554416: ['Ivory Clothing Dye', 4153, 'Ivory Accessory Dye', 4409], - 33554431: ['White Clothing Dye', 4232, 'White Accessory Dye', 4488], - 67108864: ['Large Purple Pinstripe Cloth', 4608, 'Small Purple Pinstripe Cloth', 4864], - 67108865: ['Large Brown Lined Cloth', 4609, 'Small Brown Lined Cloth', 4865], - 67108866: ['Large Yellow Dot Cloth', 4637, 'Small Yellow Dot Cloth', 4893], - 67108867: ['Large Western Stripe Cloth', 4642, 'Small Western Stripe Cloth', 4898], - 67108868: ['Large Blue Point Cloth', 4643, 'Small Blue Point Cloth', 4899], - 67108869: ['Large Robber Cloth', 4644, 'Small Robber Cloth', 4900], - 67108870: ['Large Chainmail Cloth', 4645, 'Small Chainmail Cloth', 4901], - 67108871: ['Large Dark Blue Stripe Cloth', 4646, 'Small Dark Blue Stripe Cloth', 4902], - 67109120: ['Large Galactic Cloth', 4746, 'Small Galactic Cloth', 5002], - 67109121: ['Large Hypnotic Cloth', 4747, 'Small Hypnotic Cloth', 5003], - 67109122: ['Large Tie Dye Cloth', 4748, 'Small Tie Dye Cloth', 5004], - 67109123: ['Large Endless Petals Cloth', 4765, 'Small Endless Petals Cloth', 5021], - 67109124: ['Large Flowing Rainbow Cloth', 4766, 'Small Flowing Rainbow Cloth', 5022], - 67109125: ['Large Migrating Birds Cloth', 4767, 'Small Migrating Birds Cloth', 5023], - 67109126: ['Large Spinning Shamrock Cloth', 4768, 'Small Spinning Shamrock Cloth', 5024], - 83886080: ['Large Blue Striped Cloth', 4610, 'Small Blue Striped Cloth', 4866], - 83886081: ['Large Black Striped Cloth', 4611, 'Small Black Striped Cloth', 4867], - 83886082: ['Large Glowthread Cloth', 4639, 'Small Glowthread Cloth', 4895], - 83886083: ['Large Sweater Cloth', 4640, 'Small Sweater Cloth', 4896], - 83886084: ['Large Bee Stripe Cloth', 4641, 'Small Bee Stripe Cloth', 4897], - 83886085: ['Large Purple Stripes Cloth', 4677, 'Small Purple Stripes Cloth', 4933], - 83886086: ['Large Bright Floral Cloth', 4678, 'Small Bright Floral Cloth', 4934], - 83886087: ['Large Ivory Dragon Scale Cloth', 4693, 'Small Ivory Dragon Scale Cloth', 4949], - 83886088: ['Large Green Dragon Scale Cloth', 4694, 'Small Green Dragon Scale Cloth', 4950], - 83886089: ['Large Midnight Dragon Scale Cloth', 4695, 'Small Midnight Dragon Scale Cloth', 4951], - 83886090: ['Large Blue Dragon Scale Cloth', 4696, 'Small Blue Dragon Scale Cloth', 4952], - 83886091: ['Large Red Dragon Scale Cloth', 4697, 'Small Red Dragon Scale Cloth', 4953], - 150994944: ['Large Rainbow Cloth', 4612, 'Small Rainbow Cloth', 4868], - 150994945: ['Large Spinning Stars Cloth', 4760, 'Small Spinning Stars Cloth', 5016], - 150994946: ['Large Blue Lace Cloth', 4631, 'Small Blue Lace Cloth', 4887], - 150994947: ['Large Loud Spotted Cloth', 4632, 'Small Loud Spotted Cloth', 4888], - 150994948: ['Large Red Weft Cloth', 4633, 'Small Red Weft Cloth', 4889], - 150994949: ['Large Pink Sparkly Cloth', 4634, 'Small Pink Sparkly Cloth', 4890], - 150994950: ['Large Red Lace Cloth', 4635, 'Small Red Lace Cloth', 4891], - 150994951: ['Large Pink Maze Cloth', 4636, 'Small Pink Maze Cloth', 4892], - 150994952: ['Large Floating Clouds Cloth', 4761, 'Small Floating Clouds Cloth', 5017], - 150994953: ['Large Shamrock Cloth', 4660, 'Small Shamrock Cloth', 4916], - 150994954: ['Large Red USA Star Cloth', 4674, 'Small Red USA Star Cloth', 4930], - 150994955: ['Large Blue USA Star Cloth', 4675, 'Small Blue USA Star Cloth', 4931], - 150994956: ['Large USA Star Cloth', 4676, 'Small USA Star Cloth', 4932], - 150994957: ['Large Relief Cloth', 4681, 'Small Relief Cloth', 4937], - 150994958: ['Large Spooky Cloth', 4700, 'Small Spooky Cloth', 4956], - 150994959: ['Large Snowflake Vortex Cloth', 4755, 'Small Snowflake Vortex Cloth', 5011], - 150994960: ['Large Beisa Cloth', 4732, 'Small Beisa Cloth', 4988], - 150994961: ['Large Steel Cloth', 4734, 'Small Steel Cloth', 4990], - 150994962: ['Large Plate Cloth', 4735, 'Small Plate Cloth', 4991], - 150994963: ['Large Sentinel Cloth', 4742, 'Small Sentinel Cloth', 4998], - 150994964: ['Large Twilight Cloth', 4743, 'Small Twilight Cloth', 4999], - 150994965: ['Large Crown Cloth', 4744, 'Small Crown Cloth', 5000], - 150994966: ['Large Corruption Cloth', 4745, 'Small Corruption Cloth', 5001], - 150995200: ['Large Royal Eminence Cloth', 4764, 'Small Royal Eminence Cloth', 5020], - 167772160: ['Large Brown Stitch Cloth', 4614, 'Small Brown Stitch Cloth', 4870], - 167772161: ['Large Tan Diamond Cloth', 4615, 'Small Tan Diamond Cloth', 4871], - 167772162: ['Large Green Weave Cloth', 4616, 'Small Green Weave Cloth', 4872], - 167772163: ['Large Blue Wave Cloth', 4617, 'Small Blue Wave Cloth', 4873], - 167772164: ['Large Yellow Wire Cloth', 4618, 'Small Yellow Wire Cloth', 4874], - 167772165: ['Large Terminal Cloth', 4756, 'Small Terminal Cloth', 5012], - 167772166: ['Large Stony Cloth', 4620, 'Small Stony Cloth', 4876], - 167772167: ['Large Running Heart Cloth', 4753, 'Small Running Heart Cloth', 5009], - 167772168: ['Large Skull Cloth', 4622, 'Small Skull Cloth', 4878], - 167772169: ['Large Red Diamond Cloth', 4623, 'Small Red Diamond Cloth', 4879], - 167772170: ['Large Jester Cloth', 4624, 'Small Jester Cloth', 4880], - 167772171: ['Large Crossbox Cloth', 4625, 'Small Crossbox Cloth', 4881], - 167772172: ['Large White Diamond Cloth', 4626, 'Small White Diamond Cloth', 4882], - 167772173: ['Large Grey Scaly Cloth', 4627, 'Small Grey Scaly Cloth', 4883], - 167772174: ['Large Red Spotted Cloth', 4628, 'Small Red Spotted Cloth', 4884], - 167772175: ['Large Smiley Cloth', 4629, 'Small Smiley Cloth', 4885], - 167772176: ['Large Bold Diamond Cloth', 4630, 'Small Bold Diamond Cloth', 4886], - 167772177: ['Large Vine Cloth', 4647, 'Small Vine Cloth', 4903], - 167772178: ['Large Party Cloth', 4648, 'Small Party Cloth', 4904], - 167772179: ['Large Viva Cloth', 4649, 'Small Viva Cloth', 4905], - 167772180: ['Large Nautical Cloth', 4650, 'Small Nautical Cloth', 4906], - 167772181: ['Large Cactus Zag Cloth', 4651, 'Small Cactus Zag Cloth', 4907], - 167772182: ['Large Big-Stripe Blue Cloth', 4652, 'Small Big-Stripe Blue Cloth', 4908], - 167772183: ['Large Big-Stripe Red Cloth', 4653, 'Small Big-Stripe Red Cloth', 4909], - 167772184: ['Large Starry Night Cloth', 4654, 'Small Starry Night Cloth', 4910], - 167772185: ['Large Lemon-Lime Cloth', 4655, 'Small Lemon-Lime Cloth', 4911], - 167772186: ['Large Floral Cloth', 4656, 'Small Floral Cloth', 4912], - 167772187: ['Large Pink Dot Cloth', 4657, 'Small Pink Dot Cloth', 4913], - 167772188: ['Large Dark Eyes Cloth', 4658, 'Small Dark Eyes Cloth', 4914], - 167772189: ['Large Wind Cloth', 4659, 'Small Wind Cloth', 4915], - 167772190: ['Large Bright Stripes Cloth', 4661, 'Small Bright Stripes Cloth', 4917], - 167772191: ['Large USA Flag Cloth', 4662, 'Small USA Flag Cloth', 4918], - 167772192: ['Large Flannel Cloth', 4663, 'Small Flannel Cloth', 4919], - 167772193: ['Large Cow Print Cloth', 4664, 'Small Cow Print Cloth', 4920], - 167772194: ['Large Lush Camo Cloth', 4665, 'Small Lush Camo Cloth', 4921], - 167772195: ['Large Dark Camo Cloth', 4666, 'Small Dark Camo Cloth', 4922], - 167772196: ['Large Teal Crystal Cloth', 4667, 'Small Teal Crystal Cloth', 4923], - 167772197: ['Large Blue Fireworks Cloth', 4668, 'Small Blue Fireworks Cloth', 4924], - 167772198: ['Large Crisscross Cloth', 4669, 'Small Crisscross Cloth', 4925], - 167772199: ['Large Diamond Cloth', 4670, 'Small Diamond Cloth', 4926], - 167772200: ['Large Egyptian Cloth', 4671, 'Small Egyptian Cloth', 4927], - 167772201: ['Large Purple Bones Cloth', 4672, 'Small Purple Bones Cloth', 4928], - 167772202: ['Large Plaid Cloth', 4673, 'Small Plaid Cloth', 4929], - 167772203: ['Large Clanranald Cloth', 4679, 'Small Clanranald Cloth', 4935], - 167772204: ['Large American Flag Cloth', 4680, 'Small American Flag Cloth', 4936], - 167772205: ['Large Intense Clovers Cloth', 4682, 'Small Intense Clovers Cloth', 4938], - 167772206: ['Large Celtic Knot Cloth', 4683, 'Small Celtic Knot Cloth', 4939], - 167772207: ['Large Flame Cloth', 4684, 'Small Flame Cloth', 4940], - 167772208: ['Large Heavy Chainmail Cloth', 4685, 'Small Heavy Chainmail Cloth', 4941], - 167772209: ['Large Leopard Print Cloth', 4686, 'Small Leopard Print Cloth', 4942], - 167772210: ['Large Zebra Print Cloth', 4687, 'Small Zebra Print Cloth', 4943], - 167772211: ['Large Colored Egg Cloth', 4688, 'Small Colored Egg Cloth', 4944], - 167772212: ['Large Spring Cloth', 4689, 'Small Spring Cloth', 4945], - 167772213: ['Large Hibiscus Beach Wrap Cloth', 4690, 'Small Hibiscus Beach Wrap Cloth', 4946], - 167772214: ['Large Blue Camo Cloth', 4691, 'Small Blue Camo Cloth', 4947], - 167772215: ['Large Sunburst Cloth', 4692, 'Small Sunburst Cloth', 4948], - 167772216: ['Large Jester Argyle Cloth', 4698, 'Small Jester Argyle Cloth', 4954], - 167772217: ['Large Alchemist Cloth', 4699, 'Small Alchemist Cloth', 4955], - 167772218: ['Large Mosaic Cloth', 4701, 'Small Mosaic Cloth', 4957], - 167772219: ['Large Blue Bee Cloth', 4702, 'Small Blue Bee Cloth', 4958], - 167772220: ['Large Yellow Bee Cloth', 4703, 'Small Yellow Bee Cloth', 4959], - 167772221: ['Large Red Bee Cloth', 4704, 'Small Red Bee Cloth', 4960], - 167772222: ['Large Stormy Cloth', 4705, 'Small Stormy Cloth', 4961], - 167772223: ['Large Musical Cloth', 4706, 'Small Musical Cloth', 4962], - 167772224: ['Large Digital Navy Camo Cloth', 4707, 'Small Digital Navy Camo Cloth', 4963], - 167772225: ['Large Digital Fall Camo Cloth', 4708, 'Small Digital Fall Camo Cloth', 4964], - 167772226: ['Large Digital Woods Camo Cloth', 4709, 'Small Digital Woods Camo Cloth', 4965], - 167772227: ['Large Digital Arctic Camo Cloth', 4710, 'Small Digital Arctic Camo Cloth', 4966], - 167772228: ['Large UFO Cloth', 4711, 'Small UFO Cloth', 4967], - 167772229: ['Large Foraxian Cloth', 4712, 'Small Foraxian Cloth', 4968], - 167772230: ['Large Katalonian Cloth', 4713, 'Small Katalonian Cloth', 4969], - 167772231: ['Large Untarian Cloth', 4714, 'Small Untarian Cloth', 4970], - 167772232: ['Large Malogian Cloth', 4715, 'Small Malogian Cloth', 4971], - 167772233: ['Large Magma Cloth', 4716, 'Small Magma Cloth', 4972], - 167772234: ['Large Mixed Lights Cloth', 4717, 'Small Mixed Lights Cloth', 4973], - 167772235: ['Large Peppermint Cloth', 4718, 'Small Peppermint Cloth', 4974], - 167772236: ['Large Holiday Lights Cloth', 4719, 'Small Holiday Lights Cloth', 4975], - 167772237: ['Large Falling Snowflakes Cloth', 4754, 'Small Falling Snowflakes Cloth', 5010], - 167772238: ['Large Candy Cane Cloth', 4722, 'Small Candy Cane Cloth', 4978], - 167772239: ['Large Gemsbok Cloth', 4723, 'Small Gemsbok Cloth', 4979], - 167772240: ['Large Dammah Cloth', 4724, 'Small Dammah Cloth', 4980], - 167772241: ['Large Leucoryx Cloth', 4725, 'Small Leucoryx Cloth', 4981], - 167772242: ['Large Exalted Oryx Cloth', 4726, 'Small Exalted Oryx Cloth', 4982], - 167772243: ['Large Beisa Symbol Cloth', 4727, 'Small Beisa Symbol Cloth', 4983], - 167772244: ['Large Dammah Symbol Cloth', 4728, 'Small Dammah Symbol Cloth', 4984], - 167772245: ['Large Leucoryx Symbol Cloth', 4729, 'Small Leucoryx Symbol Cloth', 4985], - 167772246: ['Large Gemsbok Symbol Cloth', 4730, 'Small Gemsbok Symbol Cloth', 4986], - 167772247: ['Large Exalted Oryx Symbol Cloth', 4731, 'Small Exalted Oryx Symbol Cloth', 4987], - 167772248: ['Large Sanctuary Cloth', 4733, 'Small Sanctuary Cloth', 4989], - 167772249: ['Large Cone Cloth', 4736, 'Small Cone Cloth', 4992], - 167772250: ['Large Construction Cloth', 4737, 'Small Construction Cloth', 4993], - 167772251: ['Large Obsidian Scale Cloth', 4738, 'Small Obsidian Scale Cloth', 4994], - 167772252: ['Large Cronus Square Cloth', 4739, 'Small Cronus Square Cloth', 4995], - 167772253: ['Large Hollow Square Cloth', 4740, 'Small Hollow Square Cloth', 4996], - 167772254: ['Large Pink Cube Cloth', 4741, 'Small Pink Cube Cloth', 4997], - 167772416: ['Large Rain Cloth', 4749, 'Small Rain Cloth', 5005], - 167772417: ['Large Barber Pole Cloth', 4750, 'Small Barber Pole Cloth', 5006], - 167772418: ['Large Ahead Cloth', 4751, 'Small Ahead Cloth', 5007], - 167772419: ['Large Tidal Cloth', 4752, 'Small Tidal Cloth', 5008], - 167772420: ['Large New Year Dragon Cloth', 4757, 'Small New Year Dragon Cloth', 5013], - 167772421: ['Large Flying Lanterns Cloth', 4758, 'Small Flying Lanterns Cloth', 5014], - 167772422: ['Large Static Noise Cloth', 4759, 'Small Static Noise Cloth', 5015], - 167772423: ['Large Scrolling Suns Cloth', 4762, 'Small Scrolling Suns Cloth', 5018], - 167772424: ['Large Low Poly Cloth', 4763, 'Small Low Poly Cloth', 5019], - 167772425: ['Large Black Coin Rain Cloth', 4770, 'Small Black Coin Rain Cloth', 5026], - 167772426: ['Large Falling Voodoo Skulls Cloth', 4772, 'Small Falling Voodoo Skulls Cloth', 5028], - 167772427: ['Large Slithering Snakes Cloth', 4773, 'Small Slithering Snakes Cloth', 5029], - 167772428: ['Large Blood Cloth', 4774, 'Small Blood Cloth', 5030], - 167772429: ['Large Nails Cloth', 4775, 'Small Nails Cloth', 5031], - 167772430: ['Large Gears Cloth', 4784, 'Small Gears Cloth', 5040], - 167772431: ['Large Big Gears Cloth', 4785, 'Small Big Gears Cloth', 5041], - 167772432: ['Large Nuts and Bolts Cloth', 4786, 'Small Nuts and Bolts Cloth', 5042], - 167772433: ['Large Steampunk Gears Cloth', 4787, 'Small Steampunk Gears Cloth', 5043], - 167772434: ['Large Augmented Titanium Cloth', 4788, 'Small Augmented Titanium Cloth', 5044], - 167772435: ['Large Living Vines Cloth', 4789, 'Small Living Vines Cloth', 5045], - 167772436: ['Large Royalty Cloth', 4790, 'Small Royalty Cloth', 5046], - 167772437: ['Large Hot Coal Cloth', 4791, 'Small Hot Coal Cloth', 5047], - 167772438: ['Large Void Swirl Cloth', 4792, 'Small Void Swirl Cloth', 5048], - 167772439: ['Large Icy Flames Cloth', 4793, 'Small Icy Flames Cloth', 5049], - 167772440: ['Large Flowers of Sin Cloth', 4794, 'Small Flowers of Sin Cloth', 5050], - 167772441: ['Large Green Camouflage Cloth', 4795, 'Small Green Camouflage Cloth', 5051], - 167772442: ['Large Dark Camouflage Cloth', 4796, 'Small Dark Camouflage Cloth', 5052], - 167772443: ['Large Arcane Cloth', 4797, 'Small Arcane Cloth', 5053], - 167772444: ['Large Oryxtober Beer Cloth', 4798, 'Small Oryxtober Beer Cloth', 5054], - 167772445: ['Large Edelweiss Cloth', 4799, 'Small Edelweiss Cloth', 5055], - 167772446: ['Large Odyssey Cloth', 4800, 'Small Odyssey Cloth', 5056], - 167772447: ['Large Labyrinth Cloth', 4801, 'Small Labyrinth Cloth', 5057], - 4294967295: ['Magical Clothing Dye Remover', 2457, 'Magical Accessory Dye Remover', 2456], -} - -// type: ["id", "Family", "Rarity", "DefaultSkin", "Size"] -pets = { - 605: ["Axolotl", "Exotic", "Common", "Axolotl Pet Skin", 60], - 1899: ["Cockatoo", "Avian", "Rare", "Cockatoo Pet Skin", 80], - 2222: ["Killer Bee Queen", "Insect", "Divine", "Killer Bee Queen Skin", 80], - 2381: ["Pigboot", "Farm", "Rare", "Pigboot Pet Skin", 80], - 3011: ["Platypus", "Aquatic", "Rare", "Platypus Pet Skin", 80], - 3014: ["Walrus", "Aquatic", "Rare", "Walrus Pet Skin", 80], - 3514: ["Blue Jay", "Avian", "Common", "Blue Jay Pet Skin", 60], - 3517: ["Vulture", "Avian", "Rare", "Vulture Pet Skin", 80], - 3596: ["Seal", "Aquatic", "Common", "Seal Pet Skin", 60], - 3659: ["Kiwi", "Exotic", "Common", "Kiwi Pet Skin", 60], - 3685: ["Zebra Spider", "Insect", "Rare", "Zebra Spider Pet Skin", 80], - 3688: ["Violet Larva", "Insect", "Common", "Violet Larva Pet Skin", 60], - 4090: ["Blue Butterfly", "Insect", "Rare", "Blue Butterfly Pet Skin", 80], - 4093: ["Pink Butterfly", "Insect", "Rare", "Pink Butterfly Pet Skin", 80], - 5882: ["Verdant Larva", "Insect", "Common", "Verdant Larva Pet Skin", 60], - 5885: ["Ladybug", "Insect", "Rare", "Ladybug Pet Skin", 80], - 6053: ["Autumn Hedgehog", "Woodland", "Rare", "Autumn Hedgehog Skin", 80], - 6056: ["Mini Ghost Ship", "? ? ? ?", "Rare", "Mini Ghost Ship Skin", 80], - 6065: ["Mini Model Ship", "? ? ? ?", "Rare", "Mini Model Ship Skin", 80], - 6068: ["Healbot", "Automaton", "Rare", "Healbot Skin", 80], - 6071: ["Sugar Skull", "Spooky", "Rare", "Sugar Skull Skin", 80], - 6074: ["Cow", "Farm", "Rare", "Cow Pet Skin", 80], - 6077: ["White Duck", "Farm", "Rare", "White Duck Pet Skin", 80], - 6080: ["Senor Skeleton", "Spooky", "Rare", "Senor Skeleton Skin", 80], - 6083: ["Flying Eyeball", "Spooky", "Rare", "Flying Eyeball Skin", 60], - 6086: ["Mini Cauldron", "Spooky", "Rare", "Mini Cauldron Skin", 60], - 6089: ["Doom's Steed", "Spooky", "Divine", "Doom's Steed Skin", 80], - 6090: ["Little Tiger", "Feline", "Rare", "Little Tiger Pet Skin", 80], - 6093: ["Worm", "Insect", "Common", "Worm Pet Skin", 60], - 6098: ["Lichwyrm", "Spooky", "Divine", "Lichwyrm Skin", 80], - 6101: ["Cauldron", "Spooky", "Divine", "Cauldron Skin", 80], - 6378: ["Bear", "Woodland", "Rare", "Bear Pet Skin", 80], - 6381: ["Moose", "Woodland", "Rare", "Moose Pet Skin", 80], - 6580: ["Frilled Lizard", "Reptile", "Rare", "Frilled Lizard Skin", 80], - 6590: ["Fire Rooster", "Farm", "Rare", "Fire Rooster Skin", 80], - 6593: ["Rooster of Good Fortune", "Farm", "Divine", "Rooster of Good Fortune Skin", 80], - 6596: ["Mini Chinese Dragon", "Reptile", "Rare", "Mini Chinese Dragon Skin", 80], - 6599: ["Gingerbread Man", "? ? ? ?", "Rare", "Gingerbread Man Skin", 80], - 6602: ["Mini Polaris", "? ? ? ?", "Rare", "Mini Polaris Skin", 80], - 6605: ["Mini Paper Lantern", "? ? ? ?", "Divine", "Mini Paper Lantern Skin", 80], - 6608: ["Paper Lantern", "? ? ? ?", "Divine", "Paper Lantern Skin", 80], - 6611: ["Chinese Dragon", "Reptile", "Divine", "Chinese Dragon Skin", 80], - 6614: ["Desert Cobra", "Reptile", "Rare", "Desert Cobra Skin", 80], - 6704: ["Mini Medusa", "Reptile", "Rare", "Mini Medusa Pet Skin", 80], - 6707: ["Mini Djinn", "Humanoid", "Rare", "Mini Djinn Pet Skin", 80], - 6710: ["Mini Ghost God", "Spooky", "Rare", "Mini Ghost God Pet Skin", 80], - 6713: ["Mini Flying Brain", "Spooky", "Rare", "Mini Flying Brain Pet Skin", 80], - 6716: ["Mini Beholder", "Spooky", "Rare", "Mini Beholder Pet Skin", 80], - 6719: ["Mini Sprite God", "? ? ? ?", "Rare", "Mini Sprite God Pet Skin", 80], - 6722: ["Mini Ent God", "Woodland", "Rare", "Mini Ent God Pet Skin", 80], - 6725: ["Mini Slime God", "? ? ? ?", "Rare", "Mini Slime God Pet Skin", 80], - 6728: ["Mini White Demon", "Spooky", "Rare", "Mini White Demon Pet Skin", 80], - 8388: ["Pillbug", "Insect", "Rare", "Pillbug Pet Skin", 80], - 8592: ["Brown Bulldog", "Canine", "Rare", "Brown Bulldog Pet Skin", 80], - 8595: ["White Bulldog", "Canine", "Rare", "White Bulldog Pet Skin", 80], - 8598: ["Dingo", "Canine", "Rare", "Dingo Pet Skin", 80], - 8661: ["Red Parrot", "Exotic", "Rare", "Red Parrot Pet Skin", 80], - 8708: ["Cheetah", "Feline", "Rare", "Cheetah Pet Skin", 80], - 8711: ["Jaguar", "Feline", "Rare", "Jaguar Pet Skin", 80], - 9162: ["Floomp", "Reptile", "Divine", "Floomp Skin", 80], - 9165: ["Vermilion Dragon", "Reptile", "Divine", "Vermilion Dragon Skin", 80], - 9170: ["Golden Capricorn", "Farm", "Divine", "Golden Capricorn Skin", 70], - 9173: ["Golden Sagittarius", "Humanoid", "Divine", "Golden Sagittarius Skin", 70], - 9176: ["Golden Aquarius", "Humanoid", "Divine", "Golden Aquarius Skin", 70], - 9179: ["Capricorn", "Farm", "Divine", "Capricorn Skin", 70], - 9182: ["Sagittarius", "Humanoid", "Divine", "Sagittarius Skin", 70], - 9186: ["Aquarius", "Humanoid", "Divine", "Aquarius Skin", 70], - 9189: ["Bouncing Slime", "? ? ? ?", "Rare", "Bouncing Slime Skin", 80], - 9192: ["Mini Pot Of Gold", "? ? ? ?", "Rare", "Mini Pot Of Gold Skin", 80], - 9195: ["Leprechaun's Walking Hat", "? ? ? ?", "Rare", "Leprechaun's Walking Hat Skin", 80], - 9198: ["Rainbow Rocketeer", "Humanoid", "Divine", "Rainbow Rocketeer Skin", 80], - 9251: ["Tuxedo Bird", "Avian", "Rare", "Tuxedo Bird Pet Skin", 80], - 9254: ["Flamingo", "Exotic", "Divine", "Flamingo Pet Skin", 80], - 9257: ["Heron", "Avian", "Divine", "Heron Pet Skin", 80], - 9260: ["Angelic Drake", "Reptile", "Divine", "Angelic Drake Pet Skin", 80], - 9263: ["Demonic Drake", "Reptile", "Divine", "Demonic Drake Pet Skin", 80], - 9266: ["Fusion Golem", "Automaton", "Divine", "Fusion Golem Pet Skin", 80], - 9269: ["Vibrant Seadragon", "Aquatic", "Divine", "Vibrant Seadragon Pet Skin", 80], - 9272: ["Arthro-bot", "Automaton", "Rare", "Arthro-bot Pet Skin", 80], - 9275: ["Mini Biff", "Farm", "Rare", "Mini Biff Pet Skin", 80], - 9278: ["Newborn Chick", "Farm", "Rare", "Newborn Chick Pet Skin", 80], - 9281: ["Amazon", "Exotic", "Rare", "Amazon Pet Skin", 80], - 9284: ["Party Crow", "Avian", "Rare", "Party Crow Pet Skin", 80], - 9287: ["Honey-bot Ant", "Automaton", "Rare", "Honey-bot Ant Pet Skin", 80], - 9290: ["Fountain Child", "Humanoid", "Rare", "Fountain Child Pet Skin", 80], - 9293: ["Desert Scorpion", "Insect", "Divine", "Desert Scorpion Pet Skin", 80], - 9296: ["Giant Centipede", "Insect", "Divine", "Giant Centipede Pet Skin", 80], - 9299: ["Silver Sky Serpent", "Reptile", "Divine", "Silver Sky Serpent Pet Skin", 80], - 9304: ["Twilight Angler", "Aquatic", "Divine", "Twilight Angler Pet Skin", 80], - 9307: ["Abyss Goliath", "Reptile", "Divine", "Abyss Goliath Pet Skin", 80], - 9740: ["Little Fox", "Canine", "Rare", "Little Fox Pet Skin", 80], - 9743: ["Mini Beer God", "Humanoid", "Rare", "Mini Beer God Pet Skin", 80], - 9746: ["Titanium Rex", "Automaton", "Divine", "Titanium Rex Pet Skin", 80], - 9749: ["Red Panda", "Exotic", "Divine", "Red Panda Pet Skin", 80], - 9752: ["Gargantua", "Reptile", "Divine", "Gargantua Pet Skin", 80], - 10912: ["White Bounsheep", "Farm", "Rare", "White Bounsheep Skin", 80], - 10915: ["Grey Bounsheep", "Farm", "Rare", "Grey Bounsheep Skin", 80], - 10918: ["Brown Bounsheep", "Farm", "Rare", "Brown Bounsheep Skin", 80], - 10921: ["Bes' Artifact", "? ? ? ?", "Rare", "Bes' Artifact Skin", 80], - 10924: ["Geb's Artifact", "? ? ? ?", "Rare", "Geb's Artifact Skin", 80], - 10927: ["Nut's Artifact", "? ? ? ?", "Rare", "Nut's Artifact Skin", 80], - 14095: ["Skelly Penguin", "Penguin", "Rare", "Skelly Penguin Pet Skin", 80], - 14098: ["Reticulated Longuin", "Penguin", "Divine", "Reticulated Longuin Pet Skin", 80], - 14101: ["Transcendent Penguin", "Penguin", "Divine", "Transcendent Penguin Pet Skin", 80], - 14104: ["Aeronautical Penguin", "Penguin", "Divine", "Aeronautical Penguin Pet Skin", 80], - 15711: ["Good Mask Spirit", "Exotic", "Divine", "Good Mask Spirit Pet Skin", 80], - 15714: ["Evil Mask Spirit", "Exotic", "Divine", "Evil Mask Spirit Pet Skin", 80], - 19184: ["Mini Sphinx", "? ? ? ?", "Rare", "Mini Sphinx Skin", 80], - 19185: ["Mini Crystal Steed", "? ? ? ?", "Rare", "Mini Crystal Steed Skin", 80], - 19186: ["Carnivorous Plant", "? ? ? ?", "Rare", "Carnivorous Plant Skin", 80], - 19187: ["Knight Companion", "? ? ? ?", "Divine", "Knight Companion Skin", 80], - 19188: ["Mr Cactus Jr.", "? ? ? ?", "Rare", "Mr Cactus Jr. Skin", 80], - 19189: ["Mr Cactus", "? ? ? ?", "Divine", "Mr Cactus Skin", 80], - 19382: ["Mini Limon", "? ? ? ?", "Rare", "Mini Limon Skin", 80], - 19461: ["Mini Stone Oryx", "? ? ? ?", "Rare", "Mini Stone Oryx Skin", 80], - 19464: ["Mini Gigacorn", "? ? ? ?", "Rare", "Mini Gigacorn Skin", 80], - 19467: ["Mini Creampuff", "? ? ? ?", "Rare", "Mini Creampuff Skin", 80], - 19470: ["Mini Desire Troll", "? ? ? ?", "Rare", "Mini Desire Troll Skin", 80], - 19473: ["Mini Rototo", "? ? ? ?", "Rare", "Mini Rototo Skin", 80], - 19476: ["Mini Flying Stheno", "Reptile", "Rare", "Mini Flying Stheno Skin", 80], - 19479: ["Surfing Bro", "Humanoid", "Divine", "Surfing Bro Skin", 80], - 19502: ["Mini Ghost King", "Spooky", "Rare", "Mini Ghost King Skin", 80], - 19505: ["Robo Brain", "Automaton", "Rare", "Robo Brain Skin", 80], - 19508: ["Baby Orange Drake", "Reptile", "Rare", "Baby Orange Drake Skin", 80], - 19511: ["Baby Yellow Drake", "Reptile", "Rare", "Baby Yellow Drake Skin", 80], - 19514: ["Baby White Drake", "Reptile", "Rare", "Baby White Drake Skin", 80], - 19517: ["Baby Green Drake", "Reptile", "Rare", "Baby Green Drake Skin", 80], - 19520: ["Mini Leviathan", "Reptile", "Rare", "Mini Leviathan Skin", 80], - 19523: ["Baby Blue Drake", "Reptile", "Rare", "Baby Blue Drake Skin", 80], - 19526: ["Baby Purple Drake", "Reptile", "Rare", "Baby Purple Drake Skin", 80], - 19533: ["Pet HP Pot", "? ? ? ?", "Rare", "Pet HP Pot Skin", 80], - 19536: ["Pet MP Pot", "? ? ? ?", "Rare", "Pet MP Pot Skin", 80], - 19595: ["Crowned Penguin", "Penguin", "Rare", "Crowned Penguin Skin", 80], - 19598: ["Mini Void Entity", "Spooky", "Rare", "Mini Void Entity Skin", 80], - 19601: ["Hoverbot", "Automaton", "Rare", "Hoverbot Skin", 80], - 19604: ["Zombie Dog", "Canine", "Rare", "Zombie Dog Skin", 80], - 19607: ["Green Whale", "Aquatic", "Divine", "Green Whale Skin", 80], - 19610: ["Pumpking's Head", "Spooky", "Divine", "Pumpking's Head Skin", 80], - 19625: ["Manticore", "Feline", "Divine", "Manticore Skin", 80], - 19628: ["Flying Pig", "Farm", "Divine", "Flying Pig Skin", 80], - 19631: ["Double Viper", "Reptile", "Divine", "Double Viper Skin", 80], - 19634: ["Black Hellhound", "Canine", "Divine", "Black Hellhound Skin", 80], - 19637: ["Deerigator", "Reptile", "Divine", "Deerigator Skin", 80], - 19640: ["Moon Bunny", "Farm", "Rare", "Moon Bunny Skin", 80], - 19643: ["Hungry Pumpkin", "Spooky", "Rare", "Hungry Pumpkin Skin", 80], - 19646: ["Evil Ghost", "Spooky", "Rare", "Evil Ghost Skin", 80], - 19649: ["Spooky Boi", "Spooky", "Rare", "Spooky Boi Skin", 80], - 19652: ["Walking Grave", "Spooky", "Rare", "Walking Grave Skin", 80], - 23308: ["Mini Lord", "? ? ? ?", "Rare", "Mini Lord Pet Skin", 80], - 23311: ["Mini Tornado", "? ? ? ?", "Common", "Mini Tornado Pet Skin", 60], - 23314: ["Wooden Burrito", "? ? ? ?", "Rare", "Wooden Burrito Pet Skin", 80], - 23317: ["Mini Nikao", "? ? ? ?", "Rare", "Mini Nikao Pet Skin", 80], - 23320: ["Lil' Davy", "? ? ? ?", "Rare", "Lil' Davy Pet Skin", 80], - 23323: ["Maneki-neko", "Feline", "Rare", "Maneki-neko Pet Skin", 80], - 24602: ["King Skin of the Toys", "? ? ? ?", "Divine", "King Skin of the Toys Skin", 70], - 24605: ["Festive Slurp", "Aquatic", "Rare", "Festive Slurp Skin", 70], - 24609: ["Holiday Penguin", "Penguin", "Rare", "Holiday Penguin Skin", 80], - 24612: ["Young Elk", "Woodland", "Divine", "Young Elk Skin", 60], - 24615: ["Krampus", "Spooky", "Divine", "Krampus Skin", 70], - 24648: ["Egg Monster", "Spooky", "Rare", "Egg Monster Skin", 60], - 24651: ["Peacock", "Avian", "Divine", "Peacock Skin", 60], - 24654: ["Tricycle Bot", "Automaton", "Rare", "Tricycle Bot Skin", 90], - 24657: ["Mini Candy Gnome", "Humanoid", "Rare", "Mini Candy Gnome Skin", 80], - 24660: ["Lil' Mummy", "Spooky", "Common", "Lil' Mummy Skin", 60], - 24663: ["Parasaurolophus", "Reptile", "Divine", "Parasaurolophus Skin", 70], - 24666: ["Lambeosaurus", "Reptile", "Divine", "Lambeosaurus Skin", 70], - 24689: ["Guiding Spirit", "? ? ? ?", "Rare", "Guiding Spirit Skin", 60], - 24723: ["Red Heart", "? ? ? ?", "Rare", "Red Heart Skin", 40], - 24726: ["Pink Heart", "? ? ? ?", "Rare", "Pink Heart Skin", 40], - 24729: ["Mini Pegasus", "Farm", "Rare", "Mini Pegasus Skin", 80], - 24732: ["Prince Frog", "Aquatic", "Rare", "Prince Frog Skin", 80], - 24735: ["Lovebird", "Avian", "Rare", "Lovebird Skin", 80], - 24832: ["Marid", "Humanoid", "Divine", "Marid Skin", 80], - 24835: ["Sir Bagston", "? ? ? ?", "Divine", "Bagston Skin", 80], - 24838: ["Goldy", "? ? ? ?", "Divine", "Goldy Skin", 80], - 24841: ["Jaco", "Spooky", "Divine", "Jaco Skin", 80], - 25090: ["Rat", "Woodland", "Common", "Rat Skin", 60], - 25093: ["Goldfish", "Aquatic", "Rare", "Goldfish Skin", 80], - 25096: ["Giant Monarch", "Insect", "Divine", "Giant Monarch Skin", 60], - 25099: ["Zodiac Dog", "Canine", "Divine", "Zodiac Dog Skin", 80], - 25608: ["World Turtles", "Reptile", "Divine", "World Turtles Pet Skin", 80], - 28812: ["Morpho", "Insect", "Rare", "Morpho Pet Skin", 80], - 29252: ["Swamped Panda", "Exotic", "Divine", "Swamped Panda Pet Skin", 80], - 29344: ["Living Tree", "Woodland", "Rare", "Living Tree Pet Skin", 80], - 29347: ["Chinchilla", "Exotic", "Rare", "Chinchilla Pet Skin", 80], - 29350: ["Golden Chess Piece", "? ? ? ?", "Rare", "Golden Chess Piece Pet Skin", 80], - 29353: ["Sprout Slime", "? ? ? ?", "Divine", "Sprout Slime Pet Skin", 80], - 30058: ["Ivory Narwhal", "Aquatic", "Divine", "Ivory Narwhal Pet Skin", 80], - 30061: ["Armored Orc", "Humanoid", "Divine", "Armored Orc Pet Skin", 80], - 30064: ["Enchanted Broom", "? ? ? ?", "Divine", "Enchanted Broom Pet Skin", 80], - 30067: ["Hollow Wendigo", "Spooky", "Divine", "Hollow Wendigo Pet Skin", 80], - 30070: ["Tree Sparrow", "Avian", "Common", "Tree Sparrow Pet Skin", 60], - 30073: ["White Eyed", "Avian", "Common", "White Eyed Pet Skin", 60], - 30076: ["Polar Bear", "Exotic", "Divine", "Polar Bear Pet Skin", 80], - 30079: ["Snow Monster", "Spooky", "Divine", "Snow Monster Pet Skin", 80], - 30082: ["Longtailed Tit", "Avian", "Common", "Longtailed Tit Pet Skin", 60], - 30085: ["Searing Soul", "? ? ? ?", "Divine", "Searing Soul Pet Skin", 80], - 30088: ["Zodiac Pig", "Farm", "Divine", "Zodiac Pig Pet Skin", 80], - 30102: ["Swan", "Farm", "Divine", "Swan Pet Skin", 80], - 30105: ["Green Hat Bunny", "Farm", "Rare", "Green Hat Bunny Pet Skin", 80], - 30108: ["Cultured Bookwyrm", "Reptile", "Divine", "Cultured Bookwyrm Pet Skin", 80], - 30111: ["Mini Whale", "Aquatic", "Rare", "Mini Whale Pet Skin", 80], - 30114: ["Champion Spirit", "Spooky", "Divine", "Champion Spirit Pet Skin", 80], - 30117: ["Vicious Phantom", "Spooky", "Divine", "Vicious Phantom Pet Skin", 80], - 30120: ["Toaster", "? ? ? ?", "Divine", "Toaster Pet Skin", 80], - 30123: ["Warrior Duck", "Humanoid", "Divine", "Warrior Duck Pet Skin", 80], - 30126: ["Infested Bagston", "? ? ? ?", "Divine", "Infested Bagston Pet Skin", 80], - 30129: ["Crystal Cobra", "Reptile", "Divine", "Crystal Cobra Pet Skin", 80], - 30132: ["Possessed Lantern", "Spooky", "Divine", "Possessed Lantern Pet Skin", 80], - 30135: ["Malogian Saucer", "Automaton", "Divine", "Malogian Saucer Pet Skin", 80], - 30138: ["Untarian Saucer", "Automaton", "Divine", "Untarian Saucer Pet Skin", 80], - 30141: ["Foraxian Saucer", "Automaton", "Divine", "Foraxian Saucer Pet Skin", 80], - 30144: ["Katalonian Saucer", "Automaton", "Divine", "Katalonian Saucer Pet Skin", 80], - 30147: ["Chill Chickey", "Avian", "Divine", "Chill Chickey Pet Skin", 80], - 30150: ["Sir Wumple", "Humanoid", "Rare", "Sir Wumple Pet Skin", 80], - 30153: ["Shiba Inu", "Canine", "Rare", "Shiba Inu Pet Skin", 80], - 30156: ["Blue Turtle Shell", "? ? ? ?", "Divine", "Blue Turtle Shell Pet Skin", 80], - 30159: ["Green Turtle Shell", "? ? ? ?", "Rare", "Green Turtle Shell Pet Skin", 80], - 30162: ["Red Turtle Shell", "? ? ? ?", "Rare", "Red Turtle Shell Pet Skin", 80], - 30165: ["Skelephant", "Spooky", "Divine", "Skelephant Pet Skin", 80], - 30168: ["Phantom Tea Set", "? ? ? ?", "Divine", "Phantom Tea Set Pet Skin", 80], - 30171: ["Fool's Penguin", "Penguin", "Divine", "Fool's Penguin Pet Skin", 80], - 30174: ["Phantom Ghost", "Humanoid", "Divine", "Phantom Ghost Pet Skin", 80], - 30177: ["UFO Bot", "Automaton", "Rare", "UFO Bot Pet Skin", 80], - 30180: ["Cyberpenguin", "Penguin", "Divine", "Cyberpenguin Pet Skin", 80], - 30183: ["Blue Flaming Pumpkin", "Spooky", "Divine", "Blue Flaming Pumpkin Pet Skin", 80], - 30186: ["Orange Flaming Pumpkin", "Spooky", "Divine", "Orange Flaming Pumpkin Pet Skin", 80], - 30189: ["Flying Penguin", "Penguin", "Rare", "Flying Penguin Pet Skin", 80], - 30192: ["Fire Spirit", "? ? ? ?", "Divine", "Fire Spirit Pet Skin", 80], - 30195: ["Earth Spirit", "? ? ? ?", "Divine", "Earth Spirit Pet Skin", 80], - 30198: ["Water Spirit", "? ? ? ?", "Divine", "Water Spirit Pet Skin", 80], - 30201: ["Santa's Penguin", "Penguin", "Divine", "Santa's Penguin Pet Skin", 80], - 30207: ["Auroral Sprite God", "? ? ? ?", "Divine", "Auroral Sprite God Pet Skin", 80], - 30210: ["Cursed Blade", "? ? ? ?", "Divine", "Cursed Blade Pet Skin", 80], - 30213: ["Mini Marble Colossus", "? ? ? ?", "Rare", "Mini Marble Colossus Pet Skin", 80], - 30216: ["Majestic Moose", "Woodland", "Divine", "Majestic Moose Pet Skin", 80], - 30219: ["Winter Guide", "Humanoid", "Divine", "Winter Guide Pet Skin", 80], - 30222: ["Air Spirit", "? ? ? ?", "Divine", "Air Spirit Pet Skin", 80], - 30225: ["Zodiac Rat", "Farm", "Divine", "Zodiac Rat Pet Skin", 80], - 30228: ["Blessed Blade", "? ? ? ?", "Divine", "Blessed Blade Pet Skin", 80], - 30231: ["Suntanned Snowman", "? ? ? ?", "Rare", "Suntanned Snowman Pet Skin", 80], - 30234: ["Pet Wardrobe", "Spooky", "Divine", "Pet Wardrobe Pet Skin", 80], - 30237: ["Compact Enforcer", "Automaton", "Divine", "Compact Enforcer Pet Skin", 80], - 30240: ["Ferret", "Woodland", "Divine", "Ferret Pet Skin", 80], - 30243: ["Grub", "? ? ? ?", "Divine", "Grub Pet Skin", 80], - 30246: ["Ascended Guardian", "Penguin", "Divine", "Ascended Guardian Pet Skin", 80], - 30249: ["Music Box", "? ? ? ?", "Divine", "Music Box Pet Skin", 80], - 30252: ["Void Hound", "Canine", "Divine", "Void Hound Pet Skin", 80], - 30255: ["Autumn Guide", "Humanoid", "Divine", "Autumn Guide Pet Skin", 80], - 30258: ["Time Traveling Phonebox", "? ? ? ?", "Divine", "Time Traveling Phonebox Pet Skin", 80], - 30261: ["Summer Guide", "Humanoid", "Divine", "Summer Guide Pet Skin", 80], - 30264: ["Old Nexus Orc", "Humanoid", "Divine", "Old Nexus Orc Pet Skin", 80], - 30267: ["TV Buddy", "? ? ? ?", "Rare", "TV Buddy Pet Skin", 80], - 30270: ["Demon Cat", "Feline", "Rare", "Demon Cat Pet Skin", 80], - 30273: ["House Cat", "Feline", "Rare", "House Cat Pet Skin", 80], - 30276: ["Husky", "Canine", "Rare", "Husky Pet Skin", 80], - 30279: ["Floating Eye Bot", "Automaton", "Divine", "Floating Eye Bot Pet Skin", 80], - 30282: ["Enchanted Sea Turtle", "Aquatic", "Divine", "Enchanted Sea Turtle Pet Skin", 80], - 30285: ["Giant Worm", "Insect", "Divine", "Giant Worm Pet Skin", 80], - 30288: ["Bulldozer Penguin", "Penguin", "Divine", "Bulldozer Penguin Pet Skin", 80], - 30291: ["Mobile Crane Penguin", "Penguin", "Divine", "Mobile Crane Penguin Pet Skin", 80], - 30294: ["Excavator Penguin", "Penguin", "Divine", "Excavator Penguin Pet Skin", 80], - 30297: ["Road Roller Penguin", "Penguin", "Divine", "Road Roller Penguin Pet Skin", 80], - 30300: ["Traffic Controller Penguin", "Penguin", "Rare", "Traffic Controller Penguin Pet Skin", 80], - 30303: ["Hungry Toolbox", "? ? ? ?", "Rare", "Hungry Toolbox Pet Skin", 80], - 30306: ["Janus the Fategazer", "? ? ? ?", "Divine", "Janus the Fategazer Pet Skin", 80], - 30309: ["Mini Guill", "Humanoid", "Rare", "Mini Guill Pet Skin", 80], - 30312: ["Nexus Sheep", "Farm", "Rare", "Nexus Sheep Pet Skin", 80], - 30315: ["Stone Brothers", "Humanoid", "Divine", "Stone Brothers Pet Skin", 80], - 30318: ["Oryx the Exalted", "? ? ? ?", "Divine", "Oryx the Exalted Pet Skin", 80], - 30321: ["Sapling Buddy", "Woodland", "Rare", "Sapling Buddy Pet Skin", 80], - 30324: ["Scallywag Slurp", "Aquatic", "Rare", "Scallywag Slurp Pet Skin", 80], - 30327: ["Baby Basilisk", "Reptile", "Rare", "Baby Basilisk Pet Skin", 80], - 30330: ["Horned Wyrm", "Reptile", "Divine", "Horned Wyrm Pet Skin", 80], - 30333: ["Possessed Staff", "? ? ? ?", "Divine", "Possessed Staff Pet Skin", 80], - 30336: ["Eggshell Spider", "Insect", "Rare", "Eggshell Spider Pet Skin", 80], - 30339: ["Blizzard", "Feline", "Divine", "Blizzard Pet Skin", 80], - 30342: ["Fiery Phylactery", "Spooky", "Divine", "Fiery Phylactery Pet Skin", 80], - 30345: ["Giant Zombie Feet", "Spooky", "Divine", "Giant Zombie Feet Pet Skin", 80], - 30348: ["Skeleton Drake", "Reptile", "Divine", "Skeleton Drake Pet Skin", 80], - 30351: ["Zombie Drake", "Reptile", "Divine", "Zombie Drake Pet Skin", 80], - 30354: ["Witch Hat Rat", "Spooky", "Divine", "Witch Hat Rat Pet Skin", 80], - 30357: ["Spectral Skeledragon", "Spooky", "Divine", "Spectral Skeledragon Pet Skin", 80], - 30360: ["King Rarthur", "Woodland", "Divine", "King Rarthur Pet Skin", 80], - 30363: ["Red-Nosed Friend", "Woodland", "Rare", "Red-Nosed Friend Pet Skin", 80], - 30366: ["Mouse Prince", "Woodland", "Rare", "Mouse Prince Pet Skin", 80], - 30369: ["Aerodynamical Penguin", "Penguin", "Divine", "Aerodynamical Penguin Pet Skin", 80], - 30372: ["Big Pingus", "Penguin", "Divine", "Big Pingus Pet Skin", 80], - 30375: ["Zodiac Ox", "Farm", "Divine", "Zodiac Ox Pet Skin", 80], - 30378: ["Mini 'Odonna", "? ? ? ?", "Rare", "Mini 'Odonna Pet Skin", 80], - 30381: ["Lil' Forest Harpy", "Humanoid", "Rare", "Lil' Forest Harpy Pet Skin", 80], - 30384: ["Valentine Cupcake", "? ? ? ?", "Divine", "Valentine Cupcake Pet Skin", 80], - 30387: ["Lovey Teddy", "? ? ? ?", "Divine", "Lovey Teddy Pet Skin", 80], - 30390: ["Android Companion", "Automaton", "Divine", "Android Companion Pet Skin", 80], - 30393: ["Nightray Pegasus", "Farm", "Divine", "Nightray Pegasus Pet Skin", 80], - 30396: ["Glorious Pegasus", "Farm", "Divine", "Glorious Pegasus Pet Skin", 80], - 30399: ["Forest Harpy", "Humanoid", "Divine", "Forest Harpy Pet Skin", 80], - 30402: ["Helicopter Penguin", "Penguin", "Divine", "Helicopter Penguin Pet Skin", 80], - 30405: ["Infernal Archdragon", "Reptile", "Divine", "Infernal Archdragon Pet Skin", 80], - 30408: ["Sakura Deer", "Woodland", "Divine", "Sakura Deer Pet Skin", 80], - 30411: ["Lucky Fourleaf", "Woodland", "Divine", "Lucky Fourleaf Pet Skin", 80], - 30414: ["Golden Lucky Fourleaf", "Woodland", "Divine", "Golden Lucky Fourleaf Pet Skin", 80], - 30417: ["Chocolate Bunny", "Farm", "Rare", "Chocolate Bunny Pet Skin", 80], - 30420: ["Battlebot MK1", "Automaton", "Divine", "Battlebot MK1 Pet Skin", 80], - 30423: ["Mystery Rare Pet", "? ? ? ?", "Rare", "Mystery Rare Pet Skin", 80], - 30426: ["Mystery Epic Pet", "? ? ? ?", "Rare", "Mystery Epic Pet Skin", 80], - 30429: ["Mystery Legendary Pet", "? ? ? ?", "Rare", "Mystery Legendary Pet Skin", 80], - 30432: ["Easter Island Head", "? ? ? ?", "Divine", "Easter Island Head Pet Skin", 80], - 30435: ["Gazelle", "Exotic", "Divine", "Gazelle Pet Skin", 80], - 30438: ["Crystal Pony", "? ? ? ?", "Rare", "Crystal Pony Pet Skin", 80], - 30441: ["Son of the Son of Arachna", "Insect", "Rare", "Son of the Son of Arachna Pet Skin", 80], - 30444: ["Calamity Crab", "Insect", "Rare", "Calamity Crab Pet Skin", 80], - 30448: ["Bananalien", "? ? ? ?", "Divine", "Bananalien Pet Skin", 80], - 30451: ["Egg-bot", "Automaton", "Divine", "Egg-bot Pet Skin", 80], - 30454: ["Malus?", "Humanoid", "Divine", "Malus? Pet Skin", 80], - 30457: ["Biard", "Avian", "Divine", "Biard Pet Skin", 80], - 30460: ["Oryx the Baby God", "Humanoid", "Rare", "Oryx the Baby God Pet Skin", 80], - 30463: ["Sol the Energy Drink", "? ? ? ?", "Divine", "Sol the Energy Drink Pet Skin", 80], - 30466: ["Skulking Skull King", "Spooky", "Divine", "Skulking Skull King Pet Skin", 80], - 30469: ["Octopus", "Aquatic", "Divine", "Octopus Pet Skin", 80], - 30472: ["Snail of the Juggernaut", "Aquatic", "Rare", "Snail of the Juggernaut Pet Skin", 80], - 30475: ["Fallen Protector", "Humanoid", "Divine", "Fallen Protector Pet Skin", 80], - 30478: ["Redeemed Void Shade", "Humanoid", "Divine", "Redeemed Void Shade Pet Skin", 80], - 30481: ["Duality", "? ? ? ?", "Divine", "Duality Pet Skin", 80], - 30484: ["Daeva Oryx", "Humanoid", "Divine", "Daeva Oryx Pet Skin", 80], - 30487: ["Seraphim", "? ? ? ?", "Divine", "Seraphim Pet Skin", 80], - 30490: ["Voided Oryx", "? ? ? ?", "Divine", "Voided Oryx Pet Skin", 80], - 30493: ["Corrupted Tinkerer", "Humanoid", "Rare", "Corrupted Tinkerer Pet Skin", 80], - 30496: ["Corrupted Login Seer", "Humanoid", "Rare", "Corrupted Login Seer Pet Skin", 80], - 30499: ["Lil' Ice Cream", "? ? ? ?", "Rare", "Lil' Ice Cream Pet Skin", 80], - 30502: ["Fizzy Drink", "? ? ? ?", "Rare", "Fizzy Drink Pet Skin", 80], - 30505: ["Cured Tinkerer", "Humanoid", "Rare", "Cured Tinkerer Pet Skin", 80], - 30508: ["Cured Login Seer", "Humanoid", "Rare", "Cured Login Seer Pet Skin", 80], - 30511: ["Eye of the Void", "Spooky", "Rare", "Eye of the Void Pet Skin", 80], - 30514: ["Celestial Construct", "Automaton", "Rare", "Celestial Construct Pet Skin", 80], - 30517: ["Lil' Dark Ambrosia", "? ? ? ?", "Rare", "Lil' Dark Ambrosia Pet Skin", 80], - 30520: ["Corrupted Watering Can", "? ? ? ?", "Divine", "Corrupted Watering Can Pet Skin", 80], - 30523: ["Corrupted Penguin Explorer", "Penguin", "Divine", "Corrupted Penguin Explorer Pet Skin", 80], - 30526: ["Void Cleanser Penguin", "Penguin", "Divine", "Void Cleanser Penguin Pet Skin", 80], - 30529: ["Sentinel Watchdog", "Canine", "Divine", "Sentinel Watchdog Pet Skin", 80], - 30532: ["Shadow Stormbird", "Avian", "Divine", "Shadow Stormbird Pet Skin", 80], - 30535: ["Royal Void Cat", "Feline", "Divine", "Royal Void Cat Pet Skin", 80], - 30538: ["Lil' Keyper", "Humanoid", "Rare", "Lil' Keyper Pet Skin", 80], - 30541: ["Angelic Blossom", "? ? ? ?", "Rare", "Angelic Blossom Pet Skin", 80], - 30544: ["Nurse Wheelie", "Automaton", "Divine", "Nurse Wheelie Pet Skin", 80], - 30547: ["Sphenisciform Entity", "Penguin", "Divine", "Sphenisciform Entity Pet Skin", 80], - 30550: ["Cherubic Penguin", "Penguin", "Divine", "Cherubic Penguin Pet Skin", 80], - 30553: ["Graylien", "? ? ? ?", "Divine", "Graylien Pet Skin", 80], - 30556: ["Carnage Cat", "Feline", "Rare", "Carnage Cat Pet Skin", 80], - 30559: ["Lil' Backpack", "? ? ? ?", "Divine", "Lil' Backpack Pet Skin", 80], - 30562: ["Clipboard", "? ? ? ?", "Divine", "Clipboard Pet Skin", 80], - 30565: ["Floating Beer", "? ? ? ?", "Divine", "Floating Beer Pet Skin", 80], - 30568: ["Garlic Buddy", "? ? ? ?", "Divine", "Garlic Buddy Pet Skin", 80], - 30570: ["Golden Pet Rock", "? ? ? ?", "Divine", "Golden Pet Rock Skin", 80], - 30577: ["Spectral Bat", "Spooky", "Divine", "Spectral Bat Pet Skin", 80], - 30580: ["Ghastly Penguin", "Penguin", "Divine", "Ghastly Penguin Pet Skin", 80], - 30583: ["Cursed Portrait", "Spooky", "Divine", "Cursed Portrait Pet Skin", 80], - 30586: ["Bloodthirsty Penguin", "Penguin", "Divine", "Bloodthirsty Penguin Pet Skin", 80], - 30610: ["Eldritch Clown", "Spooky", "Divine", "Eldritch Clown Pet Skin", 80], - 30613: ["Campfire", "? ? ? ?", "Divine", "Campfire Pet Skin", 80], - 30976: ["George the Turkey", "Farm", "Divine", "George the Turkey Pet Skin", 80], - 30979: ["Snowplow Penguin", "Penguin", "Divine", "Snowplow Penguin Pet Skin", 80], - 30982: ["Movement Detector Doll", "Automaton", "Divine", "Movement Detector Doll Pet Skin", 80], - 30985: ["Festive Sprite", "? ? ? ?", "Rare", "Festive Sprite Pet Skin", 80], - 30988: ["Oryxmas Shiba", "Canine", "Rare", "Oryxmas Shiba Pet Skin", 80], - 30991: ["Gift-wrapped Box", "Feline", "Divine", "Gift-wrapped Box Pet Skin", 80], - 30994: ["Demon Mistress", "Humanoid", "Divine", "Demon Mistress Pet Skin", 80], - 30997: ["Ice Skating Penguin", "Penguin", "Divine", "Ice Skating Penguin Pet Skin", 80], - 31000: ["Oryxmas Tanuki", "Canine", "Rare", "Oryxmas Tanuki Pet Skin", 80], - 31003: ["Yau Gok", "? ? ? ?", "Rare", "Yau Gok Pet Skin", 80], - 31006: ["Bouncy Companion", "? ? ? ?", "Rare", "Bouncy Companion Pet Skin", 80], - 31009: ["Leprechaun Penguin", "Penguin", "Rare", "Leprechaun Penguin Pet Skin", 80], - 31012: ["Young Water Elemental", "? ? ? ?", "Rare", "Young Water Elemental Pet Skin", 80], - 31015: ["Young Earth Elemental", "? ? ? ?", "Rare", "Young Earth Elemental Pet Skin", 80], - 31018: ["Playful Bunny", "Humanoid", "Rare", "Playful Bunny Pet Skin", 80], - 31021: ["Young Fire Elemental", "? ? ? ?", "Rare", "Young Fire Elemental Pet Skin", 80], - 31024: ["Young Air Elemental", "? ? ? ?", "Rare", "Young Air Elemental Pet Skin", 80], - 31027: ["Perception of Guill", "Humanoid", "Rare", "Perception of Guill Pet Skin", 80], - 31030: ["Elemental Beast", "Canine", "Divine", "Elemental Beast Pet Skin", 80], - 31033: ["Lil' Deep Sea Diva", "Aquatic", "Rare", "Lil' Deep Sea Diva Pet Skin", 80], - 31036: ["Lil' Mister Backstage", "Humanoid", "Rare", "Lil' Mister Backstage Pet Skin", 80], - 31039: ["Lil' Rad Raver", "Aquatic", "Rare", "Lil' Rad Raver Pet Skin", 80], - 31042: ["Lil' Thunderbringer", "Humanoid", "Rare", "Lil' Thunderbringer Pet Skin", 80], - 31057: ["Deep Sea Diva Action Figure", "Aquatic", "Divine", "Deep Sea Diva Action Figure Pet Skin", 80], - 31060: ["Mister Backstage Action Figure", "Humanoid", "Divine", "Mister Backstage Action Figure Pet Skin", 80], - 31063: ["Rad Raver Action Figure", "Aquatic", "Divine", "Rad Raver Action Figure Pet Skin", 80], - 31066: ["The Thunderbringer Action Figure", "Humanoid", "Divine", "The Thunderbringer Action Figure Pet Skin", 80], - 31069: ["White Husky", "Canine", "Divine", "White Husky Pet Skin", 80], - 31072: ["Arctic Fox", "Canine", "Divine", "Arctic Fox Pet Skin", 80], - 31075: ["Penguin Gunslinger", "Penguin", "Divine", "Penguin Gunslinger Pet Skin", 80], - 31078: ["Dimensional Wanderer", "Humanoid", "Divine", "Dimensional Wanderer Pet Skin", 80], - 31081: ["Syndicate Hellhound", "Canine", "Divine", "Syndicate Hellhound Pet Skin", 80], - 31084: ["Voodoo Doll", "Spooky", "Divine", "Voodoo Doll Pet Skin", 80], - 31087: ["Voodoo Bat", "Spooky", "Divine", "Voodoo Bat Pet Skin", 80], - 31090: ["Chibi Bridge Sentinel", "Humanoid", "Divine", "Chibi Bridge Sentinel Pet Skin", 80], - 31093: ["Chibi Twilight Archmage", "Humanoid", "Divine", "Chibi Twilight Archmage Pet Skin", 80], - 31100: ["Chibi Forgotten King", "Humanoid", "Divine", "Chibi Forgotten King Pet Skin", 80], - 31103: ["Chibi Oryx", "Humanoid", "Divine", "Chibi Oryx Pet Skin", 80], - 31108: ["Chibi Heart of the Wetlands", "Woodland", "Divine", "Chibi Heart of the Wetlands Pet Skin", 80], - 31115: ["Mechanical Dog", "Canine", "Divine", "Mechanical Dog Pet Skin", 80], - 31118: ["Steampunk Cat", "Feline", "Divine", "Steampunk Cat Pet Skin", 80], - 32514: ["Autumn Ent", "Woodland", "Divine", "Autumn Ent Pet Skin", 80], - 32517: ["Black Cat", "Feline", "Common", "Black Cat Skin", 60], - 32518: ["Grey Cat", "Feline", "Common", "Grey Cat Skin", 60], - 32519: ["Orange Cat", "Feline", "Common", "Orange Cat Skin", 60], - 32520: ["Tan Cat", "Feline", "Common", "Tan Cat Skin", 60], - 32521: ["Yellow Cat", "Feline", "Common", "Yellow Cat Skin", 60], - 32522: ["White Cat", "Feline", "Common", "White Cat Skin", 60], - 32523: ["Brown Pup", "Canine", "Common", "Brown Pup Skin", 60], - 32524: ["Grey Pup", "Canine", "Common", "Grey Pup Skin", 60], - 32525: ["Golden Pup", "Canine", "Common", "Golden Pup Skin", 60], - 32526: ["Grey Wolf", "Canine", "Common", "Grey Wolf Skin", 60], - 32527: ["Brown Fox", "Canine", "Common", "Brown Fox Skin", 60], - 32528: ["Sheepdog", "Canine", "Common", "Sheepdog Skin", 60], - 32529: ["Grey Fox", "Canine", "Common", "Grey Fox Skin", 60], - 32530: ["Blue Parrot", "Avian", "Common", "Blue Parrot Skin", 60], - 32531: ["Oriole", "Avian", "Common", "Oriole Skin", 60], - 32532: ["Goldfinch", "Avian", "Common", "Goldfinch Skin", 60], - 32533: ["Bluebird", "Avian", "Common", "Bluebird Skin", 60], - 32534: ["Cardinal", "Avian", "Common", "Cardinal Skin", 60], - 32535: ["Elephant", "Exotic", "Common", "Elephant Skin", 60], - 32536: ["Koala", "Exotic", "Common", "Koala Skin", 60], - 32537: ["Monkey", "Exotic", "Common", "Monkey Skin", 60], - 32538: ["Chick", "Farm", "Common", "Chick Skin", 60], - 32539: ["Pig", "Farm", "Common", "Pig Skin", 60], - 32540: ["Duck", "Farm", "Common", "Duck Skin", 60], - 32541: ["Hamster", "Woodland", "Common", "Hamster Skin", 60], - 32542: ["Raccoon", "Woodland", "Common", "Raccoon Skin", 60], - 32543: ["Dino", "Reptile", "Common", "Dino Skin", 60], - 32544: ["Tomb Snake", "Reptile", "Common", "Tomb Snake Skin", 60], - 32545: ["Chameleon", "Reptile", "Common", "Chameleon Skin", 60], - 32547: ["Black Ant", "Insect", "Common", "Black Ant Skin", 60], - 32548: ["Blue Ant", "Insect", "Common", "Blue Ant Skin", 60], - 32549: ["Green Ant", "Insect", "Common", "Green Ant Skin", 60], - 32550: ["Red Ant", "Insect", "Common", "Red Ant Skin", 60], - 32551: ["Purple Ant", "Insect", "Common", "Purple Ant Skin", 60], - 32552: ["Penguin", "Penguin", "Common", "Penguin Skin", 60], - 32553: ["Green Penguin", "Penguin", "Common", "Green Penguin Skin", 60], - 32554: ["Grape Penguin", "Penguin", "Common", "Grape Penguin Skin", 60], - 32555: ["Grass Penguin", "Penguin", "Common", "Grass Penguin Skin", 60], - 32556: ["Blue Snail", "Aquatic", "Common", "Blue Snail Skin", 60], - 32557: ["Green Frog", "Aquatic", "Common", "Green Frog Skin", 60], - 32558: ["Purple Snail", "Aquatic", "Common", "Purple Snail Skin", 60], - 32559: ["Purple Frog", "Aquatic", "Common", "Purple Frog Skin", 60], - 32560: ["Sea Slurp", "Aquatic", "Common", "Sea Slurp Skin", 60], - 32561: ["Turtle", "Aquatic", "Common", "Turtle Skin", 60], - 32562: ["Crab", "Aquatic", "Common", "Crab Skin", 60], - 32564: ["Bat", "Spooky", "Common", "Bat Skin", 60], - 32565: ["Lil' Ghost", "Spooky", "Common", "Lil' Ghost Skin", 60], - 32566: ["Spirit", "Spooky", "Common", "Spirit Skin", 60], - 32567: ["Baby", "Humanoid", "Common", "Baby Skin", 60], - 32569: ["Dreidel", "? ? ? ?", "Common", "Dreidel Skin", 60], - 32570: ["Sprite Star", "? ? ? ?", "Common", "Sprite Star Skin", 60], - 32571: ["Blue Thing", "? ? ? ?", "Common", "Blue Thing Skin", 60], - 32572: ["Robobuddy", "Automaton", "Common", "Robobuddy Skin", 60], - 32573: ["Helmbot", "Automaton", "Common", "Helmbot Skin", 60], - 32574: ["Lion", "Feline", "Rare", "Lion Skin", 80], - 32575: ["White Lion", "Feline", "Rare", "White Lion Skin", 80], - 32576: ["Ninja Cat", "Feline", "Rare", "Ninja Cat Skin", 80], - 32577: ["Golden Sheepdog", "Canine", "Rare", "Golden Sheepdog Skin", 80], - 32578: ["Black Wolf", "Canine", "Rare", "Black Wolf Skin", 80], - 32579: ["Gold Bulldog", "Canine", "Rare", "Gold Bulldog Skin", 80], - 32580: ["Eagle", "Avian", "Rare", "Eagle Skin", 80], - 32581: ["Raven", "Avian", "Rare", "Raven Skin", 80], - 32582: ["USA Eagle", "Avian", "Rare", "USA Eagle Skin", 80], - 32583: ["Pigeon", "Avian", "Rare", "Pigeon Skin", 80], - 32584: ["Panda", "Exotic", "Rare", "Panda Skin", 80], - 32585: ["Toucan", "Exotic", "Rare", "Toucan Skin", 80], - 32586: ["Orangutan", "Exotic", "Rare", "Orangutan Skin", 80], - 32587: ["Mallard", "Farm", "Rare", "Mallard Skin", 80], - 32588: ["Turkey", "Farm", "Rare", "Turkey Skin", 80], - 32589: ["Skunk", "Woodland", "Rare", "Skunk Skin", 80], - 32590: ["Snowy Owl", "Woodland", "Rare", "Snowy Owl Skin", 80], - 32591: ["Reindeer", "Woodland", "Rare", "Reindeer Skin", 80], - 32592: ["Baby Dragon", "Reptile", "Rare", "Baby Dragon Skin", 80], - 32594: ["Bee", "Insect", "Rare", "Bee Skin", 80], - 32595: ["Praying Mantis", "Insect", "Rare", "Praying Mantis Skin", 80], - 32596: ["Karate Red", "Penguin", "Rare", "Karate Red Skin", 80], - 32597: ["Karate Blue", "Penguin", "Rare", "Karate Blue Skin", 80], - 32598: ["Karate Yellow", "Penguin", "Rare", "Karate Yellow Skin", 80], - 32599: ["Karate Purple", "Penguin", "Rare", "Karate Purple Skin", 80], - 32600: ["Demon Frog", "Aquatic", "Rare", "Demon Frog Skin", 80], - 32601: ["Peppermint Snail", "Aquatic", "Rare", "Peppermint Snail Skin", 80], - 32602: ["Gargoyle", "Spooky", "Rare", "Gargoyle Skin", 80], - 32603: ["Lil' Cyclops", "Spooky", "Rare", "Lil' Cyclops Skin", 80], - 32604: ["Werewolf Cub", "Spooky", "Rare", "Werewolf Cub Skin", 80], - 32605: ["Monster Eye", "Spooky", "Rare", "Monster Eye Skin", 80], - 32606: ["Skull", "Spooky", "Rare", "Skull Skin", 80], - 32607: ["Leprechaun", "Humanoid", "Rare", "Leprechaun Skin", 80], - 32608: ["Elf", "Humanoid", "Rare", "Elf Skin", 80], - 32609: ["Mermaid", "Humanoid", "Rare", "Mermaid Skin", 80], - 32610: ["Jelly", "? ? ? ?", "Rare", "Jelly Skin", 80], - 32611: ["Gummy Bear", "? ? ? ?", "Rare", "Gummy Bear Skin", 80], - 32612: ["Snowman", "? ? ? ?", "Rare", "Snowman Skin", 80], - 32613: ["Jalapeno", "? ? ? ?", "Rare", "Jalapeno Skin", 80], - 32614: ["Redbot", "Automaton", "Rare", "Redbot Skin", 80], - 32615: ["Funkatron", "Automaton", "Rare", "Funkatron Skin", 80], - 32616: ["Tiger", "Feline", "Divine", "Tiger Skin", 80], - 32617: ["Pink Lion", "Feline", "Divine", "Pink Lion Skin", 80], - 32618: ["Midnight Wolf", "Canine", "Divine", "Midnight Wolf Skin", 80], - 32619: ["Golden Hyena", "Canine", "Divine", "Golden Hyena Skin", 80], - 32620: ["Phoenix", "Avian", "Divine", "Phoenix Skin", 80], - 32621: ["Griffin", "Avian", "Divine", "Griffin Skin", 80], - 32622: ["War Elephant", "Exotic", "Divine", "War Elephant Skin", 80], - 32623: ["King Gorilla", "Exotic", "Divine", "King Gorilla Skin", 80], - 32624: ["Enraged Yack", "Farm", "Divine", "Enraged Yack Skin", 80], - 32625: ["Night Mare", "Farm", "Divine", "Night Mare Skin", 80], - 32626: ["Silver Doe", "Woodland", "Divine", "Silver Doe Skin", 80], - 32627: ["Solar Owl", "Woodland", "Divine", "Solar Owl Skin", 80], - 32628: ["Tandem Cobra", "Reptile", "Divine", "Tandem Cobra Skin", 80], - 32629: ["Poison Drake", "Reptile", "Divine", "Poison Drake Skin", 80], - 32630: ["Beetleman", "Insect", "Divine", "Beetleman Skin", 80], - 32631: ["Ultrawasp", "Insect", "Divine", "Ultrawasp Skin", 80], - 32632: ["Battle Penguin", "Penguin", "Divine", "Battle Penguin Skin", 80], - 32633: ["Tank Penguin", "Penguin", "Divine", "Tank Penguin Skin", 80], - 32634: ["Golden Crab", "Aquatic", "Divine", "Golden Crab Skin", 80], - 32635: ["Great Shark", "Aquatic", "Divine", "Great Shark Skin", 80], - 32636: ["Blue Landfish", "Aquatic", "Divine", "Blue Landfish Skin", 80], - 32637: ["Glowing Skull", "Spooky", "Divine", "Glowing Skull Skin", 80], - 32638: ["Monkey Head", "Spooky", "Divine", "Monkey Head Skin", 80], - 32639: ["Reaper", "Spooky", "Divine", "Reaper Skin", 80], - 32640: ["Battle God", "Humanoid", "Divine", "Battle God Skin", 80], - 32641: ["Centaur", "Humanoid", "Divine", "Centaur Skin", 80], - 32642: ["Forest Fairy", "Humanoid", "Divine", "Forest Fairy Skin", 80], - 32643: ["Lil' Oryx", "? ? ? ?", "Divine", "Lil' Oryx Skin", 60], - 32644: ["Shroom", "? ? ? ?", "Divine", "Shroom Skin", 80], - 32645: ["Great Jelly", "? ? ? ?", "Divine", "Great Jelly Skin", 80], - 32646: ["Spiderbot", "Automaton", "Divine", "Spiderbot Skin", 80], - 32647: ["Cylindron", "Automaton", "Divine", "Cylindron Skin", 80], - 32648: ["Gutsbot", "Automaton", "Divine", "Gutsbot Skin", 80], - 32649: ["Squirrel", "Woodland", "Common", "Squirrel Skin", 60], - 32650: ["Dragonfly", "Insect", "Common", "Dragonfly Skin", 60], - 32651: ["Pumpkin Head", "Spooky", "Divine", "Pumpkin Head Skin", 60], - 32668: ["Christmas Tree", "? ? ? ?", "Divine", "Christmas Tree Skin", 80], - 32670: ["Red Nose", "Woodland", "Divine", "Red Nose Skin", 80], - 32703: ["Red Bagston", "? ? ? ?", "Divine", "Red Bagston Skin", 80], - 32706: ["Helper Bagston", "? ? ? ?", "Divine", "Helper Bagston Skin", 80], - 32709: ["Red Helper Bagston", "? ? ? ?", "Divine", "Red Helper Bagston Skin", 80], - 32713: ["Muddy Tidechaser", "Humanoid", "Common", "Muddy Tidechaser Skin", 60], - 32763: ["Giant Vampire Bat", "Spooky", "Divine", "Giant Vampire Bat Skin", 80], - 34606: ["Chibi Oryx Gladiator", "Humanoid", "Divine", "Chibi Oryx Gladiator Skin", 80], - 34611: ["Crucible Pet Rock", "Restricted", "Divine", "Crucible Pet Rock Skin", 80], - 34802: ["Sturdy Beer Barrel", "? ? ? ?", "Divine", "Sturdy Beer Barrel Skin", 80], - 34805: ["Wolpertinger", "Farm", "Divine", "Wolpertinger Skin", 80], - 34808: ["Happy Dog", "Canine", "Divine", "Happy Dog Skin", 80], - 35077: ["Kelpie", "Aquatic", "Divine", "Kelpie Skin", 80], - 35080: ["Hydra", "Reptile", "Divine", "Hydra Skin", 80], - 35083: ["Ancient Gryphon", "Avian", "Divine", "Ancient Gryphon Skin", 80], - 50288: ["Toy Bot K.B", "Automaton", "Divine", "Toy Bot K.B Pet Skin", 80], - 50291: ["Kogbold Maid", "Reptile", "Divine", "Kogbold Maid Pet Skin", 80], - 50698: ["Zodiac Bunny", "Farm", "Divine", "Zodiac Bunny Pet Skin", 80], - 50701: ["Model K999", "Canine", "Divine", "Model K999 Pet Skin", 80], - 50704: ["Gentle Unicorn", "Farm", "Divine", "Gentle Unicorn Pet Skin", 80], - 50707: ["Genie Lamp", "Humanoid", "Divine", "Genie Lamp Pet Skin", 80], - 50713: ["King Cobra", "Reptile", "Divine", "King Cobra Pet Skin", 80], - 50716: ["Chibi Kitsune Umi", "Humanoid", "Divine", "Chibi Kitsune Umi Pet Skin", 80], - 50719: ["Abyssal Crab", "Aquatic", "Divine", "Abyssal Crab Pet Skin", 80], - 50722: ["Cryophoenix", "Avian", "Divine", "Cryophoenix Pet Skin", 80], - 50725: ["Spectral Raven", "Avian", "Divine", "Spectral Raven Pet Skin", 80], - 50728: ["Void Child", "Humanoid", "Divine", "Void Child Pet Skin", 80], - 50731: ["Gelatinous Warrior", "? ? ? ?", "Divine", "Gelatinous Warrior Pet Skin", 80], - 50734: ["Karate Pug", "Canine", "Divine", "Karate Pug Pet Skin", 80], - 50737: ["Echo of a Hero", "Humanoid", "Divine", "Echo of a Hero Pet Skin", 80], - 811318: ["Flying Carpet", "Spooky", "Divine", "Flying Carpet Pet Skin", 80], -}; - -// type: ["id", "DisplayId", "ItemTier", "Family", "Rarity"] -petSkins = { - 606: ["Axolotl Pet Skin", "Axolotl", 3, "Exotic", "Common", 195, false, "chars8x8rPets1"], - 1900: ["Cockatoo Pet Skin", "Cockatoo", 2, "Avian", "Rare", 202, false, "chars8x8rPets1"], - 2223: ["Killer Bee Queen Skin", "Killer Bee Queen", 2, "Insect", "Divine", 13, true, "epicHiveChars16x16"], - 2382: ["Pigboot Pet Skin", "Pigboot", 3, "Woodland", "Rare", 196, false, "chars8x8rPets1"], - 3012: ["Platypus Pet Skin", "Platypus", 3, "Aquatic", "Rare", 198, false, "chars8x8rPets1"], - 3015: ["Walrus Pet Skin", "Walrus", 4, "Aquatic", "Rare", 199, false, "chars8x8rPets1"], - 3515: ["Blue Jay Pet Skin", "Blue Jay", 2, "Avian", "Common", 200, false, "chars8x8rPets1"], - 3518: ["Vulture Pet Skin", "Vulture", 2, "Avian", "Rare", 201, false, "chars8x8rPets1"], - 3597: ["Seal Pet Skin", "Seal", null, "Aquatic", "Rare", 197, false, "chars8x8rPets1"], - 3660: ["Kiwi Pet Skin", "Kiwi", 2, "Exotic", "Common", 206, false, "chars8x8rPets1"], - 3686: ["Zebra Spider Pet Skin", "Zebra Spider", null, "Insect", "Rare", 221, false, "chars8x8rPets1"], - 3689: ["Violet Larva Pet Skin", "Violet Larva", null, "Insect", "Common", 222, false, "chars8x8rPets1"], - 4091: ["Blue Butterfly Pet Skin", "Blue Butterfly", 3, "Insect", "Rare", 214, false, "chars8x8rPets1"], - 4094: ["Pink Butterfly Pet Skin", "Pink Butterfly", 4, "Insect", "Rare", 215, false, "chars8x8rPets1"], - 5883: ["Verdant Larva Pet Skin", "Verdant Larva", null, "Insect", "Common", 218, false, "chars8x8rPets1"], - 5886: ["Ladybug Pet Skin", "Ladybug", 3, "Insect", "Rare", 219, false, "chars8x8rPets1"], - 6054: ["Autumn Hedgehog Skin", "Autumn Hedgehog", 2, "Woodland", "Rare", 162, false, "chars8x8rPets1"], - 6057: ["Mini Ghost Ship Skin", "Mini Ghost Ship", 1, "? ? ? ?", "Rare", 163, false, "chars8x8rPets1"], - 6066: ["Mini Model Ship Skin", "Mini Model Ship", null, "? ? ? ?", "Rare", 164, false, "chars8x8rPets1"], - 6069: ["Healbot Skin", "Healbot", null, "Automaton", "Rare", 165, false, "chars8x8rPets1"], - 6072: ["Sugar Skull Skin", "Sugar Skull", null, "Spooky", "Rare", 166, false, "chars8x8rPets1"], - 6075: ["Cow Pet Skin", "Cow", 2, "Farm", "Rare", 208, false, "chars8x8rPets1"], - 6078: ["White Duck Pet Skin", "White Duck", 2, "Farm", "Rare", 209, false, "chars8x8rPets1"], - 6081: ["Senor Skeleton Skin", "Se\u00f1or Skeleton", null, "Spooky", "Rare", 167, false, "chars8x8rPets1"], - 6084: ["Flying Eyeball Skin", "Flying Eyeball", 2, "Spooky", "Rare", 168, false, "chars8x8rPets1"], - 6087: ["Mini Cauldron Skin", "Mini Cauldron", 1, "Spooky", "Rare", 169, false, "chars8x8rPets1"], - 6091: ["Little Tiger Pet Skin", "Little Tiger", 2, "Feline", "Rare", 212, false, "chars8x8rPets1"], - 6094: ["Worm Pet Skin", "Worm", 2, "Insect", "Common", 213, false, "chars8x8rPets1"], - 6096: ["Doom's Steed Skin", "Doom's Steed", 2, "Spooky", "Rare", 47, false, "petsDivine"], - 6099: ["Lichwyrm Skin", "Lichwyrm", 3, "Spooky", "Divine", 48, false, "petsDivine"], - 6102: ["Cauldron Skin", "Cauldron", 2, "Spooky", "Divine", 49, false, "petsDivine"], - 6379: ["Bear Pet Skin", "Bear", null, "Woodland", "Rare", 216, false, "chars8x8rPets1"], - 6382: ["Moose Pet Skin", "Moose", 3, "Woodland", "Rare", 217, false, "chars8x8rPets1"], - 6581: ["Frilled Lizard Skin", "Frilled Lizard", null, "Reptile", "Rare", 106, false, "chars8x8rPets1"], - 6591: ["Fire Rooster Skin", "Fire Rooster", 2, "Farm", "Rare", 118, false, "chars8x8rPets1"], - 6594: ["Rooster of Good Fortune Skin", "Rooster of Good Fortune", 3, "Farm", "Divine", 119, false, "chars8x8rPets1"], - 6597: ["Mini Chinese Dragon Skin", "Red Dragon", 3, "Reptile", "Rare", 120, false, "chars8x8rPets1"], - 6600: ["Gingerbread Man Skin", "Gingerbread Man", 1, "? ? ? ?", "Rare", 121, false, "chars8x8rPets1"], - 6603: ["Mini Polaris Skin", "Mini Polaris", null, "? ? ? ?", "Rare", 122, false, "chars8x8rPets1"], - 6606: ["Mini Paper Lantern Skin", "Mini Paper Lantern", 2, "? ? ? ?", "Divine", 35, false, "petsDivine"], - 6609: ["Paper Lantern Skin", "Paper Lantern", 2, "? ? ? ?", "Divine", 36, false, "petsDivine"], - 6612: ["Chinese Dragon Skin", "Chinese Dragon", 3, "Reptile", "Divine", 37, false, "petsDivine"], - 6615: ["Desert Cobra Skin", "Desert Cobra", 2, "Reptile", "Rare", 123, false, "chars8x8rPets1"], - 6705: ["Mini Medusa Pet Skin", "Mini Medusa", 3, "Reptile", "Rare", 228, false, "chars8x8rPets1"], - 6708: ["Mini Djinn Pet Skin", "Mini Djinn", 2, "Humanoid", "Rare", 229, false, "chars8x8rPets1"], - 6711: ["Mini Ghost God Pet Skin", "Mini Ghost God", 3, "Spooky", "Rare", 230, false, "chars8x8rPets1"], - 6714: ["Mini Flying Brain Pet Skin", "Mini Flying Brain", 2, "Spooky", "Rare", 231, false, "chars8x8rPets1"], - 6717: ["Mini Beholder Pet Skin", "Mini Beholder", 3, "Spooky", "Rare", 232, false, "chars8x8rPets1"], - 6720: ["Mini Sprite God Pet Skin", "Mini Sprite God", 3, "? ? ? ?", "Rare", 233, false, "chars8x8rPets1"], - 6723: ["Mini Ent God Pet Skin", "Mini Ent God", 3, "Woodland", "Rare", 234, false, "chars8x8rPets1"], - 6726: ["Mini Slime God Pet Skin", "Mini Slime God", 3, "? ? ? ?", "Rare", 235, false, "chars8x8rPets1"], - 6729: ["Mini White Demon Pet Skin", "Mini White Demon", 3, "Spooky", "Rare", 236, false, "chars8x8rPets1"], - 8389: ["Pillbug Pet Skin", "Pillbug", 2, "Insect", "Rare", 223, false, "chars8x8rPets1"], - 8593: ["Brown Bulldog Pet Skin", "Brown Bulldog", 3, "Canine", "Rare", 203, false, "chars8x8rPets1"], - 8596: ["White Bulldog Pet Skin", "White Bulldog", 4, "Canine", "Rare", 204, false, "chars8x8rPets1"], - 8599: ["Dingo Pet Skin", "Dingo", 2, "Canine", "Rare", 205, false, "chars8x8rPets1"], - 8662: ["Red Parrot Pet Skin", "Red Parrot", 2, "Exotic", "Rare", 207, false, "chars8x8rPets1"], - 8709: ["Cheetah Pet Skin", "Cheetah", 2, "Feline", "Rare", 210, false, "chars8x8rPets1"], - 8712: ["Jaguar Pet Skin", "Jaguar", 2, "Feline", "Rare", 211, false, "chars8x8rPets1"], - 9163: ["Floomp Skin", "Floomp", 3, "Reptile", "Divine", 59, false, "petsDivine"], - 9167: ["Vermilion Dragon Skin", "Vermilion Dragon", 4, "Reptile", "Divine", 60, false, "petsDivine"], - 9171: ["Golden Capricorn Skin", "Golden Capricorn", 4, "Farm", "Divine", 61, false, "petsDivine"], - 9174: ["Golden Sagittarius Skin", "Golden Sagittarius", 3, "Humanoid", "Divine", 62, false, "petsDivine"], - 9177: ["Golden Aquarius Skin", "Golden Aquarius", 3, "Humanoid", "Divine", 63, false, "petsDivine"], - 9180: ["Capricorn Skin", "Capricorn", 3, "Farm", "Divine", 64, false, "petsDivine"], - 9183: ["Sagittarius Skin", "Sagittarius", 3, "Humanoid", "Divine", 65, false, "petsDivine"], - 9187: ["Aquarius Skin", "Aquarius", 4, "Humanoid", "Divine", 66, false, "petsDivine"], - 9190: ["Bouncing Slime Skin", "Bouncing Slime", null, "? ? ? ?", "Rare", 184, false, "chars8x8rPets1"], - 9193: ["Mini Pot Of Gold Skin", "Mini Pot Of Gold", 2, "? ? ? ?", "Rare", 185, false, "chars8x8rPets1"], - 9196: ["Leprechaun's Walking Hat Skin", "Leprechaun's Walking Hat", 2, "? ? ? ?", "Rare", 186, false, "chars8x8rPets1"], - 9199: ["Rainbow Rocketeer Skin", "Rainbow Rocketeer", 2, "Humanoid", "Divine", 67, false, "petsDivine"], - 9252: ["Tuxedo Bird Pet Skin", "Tuxedo Bird", 3, "Avian", "Rare", 69, false, "petsDivine"], - 9255: ["Flamingo Pet Skin", "Flamingo", null, "Exotic", "Divine", 70, false, "petsDivine"], - 9258: ["Heron Pet Skin", "Heron", 2, "Avian", "Divine", 71, false, "petsDivine"], - 9261: ["Angelic Drake Pet Skin", "Angelic Drake", 2, "Reptile", "Divine", 72, false, "petsDivine"], - 9264: ["Demonic Drake Pet Skin", "Demonic Drake", null, "Reptile", "Divine", 73, false, "petsDivine"], - 9267: ["Fusion Golem Pet Skin", "Fusion Golem", 4, "Automaton", "Divine", 74, false, "petsDivine"], - 9270: ["Vibrant Seadragon Pet Skin", "Vibrant Seadragon", null, "Aquatic", "Divine", 75, false, "petsDivine"], - 9273: ["Arthro-bot Pet Skin", "Arthro-bot", 3, "Automaton", "Rare", 188, false, "chars8x8rPets1"], - 9276: ["Mini Biff Pet Skin", "Mini Biff", 3, "Farm", "Rare", 189, false, "chars8x8rPets1"], - 9279: ["Newborn Chick Pet Skin", "Newborn Chick", 2, "Farm", "Rare", 190, false, "chars8x8rPets1"], - 9282: ["Amazon Pet Skin", "Amazon", 2, "Exotic", "Rare", 191, false, "chars8x8rPets1"], - 9285: ["Party Crow Pet Skin", "Party Crow", 2, "Avian", "Rare", 192, false, "chars8x8rPets1"], - 9288: ["Honey-bot Ant Pet Skin", "Honey-bot Ant", 3, "Automaton", "Rare", 193, false, "chars8x8rPets1"], - 9291: ["Fountain Child Pet Skin", "Fountain Child", 1, "Humanoid", "Rare", 194, false, "chars8x8rPets1"], - 9294: ["Desert Scorpion Pet Skin", "Desert Scorpion", 2, "Insect", "Divine", 76, false, "petsDivine"], - 9297: ["Giant Centipede Pet Skin", "Giant Centipede", 4, "Insect", "Divine", 77, false, "petsDivine"], - 9300: ["Silver Sky Serpent Pet Skin", "Silver Sky Serpent", 2, "Reptile", "Divine", 78, false, "petsDivine"], - 9305: ["Twilight Angler Pet Skin", "Twilight Angler", 4, "Aquatic", "Divine", 79, false, "petsDivine"], - 9308: ["Abyss Goliath Pet Skin", "Abyss Goliath", 4, "Reptile", "Divine", 80, false, "petsDivine"], - 9741: ["Little Fox Pet Skin", "Little Fox", 4, "Canine", "Rare", 242, false, "chars8x8rPets1"], - 9744: ["Mini Beer God Pet Skin", "Mini Beer God", 4, "Humanoid", "Rare", 243, false, "chars8x8rPets1"], - 9747: ["Titanium Rex Pet Skin", "Titanium Rex", 4, "Automaton", "Divine", 88, false, "petsDivine"], - 9750: ["Red Panda Pet Skin", "Red Panda", 4, "Exotic", "Divine", 89, false, "petsDivine"], - 9753: ["Gargantua Pet Skin", "Gargantua", 4, "Reptile", "Divine", 90, false, "petsDivine"], - 10913: ["White Bounsheep Skin", "White Bounsheep", 2, "Farm", "Rare", 124, false, "chars8x8rPets1"], - 10916: ["Grey Bounsheep Skin", "Grey Bounsheep", null, "Farm", "Rare", 125, false, "chars8x8rPets1"], - 10919: ["Brown Bounsheep Skin", "Brown Bounsheep", null, "Farm", "Rare", 126, false, "chars8x8rPets1"], - 10922: ["Bes' Artifact Skin", "Bes' Artifact", 2, "? ? ? ?", "Rare", 127, false, "chars8x8rPets1"], - 10925: ["Geb's Artifact Skin", "Geb's Artifact", 2, "? ? ? ?", "Rare", 128, false, "chars8x8rPets1"], - 10928: ["Nut's Artifact Skin", "Nut's Artifact", 2, "? ? ? ?", "Rare", 129, false, "chars8x8rPets1"], - 14096: ["Skelly Penguin Pet Skin", "Skelly Penguin", 2, "Penguin", "Rare", 227, false, "chars8x8rPets1"], - 14099: ["Reticulated Longuin Pet Skin", "Reticulated Longuin", 4, "Penguin", "Divine", 82, false, "petsDivine"], - 14102: ["Transcendent Penguin Pet Skin", "Transcendent Penguin", 4, "Penguin", "Divine", 83, false, "petsDivine"], - 14105: ["Aeronautical Penguin Pet Skin", "Aeronautical Penguin", 3, "Penguin", "Divine", 84, false, "petsDivine"], - 15712: ["Good Mask Spirit Pet Skin", "Good Mask Spirit", 4, "Exotic", "Divine", 86, false, "petsDivine"], - 15715: ["Evil Mask Spirit Pet Skin", "Evil Mask Spirit", 3, "Exotic", "Divine", 87, false, "petsDivine"], - 19140: ["Mini Sphinx Skin", "Mini Sphinx", 2, "? ? ? ?", "Rare", 130, false, "chars8x8rPets1"], - 19142: ["Mini Crystal Steed Skin", "Mini Crystal Steed", 2, "? ? ? ?", "Rare", 131, false, "chars8x8rPets1"], - 19144: ["Carnivorous Plant Skin", "Carnivorous Plant", 2, "? ? ? ?", "Rare", 132, false, "chars8x8rPets1"], - 19146: ["Knight Companion Skin", "Knight Companion", null, "? ? ? ?", "Divine", 133, false, "chars8x8rPets1"], - 19148: ["Mr Cactus Jr. Skin", "Mr Cactus Jr.", 2, "? ? ? ?", "Rare", 134, false, "chars8x8rPets1"], - 19150: ["Mr Cactus Skin", "Mr Cactus", 3, "? ? ? ?", "Divine", 38, false, "petsDivine"], - 19383: ["Mini Limon Skin", "Mini Limon", 3, "? ? ? ?", "Rare", 135, false, "chars8x8rPets1"], - 19462: ["Mini Stone Oryx Skin", "Mini Stone Oryx", null, "? ? ? ?", "Rare", 136, false, "chars8x8rPets1"], - 19465: ["Mini Gigacorn Skin", "Mini Gigacorn", 3, "? ? ? ?", "Rare", 137, false, "chars8x8rPets1"], - 19468: ["Mini Creampuff Skin", "Mini Creampuff", 3, "? ? ? ?", "Rare", 138, false, "chars8x8rPets1"], - 19471: ["Mini Desire Troll Skin", "Mini Desire Troll", 2, "? ? ? ?", "Rare", 139, false, "chars8x8rPets1"], - 19474: ["Mini Rototo Skin", "Mini Rototo", 3, "? ? ? ?", "Rare", 140, false, "chars8x8rPets1"], - 19477: ["Mini Flying Stheno Skin", "Mini Flying Stheno", 1, "Reptile", "Rare", 141, false, "chars8x8rPets1"], - 19480: ["Surfing Bro Skin", "Surfing Bro", 2, "Humanoid", "Divine", 39, false, "petsDivine"], - 19503: ["Mini Ghost King Skin", "Mini Ghost King", 2, "Spooky", "Rare", 142, false, "chars8x8rPets1"], - 19506: ["Robo Brain Skin", "Robo Brain", null, "Automaton", "Rare", 143, false, "chars8x8rPets1"], - 19509: ["Baby Orange Drake Skin", "Baby Orange Drake", 1, "Reptile", "Rare", 144, false, "chars8x8rPets1"], - 19512: ["Baby Yellow Drake Skin", "Baby Yellow Drake", 2, "Reptile", "Rare", 145, false, "chars8x8rPets1"], - 19515: ["Baby White Drake Skin", "Baby White Drake", null, "Reptile", "Rare", 146, false, "chars8x8rPets1"], - 19518: ["Baby Green Drake Skin", "Baby Green Drake", null, "Reptile", "Rare", 147, false, "chars8x8rPets1"], - 19521: ["Mini Leviathan Skin", "Mini Leviathan", 3, "Reptile", "Rare", 148, false, "chars8x8rPets1"], - 19524: ["Baby Blue Drake Skin", "Baby Blue Drake", 2, "Reptile", "Rare", 149, false, "chars8x8rPets1"], - 19527: ["Baby Purple Drake Skin", "Baby Purple Drake", 2, "Reptile", "Rare", 150, false, "chars8x8rPets1"], - 19534: ["Pet HP Pot Skin", "HP Pot Pet", 4, "? ? ? ?", "Rare", 151, false, "chars8x8rPets1"], - 19537: ["Pet MP Pot Skin", "MP Pot Pet", 4, "? ? ? ?", "Rare", 152, false, "chars8x8rPets1"], - 19596: ["Crowned Penguin Skin", "Crowned Penguin", null, "Penguin", "Rare", 153, false, "chars8x8rPets1"], - 19599: ["Mini Void Entity Skin", "Mini Void Entity", 4, "Spooky", "Rare", 154, false, "chars8x8rPets1"], - 19602: ["Hoverbot Skin", "Hoverbot", 2, "Automaton", "Rare", 155, false, "chars8x8rPets1"], - 19605: ["Zombie Dog Skin", "Zombie Dog", 2, "Canine", "Rare", 156, false, "chars8x8rPets1"], - 19608: ["Green Whale Skin", "Green Whale", 3, "Aquatic", "Divine", 40, false, "petsDivine"], - 19611: ["Pumpking's Head Skin", "Pumpking's Head", 3, "Spooky", "Divine", 41, false, "petsDivine"], - 19626: ["Manticore Skin", "Manticore", null, "Feline", "Divine", 42, false, "petsDivine"], - 19629: ["Flying Pig Skin", "Flying Pig", 3, "Farm", "Divine", 43, false, "petsDivine"], - 19632: ["Double Viper Skin", "Double Viper", null, "Reptile", "Divine", 44, false, "petsDivine"], - 19635: ["Black Hellhound Skin", "Black Hellhound", 4, "Canine", "Divine", 45, false, "petsDivine"], - 19638: ["Deerigator Skin", "Deerigator", null, "Reptile", "Divine", 46, false, "petsDivine"], - 19641: ["Moon Bunny Skin", "Moon Bunny", 4, "Farm", "Rare", 157, false, "chars8x8rPets1"], - 19644: ["Hungry Pumpkin Skin", "Hungry Pumpkin", 3, "Spooky", "Rare", 158, false, "chars8x8rPets1"], - 19647: ["Evil Ghost Skin", "Evil Ghost", 1, "Spooky", "Rare", 159, false, "chars8x8rPets1"], - 19650: ["Spooky Boi Skin", "Spooky Boi", 4, "Spooky", "Rare", 160, false, "chars8x8rPets1"], - 19653: ["Walking Grave Skin", "Walking Grave", 2, "Spooky", "Rare", 161, false, "chars8x8rPets1"], - 23309: ["Mini Lord Pet Skin", "Mini Lord", 3, "? ? ? ?", "Rare", 237, false, "chars8x8rPets1"], - 23312: ["Mini Tornado Pet Skin", "Mini Tornado", 3, "? ? ? ?", "Common", 238, false, "chars8x8rPets1"], - 23315: ["Wooden Burrito Pet Skin", "Wooden Burrito", 2, "? ? ? ?", "Rare", 239, false, "chars8x8rPets1"], - 23318: ["Mini Nikao Pet Skin", "Mini Nikao", 2, "? ? ? ?", "Rare", 240, false, "chars8x8rPets1"], - 23321: ["Lil' Davy Pet Skin", "Lil' Davy", 1, "? ? ? ?", "Rare", 241, false, "chars8x8rPets1"], - 23324: ["Maneki-neko Pet Skin", "Maneki-neko", null, "Feline", "Rare", 244, false, "chars8x8rPets1"], - 24603: ["King Skin of the Toys Skin", "King Skin of the Toys", 3, "? ? ? ?", "Divine", 50, false, "petsDivine"], - 24606: ["Festive Slurp Skin", "Festive Slurp", 1, "Aquatic", "Rare", 170, false, "chars8x8rPets1"], - 24610: ["Holiday Penguin Skin", "Holiday Penguin", 2, "Penguin", "Rare", 171, false, "chars8x8rPets1"], - 24613: ["Young Elk Skin", "Young Elk", 2, "Woodland", "Divine", 51, false, "petsDivine"], - 24616: ["Krampus Skin", "Krampus", 3, "Spooky", "Divine", 52, false, "petsDivine"], - 24649: ["Egg Monster Skin", "Egg Monster", null, "Spooky", "Rare", 53, false, "petsDivine"], - 24652: ["Peacock Skin", "Peacock", null, "Avian", "Divine", 54, false, "petsDivine"], - 24655: ["Tricycle Bot Skin", "Tricycle Bot", 2, "Automaton", "Rare", 172, false, "chars8x8rPets1"], - 24658: ["Mini Candy Gnome Skin", "Mini Candy Gnome", 2, "Humanoid", "Rare", 173, false, "chars8x8rPets1"], - 24661: ["Lil' Mummy Skin", "Lil' Mummy", null, "Spooky", "Common", 174, false, "chars8x8rPets1"], - 24664: ["Parasaurolophus Skin", "Parasaurolophus", 3, "Reptile", "Divine", 55, false, "petsDivine"], - 24667: ["Lambeosaurus Skin", "Lambeosaurus", 3, "Reptile", "Divine", 56, false, "petsDivine"], - 24690: ["Guiding Spirit Skin", "Guiding Spirit", 4, "? ? ? ?", "Rare", 176, false, "chars8x8rPets1"], - 24724: ["Red Heart Skin", "Red Heart", 4, "? ? ? ?", "Rare", 177, false, "chars8x8rPets1"], - 24727: ["Pink Heart Skin", "Pink Heart", null, "? ? ? ?", "Rare", 178, false, "chars8x8rPets1"], - 24730: ["Mini Pegasus Skin", "Mini Pegasus", 2, "Farm", "Rare", 179, false, "chars8x8rPets1"], - 24733: ["Prince Frog Skin", "Prince Frog", 2, "Aquatic", "Rare", 180, false, "chars8x8rPets1"], - 24836: ["Bagston Skin", "Sir Bagston", 3, "? ? ? ?", "Divine", 107, false, "chars8x8rPets1"], - 24839: ["Goldy Skin", "Goldy", 3, "? ? ? ?", "Divine", 108, false, "chars8x8rPets1"], - 24842: ["Jaco Skin", "Jaco", 2, "Spooky", "Divine", 33, false, "petsDivine"], - 25088: ["Lovebird Skin", "Lovebird", 2, "Avian", "Rare", 182, false, "chars8x8rPets1"], - 25091: ["Rat Skin", "Rat", null, "Woodland", "Common", 183, false, "chars8x8rPets1"], - 25094: ["Goldfish Skin", "Goldfish", 2, "Aquatic", "Rare", 181, false, "chars8x8rPets1"], - 25097: ["Giant Monarch Skin", "Giant Monarch", null, "Insect", "Divine", 57, false, "petsDivine"], - 25100: ["Zodiac Dog Skin", "Zodiac Dog", null, "Canine", "Divine", 58, false, "petsDivine"], - 25473: ["Swamped Panda Pet Skin", "Swamped Panda", 4, "Exotic", "Divine", 15, true, "wetlandsChars16x16"], - 25609: ["World Turtles Pet Skin", "World Turtles", 4, "Reptile", "Divine", 81, false, "petsDivine"], - 28813: ["Morpho Pet Skin", "Morpho", 3, "Insect", "Rare", 220, false, "chars8x8rPets1"], - 29345: ["Living Tree Pet Skin", "Living Tree", 3, "Woodland", "Rare", 224, false, "chars8x8rPets1"], - 29348: ["Chinchilla Pet Skin", "Chinchilla", 2, "Exotic", "Rare", 225, false, "chars8x8rPets1"], - 29351: ["Golden Chess Piece Pet Skin", "Golden Chess Piece", 3, "? ? ? ?", "Rare", 226, false, "chars8x8rPets1"], - 29354: ["Sprout Slime Pet Skin", "Sprout Slime", 4, "? ? ? ?", "Divine", 85, false, "petsDivine"], - 30059: ["Ivory Narwhal Pet Skin", "Ivory Narwhal", 4, "Aquatic", "Divine", 92, false, "petsDivine"], - 30062: ["Armored Orc Pet Skin", "Armored Orc", 3, "Humanoid", "Divine", 93, false, "petsDivine"], - 30065: ["Enchanted Broom Pet Skin", "Enchanted Broom", 2, "? ? ? ?", "Divine", 94, false, "petsDivine"], - 30068: ["Hollow Wendigo Pet Skin", "Hollow Wendigo", 4, "Spooky", "Divine", 95, false, "petsDivine"], - 30071: ["Tree Sparrow Pet Skin", "Tree Sparrow", 3, "Avian", "Common", 245, false, "chars8x8rPets1"], - 30074: ["White Eyed Pet Skin", "White Eyed", 2, "Avian", "Common", 246, false, "chars8x8rPets1"], - 30077: ["Polar Bear Pet Skin", "Polar Bear", 3, "Exotic", "Divine", 96, false, "petsDivine"], - 30080: ["Snow Monster Pet Skin", "Snow Monster", 4, "Spooky", "Divine", 97, false, "petsDivine"], - 30083: ["Longtailed Tit Pet Skin", "Longtailed Tit", null, "Avian", "Common", 247, false, "chars8x8rPets1"], - 30086: ["Searing Soul Pet Skin", "Searing Soul", 4, "? ? ? ?", "Divine", 98, false, "petsDivine"], - 30089: ["Zodiac Pig Pet Skin", "Zodiac Pig", null, "Farm", "Divine", 99, false, "petsDivine"], - 30103: ["Swan Pet Skin", "Swan", 4, "Farm", "Divine", 100, false, "petsDivine"], - 30106: ["Green Hat Bunny Pet Skin", "Green Hat Bunny", 2, "Farm", "Rare", 248, false, "chars8x8rPets1"], - 30109: ["Cultured Bookwyrm Pet Skin", "Cultured Bookwyrm", 1, "Reptile", "Divine", 101, false, "petsDivine"], - 30112: ["Mini Whale Pet Skin", "Mini Whale", 2, "Aquatic", "Rare", 249, false, "chars8x8rPets1"], - 30115: ["Champion Spirit Pet Skin", "Champion Spirit", 4, "Spooky", "Divine", 102, false, "petsDivine"], - 30118: ["Vicious Phantom Pet Skin", "Vicious Phantom", 3, "Spooky", "Divine", 103, false, "petsDivine"], - 30121: ["Toaster Pet Skin", "Toaster", 3, "? ? ? ?", "Divine", 104, false, "petsDivine"], - 30124: ["Warrior Duck Pet Skin", "Warrior Duck", 4, "Humanoid", "Divine", 105, false, "petsDivine"], - 30127: ["Infested Bagston Pet Skin", "Infested Bagston", 4, "? ? ? ?", "Divine", 106, false, "petsDivine"], - 30130: ["Crystal Cobra Pet Skin", "Crystal Cobra", 4, "Reptile", "Divine", 107, false, "petsDivine"], - 30133: ["Possessed Lantern Pet Skin", "Possessed Lantern", 3, "Spooky", "Divine", 108, false, "petsDivine"], - 30136: ["Malogian Saucer Pet Skin", "Malogian Saucer", 2, "Automaton", "Divine", 109, false, "petsDivine"], - 30139: ["Untarian Saucer Pet Skin", "Untarian Saucer", 2, "Automaton", "Divine", 110, false, "petsDivine"], - 30142: ["Foraxian Saucer Pet Skin", "Foraxian Saucer", 2, "Automaton", "Divine", 111, false, "petsDivine"], - 30145: ["Katalonian Saucer Pet Skin", "Katalonian Saucer", 2, "Automaton", "Divine", 112, false, "petsDivine"], - 30148: ["Chill Chickey Pet Skin", "Chill Chickey", 4, "Avian", "Divine", 113, false, "petsDivine"], - 30151: ["Sir Wumple Pet Skin", "Sir Wumple", null, "Humanoid", "Rare", 250, false, "chars8x8rPets1"], - 30154: ["Shiba Inu Pet Skin", "Shiba Inu", 4, "Canine", "Rare", 251, false, "chars8x8rPets1"], - 30157: ["Blue Turtle Shell Pet Skin", "Blue Turtle Shell", 4, "? ? ? ?", "Divine", 114, false, "petsDivine"], - 30160: ["Green Turtle Shell Pet Skin", "Green Turtle Shell", 3, "? ? ? ?", "Rare", 252, false, "chars8x8rPets1"], - 30163: ["Red Turtle Shell Pet Skin", "Red Turtle Shell", 2, "? ? ? ?", "Rare", 253, false, "chars8x8rPets1"], - 30166: ["Skelephant Pet Skin", "Skelephant", 3, "Spooky", "Divine", 115, false, "petsDivine"], - 30169: ["Phantom Tea Set Pet Skin", "Phantom Tea Set", 3, "? ? ? ?", "Divine", 116, false, "petsDivine"], - 30172: ["Fool's Penguin Pet Skin", "Fool's Penguin", 3, "Penguin", "Divine", 117, false, "petsDivine"], - 30175: ["Phantom Ghost Pet Skin", "Phantom Ghost", 4, "Humanoid", "Divine", 118, false, "petsDivine"], - 30178: ["UFO Bot Pet Skin", "UFO Bot", 2, "Automaton", "Rare", 254, false, "chars8x8rPets1"], - 30181: ["Cyberpenguin Pet Skin", "Cyberpenguin", 2, "Penguin", "Divine", 119, false, "petsDivine"], - 30184: ["Blue Flaming Pumpkin Pet Skin", "Blue Flaming Pumpkin", 3, "Spooky", "Divine", 120, false, "petsDivine"], - 30187: ["Orange Flaming Pumpkin Pet Skin", "Orange Flaming Pumpkin", 4, "Spooky", "Divine", 121, false, "petsDivine"], - 30190: ["Flying Penguin Pet Skin", "Flying Penguin", 3, "Penguin", "Rare", 255, false, "chars8x8rPets1"], - 30193: ["Fire Spirit Pet Skin", "Fire Spirit", 4, "? ? ? ?", "Divine", 122, false, "petsDivine"], - 30196: ["Earth Spirit Pet Skin", "Earth Spirit", 3, "? ? ? ?", "Divine", 123, false, "petsDivine"], - 30199: ["Water Spirit Pet Skin", "Water Spirit", 3, "? ? ? ?", "Divine", 124, false, "petsDivine"], - 30202: ["Santa's Penguin Pet Skin", "Santa's Penguin", 3, "Penguin", "Divine", 125, false, "petsDivine"], - 30208: ["Auroral Sprite God Pet Skin", "Auroral Sprite God", null, "? ? ? ?", "Divine", 127, false, "petsDivine"], - 30211: ["Cursed Blade Pet Skin", "Cursed Blade", 4, "? ? ? ?", "Divine", 128, false, "petsDivine"], - 30214: ["Mini Marble Colossus Pet Skin", "Mini Marble Colossus", 4, "? ? ? ?", "Rare", 256, false, "chars8x8rPets1"], - 30217: ["Majestic Moose Pet Skin", "Majestic Moose", 4, "Woodland", "Divine", 129, false, "petsDivine"], - 30220: ["Winter Guide Pet Skin", "Winter Guide", 4, "Humanoid", "Divine", 130, false, "petsDivine"], - 30223: ["Air Spirit Pet Skin", "Air Spirit", 3, "? ? ? ?", "Divine", 131, false, "petsDivine"], - 30226: ["Zodiac Rat Pet Skin", "Zodiac Rat", null, "Farm", "Divine", 132, false, "petsDivine"], - 30229: ["Blessed Blade Pet Skin", "Blessed Blade", 4, "? ? ? ?", "Divine", 133, false, "petsDivine"], - 30232: ["Suntanned Snowman Pet Skin", "Suntanned Snowman", 2, "? ? ? ?", "Rare", 257, false, "chars8x8rPets1"], - 30235: ["Pet Wardrobe Pet Skin", "Pet Wardrobe", 3, "Spooky", "Divine", 134, false, "petsDivine"], - 30238: ["Compact Enforcer Pet Skin", "Compact Enforcer", 2, "Automaton", "Divine", 135, false, "petsDivine"], - 30241: ["Ferret Pet Skin", "Ferret", 2, "Woodland", "Divine", 136, false, "petsDivine"], - 30244: ["Grub Pet Skin", "Grub", 4, "? ? ? ?", "Divine", 137, false, "petsDivine"], - 30247: ["Ascended Guardian Pet Skin", "Ascended Guardian", 4, "Penguin", "Divine", 138, false, "petsDivine"], - 30250: ["Music Box Pet Skin", "Music Box", 2, "? ? ? ?", "Divine", 139, false, "petsDivine"], - 30253: ["Void Hound Pet Skin", "Void Hound", 4, "Canine", "Divine", 140, false, "petsDivine"], - 30256: ["Autumn Guide Pet Skin", "Autumn Guide", 4, "Humanoid", "Divine", 141, false, "petsDivine"], - 30259: ["Time Traveling Phonebox Pet Skin", "Time Traveling Phonebox", 3, "? ? ? ?", "Divine", 142, false, "petsDivine"], - 30262: ["Summer Guide Pet Skin", "Summer Guide", 4, "Humanoid", "Divine", 143, false, "petsDivine"], - 30265: ["Old Nexus Orc Pet Skin", "Old Nexus Orc", 4, "Humanoid", "Divine", 144, false, "petsDivine"], - 30268: ["TV Buddy Pet Skin", "TV Buddy", 4, "? ? ? ?", "Rare", 258, false, "chars8x8rPets1"], - 30271: ["Demon Cat Pet Skin", "Demon Cat", 3, "Feline", "Rare", 259, false, "chars8x8rPets1"], - 30274: ["House Cat Pet Skin", "House Cat", 4, "Feline", "Rare", 260, false, "chars8x8rPets1"], - 30277: ["Husky Pet Skin", "Husky", 3, "Canine", "Rare", 261, false, "chars8x8rPets1"], - 30280: ["Floating Eye Bot Pet Skin", "Floating Eye Bot", 3, "Automaton", "Divine", 145, false, "petsDivine"], - 30283: ["Enchanted Sea Turtle Pet Skin", "Enchanted Sea Turtle", 4, "Aquatic", "Divine", 146, false, "petsDivine"], - 30286: ["Giant Worm Pet Skin", "Giant Worm", 4, "Insect", "Divine", 147, false, "petsDivine"], - 30289: ["Bulldozer Penguin Pet Skin", "Bulldozer Penguin", 2, "Penguin", "Divine", 148, false, "petsDivine"], - 30292: ["Mobile Crane Penguin Pet Skin", "Mobile Crane Penguin", 3, "Penguin", "Divine", 149, false, "petsDivine"], - 30295: ["Excavator Penguin Pet Skin", "Excavator Penguin", 3, "Penguin", "Divine", 150, false, "petsDivine"], - 30298: ["Road Roller Penguin Pet Skin", "Road Roller Penguin", null, "Penguin", "Divine", 151, false, "petsDivine"], - 30301: ["Traffic Controller Penguin Pet Skin", "Traffic Controller Penguin", 2, "Penguin", "Rare", 262, false, "chars8x8rPets1"], - 30304: ["Hungry Toolbox Pet Skin", "Hungry Toolbox", 2, "? ? ? ?", "Rare", 263, false, "chars8x8rPets1"], - 30307: ["Janus the Fategazer Pet Skin", "Janus the Fategazer", null, "? ? ? ?", "Divine", 152, false, "petsDivine"], - 30310: ["Mini Guill Pet Skin", "Mini Guill", null, "Humanoid", "Rare", 264, false, "chars8x8rPets1"], - 30313: ["Nexus Sheep Pet Skin", "Nexus Sheep", null, "Farm", "Rare", 265, false, "chars8x8rPets1"], - 30316: ["Stone Brothers Pet Skin", "Stone Brothers", null, "Humanoid", "Divine", 153, false, "petsDivine"], - 30319: ["Oryx the Exalted Pet Skin", "Oryx the Exalted", null, "? ? ? ?", "Divine", 23, false, "oryxSanctuaryChars32x32"], - 30322: ["Sapling Buddy Pet Skin", "Sapling Buddy", 2, "Woodland", "Rare", 266, false, "chars8x8rPets1"], - 30325: ["Scallywag Slurp Pet Skin", "Scallywag Slurp", 2, "Aquatic", "Rare", 267, false, "chars8x8rPets1"], - 30328: ["Baby Basilisk Pet Skin", "Baby Basilisk", 2, "Reptile", "Rare", 268, false, "chars8x8rPets1"], - 30331: ["Horned Wyrm Pet Skin", "Horned Wyrm", 2, "Reptile", "Divine", 154, false, "petsDivine"], - 30334: ["Possessed Staff Pet Skin", "Possessed Staff", 2, "? ? ? ?", "Divine", 155, false, "petsDivine"], - 30337: ["Eggshell Spider Pet Skin", "Eggshell Spider", 2, "Insect", "Rare", 269, false, "chars8x8rPets1"], - 30340: ["Blizzard Pet Skin", "Blizzard", 2, "Feline", "Divine", 156, false, "petsDivine"], - 30343: ["Fiery Phylactery Pet Skin", "Fiery Phylactery", 1, "Spooky", "Divine", 157, false, "petsDivine"], - 30346: ["Giant Zombie Feet Pet Skin", "Giant Zombie Feet", 2, "Spooky", "Divine", 158, false, "petsDivine"], - 30349: ["Skeleton Drake Pet Skin", "Skeleton Drake", 2, "Reptile", "Divine", 159, false, "petsDivine"], - 30352: ["Zombie Drake Pet Skin", "Zombie Drake", 2, "Reptile", "Divine", 160, false, "petsDivine"], - 30355: ["Witch Hat Rat Pet Skin", "Witch Hat Rat", 3, "Spooky", "Divine", 161, false, "petsDivine"], - 30358: ["Spectral Skeledragon Pet Skin", "Spectral Skeledragon", 3, "Spooky", "Divine", 162, false, "petsDivine"], - 30361: ["King Rarthur Pet Skin", "King Rarthur", 2, "Woodland", "Divine", 163, false, "petsDivine"], - 30364: ["Red-Nosed Friend Pet Skin", "Red-Nosed Friend", 3, "Woodland", "Rare", 270, false, "chars8x8rPets1"], - 30367: ["Mouse Prince Pet Skin", "Mouse Prince", 2, "Woodland", "Rare", 271, false, "chars8x8rPets1"], - 30370: ["Aerodynamical Penguin Pet Skin", "Aerodynamical Penguin", 4, "Penguin", "Divine", 164, false, "petsDivine"], - 30373: ["Big Pingus Pet Skin", "Big Pingus", 4, "Penguin", "Divine", 165, false, "petsDivine"], - 30376: ["Zodiac Ox Pet Skin", "Zodiac Ox", null, "Farm", "Divine", 166, false, "petsDivine"], - 30379: ["Mini 'Odonna Pet Skin", "Mini 'Odonna", 3, "? ? ? ?", "Rare", 272, false, "chars8x8rPets1"], - 30382: ["Lil' Forest Harpy Pet Skin", "Lil' Forest Harpy", 2, "Humanoid", "Rare", 273, false, "chars8x8rPets1"], - 30385: ["Valentine Cupcake Pet Skin", "Valentine Cupcake", 3, "? ? ? ?", "Divine", 167, false, "petsDivine"], - 30388: ["Lovey Teddy Pet Skin", "Lovey Teddy", 3, "? ? ? ?", "Divine", 168, false, "petsDivine"], - 30391: ["Android Companion Pet Skin", "Android Companion", 3, "Automaton", "Divine", 169, false, "petsDivine"], - 30394: ["Nightray Pegasus Pet Skin", "Nightray Pegasus", 4, "Farm", "Divine", 170, false, "petsDivine"], - 30397: ["Glorious Pegasus Pet Skin", "Glorious Pegasus", 4, "Farm", "Divine", 171, false, "petsDivine"], - 30400: ["Forest Harpy Pet Skin", "Forest Harpy", 4, "Humanoid", "Divine", 172, false, "petsDivine"], - 30403: ["Helicopter Penguin Pet Skin", "Helicopter Penguin", 4, "Penguin", "Divine", 173, false, "petsDivine"], - 30406: ["Infernal Archdragon Pet Skin", "Infernal Archdragon", 4, "Reptile", "Divine", 174, false, "petsDivine"], - 30409: ["Sakura Deer Pet Skin", "Sakura Deer", 4, "Woodland", "Divine", 175, false, "petsDivine"], - 30412: ["Lucky Fourleaf Pet Skin", "Lucky Fourleaf", 4, "Woodland", "Divine", 176, false, "petsDivine"], - 30415: ["Golden Lucky Fourleaf Pet Skin", "Lucky Fourleaf", 4, "Woodland", "Divine", 177, false, "petsDivine"], - 30418: ["Chocolate Bunny Pet Skin", "Chocolate Bunny", 3, "Farm", "Rare", 274, false, "chars8x8rPets1"], - 30421: ["Battlebot MK1 Pet Skin", "Battlebot MK1", 2, "Automaton", "Divine", 178, false, "petsDivine"], - 30424: ["Mystery Rare Pet Skin", "Mystery Rare Pet", null, "? ? ? ?", "Rare", 275, false, "chars8x8rPets1"], - 30427: ["Mystery Epic Pet Skin", "Mystery Epic Pet", null, "? ? ? ?", "Rare", 276, false, "chars8x8rPets1"], - 30430: ["Mystery Legendary Pet Skin", "Mystery Legendary Pet", null, "? ? ? ?", "Rare", 277, false, "chars8x8rPets1"], - 30433: ["Easter Island Head Pet Skin", "Easter Island Head", 4, "? ? ? ?", "Divine", 179, false, "petsDivine"], - 30436: ["Gazelle Pet Skin", "Gazelle", 4, "Exotic", "Divine", 180, false, "petsDivine"], - 30439: ["Crystal Pony Pet Skin", "Crystal Pony", null, "? ? ? ?", "Rare", 278, false, "chars8x8rPets1"], - 30442: ["Son of the Son of Arachna Pet Skin", "Son of the Son of Arachna", null, "Insect", "Rare", 279, false, "chars8x8rPets1"], - 30445: ["Calamity Crab Pet Skin", "Calamity Crab", null, "Aquatic", "Divine", 8, true, "deadwaterDocksChars16x16"], - 30449: ["Bananalien Pet Skin", "Bananalien", 4, "? ? ? ?", "Divine", 181, false, "petsDivine"], - 30452: ["Egg-bot Pet Skin", "Egg-bot", null, "Automaton", "Divine", 182, false, "petsDivine"], - 30455: ["Malus? Pet Skin", "Malus?", 4, "Humanoid", "Divine", 183, false, "petsDivine"], - 30458: ["Biard Pet Skin", "Biard", 3, "Avian", "Divine", 184, false, "petsDivine"], - 30461: ["Oryx the Baby God Pet Skin", "Oryx the Baby God", 4, "Humanoid", "Rare", 281, false, "chars8x8rPets1"], - 30464: ["Sol the Energy Drink Pet Skin", "Sol the Energy Drink", 1, "? ? ? ?", "Divine", 185, false, "petsDivine"], - 30467: ["Skulking Skull King Pet Skin", "Skulking Skull King", null, "Spooky", "Divine", 186, false, "petsDivine"], - 30470: ["Octopus Pet Skin", "Octopus", 4, "Aquatic", "Divine", 187, false, "petsDivine"], - 30473: ["Snail of the Juggernaut Pet Skin", "Snail of the Juggernaut", 4, "Aquatic", "Rare", 282, false, "chars8x8rPets1"], - 30476: ["Fallen Protector Pet Skin", "Fallen Protector", 4, "Humanoid", "Divine", 188, false, "petsDivine"], - 30479: ["Redeemed Void Shade Pet Skin", "Redeemed Void Shade", 3, "Humanoid", "Divine", 189, false, "petsDivine"], - 30482: ["Duality Pet Skin", "Duality", 4, "? ? ? ?", "Divine", 190, false, "petsDivine"], - 30485: ["Daeva Oryx Pet Skin", "Daeva Oryx", 4, "Humanoid", "Divine", 191, false, "petsDivine"], - 30488: ["Seraphim Pet Skin", "Seraphim", 4, "? ? ? ?", "Divine", 192, false, "petsDivine"], - 30491: ["Voided Oryx Pet Skin", "Voided Oryx", 4, "Humanoid", "Divine", 193, false, "petsDivine"], - 30494: ["Corrupted Tinkerer Pet Skin", "Corrupted Tinkerer", 2, "Humanoid", "Rare", 283, false, "chars8x8rPets1"], - 30497: ["Corrupted Login Seer Pet Skin", "Corrupted Login Seer", 1, "Humanoid", "Rare", 284, false, "chars8x8rPets1"], - 30500: ["Lil' Ice Cream Pet Skin", "Lil' Ice Cream", 2, "? ? ? ?", "Rare", 285, false, "chars8x8rPets1"], - 30503: ["Fizzy Drink Pet Skin", "Fizzy Drink", 2, "? ? ? ?", "Rare", 286, false, "chars8x8rPets1"], - 30506: ["Cured Tinkerer Pet Skin", "Cured Tinkerer", 1, "Humanoid", "Rare", 287, false, "chars8x8rPets1"], - 30509: ["Cured Login Seer Pet Skin", "Cured Login Seer", 1, "Humanoid", "Rare", 288, false, "chars8x8rPets1"], - 30512: ["Eye of the Void Pet Skin", "Eye of the Void", null, "Spooky", "Rare", 289, false, "chars8x8rPets1"], - 30515: ["Celestial Construct Pet Skin", "Celestial Construct", null, "Automaton", "Rare", 290, false, "chars8x8rPets1"], - 30518: ["Lil' Dark Ambrosia Pet Skin", "Lil' Dark Ambrosia", 1, "? ? ? ?", "Rare", 291, false, "chars8x8rPets1"], - 30521: ["Corrupted Watering Can Pet Skin", "Corrupted Watering Can", 1, "? ? ? ?", "Divine", 194, false, "petsDivine"], - 30524: ["Corrupted Penguin Explorer Pet Skin", "Corrupted Penguin Explorer", 3, "Penguin", "Divine", 195, false, "petsDivine"], - 30527: ["Void Cleanser Penguin Pet Skin", "Void Cleanser Penguin", 3, "Penguin", "Divine", 196, false, "petsDivine"], - 30530: ["Sentinel Watchdog Pet Skin", "Sentinel Watchdog", 2, "Canine", "Divine", 197, false, "petsDivine"], - 30533: ["Shadow Stormbird Pet Skin", "Shadow Stormbird", 2, "Avian", "Divine", 198, false, "petsDivine"], - 30536: ["Royal Void Cat Pet Skin", "Royal Void Cat", 2, "Feline", "Divine", 199, false, "petsDivine"], - 30539: ["Lil' Keyper Pet Skin", "Lil' Keyper", 2, "Humanoid", "Rare", 292, false, "chars8x8rPets1"], - 30542: ["Angelic Blossom Pet Skin", "Angelic Blossom", 2, "? ? ? ?", "Rare", 293, false, "chars8x8rPets1"], - 30545: ["Nurse Wheelie Pet Skin", "Nurse Wheelie", 4, "Automaton", "Divine", 200, false, "petsDivine"], - 30548: ["Sphenisciform Entity Pet Skin", "Sphenisciform Entity", null, "Penguin", "Divine", 201, false, "petsDivine"], - 30551: ["Cherubic Penguin Pet Skin", "Cherubic Penguin", null, "Penguin", "Divine", 202, false, "petsDivine"], - 30554: ["Graylien Pet Skin", "Graylien", 4, "? ? ? ?", "Divine", 203, false, "petsDivine"], - 30557: ["Carnage Cat Pet Skin", "Carnage Cat", 2, "Feline", "Rare", 294, false, "chars8x8rPets1"], - 30560: ["Lil' Backpack Pet Skin", "Lil' Backpack", 4, "? ? ? ?", "Divine", 204, false, "petsDivine"], - 30563: ["Clipboard Pet Skin", "Clipboard", 2, "? ? ? ?", "Divine", 205, false, "petsDivine"], - 30566: ["Floating Beer Pet Skin", "Floating Beer", 2, "? ? ? ?", "Divine", 206, false, "petsDivine"], - 30569: ["Garlic Buddy Pet Skin", "Garlic Buddy", 4, "? ? ? ?", "Divine", 207, false, "petsDivine"], - 30571: ["Golden Pet Rock Skin", "Golden Pet Rock", null, "? ? ? ?", "Divine", 256, false, "petsDivine"], - 30578: ["Spectral Bat Pet Skin", "Spectral Bat", 2, "Spooky", "Divine", 208, false, "petsDivine"], - 30581: ["Ghastly Penguin Pet Skin", "Ghastly Penguin", 4, "Penguin", "Divine", 209, false, "petsDivine"], - 30584: ["Cursed Portrait Pet Skin", "Cursed Portrait", 3, "Spooky", "Divine", 210, false, "petsDivine"], - 30587: ["Bloodthirsty Penguin Pet Skin", "Bloodthirsty Penguin", 2, "Penguin", "Divine", 211, false, "petsDivine"], - 30611: ["Eldritch Clown Pet Skin", "Eldritch Clown", 4, "Spooky", "Divine", 212, false, "petsDivine"], - 30614: ["Campfire Pet Skin", "Campfire", 3, "? ? ? ?", "Divine", 213, false, "petsDivine"], - 30977: ["George the Turkey Pet Skin", "George the Turkey", 4, "Farm", "Divine", 214, false, "petsDivine"], - 30980: ["Snowplow Penguin Pet Skin", "Snowplow Penguin", 3, "Penguin", "Divine", 215, false, "petsDivine"], - 30983: ["Movement Detector Doll Pet Skin", "Movement Detector Doll", 4, "Automaton", "Divine", 216, false, "petsDivine"], - 30986: ["Festive Sprite Pet Skin", "Festive Sprite", 4, "? ? ? ?", "Rare", 295, false, "chars8x8rPets1"], - 30989: ["Oryxmas Shiba Pet Skin", "Oryxmas Shiba", 3, "Canine", "Rare", 296, false, "chars8x8rPets1"], - 30992: ["Gift-wrapped Box Pet Skin", "Gift-wrapped Box", 5, "Feline", "Divine", 217, false, "petsDivine"], - 30995: ["Demon Mistress Pet Skin", "Demon Mistress", 4, "Humanoid", "Divine", 218, false, "petsDivine"], - 30998: ["Ice Skating Penguin Pet Skin", "Ice Skating Penguin", 5, "Penguin", "Divine", 219, false, "petsDivine"], - 31001: ["Oryxmas Tanuki Pet Skin", "Oryxmas Tanuki", 3, "Canine", "Rare", 297, false, "chars8x8rPets1"], - 31004: ["Yau Gok Pet Skin", "Yau Gok", 3, "? ? ? ?", "Rare", 298, false, "chars8x8rPets1"], - 31007: ["Bouncy Companion Pet Skin", "Bouncy Companion", 2, "? ? ? ?", "Rare", 299, false, "chars8x8rPets1"], - 31010: ["Leprechaun Penguin Pet Skin", "Leprechaun Penguin", 3, "Penguin", "Rare", 300, false, "chars8x8rPets1"], - 31013: ["Young Water Elemental Pet Skin", "Young Water Elemental", 4, "? ? ? ?", "Rare", 301, false, "chars8x8rPets1"], - 31016: ["Young Earth Elemental Pet Skin", "Young Earth Elemental", 4, "? ? ? ?", "Rare", 302, false, "chars8x8rPets1"], - 31019: ["Playful Bunny Pet Skin", "Playful Bunny", 4, "Humanoid", "Rare", 220, false, "petsDivine"], - 31022: ["Young Fire Elemental Pet Skin", "Young Fire Elemental", 5, "? ? ? ?", "Rare", 221, false, "petsDivine"], - 31025: ["Young Air Elemental Pet Skin", "Young Air Elemental", 3, "? ? ? ?", "Rare", 303, false, "chars8x8rPets1"], - 31028: ["Perception of Guill Pet Skin", "Perception of Guill", null, "Humanoid", "Rare", 222, false, "petsDivine"], - 31031: ["Elemental Beast Pet Skin", "Elemental Beast", 6, "Canine", "Divine", 223, false, "petsDivine"], - 31034: ["Lil' Deep Sea Diva Pet Skin", "Lil' Deep Sea Diva", null, "Aquatic", "Rare", 304, false, "chars8x8rPets1"], - 31037: ["Lil' Mister Backstage Pet Skin", "Lil' Mister Backstage", null, "Humanoid", "Rare", 305, false, "chars8x8rPets1"], - 31040: ["Lil' Rad Raver Pet Skin", "Lil' Rad Raver", null, "Aquatic", "Rare", 306, false, "chars8x8rPets1"], - 31043: ["Lil' Thunderbringer Pet Skin", "Lil' Thunderbringer", null, "Humanoid", "Rare", 307, false, "chars8x8rPets1"], - 31058: ["Deep Sea Diva Action Figure Pet Skin", "Deep Sea Diva Action Figure", null, "Aquatic", "Divine", 112, true, "chars16x16dEncounters2"], - 31061: ["Mister Backstage Action Figure Pet Skin", "Mister Backstage Action Figure", null, "Humanoid", "Divine", 110, true, "chars16x16dEncounters2"], - 31064: ["Rad Raver Action Figure Pet Skin", "Rad Raver Action Figure", null, "Aquatic", "Divine", 111, true, "chars16x16dEncounters2"], - 31067: ["The Thunderbringer Action Figure Pet Skin", "The Thunderbringer Action Figure", null, "Humanoid", "Divine", 114, true, "chars16x16dEncounters2"], - 31070: ["White Husky Pet Skin", "White Husky", 2, "Canine", "Divine", 224, false, "petsDivine"], - 31073: ["Arctic Fox Pet Skin", "Arctic Fox", 4, "Canine", "Divine", 225, false, "petsDivine"], - 31076: ["Penguin Gunslinger Pet Skin", "Penguin Gunslinger", 5, "Penguin", "Divine", 226, false, "petsDivine"], - 31079: ["Dimensional Wanderer Pet Skin", "Dimensional Wanderer", 5, "Humanoid", "Divine", 227, false, "petsDivine"], - 31082: ["Syndicate Hellhound Pet Skin", "Syndicate Hellhound", 5, "Canine", "Divine", 228, false, "petsDivine"], - 31085: ["Voodoo Doll Pet Skin", "Voodoo Doll", 4, "Spooky", "Divine", 229, false, "petsDivine"], - 31088: ["Voodoo Bat Pet Skin", "Voodoo Bat", 5, "Spooky", "Divine", 230, false, "petsDivine"], - 31091: ["Chibi Bridge Sentinel Pet Skin", "Chibi Bridge Sentinel", 4, "Humanoid", "Divine", 231, false, "petsDivine"], - 31094: ["Chibi Twilight Archmage Pet Skin", "Chibi Twilight Archmage", 4, "Humanoid", "Divine", 232, false, "petsDivine"], - 31101: ["Chibi Forgotten King Pet Skin", "Chibi Forgotten King", 4, "Humanoid", "Divine", 233, false, "petsDivine"], - 31106: ["Chibi Oryx Pet Skin", "Chibi Oryx", 4, "Humanoid", "Divine", 234, false, "petsDivine"], - 31109: ["Chibi Heart of the Wetlands Pet Skin", "Chibi Heart of the Wetlands", 4, "Woodland", "Divine", 235, false, "petsDivine"], - 31116: ["Mechanical Dog Pet Skin", "Mechanical Dog", 5, "Canine", "Divine", 236, false, "petsDivine"], - 31119: ["Steampunk Cat Pet Skin", "Steampunk Cat", 4, "Feline", "Divine", 237, false, "petsDivine"], - 32515: ["Autumn Ent Pet Skin", "Autumn Ent", 3, "Woodland", "Divine", 91, false, "petsDivine"], - 32652: ["Pumpkin Head Skin", "Pumpkin Head", 2, "Spooky", "Divine", 109, false, "chars8x8rPets1"], - 32669: ["Christmas Tree Skin", "Christmas Tree", null, "? ? ? ?", "Divine", 110, false, "chars8x8rPets1"], - 32671: ["Red Nose Skin", "Red Nosed", 1, "Woodland", "Divine", 111, false, "chars8x8rPets1"], - 32704: ["Red Bagston Skin", "Red Bagston", null, "? ? ? ?", "Divine", 116, false, "chars8x8rPets1"], - 32707: ["Helper Bagston Skin", "Helper Bagston", null, "? ? ? ?", "Divine", 115, false, "chars8x8rPets1"], - 32710: ["Red Helper Bagston Skin", "Red Helper Bagston", null, "? ? ? ?", "Divine", 113, false, "chars8x8rPets1"], - 32717: ["Muddy Tidechaser Skin", "Muddy Tidechaser", null, "Humanoid", "Common", 117, false, "chars8x8rPets1"], - 32764: ["Giant Vampire Bat Skin", "Giant Vampire Bat", 1, "Spooky", "Divine", 34, false, "petsDivine"], - 32768: ["Black Cat Skin", "Black Cat", null, "Feline", "Common", 0, false, "chars8x8rPets1"], - 32769: ["Grey Cat Skin", "Grey Cat", null, "Feline", "Common", 1, false, "chars8x8rPets1"], - 32770: ["Orange Cat Skin", "Orange Cat", null, "Feline", "Common", 2, false, "chars8x8rPets1"], - 32771: ["Tan Cat Skin", "Tan Cat", null, "Feline", "Common", 90, false, "chars8x8rPets1"], - 32772: ["Yellow Cat Skin", "Yellow Cat", null, "Feline", "Common", 92, false, "chars8x8rPets1"], - 32773: ["White Cat Skin", "White Cat", null, "Feline", "Common", 91, false, "chars8x8rPets1"], - 32774: ["Brown Pup Skin", "Brown Pup", null, "Canine", "Common", 5, false, "chars8x8rPets1"], - 32775: ["Grey Pup Skin", "Grey Pup", null, "Canine", "Common", 93, false, "chars8x8rPets1"], - 32776: ["Golden Pup Skin", "Golden Pup", null, "Canine", "Common", 94, false, "chars8x8rPets1"], - 32777: ["Grey Wolf Skin", "Grey Wolf", null, "Canine", "Common", 4, false, "chars8x8rPets1"], - 32778: ["Brown Fox Skin", "Brown Fox", null, "Canine", "Common", 6, false, "chars8x8rPets1"], - 32779: ["Sheepdog Skin", "Sheepdog", null, "Canine", "Common", 10, false, "chars8x8rPets1"], - 32780: ["Grey Fox Skin", "Grey Fox", null, "Canine", "Common", 95, false, "chars8x8rPets1"], - 32781: ["Blue Parrot Skin", "Blue Parrot", null, "Avian", "Common", 12, false, "chars8x8rPets1"], - 32782: ["Oriole Skin", "Oriole", null, "Avian", "Common", 59, false, "chars8x8rPets1"], - 32783: ["Goldfinch Skin", "Goldfinch", null, "Avian", "Common", 60, false, "chars8x8rPets1"], - 32784: ["Bluebird Skin", "Bluebird", null, "Avian", "Common", 61, false, "chars8x8rPets1"], - 32785: ["Cardinal Skin", "Cardinal", null, "Avian", "Common", 62, false, "chars8x8rPets1"], - 32786: ["Elephant Skin", "Elephant", null, "Exotic", "Common", 35, false, "chars8x8rPets1"], - 32787: ["Koala Skin", "Koala", null, "Exotic", "Common", 70, false, "chars8x8rPets1"], - 32788: ["Monkey Skin", "Monkey", null, "Exotic", "Common", 74, false, "chars8x8rPets1"], - 32789: ["Chick Skin", "Chick", null, "Farm", "Common", 13, false, "chars8x8rPets1"], - 32790: ["Pig Skin", "Pig", null, "Farm", "Common", 14, false, "chars8x8rPets1"], - 32791: ["Duck Skin", "Duck", null, "Farm", "Common", 22, false, "chars8x8rPets1"], - 32792: ["Squirrel Skin", "Squirrel", null, "Woodland", "Common", 18, false, "chars8x8rPets1"], - 32793: ["Hamster Skin", "Hamster", null, "Woodland", "Common", 33, false, "chars8x8rPets1"], - 32794: ["Raccoon Skin", "Raccoon", null, "Woodland", "Common", 75, false, "chars8x8rPets1"], - 32795: ["Dino Skin", "Dino", null, "Reptile", "Common", 34, false, "chars8x8rPets1"], - 32796: ["Tomb Snake Skin", "Tomb Snake", null, "Reptile", "Common", 64, false, "chars8x8rPets1"], - 32797: ["Chameleon Skin", "Chameleon", null, "Reptile", "Common", 76, false, "chars8x8rPets1"], - 32798: ["Dragonfly Skin", "Dragonfly", null, "Insect", "Common", 39, false, "chars8x8rPets1"], - 32799: ["Black Ant Skin", "Black Ant", null, "Insect", "Common", 53, false, "chars8x8rPets1"], - 32800: ["Blue Ant Skin", "Blue Ant", null, "Insect", "Common", 54, false, "chars8x8rPets1"], - 32801: ["Green Ant Skin", "Green Ant", null, "Insect", "Common", 55, false, "chars8x8rPets1"], - 32802: ["Red Ant Skin", "Red Ant", null, "Insect", "Common", 56, false, "chars8x8rPets1"], - 32803: ["Purple Ant Skin", "Purple Ant", null, "Insect", "Common", 57, false, "chars8x8rPets1"], - 32804: ["Penguin Skin", "Penguin", null, "Penguin", "Common", 9, false, "chars8x8rPets1"], - 32805: ["Green Penguin Skin", "Green Penguin", null, "Penguin", "Common", 96, false, "chars8x8rPets1"], - 32806: ["Grape Penguin Skin", "Grape Penguin", null, "Penguin", "Common", 29, false, "chars8x8rPets1"], - 32807: ["Grass Penguin Skin", "Grass Penguin", null, "Penguin", "Common", 30, false, "chars8x8rPets1"], - 32808: ["Blue Snail Skin", "Blue Snail", null, "Aquatic", "Common", 3, false, "chars8x8rPets1"], - 32809: ["Green Frog Skin", "Green Frog", null, "Aquatic", "Common", 7, false, "chars8x8rPets1"], - 32810: ["Purple Snail Skin", "Purple Snail", null, "Aquatic", "Common", 97, false, "chars8x8rPets1"], - 32811: ["Purple Frog Skin", "Purple Frog", null, "Aquatic", "Common", 98, false, "chars8x8rPets1"], - 32812: ["Sea Slurp Skin", "Sea Slurp", null, "Aquatic", "Common", 15, false, "chars8x8rPets1"], - 32813: ["Turtle Skin", "Turtle", null, "Aquatic", "Common", 24, false, "chars8x8rPets1"], - 32814: ["Crab Skin", "Crab", null, "Aquatic", "Common", 32, false, "chars8x8rPets1"], - 32816: ["Bat Skin", "Bat", null, "Spooky", "Common", 103, false, "chars8x8rPets1"], - 32817: ["Lil' Ghost Skin", "Lil' Ghost", null, "Spooky", "Common", 16, false, "chars8x8rPets1"], - 32818: ["Spirit Skin", "Spirit", 2, "Spooky", "Common", 101, false, "chars8x8rPets1"], - 32819: ["Baby Skin", "Baby", null, "Humanoid", "Common", 45, false, "chars8x8rPets1"], - 32821: ["Dreidel Skin", "Dreidel", null, "? ? ? ?", "Common", 67, false, "chars8x8rPets1"], - 32822: ["Sprite Star Skin", "Sprite Star", 2, "? ? ? ?", "Common", 102, false, "chars8x8rPets1"], - 32823: ["Blue Thing Skin", "Blue Thing", null, "? ? ? ?", "Common", 77, false, "chars8x8rPets1"], - 32824: ["Robobuddy Skin", "Robobuddy", null, "Automaton", "Common", 51, false, "chars8x8rPets1"], - 32825: ["Helmbot Skin", "Helmbot", null, "Automaton", "Common", 78, false, "chars8x8rPets1"], - 32826: ["Lion Skin", "Lion", null, "Feline", "Rare", 8, false, "chars8x8rPets1"], - 32827: ["White Lion Skin", "White Lion", null, "Feline", "Rare", 88, false, "chars8x8rPets1"], - 32828: ["Ninja Cat Skin", "Ninja Cat", null, "Feline", "Rare", 65, false, "chars8x8rPets1"], - 32829: ["Golden Sheepdog Skin", "G. Sheepdog", null, "Canine", "Rare", 99, false, "chars8x8rPets1"], - 32830: ["Black Wolf Skin", "Black Wolf", null, "Canine", "Rare", 100, false, "chars8x8rPets1"], - 32831: ["Gold Bulldog Skin", "Gold Bulldog", null, "Canine", "Rare", 79, false, "chars8x8rPets1"], - 32832: ["Eagle Skin", "Eagle", null, "Avian", "Rare", 23, false, "chars8x8rPets1"], - 32833: ["Raven Skin", "Raven", null, "Avian", "Rare", 28, false, "chars8x8rPets1"], - 32834: ["USA Eagle Skin", "USA Eagle", 1, "Avian", "Rare", 71, false, "chars8x8rPets1"], - 32835: ["Pigeon Skin", "Pigeon", null, "Avian", "Rare", 80, false, "chars8x8rPets1"], - 32836: ["Panda Skin", "Panda", null, "Exotic", "Rare", 11, false, "chars8x8rPets1"], - 32837: ["Toucan Skin", "Toucan", null, "Exotic", "Rare", 19, false, "chars8x8rPets1"], - 32838: ["Orangutan Skin", "Orangutan", null, "Exotic", "Rare", 81, false, "chars8x8rPets1"], - 32839: ["Mallard Skin", "Mallard", null, "Farm", "Rare", 21, false, "chars8x8rPets1"], - 32840: ["Turkey Skin", "Turkey", 2, "Farm", "Rare", 44, false, "chars8x8rPets1"], - 32841: ["Skunk Skin", "Skunk", null, "Woodland", "Rare", 20, false, "chars8x8rPets1"], - 32842: ["Snowy Owl Skin", "Snowy Owl", null, "Woodland", "Rare", 43, false, "chars8x8rPets1"], - 32843: ["Reindeer Skin", "Reindeer", null, "Woodland", "Rare", 68, false, "chars8x8rPets1"], - 32844: ["Baby Dragon Skin", "Baby Dragon", null, "Reptile", "Rare", 46, false, "chars8x8rPets1"], - 32846: ["Bee Skin", "Bee", null, "Insect", "Rare", 26, false, "chars8x8rPets1"], - 32847: ["Praying Mantis Skin", "Mantis", null, "Insect", "Rare", 66, false, "chars8x8rPets1"], - 32848: ["Karate Red Skin", "Karate R.", null, "Penguin", "Rare", 47, false, "chars8x8rPets1"], - 32849: ["Karate Blue Skin", "Karate B.", null, "Penguin", "Rare", 48, false, "chars8x8rPets1"], - 32850: ["Karate Yellow Skin", "Karate Y.", null, "Penguin", "Rare", 49, false, "chars8x8rPets1"], - 32851: ["Karate Purple Skin", "Karate P.", null, "Penguin", "Rare", 50, false, "chars8x8rPets1"], - 32852: ["Demon Frog Skin", "Demon Frog", 2, "Aquatic", "Rare", 36, false, "chars8x8rPets1"], - 32853: ["Peppermint Snail Skin", "Candy Snail", null, "Aquatic", "Rare", 58, false, "chars8x8rPets1"], - 32854: ["Gargoyle Skin", "Gargoyle", null, "Spooky", "Rare", 37, false, "chars8x8rPets1"], - 32855: ["Lil' Cyclops Skin", "Lil' Cyclops", null, "Spooky", "Rare", 41, false, "chars8x8rPets1"], - 32856: ["Werewolf Cub Skin", "Werewolf", 2, "Spooky", "Rare", 63, false, "chars8x8rPets1"], - 32857: ["Monster Eye Skin", "Monster Eye", null, "Spooky", "Rare", 82, false, "chars8x8rPets1"], - 32858: ["Skull Skin", "Skull", null, "Spooky", "Rare", 83, false, "chars8x8rPets1"], - 32859: ["Leprechaun Skin", "Leprechaun", null, "Humanoid", "Rare", 17, false, "chars8x8rPets1"], - 32860: ["Elf Skin", "Elf", null, "Humanoid", "Rare", 31, false, "chars8x8rPets1"], - 32861: ["Mermaid Skin", "Mermaid", null, "Humanoid", "Rare", 84, false, "chars8x8rPets1"], - 32862: ["Jelly Skin", "Jelly", null, "? ? ? ?", "Rare", 25, false, "chars8x8rPets1"], - 32863: ["Gummy Bear Skin", "Gummy Bear", null, "? ? ? ?", "Rare", 38, false, "chars8x8rPets1"], - 32864: ["Snowman Skin", "Snowman", null, "? ? ? ?", "Rare", 52, false, "chars8x8rPets1"], - 32865: ["Jalapeno Skin", "Jalapeno", null, "? ? ? ?", "Rare", 85, false, "chars8x8rPets1"], - 32866: ["Redbot Skin", "Redbot", null, "Automaton", "Rare", 86, false, "chars8x8rPets1"], - 32867: ["Funkatron Skin", "Funkatron", null, "Automaton", "Rare", 87, false, "chars8x8rPets1"], - 32868: ["Tiger Skin", "Great Tiger", null, "Feline", "Divine", 0, false, "petsDivine"], - 32869: ["Pink Lion Skin", "Pink Lion", null, "Feline", "Divine", 1, false, "petsDivine"], - 32870: ["Midnight Wolf Skin", "Shadow Wolf", 3, "Canine", "Divine", 2, false, "petsDivine"], - 32871: ["Golden Hyena Skin", "Golden Hyena", null, "Canine", "Divine", 3, false, "petsDivine"], - 32872: ["Phoenix Skin", "Phoenix", null, "Avian", "Divine", 4, false, "petsDivine"], - 32873: ["Griffin Skin", "Griffin", null, "Avian", "Divine", 5, false, "petsDivine"], - 32874: ["War Elephant Skin", "War Elephant", null, "Exotic", "Divine", 6, false, "petsDivine"], - 32875: ["King Gorilla Skin", "King Gorilla", null, "Exotic", "Divine", 7, false, "petsDivine"], - 32876: ["Enraged Yack Skin", "Enraged Yak", null, "Farm", "Divine", 8, false, "petsDivine"], - 32877: ["Night Mare Skin", "Night Mare", null, "Farm", "Divine", 9, false, "petsDivine"], - 32878: ["Silver Doe Skin", "Silver Doe", null, "Woodland", "Divine", 10, false, "petsDivine"], - 32879: ["Solar Owl Skin", "Solar Owl", null, "Woodland", "Divine", 11, false, "petsDivine"], - 32880: ["Tandem Cobra Skin", "Tandem Cobra", null, "Reptile", "Divine", 12, false, "petsDivine"], - 32881: ["Poison Drake Skin", "Poison Drake", null, "Reptile", "Divine", 13, false, "petsDivine"], - 32882: ["Beetleman Skin", "Beetleman", null, "Insect", "Divine", 14, false, "petsDivine"], - 32883: ["Ultrawasp Skin", "Ultrawasp", null, "Insect", "Divine", 15, false, "petsDivine"], - 32884: ["Battle Penguin Skin", "Battle P.", null, "Penguin", "Divine", 16, false, "petsDivine"], - 32885: ["Tank Penguin Skin", "Tank Penguin", null, "Penguin", "Divine", 17, false, "petsDivine"], - 32886: ["Golden Crab Skin", "Golden Crab", null, "Aquatic", "Divine", 18, false, "petsDivine"], - 32887: ["Great Shark Skin", "Great Shark", null, "Aquatic", "Divine", 19, false, "petsDivine"], - 32888: ["Blue Landfish Skin", "Blue Landfish", null, "Aquatic", "Divine", 20, false, "petsDivine"], - 32889: ["Glowing Skull Skin", "Glowing Skull", null, "Spooky", "Divine", 21, false, "petsDivine"], - 32890: ["Monkey Head Skin", "Monkey Head", null, "Spooky", "Divine", 22, false, "petsDivine"], - 32891: ["Reaper Skin", "Reaper", null, "Spooky", "Divine", 23, false, "petsDivine"], - 32892: ["Battle God Skin", "Battle God", null, "Humanoid", "Divine", 24, false, "petsDivine"], - 32893: ["Centaur Skin", "Centaur", null, "Humanoid", "Divine", 25, false, "petsDivine"], - 32894: ["Forest Fairy Skin", "Forest Fairy", null, "Humanoid", "Divine", 26, false, "petsDivine"], - 32895: ["Shroom Skin", "Shroom", null, "? ? ? ?", "Divine", 27, false, "petsDivine"], - 32896: ["Great Jelly Skin", "Great Jelly", null, "? ? ? ?", "Divine", 28, false, "petsDivine"], - 32897: ["Spiderbot Skin", "Spiderbot", null, "Automaton", "Divine", 29, false, "petsDivine"], - 32898: ["Cylindron Skin", "Cylindron", null, "Automaton", "Divine", 30, false, "petsDivine"], - 32899: ["Gutsbot Skin", "Gutsbot", null, "Automaton", "Divine", 31, false, "petsDivine"], - 32900: ["Lil' Oryx Skin", "Lil' Oryx", null, "? ? ? ?", "Divine", 36, true, "chars16x16dEncounters2"], - 32912: ["Disabled Pet Skin", "Disabled Pet", null, null, null, 0, false, "chars8x8rPets2"], - 34607: ["Chibi Oryx Gladiator Pet Skin", "Chibi Oryx Gladiator", 4, "Humanoid", "Divine", 254, false, "petsDivine"], - 34610: ["Crucible Pet Rock Skin", "Pet Rock", null, "? ? ? ?", "Divine", 255, false, "petsDivine"], - 34803: ["Sturdy Beer Barrel Pet Skin", "Sturdy Beer Barrel", 4, "? ? ? ?", "Divine", 257, false, "petsDivine"], - 34806: ["Wolpertinger Pet Skin", "Wolpertinger", 4, "Farm", "Divine", 258, false, "petsDivine"], - 34809: ["Happy Dog Pet Skin", "Happy Dog", 4, "Canine", "Divine", 259, false, "petsDivine"], - 35078: ["Kelpie Pet Skin", "Kelpie", 3, "Aquatic", "Divine", 260, false, "petsDivine"], - 35081: ["Hydra Pet Skin", "Hydra", 4, "Reptile", "Divine", 261, false, "petsDivine"], - 35084: ["Ancient Gryphon Pet Skin", "Ancient Gryphon", 4, "Avian", "Divine", 262, false, "petsDivine"], - 35234: ["Marid Skin", "Marid", null, "Humanoid", "Divine", 32, false, "petsDivine"], - 50287: ["Toy Bot K.B Pet Skin", "Toy Bot K.B", 4, "Automaton", "Divine", 239, false, "petsDivine"], - 50290: ["Kogbold Maid Pet Skin", "Kogbold Maid", 4, "Reptile", "Divine", 238, false, "petsDivine"], - 50699: ["Zodiac Bunny Pet Skin", "Zodiac Bunny", null, "Farm", "Divine", 240, false, "petsDivine"], - 50702: ["Model K999 Pet Skin", "Model K999", 4, "Canine", "Divine", 241, false, "petsDivine"], - 50705: ["Gentle Unicorn Pet Skin", "Gentle Unicorn", 2, "Farm", "Divine", 242, false, "petsDivine"], - 50708: ["Genie Lamp Pet Skin", "Genie Lamp", 4, "Humanoid", "Divine", 243, false, "petsDivine"], - 50711: ["Flying Carpet Pet Skin", "Flying Carpet", 2, "Spooky", "Divine", 244, false, "petsDivine"], - 50714: ["King Cobra Pet Skin", "King Cobra", 4, "Reptile", "Divine", 245, false, "petsDivine"], - 50717: ["Chibi Kitsune Umi Pet Skin", "Chibi Kitsune Umi", 5, "Humanoid", "Divine", 246, false, "petsDivine"], - 50720: ["Abyssal Crab Pet Skin", "Abyssal Crab", 3, "Aquatic", "Divine", 247, false, "petsDivine"], - 50723: ["Cryophoenix Pet Skin", "Cryophoenix", 4, "Avian", "Divine", 248, false, "petsDivine"], - 50726: ["Spectral Raven Pet Skin", "Spectral Raven", 4, "Avian", "Divine", 249, false, "petsDivine"], - 50729: ["Void Child Pet Skin", "Void Child", 4, "Humanoid", "Divine", 250, false, "petsDivine"], - 50732: ["Gelatinous Warrior Pet Skin", "Gelatinous Warrior", 3, "? ? ? ?", "Divine", 251, false, "petsDivine"], - 50735: ["Karate Pug Pet Skin", "Karate Pug", 4, "Canine", "Divine", 252, false, "petsDivine"], - 50738: ["Echo of a Hero Pet Skin", "Echo of a Hero", 5, "Humanoid", "Divine", 253, false, "petsDivine"], + '-1': ['Magical Clothing Dye Remover', -1, 'Magical Accessory Dye Remover', -1], + 16777216: ['Black Clothing Dye', 16777216, 'Black Accessory Dye', 16777216], + 16777344: ['Navy Clothing Dye', 16777344, 'Navy Accessory Dye', 16777344], + 16777355: ['Dark Blue Clothing Dye', 16777355, 'Dark Blue Accessory Dye', 16777355], + 16777421: ['Medium Blue Clothing Dye', 16777421, 'Medium Blue Accessory Dye', 16777421], + 16777471: ['Blue Clothing Dye', 16777471, 'Blue Accessory Dye', 16777471], + 16802816: ['Dark Green Clothing Dye', 16802816, 'Dark Green Accessory Dye', 16802816], + 16809984: ['Green Clothing Dye', 16809984, 'Green Accessory Dye', 16809984], + 16810112: ['Teal Clothing Dye', 16810112, 'Teal Accessory Dye', 16810112], + 16812939: ['Dark Cyan Clothing Dye', 16812939, 'Dark Cyan Accessory Dye', 16812939], + 16826367: ['Deep Sky Blue Clothing Dye', 16826367, 'Deep Sky Blue Accessory Dye', 16826367], + 16830161: ['Dark Turquoise Clothing Dye', 16830161, 'Dark Turquoise Accessory Dye', 16830161], + 16830208: ["St Patrick's Green Clothing Dye", 16830208, "St Patrick's Green Accessory Dye", 16830208], + 16841370: ['Medium Spring Green Clothing Dye', 16841370, 'Medium Spring Green Accessory Dye', 16841370], + 16842496: ['Lime Clothing Dye', 16842496, 'Lime Accessory Dye', 16842496], + 16842623: ['Spring Green Clothing Dye', 16842623, 'Spring Green Accessory Dye', 16842623], + 16842751: ['Cyan Clothing Dye', 16842751, 'Cyan Accessory Dye', 16842751], + 18422128: ['Midnight Blue Clothing Dye', 18422128, 'Midnight Blue Accessory Dye', 18422128], + 18780415: ['Dodger Blue Clothing Dye', 18780415, 'Dodger Blue Accessory Dye', 18780415], + 18920106: ['Light Sea Green Clothing Dye', 18920106, 'Light Sea Green Accessory Dye', 18920106], + 19041058: ['Forest Green Clothing Dye', 19041058, 'Forest Green Accessory Dye', 19041058], + 19827543: ['Sea Green Clothing Dye', 19827543, 'Sea Green Accessory Dye', 19827543], + 19877711: ['Dark Slate Gray Clothing Dye', 19877711, 'Dark Slate Gray Accessory Dye', 19877711], + 20106546: ['Lime Green Clothing Dye', 20106546, 'Lime Green Accessory Dye', 20106546], + 20755313: ['Medium Sea Green Clothing Dye', 20755313, 'Medium Sea Green Accessory Dye', 20755313], + 21029072: ['Turquoise Clothing Dye', 21029072, 'Turquoise Accessory Dye', 21029072], + 21064161: ['Royal Blue Clothing Dye', 21064161, 'Royal Blue Accessory Dye', 21064161], + 21398196: ['Steel Blue Clothing Dye', 21398196, 'Steel Blue Accessory Dye', 21398196], + 21511563: ['Dark Slate Blue Clothing Dye', 21511563, 'Dark Slate Blue Accessory Dye', 21511563], + 21549516: ['Medium Turquoise Clothing Dye', 21549516, 'Medium Turquoise Accessory Dye', 21549516], + 21692546: ['Indigo Clothing Dye', 21692546, 'Indigo Accessory Dye', 21692546], + 22375215: ['Dark Olive Green Clothing Dye', 22375215, 'Dark Olive Green Accessory Dye', 22375215], + 23043744: ['Cadet Blue Clothing Dye', 23043744, 'Cadet Blue Accessory Dye', 23043744], + 23369197: ['Cornflower Blue Clothing Dye', 23369197, 'Cornflower Blue Accessory Dye', 23369197], + 23514538: ['Medium Aqua Marine Clothing Dye', 23514538, 'Medium Aqua Marine Accessory Dye', 23514538], + 23685481: ['Dim Gray Clothing Dye', 23685481, 'Dim Gray Accessory Dye', 23685481], + 23747277: ['Slate Blue Clothing Dye', 23747277, 'Slate Blue Accessory Dye', 23747277], + 23825955: ['Olive Drab Clothing Dye', 23825955, 'Olive Drab Accessory Dye', 23825955], + 24150160: ['Slate Gray Clothing Dye', 24150160, 'Slate Gray Accessory Dye', 24150160], + 24610969: ['Light Slate Gray Clothing Dye', 24610969, 'Light Slate Gray Accessory Dye', 24610969], + 24865006: ['Medium Slate Blue Clothing Dye', 24865006, 'Medium Slate Blue Accessory Dye', 24865006], + 24968192: ['Lawn Green Clothing Dye', 24968192, 'Lawn Green Accessory Dye', 24968192], + 25165568: ['Chartreuse Clothing Dye', 25165568, 'Chartreuse Accessory Dye', 25165568], + 25165780: ['Aquamarine Clothing Dye', 25165780, 'Aquamarine Accessory Dye', 25165780], + 25165824: ['Maroon Clothing Dye', 25165824, 'Maroon Accessory Dye', 25165824], + 25165952: ['Purple Clothing Dye', 25165952, 'Purple Accessory Dye', 25165952], + 25198592: ['Olive Clothing Dye', 25198592, 'Olive Accessory Dye', 25198592], + 25198720: ['Gray Clothing Dye', 25198720, 'Gray Accessory Dye', 25198720], + 25677547: ['Sky Blue Clothing Dye', 25677547, 'Sky Blue Accessory Dye', 25677547], + 25677562: ['Light Sky Blue Clothing Dye', 25677562, 'Light Sky Blue Accessory Dye', 25677562], + 25832418: ['Blue Violet Clothing Dye', 25832418, 'Blue Violet Accessory Dye', 25832418], + 25886720: ['Dark Red Clothing Dye', 25886720, 'Dark Red Accessory Dye', 25886720], + 25886859: ['Dark Magenta Clothing Dye', 25886859, 'Dark Magenta Accessory Dye', 25886859], + 25904403: ['Saddle Brown Clothing Dye', 25904403, 'Saddle Brown Accessory Dye', 25904403], + 26197135: ['Dark Sea Green Clothing Dye', 26197135, 'Dark Sea Green Accessory Dye', 26197135], + 26275472: ['Light Green Clothing Dye', 26275472, 'Light Green Accessory Dye', 26275472], + 26439896: ['Medium Purple Clothing Dye', 26439896, 'Medium Purple Accessory Dye', 26439896], + 26476755: ['Dark Violet Clothing Dye', 26476755, 'Dark Violet Accessory Dye', 26476755], + 26803096: ['Pale Green Clothing Dye', 26803096, 'Pale Green Accessory Dye', 26803096], + 26817228: ['Dark Orchid Clothing Dye', 26817228, 'Dark Orchid Accessory Dye', 26817228], + 26922290: ['Yellow Green Clothing Dye', 26922290, 'Yellow Green Accessory Dye', 26922290], + 27284013: ['Sienna Clothing Dye', 27284013, 'Sienna Accessory Dye', 27284013], + 27601450: ['Brown Clothing Dye', 27601450, 'Brown Accessory Dye', 27601450], + 27896233: ['Dark Gray Clothing Dye', 27896233, 'Dark Gray Accessory Dye', 27896233], + 28170470: ['Light Blue Clothing Dye', 28170470, 'Light Blue Accessory Dye', 28170470], + 28180271: ['Green Yellow Clothing Dye', 28180271, 'Green Yellow Accessory Dye', 28180271], + 28307182: ['Pale Turquoise Clothing Dye', 28307182, 'Pale Turquoise Accessory Dye', 28307182], + 28361950: ['Light Steel Blue Clothing Dye', 28361950, 'Light Steel Blue Accessory Dye', 28361950], + 28369126: ['Powder Blue Clothing Dye', 28369126, 'Powder Blue Accessory Dye', 28369126], + 28451362: ['Fire Brick Clothing Dye', 28451362, 'Fire Brick Accessory Dye', 28451362], + 28870155: ['Dark Golden Rod Clothing Dye', 28870155, 'Dark Golden Rod Accessory Dye', 28870155], + 28988883: ['Medium Orchid Clothing Dye', 28988883, 'Medium Orchid Accessory Dye', 28988883], + 29134735: ['Rosy Brown Clothing Dye', 29134735, 'Rosy Brown Accessory Dye', 29134735], + 29210475: ['Dark Khaki Clothing Dye', 29210475, 'Dark Khaki Accessory Dye', 29210475], + 29409472: ['Silver Clothing Dye', 29409472, 'Silver Accessory Dye', 29409472], + 29824389: ['Medium Violet Red Clothing Dye', 29824389, 'Medium Violet Red Accessory Dye', 29824389], + 30235740: ['Indian Red Clothing Dye', 30235740, 'Indian Red Accessory Dye', 30235740], + 30246207: ['Peru Clothing Dye', 30246207, 'Peru Accessory Dye', 30246207], + 30566686: ['Chocolate Clothing Dye', 30566686, 'Chocolate Accessory Dye', 30566686], + 30585996: ['Tan Clothing Dye', 30585996, 'Tan Accessory Dye', 30585996], + 30659539: ['Light Grey Clothing Dye', 30659539, 'Light Grey Accessory Dye', 30659539], + 30961811: ['Pale Violet Red Clothing Dye', 30961811, 'Pale Violet Red Accessory Dye', 30961811], + 30982104: ['Thistle Clothing Dye', 30982104, 'Thistle Accessory Dye', 30982104], + 31092950: ['Orchid Clothing Dye', 31092950, 'Orchid Accessory Dye', 31092950], + 31106336: ['Golden Rod Clothing Dye', 31106336, 'Golden Rod Accessory Dye', 31106336], + 31200316: ['Crimson Clothing Dye', 31200316, 'Crimson Accessory Dye', 31200316], + 31251676: ['Gainsboro Clothing Dye', 31251676, 'Gainsboro Accessory Dye', 31251676], + 31301853: ['Plum Clothing Dye', 31301853, 'Plum Accessory Dye', 31301853], + 31373447: ['Burly Wood Clothing Dye', 31373447, 'Burly Wood Accessory Dye', 31373447], + 31522815: ['Light Cyan Clothing Dye', 31522815, 'Light Cyan Accessory Dye', 31522815], + 31909626: ['Lavender Clothing Dye', 31909626, 'Lavender Accessory Dye', 31909626], + 32085626: ['Dark Salmon Clothing Dye', 32085626, 'Dark Salmon Accessory Dye', 32085626], + 32408302: ['Violet Clothing Dye', 32408302, 'Violet Accessory Dye', 32408302], + 32434346: ['Pale Golden Rod Clothing Dye', 32434346, 'Pale Golden Rod Accessory Dye', 32434346], + 32538752: ['Light Coral Clothing Dye', 32538752, 'Light Coral Accessory Dye', 32538752], + 32564876: ['Khaki Clothing Dye', 32564876, 'Khaki Accessory Dye', 32564876], + 32569599: ['Alice Blue Clothing Dye', 32569599, 'Alice Blue Accessory Dye', 32569599], + 32571376: ['Honey Dew Clothing Dye', 32571376, 'Honey Dew Accessory Dye', 32571376], + 32571391: ['Azure Clothing Dye', 32571391, 'Azure Accessory Dye', 32571391], + 32810080: ['Sandy Brown Clothing Dye', 32810080, 'Sandy Brown Accessory Dye', 32810080], + 32890547: ['Wheat Clothing Dye', 32890547, 'Wheat Accessory Dye', 32890547], + 32896476: ['Beige Clothing Dye', 32896476, 'Beige Accessory Dye', 32896476], + 32896501: ['White Smoke Clothing Dye', 32896501, 'White Smoke Accessory Dye', 32896501], + 32899066: ['Mint Cream Clothing Dye', 32899066, 'Mint Cream Accessory Dye', 32899066], + 33093887: ['Ghost White Clothing Dye', 33093887, 'Ghost White Accessory Dye', 33093887], + 33194098: ['Salmon Clothing Dye', 33194098, 'Salmon Accessory Dye', 33194098], + 33221591: ['Antique White Clothing Dye', 33221591, 'Antique White Accessory Dye', 33221591], + 33222886: ['Linen Clothing Dye', 33222886, 'Linen Accessory Dye', 33222886], + 33225426: ['Light Golden Rod Yellow Clothing Dye', 33225426, 'Light Golden Rod Yellow Accessory Dye', 33225426], + 33420774: ['Old Lace Clothing Dye', 33420774, 'Old Lace Accessory Dye', 33420774], + 33488896: ['Red Clothing Dye', 33488896, 'Red Accessory Dye', 33488896], + 33489151: ['Magenta Clothing Dye', 33489151, 'Magenta Accessory Dye', 33489151], + 33494163: ['Deep Pink Clothing Dye', 33494163, 'Deep Pink Accessory Dye', 33494163], + 33506560: ['Orange Red Clothing Dye', 33506560, 'Orange Red Accessory Dye', 33506560], + 33514311: ['Tomato Clothing Dye', 33514311, 'Tomato Accessory Dye', 33514311], + 33515956: ['Hot Pink Clothing Dye', 33515956, 'Hot Pink Accessory Dye', 33515956], + 33521488: ['Coral Clothing Dye', 33521488, 'Coral Accessory Dye', 33521488], + 33524736: ['Dark Orange Clothing Dye', 33524736, 'Dark Orange Accessory Dye', 33524736], + 33529978: ['Light Salmon Clothing Dye', 33529978, 'Light Salmon Accessory Dye', 33529978], + 33531136: ['Orange Clothing Dye', 33531136, 'Orange Accessory Dye', 33531136], + 33535681: ['Light Pink Clothing Dye', 33535681, 'Light Pink Accessory Dye', 33535681], + 33538251: ['Pink Clothing Dye', 33538251, 'Pink Accessory Dye', 33538251], + 33543936: ['Gold Clothing Dye', 33543936, 'Gold Accessory Dye', 33543936], + 33544889: ['Peach Puff Clothing Dye', 33544889, 'Peach Puff Accessory Dye', 33544889], + 33545901: ['Navajo White Clothing Dye', 33545901, 'Navajo White Accessory Dye', 33545901], + 33547445: ['Moccasin Clothing Dye', 33547445, 'Moccasin Accessory Dye', 33547445], + 33547460: ['Bisque Clothing Dye', 33547460, 'Bisque Accessory Dye', 33547460], + 33547489: ['Misty Rose Clothing Dye', 33547489, 'Misty Rose Accessory Dye', 33547489], + 33549261: ['Blanched Almond Clothing Dye', 33549261, 'Blanched Almond Accessory Dye', 33549261], + 33550293: ['Papaya Whip Clothing Dye', 33550293, 'Papaya Whip Accessory Dye', 33550293], + 33550581: ['Lavender Blush Clothing Dye', 33550581, 'Lavender Blush Accessory Dye', 33550581], + 33551854: ['Sea Shell Clothing Dye', 33551854, 'Sea Shell Accessory Dye', 33551854], + 33552604: ['Cornsilk Clothing Dye', 33552604, 'Cornsilk Accessory Dye', 33552604], + 33553101: ['Lemon Chiffon Clothing Dye', 33553101, 'Lemon Chiffon Accessory Dye', 33553101], + 33553136: ['Floral White Clothing Dye', 33553136, 'Floral White Accessory Dye', 33553136], + 33553146: ['Snow Clothing Dye', 33553146, 'Snow Accessory Dye', 33553146], + 33554176: ['Yellow Clothing Dye', 33554176, 'Yellow Accessory Dye', 33554176], + 33554400: ['Light Yellow Clothing Dye', 33554400, 'Light Yellow Accessory Dye', 33554400], + 33554416: ['Ivory Clothing Dye', 33554416, 'Ivory Accessory Dye', 33554416], + 33554431: ['White Clothing Dye', 33554431, 'White Accessory Dye', 33554431], + 67108864: ['Large Purple Pinstripe Cloth', 67108864, 'Small Purple Pinstripe Cloth', 67108864], + 67108865: ['Large Brown Lined Cloth', 67108865, 'Small Brown Lined Cloth', 67108865], + 67108866: ['Large Yellow Dot Cloth', 67108866, 'Small Yellow Dot Cloth', 67108866], + 67108867: ['Large Western Stripe Cloth', 67108867, 'Small Western Stripe Cloth', 67108867], + 67108868: ['Large Blue Point Cloth', 67108868, 'Small Blue Point Cloth', 67108868], + 67108869: ['Large Robber Cloth', 67108869, 'Small Robber Cloth', 67108869], + 67108870: ['Large Chainmail Cloth', 67108870, 'Small Chainmail Cloth', 67108870], + 67108871: ['Large Dark Blue Stripe Cloth', 67108871, 'Small Dark Blue Stripe Cloth', 67108871], + 67109120: ['Large Galactic Cloth', 67109120, 'Small Galactic Cloth', 67109120], + 67109121: ['Large Hypnotic Cloth', 67109121, 'Small Hypnotic Cloth', 67109121], + 67109122: ['Large Tie Dye Cloth', 67109122, 'Small Tie Dye Cloth', 67109122], + 67109123: ['Large Endless Petals Cloth', 67109123, 'Small Endless Petals Cloth', 67109123], + 67109124: ['Large Flowing Rainbow Cloth', 67109124, 'Small Flowing Rainbow Cloth', 67109124], + 67109125: ['Large Migrating Birds Cloth', 67109125, 'Small Migrating Birds Cloth', 67109125], + 67109126: ['Large Spinning Shamrock Cloth', 67109126, 'Small Spinning Shamrock Cloth', 67109126], + 83886080: ['Large Blue Striped Cloth', 83886080, 'Small Blue Striped Cloth', 83886080], + 83886081: ['Large Black Striped Cloth', 83886081, 'Small Black Striped Cloth', 83886081], + 83886082: ['Large Glowthread Cloth', 83886082, 'Small Glowthread Cloth', 83886082], + 83886083: ['Large Sweater Cloth', 83886083, 'Small Sweater Cloth', 83886083], + 83886084: ['Large Bee Stripe Cloth', 83886084, 'Small Bee Stripe Cloth', 83886084], + 83886085: ['Large Purple Stripes Cloth', 83886085, 'Small Purple Stripes Cloth', 83886085], + 83886086: ['Large Bright Floral Cloth', 83886086, 'Small Bright Floral Cloth', 83886086], + 83886087: ['Large Ivory Dragon Scale Cloth', 83886087, 'Small Ivory Dragon Scale Cloth', 83886087], + 83886088: ['Large Green Dragon Scale Cloth', 83886088, 'Small Green Dragon Scale Cloth', 83886088], + 83886089: ['Large Midnight Dragon Scale Cloth', 83886089, 'Small Midnight Dragon Scale Cloth', 83886089], + 83886090: ['Large Blue Dragon Scale Cloth', 83886090, 'Small Blue Dragon Scale Cloth', 83886090], + 83886091: ['Large Red Dragon Scale Cloth', 83886091, 'Small Red Dragon Scale Cloth', 83886091], + 150994944: ['Large Rainbow Cloth', 150994944, 'Small Rainbow Cloth', 150994944], + 150994945: ['Large Spinning Stars Cloth', 150994945, 'Small Spinning Stars Cloth', 150994945], + 150994946: ['Large Blue Lace Cloth', 150994946, 'Small Blue Lace Cloth', 150994946], + 150994947: ['Large Loud Spotted Cloth', 150994947, 'Small Loud Spotted Cloth', 150994947], + 150994948: ['Large Red Weft Cloth', 150994948, 'Small Red Weft Cloth', 150994948], + 150994949: ['Large Pink Sparkly Cloth', 150994949, 'Small Pink Sparkly Cloth', 150994949], + 150994950: ['Large Red Lace Cloth', 150994950, 'Small Red Lace Cloth', 150994950], + 150994951: ['Large Pink Maze Cloth', 150994951, 'Small Pink Maze Cloth', 150994951], + 150994952: ['Large Floating Clouds Cloth', 150994952, 'Small Floating Clouds Cloth', 150994952], + 150994953: ['Large Shamrock Cloth', 150994953, 'Small Shamrock Cloth', 150994953], + 150994954: ['Large Red USA Star Cloth', 150994954, 'Small Red USA Star Cloth', 150994954], + 150994955: ['Large Blue USA Star Cloth', 150994955, 'Small Blue USA Star Cloth', 150994955], + 150994956: ['Large USA Star Cloth', 150994956, 'Small USA Star Cloth', 150994956], + 150994957: ['Large Relief Cloth', 150994957, 'Small Relief Cloth', 150994957], + 150994958: ['Large Spooky Cloth', 150994958, 'Small Spooky Cloth', 150994958], + 150994959: ['Large Snowflake Vortex Cloth', 150994959, 'Small Snowflake Vortex Cloth', 150994959], + 150994960: ['Large Beisa Cloth', 150994960, 'Small Beisa Cloth', 150994960], + 150994961: ['Large Steel Cloth', 150994961, 'Small Steel Cloth', 150994961], + 150994962: ['Large Plate Cloth', 150994962, 'Small Plate Cloth', 150994962], + 150994963: ['Large Sentinel Cloth', 150994963, 'Small Sentinel Cloth', 150994963], + 150994964: ['Large Twilight Cloth', 150994964, 'Small Twilight Cloth', 150994964], + 150994965: ['Large Crown Cloth', 150994965, 'Small Crown Cloth', 150994965], + 150994966: ['Large Corruption Cloth', 150994966, 'Small Corruption Cloth', 150994966], + 150995200: ['Large Royal Eminence Cloth', 150995200, 'Small Royal Eminence Cloth', 150995200], + 167772160: ['Large Brown Stitch Cloth', 167772160, 'Small Brown Stitch Cloth', 167772160], + 167772161: ['Large Tan Diamond Cloth', 167772161, 'Small Tan Diamond Cloth', 167772161], + 167772162: ['Large Green Weave Cloth', 167772162, 'Small Green Weave Cloth', 167772162], + 167772163: ['Large Blue Wave Cloth', 167772163, 'Small Blue Wave Cloth', 167772163], + 167772164: ['Large Yellow Wire Cloth', 167772164, 'Small Yellow Wire Cloth', 167772164], + 167772165: ['Large Terminal Cloth', 167772165, 'Small Terminal Cloth', 167772165], + 167772166: ['Large Stony Cloth', 167772166, 'Small Stony Cloth', 167772166], + 167772167: ['Large Running Heart Cloth', 167772167, 'Small Running Heart Cloth', 167772167], + 167772168: ['Large Skull Cloth', 167772168, 'Small Skull Cloth', 167772168], + 167772169: ['Large Red Diamond Cloth', 167772169, 'Small Red Diamond Cloth', 167772169], + 167772170: ['Large Jester Cloth', 167772170, 'Small Jester Cloth', 167772170], + 167772171: ['Large Crossbox Cloth', 167772171, 'Small Crossbox Cloth', 167772171], + 167772172: ['Large White Diamond Cloth', 167772172, 'Small White Diamond Cloth', 167772172], + 167772173: ['Large Grey Scaly Cloth', 167772173, 'Small Grey Scaly Cloth', 167772173], + 167772174: ['Large Red Spotted Cloth', 167772174, 'Small Red Spotted Cloth', 167772174], + 167772175: ['Large Smiley Cloth', 167772175, 'Small Smiley Cloth', 167772175], + 167772176: ['Large Bold Diamond Cloth', 167772176, 'Small Bold Diamond Cloth', 167772176], + 167772177: ['Large Vine Cloth', 167772177, 'Small Vine Cloth', 167772177], + 167772178: ['Large Party Cloth', 167772178, 'Small Party Cloth', 167772178], + 167772179: ['Large Viva Cloth', 167772179, 'Small Viva Cloth', 167772179], + 167772180: ['Large Nautical Cloth', 167772180, 'Small Nautical Cloth', 167772180], + 167772181: ['Large Cactus Zag Cloth', 167772181, 'Small Cactus Zag Cloth', 167772181], + 167772182: ['Large Big-Stripe Blue Cloth', 167772182, 'Small Big-Stripe Blue Cloth', 167772182], + 167772183: ['Large Big-Stripe Red Cloth', 167772183, 'Small Big-Stripe Red Cloth', 167772183], + 167772184: ['Large Starry Night Cloth', 167772184, 'Small Starry Night Cloth', 167772184], + 167772185: ['Large Lemon-Lime Cloth', 167772185, 'Small Lemon-Lime Cloth', 167772185], + 167772186: ['Large Floral Cloth', 167772186, 'Small Floral Cloth', 167772186], + 167772187: ['Large Pink Dot Cloth', 167772187, 'Small Pink Dot Cloth', 167772187], + 167772188: ['Large Dark Eyes Cloth', 167772188, 'Small Dark Eyes Cloth', 167772188], + 167772189: ['Large Wind Cloth', 167772189, 'Small Wind Cloth', 167772189], + 167772190: ['Large Bright Stripes Cloth', 167772190, 'Small Bright Stripes Cloth', 167772190], + 167772191: ['Large USA Flag Cloth', 167772191, 'Small USA Flag Cloth', 167772191], + 167772192: ['Large Flannel Cloth', 167772192, 'Small Flannel Cloth', 167772192], + 167772193: ['Large Cow Print Cloth', 167772193, 'Small Cow Print Cloth', 167772193], + 167772194: ['Large Lush Camo Cloth', 167772194, 'Small Lush Camo Cloth', 167772194], + 167772195: ['Large Dark Camo Cloth', 167772195, 'Small Dark Camo Cloth', 167772195], + 167772196: ['Large Teal Crystal Cloth', 167772196, 'Small Teal Crystal Cloth', 167772196], + 167772197: ['Large Blue Fireworks Cloth', 167772197, 'Small Blue Fireworks Cloth', 167772197], + 167772198: ['Large Crisscross Cloth', 167772198, 'Small Crisscross Cloth', 167772198], + 167772199: ['Large Diamond Cloth', 167772199, 'Small Diamond Cloth', 167772199], + 167772200: ['Large Egyptian Cloth', 167772200, 'Small Egyptian Cloth', 167772200], + 167772201: ['Large Purple Bones Cloth', 167772201, 'Small Purple Bones Cloth', 167772201], + 167772202: ['Large Plaid Cloth', 167772202, 'Small Plaid Cloth', 167772202], + 167772203: ['Large Clanranald Cloth', 167772203, 'Small Clanranald Cloth', 167772203], + 167772204: ['Large American Flag Cloth', 167772204, 'Small American Flag Cloth', 167772204], + 167772205: ['Large Intense Clovers Cloth', 167772205, 'Small Intense Clovers Cloth', 167772205], + 167772206: ['Large Celtic Knot Cloth', 167772206, 'Small Celtic Knot Cloth', 167772206], + 167772207: ['Large Flame Cloth', 167772207, 'Small Flame Cloth', 167772207], + 167772208: ['Large Heavy Chainmail Cloth', 167772208, 'Small Heavy Chainmail Cloth', 167772208], + 167772209: ['Large Leopard Print Cloth', 167772209, 'Small Leopard Print Cloth', 167772209], + 167772210: ['Large Zebra Print Cloth', 167772210, 'Small Zebra Print Cloth', 167772210], + 167772211: ['Large Colored Egg Cloth', 167772211, 'Small Colored Egg Cloth', 167772211], + 167772212: ['Large Spring Cloth', 167772212, 'Small Spring Cloth', 167772212], + 167772213: ['Large Hibiscus Beach Wrap Cloth', 167772213, 'Small Hibiscus Beach Wrap Cloth', 167772213], + 167772214: ['Large Blue Camo Cloth', 167772214, 'Small Blue Camo Cloth', 167772214], + 167772215: ['Large Sunburst Cloth', 167772215, 'Small Sunburst Cloth', 167772215], + 167772216: ['Large Jester Argyle Cloth', 167772216, 'Small Jester Argyle Cloth', 167772216], + 167772217: ['Large Alchemist Cloth', 167772217, 'Small Alchemist Cloth', 167772217], + 167772218: ['Large Mosaic Cloth', 167772218, 'Small Mosaic Cloth', 167772218], + 167772219: ['Large Blue Bee Cloth', 167772219, 'Small Blue Bee Cloth', 167772219], + 167772220: ['Large Yellow Bee Cloth', 167772220, 'Small Yellow Bee Cloth', 167772220], + 167772221: ['Large Red Bee Cloth', 167772221, 'Small Red Bee Cloth', 167772221], + 167772222: ['Large Stormy Cloth', 167772222, 'Small Stormy Cloth', 167772222], + 167772223: ['Large Musical Cloth', 167772223, 'Small Musical Cloth', 167772223], + 167772224: ['Large Digital Navy Camo Cloth', 167772224, 'Small Digital Navy Camo Cloth', 167772224], + 167772225: ['Large Digital Fall Camo Cloth', 167772225, 'Small Digital Fall Camo Cloth', 167772225], + 167772226: ['Large Digital Woods Camo Cloth', 167772226, 'Small Digital Woods Camo Cloth', 167772226], + 167772227: ['Large Digital Arctic Camo Cloth', 167772227, 'Small Digital Arctic Camo Cloth', 167772227], + 167772228: ['Large UFO Cloth', 167772228, 'Small UFO Cloth', 167772228], + 167772229: ['Large Foraxian Cloth', 167772229, 'Small Foraxian Cloth', 167772229], + 167772230: ['Large Katalonian Cloth', 167772230, 'Small Katalonian Cloth', 167772230], + 167772231: ['Large Untarian Cloth', 167772231, 'Small Untarian Cloth', 167772231], + 167772232: ['Large Malogian Cloth', 167772232, 'Small Malogian Cloth', 167772232], + 167772233: ['Large Magma Cloth', 167772233, 'Small Magma Cloth', 167772233], + 167772234: ['Large Mixed Lights Cloth', 167772234, 'Small Mixed Lights Cloth', 167772234], + 167772235: ['Large Peppermint Cloth', 167772235, 'Small Peppermint Cloth', 167772235], + 167772236: ['Large Holiday Lights Cloth', 167772236, 'Small Holiday Lights Cloth', 167772236], + 167772237: ['Large Falling Snowflakes Cloth', 167772237, 'Small Falling Snowflakes Cloth', 167772237], + 167772238: ['Large Candy Cane Cloth', 167772238, 'Small Candy Cane Cloth', 167772238], + 167772239: ['Large Gemsbok Cloth', 167772239, 'Small Gemsbok Cloth', 167772239], + 167772240: ['Large Dammah Cloth', 167772240, 'Small Dammah Cloth', 167772240], + 167772241: ['Large Leucoryx Cloth', 167772241, 'Small Leucoryx Cloth', 167772241], + 167772242: ['Large Exalted Oryx Cloth', 167772242, 'Small Exalted Oryx Cloth', 167772242], + 167772243: ['Large Beisa Symbol Cloth', 167772243, 'Small Beisa Symbol Cloth', 167772243], + 167772244: ['Large Dammah Symbol Cloth', 167772244, 'Small Dammah Symbol Cloth', 167772244], + 167772245: ['Large Leucoryx Symbol Cloth', 167772245, 'Small Leucoryx Symbol Cloth', 167772245], + 167772246: ['Large Gemsbok Symbol Cloth', 167772246, 'Small Gemsbok Symbol Cloth', 167772246], + 167772247: ['Large Exalted Oryx Symbol Cloth', 167772247, 'Small Exalted Oryx Symbol Cloth', 167772247], + 167772248: ['Large Sanctuary Cloth', 167772248, 'Small Sanctuary Cloth', 167772248], + 167772249: ['Large Cone Cloth', 167772249, 'Small Cone Cloth', 167772249], + 167772250: ['Large Construction Cloth', 167772250, 'Small Construction Cloth', 167772250], + 167772251: ['Large Obsidian Scale Cloth', 167772251, 'Small Obsidian Scale Cloth', 167772251], + 167772252: ['Large Cronus Square Cloth', 167772252, 'Small Cronus Square Cloth', 167772252], + 167772253: ['Large Hollow Square Cloth', 167772253, 'Small Hollow Square Cloth', 167772253], + 167772254: ['Large Pink Cube Cloth', 167772254, 'Small Pink Cube Cloth', 167772254], + 167772416: ['Large Rain Cloth', 167772416, 'Small Rain Cloth', 167772416], + 167772417: ['Large Barber Pole Cloth', 167772417, 'Small Barber Pole Cloth', 167772417], + 167772418: ['Large Ahead Cloth', 167772418, 'Small Ahead Cloth', 167772418], + 167772419: ['Large Tidal Cloth', 167772419, 'Small Tidal Cloth', 167772419], + 167772420: ['Large New Year Dragon Cloth', 167772420, 'Small New Year Dragon Cloth', 167772420], + 167772421: ['Large Flying Lanterns Cloth', 167772421, 'Small Flying Lanterns Cloth', 167772421], + 167772422: ['Large Static Noise Cloth', 167772422, 'Small Static Noise Cloth', 167772422], + 167772423: ['Large Scrolling Suns Cloth', 167772423, 'Small Scrolling Suns Cloth', 167772423], + 167772424: ['Large Low Poly Cloth', 167772424, 'Small Low Poly Cloth', 167772424], + 167772425: ['Large Black Coin Rain Cloth', 167772425, 'Small Black Coin Rain Cloth', 167772425], + 167772426: ['Large Falling Voodoo Skulls Cloth', 167772426, 'Small Falling Voodoo Skulls Cloth', 167772426], + 167772427: ['Large Slithering Snakes Cloth', 167772427, 'Small Slithering Snakes Cloth', 167772427], + 167772428: ['Large Blood Cloth', 167772428, 'Small Blood Cloth', 167772428], + 167772429: ['Large Nails Cloth', 167772429, 'Small Nails Cloth', 167772429], + 167772430: ['Large Gears Cloth', 167772430, 'Small Gears Cloth', 167772430], + 167772431: ['Large Big Gears Cloth', 167772431, 'Small Big Gears Cloth', 167772431], + 167772432: ['Large Nuts and Bolts Cloth', 167772432, 'Small Nuts and Bolts Cloth', 167772432], + 167772433: ['Large Steampunk Gears Cloth', 167772433, 'Small Steampunk Gears Cloth', 167772433], + 167772434: ['Large Augmented Titanium Cloth', 167772434, 'Small Augmented Titanium Cloth', 167772434], + 167772435: ['Large Living Vines Cloth', 167772435, 'Small Living Vines Cloth', 167772435], + 167772436: ['Large Royalty Cloth', 167772436, 'Small Royalty Cloth', 167772436], + 167772437: ['Large Hot Coal Cloth', 167772437, 'Small Hot Coal Cloth', 167772437], + 167772438: ['Large Void Swirl Cloth', 167772438, 'Small Void Swirl Cloth', 167772438], + 167772439: ['Large Icy Flames Cloth', 167772439, 'Small Icy Flames Cloth', 167772439], + 167772440: ['Large Flowers of Sin Cloth', 167772440, 'Small Flowers of Sin Cloth', 167772440], + 167772441: ['Large Green Camouflage Cloth', 167772441, 'Small Green Camouflage Cloth', 167772441], + 167772442: ['Large Dark Camouflage Cloth', 167772442, 'Small Dark Camouflage Cloth', 167772442], + 167772443: ['Large Arcane Cloth', 167772443, 'Small Arcane Cloth', 167772443], + 167772444: ['Large Oryxtober Beer Cloth', 167772444, 'Small Oryxtober Beer Cloth', 167772444], + 167772445: ['Large Edelweiss Cloth', 167772445, 'Small Edelweiss Cloth', 167772445], + 167772446: ['Large Odyssey Cloth', 167772446, 'Small Odyssey Cloth', 167772446], + 167772447: ['Large Labyrinth Cloth', 167772447, 'Small Labyrinth Cloth', 167772447], + 167772448: ['Large Starlight Cloth', 167772448, 'Small Starlight Cloth', 167772448], + 167772449: ['Large Christmas Lights Cloth', 167772449, 'Small Christmas Lights Cloth', 167772449], + 167772450: ['Large Peppermint Candy Cloth', 167772450, 'Small Peppermint Candy Cloth', 167772450], + 167772451: ['Large Aurora Cloth', 167772451, 'Small Aurora Cloth', 167772451], + 167772452: ['Large Green Peppermint Candy Cloth', 167772452, 'Small Green Peppermint Candy Cloth', 167772452], + 167772453: ['Large Starfield Cloth', 167772453, 'Small Starfield Cloth', 167772453], + 167772454: ['Large Pixelated Planet Cloth', 167772454, 'Small Pixelated Planet Cloth', 167772454], + 167772455: ['Large Medieval Fabric Cloth', 167772455, 'Small Medieval Fabric Cloth', 167772455], + 167772456: ['Large Jacquard Border Cloth', 167772456, 'Small Jacquard Border Cloth', 167772456], + 167772457: ['Large Spring Flowers Cloth', 167772457, 'Small Spring Flowers Cloth', 167772457], + 167772458: ['Large Mediterranean Wave Cloth', 167772458, 'Small Mediterranean Wave Cloth', 167772458], + 167772459: ['Large Void Fabric Cloth', 167772459, 'Small Void Fabric Cloth', 167772459], + 167772460: ['Large Void Whisps Cloth', 167772460, 'Small Void Whisps Cloth', 167772460], + 167772461: ['Large Void Spirals Cloth', 167772461, 'Small Void Spirals Cloth', 167772461], + 167772462: ['Large Ancient Hieroglyphs Cloth', 167772462, 'Small Ancient Hieroglyphs Cloth', 167772462], + 167772463: ['Large Flying Daggers Cloth', 167772463, 'Small Flying Daggers Cloth', 167772463], + 167772464: ['Large Jungle Style Cloth', 167772464, 'Small Jungle Style Cloth', 167772464], + 167772465: ['Large Flying Shurikens Cloth', 167772465, 'Small Flying Shurikens Cloth', 167772465], + 167772466: ['Large Illusionary Vortex Cloth', 167772466, 'Small Illusionary Vortex Cloth', 167772466], + 167772467: ['Large Aqua Veil Cloth', 167772467, 'Small Aqua Veil Cloth', 167772467], + 167772468: ['Large Tidal Waves Cloth', 167772468, 'Small Tidal Waves Cloth', 167772468], + 167772469: ['Large Ocean Mist Cloth', 167772469, 'Small Ocean Mist Cloth', 167772469], + 167772470: ['Large Spooky Bats Cloth', 167772470, 'Small Spooky Bats Cloth', 167772470], + 167772471: ['Large Tiny Ghosts Cloth', 167772471, 'Small Tiny Ghosts Cloth', 167772471], + 167772472: ['Large Haunted Lanterns Cloth', 167772472, 'Small Haunted Lanterns Cloth', 167772472], + 167772473: ['Large Festive Ribbon Cloth', 167772473, 'Small Festive Ribbon Cloth', 167772473], + 167772474: ['Large Chimney Cloth', 167772474, 'Small Chimney Cloth', 167772474], + 167772475: ['Large Christmas Sweater Cloth', 167772475, 'Small Christmas Sweater Cloth', 167772475], + 167772476: ['Large Christmas Ornaments Cloth', 167772476, 'Small Christmas Ornaments Cloth', 167772476], + 167772477: ['Large Christmas Trees Cloth', 167772477, 'Small Christmas Trees Cloth', 167772477], + 167772478: ['Large Heart-Striped Cloth', 167772478, 'Small Heart-Striped Cloth', 167772478], + 167772479: ['Large Multicolor Hearts Cloth', 167772479, 'Small Multicolor Hearts Cloth', 167772479], + 167772480: ['Large Broken Hearts Cloth', 167772480, 'Small Broken Hearts Cloth', 167772480], + 167772481: ['Large Chocolate Bar Cloth', 167772481, 'Small Chocolate Bar Cloth', 167772481], + 167772482: ['Large Missing Texture Cloth', 167772482, 'Small Missing Texture Cloth', 167772482], + 167772483: ['Large Carrots Rainfall Cloth', 167772483, 'Small Carrots Rainfall Cloth', 167772483], + 167772484: ['Large Eggcellent Adventure Cloth', 167772484, 'Small Eggcellent Adventure Cloth', 167772484], + 167772485: ['Large Rabbits Dream Cloth', 167772485, 'Small Rabbits Dream Cloth', 167772485], + 167772486: ['Large Chocolate Magic Cloth', 167772486, 'Small Chocolate Magic Cloth', 167772486], + 167772487: ['Large Queen Bunny Cloth', 167772487, 'Small Queen Bunny Cloth', 167772487], }; diff --git a/lib/muledump/dump.css b/lib/muledump/dump.css index 7ebab3cd..2b35fe07 100644 --- a/lib/muledump/dump.css +++ b/lib/muledump/dump.css @@ -154,6 +154,10 @@ div#export div { padding: 0 5px; } width: 100%; } +.seasonal { + color: #2e862e; +} + .name, .error:not(.setuptools), .reload, #counter { font-weight: bold; } .name { @@ -224,6 +228,7 @@ hr { .stat.bad { color: #ff9090; } .stat.bad.very { color: #ff0000; } .stat.small { font-size: 11px; } +.exalt { color: #0f6bb1; } .items:not(.pagesearch):not(.vaultbuilder) { line-height: 0; diff --git a/lib/muledump/mule.js b/lib/muledump/mule.js index 71f722ef..7937e213 100644 --- a/lib/muledump/mule.js +++ b/lib/muledump/mule.js @@ -7,11 +7,10 @@ // max width of an account box in columns var ROW = (setuptools.data.config.rowlength) ? setuptools.data.config.rowlength : 7; - var vaultlayout = (setuptools.data.config.vaultlayout) ? setuptools.data.config.vaultlayout : 0; + if (setuptools.data.config.temprowlength != 0) ROW = setuptools.data.config.temprowlength; // we'll prepare this later - VAULTORDER = []; - vaultwidth = ROW; + VAULTORDER = []; // This is still used and populated locally in parse // dom snippet generators @@ -19,21 +18,57 @@ return $('').addClass(type).text(text).appendTo(where); } - function maketable(classname, items, row) { - row = row || ROW; + function maketable(classname, items, layout_columns_arg) { + var effective_layout_columns; + + // Determine the current row length dynamically + var rLengthConfig = setuptools.data.config.rowlength || 7; + var tempRLengthConfig = setuptools.data.config.temprowlength; + var currentDynamicROW = (tempRLengthConfig != 0 && setuptools.data.config.rowwrap === true) ? tempRLengthConfig : rLengthConfig; + + // Determine the number of columns to use for laying out items + if (typeof layout_columns_arg === 'undefined' || layout_columns_arg === null) { + effective_layout_columns = currentDynamicROW; // Default to current dynamic ROW + } else { + effective_layout_columns = layout_columns_arg; + } + + // Override with temprowlength if it's active and smaller (especially if layout_columns_arg was provided) + if (setuptools.data.config.temprowlength != 0 && setuptools.data.config.rowwrap === true && setuptools.data.config.temprowlength < effective_layout_columns) { + effective_layout_columns = setuptools.data.config.temprowlength; + } + + // If there are no items, or the effective columns is 0, return an empty table structure. + // This prevents trying to calculate width for an empty or zero-column table. + if (items.length === 0 || effective_layout_columns === 0) { + return $('').addClass(classname); + } + + // Ensure at least 1 column if we are proceeding to layout items and items exist + if (effective_layout_columns < 1) { + effective_layout_columns = 1; + } + var $t = $('
').addClass(classname); - var $row; + var $row_element = null; for (var i = 0; i < items.length; i++) { - if (i % row === 0) { - if ($row) $t.append($row); - $row = $(''); + if (i % effective_layout_columns === 0) { + if ($row_element) $t.append($row_element); + $row_element = $(''); } - $('
').append(items[i]).appendTo($row); + var itemContent = items[i] ? items[i] : ''; + $('').append(itemContent).appendTo($row_element); } - if ($row) $t.append($row); - var cols = items.length >= row ? row : items.length; - cols = cols || 1; - $t.css('width', '' + (184 * cols + 14 * (cols - 1)) + 'px'); + if ($row_element) $t.append($row_element); + + // Determine the number of columns for CSS width calculation + // This should be the actual number of columns used, capped by item count if item count is less. + var css_width_cols = (items.length >= effective_layout_columns) ? effective_layout_columns : items.length; + + // css_width_cols should be > 0 here because items.length > 0 and effective_layout_columns was ensured to be > 0. + // The old `cols = cols || 1;` is no longer needed if the above logic correctly handles 0 items/columns. + + $t.css('width', '' + (184 * css_width_cols + 14 * (css_width_cols - 1)) + 'px'); return $t; } @@ -91,44 +126,37 @@ // reload button addreloader(mule, target); - // one-click login - if (mule.guid.match(setuptools.config.regex.guid) === null) { + // one-click login button + var l = $('').addClass('button ocl'); + l.text('\u21d7'); + l.attr('title', 'Open Account'); + if (setuptools.data.config.mulelogin !== 1) { + l.attr('href', '#'); + l.css({ display: 'none' }); + } else { - var l = $('').addClass('button ocl'); - l.text('\u21d7'); - l.attr('title', 'Open Account'); - if (setuptools.data.config.mulelogin !== 1) { + if (setuptools.data.config.muleloginCopyLinks === 0) { l.attr('href', '#'); - l.css({ display: 'none' }); } else { - - if (setuptools.data.config.muleloginCopyLinks === 0) { - l.attr('href', '#'); - } else { - l.attr('href', setuptools.app.muledump.ocl.mulelink(mule.guid)); - } - + l.attr('href', setuptools.app.muledump.ocl.mulelink(mule.guid)); } - l.appendTo(target); - - l.on('click.mulelogin', function (e) { - - if (setuptools.data.config.muleloginCopyLinks === 0) { - - $(this).attr('href', setuptools.app.muledump.ocl.mulelink(mule.guid)); - setTimeout(function (self) { - $(self).attr('href', '#'); - }, setuptools.config.muleloginCopyLinksTtl, this); + } - } + l.appendTo(target); - setuptools.app.muledump.ocl.record(mule.guid); + l.on('click.mulelogin', function (e) { - }) + if (setuptools.data.config.muleloginCopyLinks === 0) { - } + $(this).attr('href', setuptools.app.muledump.ocl.mulelink(mule.guid)); + setTimeout(function (self) { + $(self).attr('href', '#'); + }, setuptools.config.muleloginCopyLinksTtl, this); + } + setuptools.app.muledump.ocl.record(mule.guid); + }) } function addmulemenu(mule) { @@ -158,86 +186,186 @@ } - function arrangevaults(v, layout) { - - // this doesn't seem necessary presently - //while(VAULTORDER.length < v.length){ - // var a = VAULTORDER[0] + 2; - // VAULTORDER.splice(0, 0, a+5, a+3, a+1, a, a+2, a+4, a+6); - //} - if (!setuptools.data.muledump.vaultbuilder.layouts[layout]) layout = 0; - var vaultwidth = setuptools.data.muledump.vaultbuilder.layouts[layout].vaultwidth; - var VAULTORDER = setuptools.data.muledump.vaultbuilder.layouts[layout].vaultorder; - var r = [], i, j; - for (i = 0; i < VAULTORDER.length; i++) { - if (i % vaultwidth === 0 && r.length) { - for (j = 0; j < r.length; j++) if (r[j]) break; - if (j >= r.length) r = []; + function arrangevaults(v_chests_data, maxAllowedVaultWidth) { // v_chests_data is an array of vault content strings + + var currentLayoutVaultWidth = maxAllowedVaultWidth; + if ( !currentLayoutVaultWidth || currentLayoutVaultWidth < 1 ) currentLayoutVaultWidth = 1; + + var final_r = []; // This will be the array of items for display, including nulls for spacing + var num_input_chests = v_chests_data.length; + + if (num_input_chests === 0) { // No chests to display + return [0, []]; + } + + var num_rows = Math.ceil(num_input_chests / currentLayoutVaultWidth); + var total_grid_cells = num_rows * currentLayoutVaultWidth; + + for (var k = 0; k < total_grid_cells; k++) { + if (k < num_input_chests) { + final_r.push(v_chests_data[k]); // Actual chest data string + } else { + final_r.push(null); // Pad with nulls for empty grid cells } - var c = v[VAULTORDER[i] - 1]; - if (typeof c !== 'undefined') r.push(c); else r.push((VAULTORDER[i] === 0) ? 0 : (setuptools.data.muledump.vaultbuilder.layouts[layout].vaultshowempty === true ? - '-1' : ( - (setuptools.data.muledump.vaultbuilder.layouts[layout].vaultcompressed === false) ? '-1' : 0 - ) - )); } - - var w = vaultwidth; - for (i = (vaultwidth - 1); i >= 0; i--) { - for (j = i; j < r.length; j += w) if (r[j]) break; - if (j < r.length) continue; - w--; - for (j = i; j < r.length; j += w) r.splice(j, 1); + + // Determine actual_width by stripping empty columns from the right + var actual_width = currentLayoutVaultWidth; + if (num_input_chests > 0) { // Only strip if there are chests + for (var col = currentLayoutVaultWidth - 1; col >= 0; col--) { + var column_is_empty = true; + for (var row_idx = 0; row_idx < num_rows; row_idx++) { + var cell_idx = row_idx * currentLayoutVaultWidth + col; + if (final_r[cell_idx] !== null) { // Cell has a vault (even if items inside are -1) + column_is_empty = false; + break; + } + } + if (column_is_empty) { + if (actual_width === col + 1) { // Only decrement if it's the current rightmost + actual_width--; + } + } else { + break; // Found rightmost non-empty column + } + } + } else { + actual_width = 0; // No chests, so width is 0 } - if (vaultwidth < w) return [0, v]; - return [w, r]; - + + if (num_input_chests > 0 && actual_width === 0) actual_width = 1; // Min 1 col if chests exist but all were stripped (should not happen if stripping logic is correct) + if (num_input_chests === 0) actual_width = 0; + + return [actual_width, final_r]; } // xml to json function xmlToJson(xml) { - - // Create the return object - var obj = {}; - - // element - if (xml.nodeType === 1) { - - - // attributes are treated as keys - if (xml.attributes.length > 0) { - for (var j = 0; j < xml.attributes.length; j++) { - var attribute = xml.attributes.item(j); - obj[attribute.nodeName] = attribute.nodeValue; + var X = { + toObj: function(xml) { + var o = {}; + if (xml.nodeType==1) { // element node .. + if (xml.attributes.length) // element with attributes .. + for (var i=0; i 1) + o = X.escape(X.innerXml(xml)); + else + for (var n=xml.firstChild; n; n=n.nextSibling) + o["#cdata"] = X.escape(n.nodeValue); + } + } + if (!xml.attributes.length && !xml.firstChild) o = null; } - } - - // text - } else if (xml.nodeType === 3) { - obj = xml.nodeValue; - } + else if (xml.nodeType==9) { // document.node + o = X.toObj(xml.documentElement); + } + else + alert("unhandled node type: " + xml.nodeType); + return o; + }, + innerXml: function(node) { + var s = "" + if ("innerHTML" in node) + s = node.innerHTML; + else { + var asXml = function(n) { + var s = ""; + if (n.nodeType == 1) { + s += "<" + n.nodeName; + for (var i=0; i"; + } + else + s += "/>"; + } + else if (n.nodeType == 3) + s += n.nodeValue; + else if (n.nodeType == 4) + s += ""; + return s; + }; + for (var c=node.firstChild; c; c=c.nextSibling) + s += asXml(c); + } + return s; + }, + escape: function(txt) { + return txt.replace(/[\\]/g, "\\\\") + .replace(/[\"]/g, '\\"') + .replace(/[\n]/g, '\\n') + .replace(/[\r]/g, '\\r'); + }, - // do children - if (xml.hasChildNodes()) { - for (var i = 0; i < xml.childNodes.length; i++) { - var item = xml.childNodes.item(i); - var nodeName = item.nodeName; - if (typeof (obj[nodeName]) === "undefined") { - obj[nodeName] = xmlToJson(item); - if (nodeName === '#text') obj = obj[nodeName]; - } else { - if (typeof (obj[nodeName].push) === "undefined") { - var old = obj[nodeName]; - obj[nodeName] = []; - obj[nodeName].push(old); + removeWhite: function(e) { + e.normalize(); + for (var n = e.firstChild; n; ) { + if (n.nodeType == 3) { // text node + if (!n.nodeValue.match(/[^ \f\n\r\t\v]/)) { // pure whitespace text node + var nxt = n.nextSibling; + e.removeChild(n); + n = nxt; + } + else + n = n.nextSibling; } - obj[nodeName].push(xmlToJson(item)); - if (nodeName === '#text') obj = obj[nodeName]; + else if (n.nodeType == 1) { // element node + X.removeWhite(n); + n = n.nextSibling; + } + else // any other node + n = n.nextSibling; } + return e; } - } - - return obj; + }; + if (xml.nodeType == 9) // document node + xml = xml.documentElement; + return X.toObj(X.removeWhite(xml)); } // Mule object @@ -353,7 +481,6 @@ return 'muledump:' + this.guid }; - // Mule.prototype.log = function (s, cl) { }; @@ -578,6 +705,36 @@ xhr.done(onResponse).fail(onFail) } ); + //check if response is equal to "Internal error, please wait 5 minutes to try again!" + } else if ( + xml === "Internal error, please wait 5 minutes to try again!" || + xml === "LOGIN ATTEMPT LIMIT REACHED, please wait 5 minutes before re-trying!" + ) { + self.queueFinish(self.guid, 'hardRateLimited', 'Request was rate limited by Appspot'); + window.RateLimitExpiration = Date.now() + 301000; + try { + localStorage['muledump:ratelimitexpiration'] = 301000 + } catch (e) { } + } else if (xml === "WebChangePasswordDialog.passwordError") { + // disabled invalid accounts + if ([0, 4].indexOf(setuptools.data.config.badaccounts) > -1) { + setuptools.app.config.userToggle(self.guid); + } + + // delete invalid accounts + if ([2, 5].indexOf(setuptools.data.config.badaccounts) > -1) { + self.deleteAccount = true; + } + + self.queueFinish(self.guid, 'error', false, "passwordError"); + self.error("passwordError", undefined); + setuptools.app.ga('send', 'event', { + eventCategory: 'detect', + eventAction: 'invalidCredentials' + }); + + + } else { self.queueFinish(self.guid, 'error', false, xml); self.error(xml); @@ -679,28 +836,7 @@ if (error = xml.match(/^(.*?)<\/?Error>$/)) { var errOpts = {}; - if (error[1] === 'Account credentials not valid') { - - // disabled invalid accounts - if ([0, 4].indexOf(setuptools.data.config.badaccounts) > -1) { - errOpts.action = 'removeall'; - setuptools.app.config.userToggle(self.guid); - } - - // delete invalid accounts - if ([2, 5].indexOf(setuptools.data.config.badaccounts) > -1) { - errOpts.action = 'removeall'; - self.deleteAccount = true; - } - - self.queueFinish(self.guid, 'error', false, error[1]); - self.error(error[1], undefined, errOpts); - setuptools.app.ga('send', 'event', { - eventCategory: 'detect', - eventAction: 'invalidCredentials' - }); - - } else if ( + if ( error[1] === 'Internal error, please wait 5 minutes to try again!' || error[1] === 'Try again later' ) { @@ -778,13 +914,16 @@ // let's simulate a YQL response setuptools.app.uaTiming('mule', 'xmlToJson', 'start', self.guid, false, setuptools.app.uaTimingAggregate); var xmlParse = parser.parseFromString(xml, "text/xml"); - //console.log(xmlParse); var JSONData = xmlToJson(xmlParse); setuptools.app.uaTiming('mule', 'xmlToJson', 'stop', self.guid); - JSONData.other = { - maxCharNum: xmlParse.querySelectorAll('[maxNumChars]')[0].attributes['maxNumChars'].value, - nextCharId: xmlParse.querySelectorAll('[nextCharId]')[0].attributes['nextCharId'].value - }; + + JSONData.Chars = { + Char: JSONData.Char, + Account: JSONData.Account + } + + delete JSONData.Account; + delete JSONData.Char; data = { query: { @@ -798,6 +937,7 @@ } }; + var res = data.query.results; window.techlog("Response data for " + self.guid, 'api'); window.techlog(JSON.stringify(data, null, 5), 'api'); @@ -991,8 +1131,6 @@ if (this.overlay) this.overlay.hide(); - if (setuptools.state.loaded === true) ROW = setuptools.data.config.rowlength; - function parseQueryString(queryString) { var query = {}; var pairs = (queryString[0] === '?' ? queryString.substr(1) : queryString).split('&'); @@ -1045,6 +1183,29 @@ if (!d.Char.length) carr = [d.Char]; else carr = d.Char; } + // Calculate effectiveROW for this mule's parse operation + // var baseLayoutROWForMule = ROW; // OLD: Uses potentially stale global ROW + var rLengthConfig = setuptools.data.config.rowlength || 7; + var tempRLengthConfig = setuptools.data.config.temprowlength; + // If rowwrap is enabled and tempRLengthConfig is set (not 0), use it. Otherwise, use rLengthConfig. + var baseLayoutROWForMule = (setuptools.data.config.rowwrap === true && tempRLengthConfig != 0) ? tempRLengthConfig : rLengthConfig; + console.log('Base layout ROW for mule (dynamically fetched):', baseLayoutROWForMule); + var characterCountForMule = carr.length; + var currentMuleEffectiveROW; + + if (characterCountForMule === 0) { + currentMuleEffectiveROW = 0; // No characters, so 0 columns for the character table + } else { + currentMuleEffectiveROW = baseLayoutROWForMule; // Start with global ROW (e.g. 50 or wrapped value) + if (characterCountForMule < baseLayoutROWForMule) { + currentMuleEffectiveROW = characterCountForMule; // Cap by actual char count + } + // Ensure at least 1 column if there are characters + if (currentMuleEffectiveROW < 1) { + currentMuleEffectiveROW = 1; + } + } + // add keys for sorting for (var i in carr) { @@ -1200,9 +1361,7 @@
Total Skins Unlocked
' + (this.data.query.results.Chars.OwnedSkins.length + Object.keys(classes).length) + ' of ' + Object.keys(skins).length + '
\
Total Time Active
' + stats.TotalActive + '
\ \ -
Total Unlocked Chests
' + stats.TotalChests + ' of ' + (vaultorders[0].vaultorder.filter(function (item) { - return (item !== 0) - })).length + '
\ +
Total Unlocked Chests
' + stats.TotalChests + '
\ ').appendTo(this.dom); } @@ -1435,6 +1594,54 @@ if (this.loginOnly === false && !this.opt('shrink') && this.opt('stats')) { f = true; var $stats = $(''); + + + //check for exaltations + var exaltations = null; + if (this.data.query.results.PowerUpStats && this.data.query.results.PowerUpStats.ClassStats) { + if (!Array.isArray(this.data.query.results.PowerUpStats.ClassStats)) this.data.query.results.PowerUpStats.ClassStats = [this.data.query.results.PowerUpStats.ClassStats]; + const hasExalts = this.data.query.results.PowerUpStats.ClassStats.find(stats => stats.class === c.ObjectType); + if (hasExalts) { + exaltations = hasExalts["#text"].split(",").map((stat) => { + const parsedStat = parseInt(stat); + let exaltValue; + switch (true) { + case (parsedStat < 5): + exaltValue = 0; + break; + case (parsedStat < 15): + exaltValue = 1; + break; + case (parsedStat < 30): + exaltValue = 2; + break; + case (parsedStat < 50): + exaltValue = 3; + break; + case (parsedStat < 75): + exaltValue = 4; + break; + default: + exaltValue = 5; + } + return exaltValue; + }); + + // Change order of exaltations and multiply hp/mp by 5 + exaltations = [ + exaltations[7] * 5, + exaltations[6] * 5, + exaltations[5], + exaltations[4], + exaltations[1], + exaltations[0], + exaltations[2], + exaltations[3] + ]; + } + } + + for (var t = 0; t < STATTAGS.length; t++) { var $row; @@ -1445,31 +1652,39 @@ var stt = this.opt('sttype'); if (!cl) { } else if (stt === 'base') { + // Only show exaltations if the base stat is selected stat($s, 'base', s).toggleClass('maxed', s === cl[3][t]); + if (exaltations && exaltations[t] !== 0) $('').text(" +" + exaltations[t]).appendTo($s); } else if (stt === 'avg') { var avgd = s - Math.floor(cl[1][t] + (cl[2][t] - cl[1][t]) * (+c.Level - 1) / 19); - stat($s, 'avg', (avgd > 0 ? '+' : '') + avgd) + stat($s, 'avg', (avgd > 0 ? '+' : '') + avgd + (exaltations && exaltations[t] !== 0 ? exaltations[t] : '')) .addClass(avgd > 0 ? 'good' : (avgd < 0 ? 'bad' : '')) .toggleClass('very', Math.abs(avgd) > 14); } else if (stt === 'max') { var l2m = cl[3][t] - s; if (t < 2) l2m = l2m + ' (' + Math.ceil(l2m / 5) + ')'; - stat($s, 'max', l2m) + stat($s, 'max', l2m + (exaltations && exaltations[t] !== 0 ? exaltations[t] : '')) .toggleClass('maxed', cl[3][t] <= s); + if (exaltations && exaltations[t] !== 0) $('').text(" +" + exaltations[t]).appendTo($s); + } else if (stt === 'comb') { if (s < cl[3][t]) { var avgd = s - Math.floor(cl[1][t] + (cl[2][t] - cl[1][t]) * (+c.Level - 1) / 19); - stat($s, 'small', s + ' / ' + cl[3][t]) + stat($s, 'small', s + ' / ' + cl[3][t] + (exaltations && exaltations[t] !== 0 ? exaltations[t] : '')) .addClass(avgd > 0 ? 'good' : (avgd < 0 ? 'bad' : '')) .toggleClass('very', Math.abs(avgd) > 14) .attr('title', avgd + ' from avg'); + if (exaltations && exaltations[t] !== 0) $('').text(" +" + exaltations[t]).appendTo($s); + } else { - stat($s, 'maxed', s) + stat($s, 'maxed', s); + if (exaltations && exaltations[t] !== 0) $('').text(" +" + exaltations[t]).appendTo($s); } } $s.appendTo($row); if (t % 2) $row.appendTo($stats); } + $c.append($stats); } @@ -1500,16 +1715,36 @@ } - if (this.loginOnly === false && !this.opt('shrink') && this.opt('hpmp')) { - var hpmp = $('
'); - var hp = $('
'); - var mp = $('
'); - hp.append(c.HealthStackCount); - mp.append(c.MagicStackCount); - hpmp.append(hp).append(mp); - $c.append(hpmp); - } + var hpmp = c.EquipQS; + var items = ( typeof hpmp === 'string' ) ? hpmp.split(',') : undefined; + if ( Array.isArray(items) === true ) { + // quickslot counting for totals + if ( this.totals.cache === false ) { + for ( var j = 0; j < items.length; j++ ) { + var item = items[j].split("|"); + var qty = +(item[1] || 1); + if ( item[0] !== "-1" ) { + this.totals.count(item[0], "hpmp", qty); + } + } + } + // quickslot display + if ( this.loginOnly === false && !this.opt('shrink') && this.opt('hpmp') ) { + var quickslotsCount = (+c.Has3Quickslots ? 3 : 2); + while ( items.length < quickslotsCount ) { + items.push("-1|0"); + } + var r = $('
'); + for ( var j = 0; j < items.length; j++ ) { + var item = items[j].split("|"); + var qty = +(item[1] || 1) || undefined; + setuptools.app.muledump.item(item[0], undefined, qty, undefined).appendTo(r); + } + $('
').append(r).appendTo($c); + } + } + // keeping this separate from the wawawa code if (this.loginOnly === false && !this.opt('shrink') && this.opt('wawawa')) { @@ -2004,7 +2239,7 @@ if (!this.opt('shrink') && f) { this.dom.append($('
')); - maketable('chars', arr).appendTo(this.dom); + maketable('chars', arr, currentMuleEffectiveROW).appendTo(this.dom); } arr = []; @@ -2019,37 +2254,36 @@ function makechest(items, classname, index) { var il = setuptools.app.muledump.item_listing(items.slice(0, 8), classname) - return $('
').append(il) + // VAULTORDER is now a simple sequential array [1, 2, ..., num_vaults] + // 'index' is the 0-based index of the actual vault being rendered. + return $('
').append(il); } - // select the vault order for this char - vaultlayout = (this.opt('vaultlayout') && setuptools.data.muledump.vaultbuilder.layouts[this.opt('vaultlayout')]) ? this.opt('vaultlayout') : setuptools.data.options.vaultlayout; - vaultwidth = ( - typeof setuptools.data.muledump.vaultbuilder.layouts[vaultlayout] === 'object' && - setuptools.data.muledump.vaultbuilder.layouts[vaultlayout].vaultwidth - ) ? setuptools.data.muledump.vaultbuilder.layouts[vaultlayout].vaultwidth : ROW; - VAULTORDER = setuptools.data.muledump.vaultbuilder.layouts[vaultlayout] ? setuptools.data.muledump.vaultbuilder.layouts[vaultlayout].vaultorder : vaultorders[0]; + // Removed vaultlayout selection from options and vaultbuilder + // Vault width is determined by currentMuleEffectiveROW + var maxVaultWidthForThisMule = currentMuleEffectiveROW; + + // VAULTORDER will be populated based on actual chests later. + // Global VAULTORDER is used by makechest. // vaults - var chests; + var chests_for_counting; // Renamed to avoid conflict if 'chests' is used later for display data if (d.Account.Vault && this.totals.cache === false) { // counting for totals - chests = d.Account.Vault ? d.Account.Vault.Chest || ['-1'] : ['-1']; - if (typeof chests === 'string') chests = [chests]; - if (typeof chests === 'object' && Object.keys(chests).length === 0) chests = ['-1']; - if (Array.isArray(chests) === false) { - setuptools.app.techlog('Mule ' + this.guid + ' encountered bad chest data'); - setuptools.app.techlog(chests); - chests = ['-1']; - } - for (var tv = 0; tv < chests.length; tv++) { + chests_for_counting = d.Account.Vault ? d.Account.Vault.Chest || ['-1'] : ['-1']; + if (typeof chests_for_counting === 'string') chests_for_counting = [chests_for_counting]; + if (typeof chests_for_counting === 'object' && !Array.isArray(chests_for_counting) && Object.keys(chests_for_counting).length === 0) chests_for_counting = ['-1']; + if (Array.isArray(chests_for_counting) && chests_for_counting.length === 0) chests_for_counting = ['-1']; + + + for (var tv = 0; tv < chests_for_counting.length; tv++) { - if (chests[tv] === 0) continue; - if (typeof chests[tv] !== 'string') chests[tv] = '-1'; - if (chest = chests[tv].split(',')) - for (var tv2 = 0; tv2 < 8; tv2++) - this.totals.count(chest[tv2] || '-1', 'vaults'); + if (chests_for_counting[tv] === 0) continue; // Should not happen with string arrays + if (typeof chests_for_counting[tv] !== 'string') chests_for_counting[tv] = '-1'; + var chest_items_for_counting = chests_for_counting[tv].split(','); + for (var tv2 = 0; tv2 < 8; tv2++) + this.totals.count(chest_items_for_counting[tv2] || '-1', 'vaults'); } } @@ -2060,41 +2294,138 @@ if (setuptools.data.config.debugging === true) setuptools.app.uaTiming('mule', 'parseVaults', 'start', this.guid, false, setuptools.app.uaTimingAggregate); if (this.loginOnly === false && !this.opt('shrink')) this.dom.append($('
')); - if (!chests) { + var displayChestsData = d.Account.Vault ? (d.Account.Vault.Chest || ['-1']) : ['-1']; + if (typeof displayChestsData === 'string') { + displayChestsData = [displayChestsData]; + } else if (typeof displayChestsData === 'object' && !Array.isArray(displayChestsData) && Object.keys(displayChestsData).length === 0) { + displayChestsData = ['-1']; + } else if (Array.isArray(displayChestsData) && displayChestsData.length === 0 ) { + displayChestsData = ['-1']; + } + // At this point, displayChestsData is an array of strings, each string representing one vault's contents. + // e.g., ["vault1items", "vault2items"] or ["-1"] for one empty vault. + // If displayChestsData is ["-1"] and it truly means no vaults, its length is 1. + // However, if Account.Vault.Chest is undefined, it becomes ['-1'], meaning one (empty) vault placeholder. + + // Populate global VAULTORDER for makechest's data-vaultId attribute + VAULTORDER = []; + // displayChestsData contains one string per vault. If it's ["-1"] from no vault, length is 1. + // This means it will generate VAULTORDER = [1] for a single placeholder empty vault. + for (var i = 0; i < displayChestsData.length; i++) { + // If displayChestsData is ["-1"] and it represents the *absence* of any vaults (e.g. API returns nothing for Vault.Chest) + // then we should not create a VAULTORDER entry. + // However, the current logic makes displayChestsData = ['-1'] if Vault.Chest is undefined or empty. + // This implies one empty vault is always shown. If that's the desired behavior: + if (displayChestsData.length === 1 && displayChestsData[0] === '-1') { + // Check if this '-1' truly represents an empty vault or absence of vaults. + // For simplicity, assume ['-1'] means one empty vault slot. + VAULTORDER.push(1); + } else { + VAULTORDER.push(i + 1); // Vault IDs are 1-indexed + } + } + if (displayChestsData.length === 1 && displayChestsData[0] === "-1" && VAULTORDER.length === 0) { + // ensure if displayChestsData is just ["-1"] (one empty vault), VAULTORDER is [1] + VAULTORDER = [1]; + } - chests = d.Account.Vault ? d.Account.Vault.Chest || ['-1'] : ['-1']; - if (typeof chests === 'string') chests = [chests]; - if (typeof chests === 'object' && Object.keys(chests).length === 0) chests = ['-1']; + var w_arranged = arrangevaults(displayChestsData, maxVaultWidthForThisMule); + var arranged_chests_items_data = w_arranged[1]; // Array of chest data strings or nulls + var actual_vault_cols = w_arranged[0]; + var arr_vaults = []; // Holds jQuery objects (rendered chests) or nulls + + var currentVaultOriginalIdIndex = 0; // 0-based index for actual vaults encountered + for (var x = 0; x < arranged_chests_items_data.length; x++) { + var chest_data_string = arranged_chests_items_data[x]; + if (chest_data_string !== null) { + // This is an actual vault (data string, could be empty items like "-1,-1...") + var chest_content_array = (chest_data_string || '-1').split(','); + while (chest_content_array.length < 8) chest_content_array.push('-1'); + + arr_vaults.push(makechest(chest_content_array, 'vaults', currentVaultOriginalIdIndex)); + currentVaultOriginalIdIndex++; + } else { + // This is a spacer from arrangevaults padding + arr_vaults.push(null); + } } - var w = arrangevaults(chests, vaultlayout); - chests = w[1]; - for (var x = 0; x < chests.length; x++) { - // non-existent chests are skipped - if (typeof chests[x] !== "string") { + if (this.loginOnly === false && !this.opt('shrink') && arr_vaults.length > 0) { + if (actual_vault_cols > 0 || arr_vaults.some(item => item !== null)) { + maketable('vaults', arr_vaults, actual_vault_cols).appendTo(this.dom); + } + } + if (setuptools.data.config.debugging === true) setuptools.app.uaTiming('mule', 'parseVaults', 'stop', this.guid); - // this is a spacer - if (chests[x] === 0) { + } - arr.push(null); - continue; + // materialschest counting for totals + if (!(d.Account.MaterialStorage === undefined)) { - } + var materials; + if (d.Account && d.Account.MaterialStorage && d.Account.MaterialStorage.Chest) { + if (Array.isArray(d.Account.MaterialStorage.Chest)) { + // If the chest is an array, join its elements + materials = d.Account.MaterialStorage.Chest.join(','); + } else { + // If the chest is not an array, assign it directly + materials = d.Account.MaterialStorage.Chest; + } + } else { + // Handle the case when Account or MaterialStorage or Chest is undefined + materials = ''; // or whatever default value you want to assign + } - // empty chests are empty - if (typeof chests[x] === 'object') chests[x] = '-1,-1,-1,-1,-1,-1,-1,-1'; + var items = (typeof materials === 'string') ? materials.split(',').reverse() : undefined; + if (Array.isArray(items) === true && this.totals.cache === false) { + for (var tg = 0; tg < items.length; tg++) + this.totals.count(items[tg], 'materials'); + } + } - } + // display materialschest + if (this.opt('materials') && !(d.Account.MaterialStorage === undefined)) { - var chest = (chests[x] || '-1').split(','); - while (chest.length < 8) chest.push('-1'); - arr.push(makechest(chest, 'vaults', x)); + if (setuptools.data.config.debugging === true) setuptools.app.uaTiming('mule', 'parseMaterials', 'start', this.guid, false, setuptools.app.uaTimingAggregate); + if (this.loginOnly === false && !this.opt('shrink')) this.dom.append($('
')); + if (Array.isArray(items) === true) { + var marr = []; + while (items.length) { + while (items.length < 8) items.push("-1"); + marr.push(makechest(items, 'materials')); + items = items.slice(8); + } + if (this.loginOnly === false && !this.opt('shrink')) maketable('materials', marr, ((setuptools.data.config.giftChestWidth === 0) ? currentMuleEffectiveROW : setuptools.data.config.giftChestWidth)).appendTo(this.dom); } + if (setuptools.data.config.debugging === true) setuptools.app.uaTiming('mule', 'parseMaterials', 'stop', this.guid); - if (this.loginOnly === false && !this.opt('shrink')) maketable('vaults', arr, w[0]).appendTo(this.dom); - if (setuptools.data.config.debugging === true) setuptools.app.uaTiming('mule', 'parseVaults', 'stop', this.guid); + } + + // ssnlspoils counting for totals + var spoils = d.Account.TemporaryGifts; + var items = (typeof spoils === 'string') ? spoils.split(',').reverse() : undefined; + if (Array.isArray(items) === true && this.totals.cache === false) { + for (var tg = 0; tg < items.length; tg++) + this.totals.count(items[tg], 'spoils'); + } + + // display ssnlspoils + if (this.opt('spoils')) { + + if (setuptools.data.config.debugging === true) setuptools.app.uaTiming('mule', 'parseSpoils', 'start', this.guid, false, setuptools.app.uaTimingAggregate); + if (this.loginOnly === false && !this.opt('shrink')) this.dom.append($('
')); + if (Array.isArray(items) === true) { + + var sarr = []; + while (items.length) { + sarr.push(makechest(items, 'spoils')); + items = items.slice(8); + } + if (this.loginOnly === false && !this.opt('shrink')) maketable('spoils', sarr, ((setuptools.data.config.giftChestWidth === 0) ? currentMuleEffectiveROW : setuptools.data.config.giftChestWidth)).appendTo(this.dom); + } + if (setuptools.data.config.debugging === true) setuptools.app.uaTiming('mule', 'parseSpoils', 'stop', this.guid); } @@ -2153,6 +2484,73 @@ } + // ssnlpetinv couting for totals + var ssnlpetinv; + if (!(d.Char === undefined)) { + for (let index = 0; index < d.Char.length; index++) + { + if(d.Char[index].Seasonal === "True" && d.Char[index].Pet !== undefined && d.Char[index].Pet.inv !== undefined) + ssnlpetinv = d.Char[index].Pet.inv.split(';')[2]; + } + + var items = (typeof ssnlpetinv === 'string') ? ssnlpetinv.split(',').reverse() : undefined; + if (Array.isArray(items) === true && this.totals.cache === false) { + for (var tg = 0; tg < items.length; tg++) + this.totals.count(items[tg], 'ssnlpetinv'); + } + } + + // display ssnlpetinv + if (this.opt('ssnlpetinv') && !(d.Char === undefined)) { + + if (setuptools.data.config.debugging === true) setuptools.app.uaTiming('mule', 'parseSsnlpetinv', 'start', this.guid, false, setuptools.app.uaTimingAggregate); + if (this.loginOnly === false && !this.opt('shrink')) this.dom.append($('
')); + if (Array.isArray(items) === true) { + + var sarr = []; + while (items.length) { + sarr.push(makechest(items, 'ssnlpetinv')); + items = items.slice(8); + } + if (this.loginOnly === false && !this.opt('shrink')) maketable('ssnlpetinv', sarr, ((setuptools.data.config.giftChestWidth === 0) ? currentMuleEffectiveROW : setuptools.data.config.giftChestWidth)).appendTo(this.dom); + } + if (setuptools.data.config.debugging === true) setuptools.app.uaTiming('mule', 'parseSsnlpetinv', 'stop', this.guid); + + } + + // petinv couting for totals + var petinv; + if (!(d.Char === undefined)){ + for (let index = 0; index < d.Char.length; index++) + if(d.Char[index].Seasonal === "False" && d.Char[index].Pet !== undefined && d.Char[index].Pet.inv !== undefined) + petinv = d.Char[index].Pet.inv.split(';')[2]; + + var items = (typeof petinv === 'string') ? petinv.split(',').reverse() : undefined; + if (Array.isArray(items) === true && this.totals.cache === false) { + for (var tg = 0; tg < items.length; tg++) + this.totals.count(items[tg], 'petinv'); + } + } + + // display petinv + if (this.opt('petinv') && !(d.Char === undefined)) { + + if (setuptools.data.config.debugging === true) setuptools.app.uaTiming('mule', 'parsePetinv', 'start', this.guid, false, setuptools.app.uaTimingAggregate); + if (this.loginOnly === false && !this.opt('shrink')) this.dom.append($('
')); + if (Array.isArray(items) === true) { + + var sarr = []; + while (items.length) { + sarr.push(makechest(items, 'petinv')); + items = items.slice(8); + } + if (this.loginOnly === false && !this.opt('shrink')) maketable('petinv', sarr, ((setuptools.data.config.giftChestWidth === 0) ? currentMuleEffectiveROW : setuptools.data.config.giftChestWidth)).appendTo(this.dom); + } + if (setuptools.data.config.debugging === true) setuptools.app.uaTiming('mule', 'parsePetinv', 'stop', this.guid); + + } + + // gift chests counting for totals var gifts = d.Account.Gifts; var items = (typeof gifts === 'string') ? gifts.split(',').reverse() : undefined; @@ -2166,18 +2564,21 @@ if (setuptools.data.config.debugging === true) setuptools.app.uaTiming('mule', 'parseGifts', 'start', this.guid, false, setuptools.app.uaTimingAggregate); if (this.loginOnly === false && !this.opt('shrink')) this.dom.append($('
')); - if (Array.isArray(items) === true) { + if (Array.isArray(items) === true) { // items here refers to gifts var garr = []; while (items.length) { - while (items.length < 8) items.push("-1"); - garr.push(makechest(items, 'gifts')); - items = items.slice(8); - } - if (this.loginOnly === false && !this.opt('shrink')) maketable('gifts', garr, ((setuptools.data.config.giftChestWidth === 0) ? setuptools.data.config.rowlength : setuptools.data.config.giftChestWidth)).appendTo(this.dom); + // The makechest function itself doesn't take a width, + // it's assumed to be a single chest's content. + // The width is applied by maketable to the array of chests. + while (items.length < 8) items.push("-1"); // Ensure items has 8 elements for makechest + garr.push(makechest(items.slice(0, 8), 'gifts')); // makechest takes first 8 + items = items.slice(8); // Prepare for next chest + } + // Apply the new logic to the maketable call for gifts + if (this.loginOnly === false && !this.opt('shrink')) maketable('gifts', garr, ((setuptools.data.config.giftChestWidth === 0) ? currentMuleEffectiveROW : setuptools.data.config.giftChestWidth)).appendTo(this.dom); } if (setuptools.data.config.debugging === true) setuptools.app.uaTiming('mule', 'parseGifts', 'stop', this.guid); - } setuptools.app.uaTiming('mule', 'parse', 'stop', this.guid); @@ -2233,4 +2634,4 @@ window.Mule = Mule -})($, window); +})($, window); \ No newline at end of file diff --git a/lib/muledump/muledump.js b/lib/muledump/muledump.js index c2689c8f..8faf0916 100644 --- a/lib/muledump/muledump.js +++ b/lib/muledump/muledump.js @@ -49,7 +49,7 @@ setuptools.app.mulecrypt.init(function() { // update Muledump intro if ( setuptools.state.preview === false ) { - $('#intro > .version').html('Jakcodex [BR Update] / Muledump ' + ( ( setuptools.state.hosted === false ) ? 'Local' : 'Online' ) + ' v' + setuptools.version.major + '.' + setuptools.version.minor + '.' + setuptools.version.patch + ''); + $('#intro > .version').html('Jakcodex BR Update - TadusMod / Muledump ' + ( ( setuptools.state.hosted === false ) ? 'Local' : 'Online' ) + ' v' + setuptools.version.major + '.' + setuptools.version.minor + '.' + setuptools.version.patch + ''); } else { $('#intro > .version').text('Muledump is Ready'); } @@ -94,8 +94,6 @@ setuptools.app.mulecrypt.init(function() { setuptools.app.upgrade.version(); } - $('#vaultbuilderButton').on('click.vaultbuilderButton', setuptools.app.muledump.vaultbuilder.ui); - var modes = ['account', 'items']; $('#pagesearchButton > div').addClass(modes[setuptools.data.config.pagesearchMode]); @@ -158,11 +156,22 @@ setuptools.app.mulecrypt.init(function() { function relayout(doTotals) { if (mtimer) return; mtimer = setTimeout(function (doTotals) { + // ADD THIS CALL to ensure stageWidth is calculated during relayout + if (typeof setuptools === 'object' && + typeof setuptools.app === 'object' && + typeof setuptools.app.muledump === 'object' && + typeof setuptools.app.muledump.stageWidth === 'function' && + typeof window.stage !== 'undefined') { + setuptools.app.muledump.stageWidth(window.stage); + } + if ( doTotals !== false ) { window.update_totals(); window.update_filter(); } - if (!window.nomasonry) setuptools.tmp.masonry.layout(); + if (!window.nomasonry && setuptools.tmp.masonry) { // Ensure masonry object exists + setuptools.tmp.masonry.layout(); + } mtimer = 0; }, 0, doTotals); } diff --git a/lib/muledump/options.js b/lib/muledump/options.js index b7d4bedd..11b213e8 100644 --- a/lib/muledump/options.js +++ b/lib/muledump/options.js @@ -10,13 +10,16 @@ equipment: true, hpmp: true, inv: true, + petinv: true, + ssnlpetinv: true, vaults: true, - vaultlayout: '0', + spoils: true, + materials: true, stats: true, classstats: false, sttype: 'base', - pcstats: true, - goals: true, + pcstats: false, + goals: false, backpack: true, potions: true, gifts: false, @@ -43,10 +46,6 @@ var optionsCopy = JSON.parse(JSON.stringify(options)); // generate our list of available vault layouts from the default list - var AvailableVaultLayouts = {}; - for ( var i = 0; i < window.vaultorders.length; i++ ) - AvailableVaultLayouts[i] = window.vaultorders[i].layoutname; - var options_layout = { 'email': 'Email', 'accountName': 'Account Name', @@ -57,14 +56,15 @@ 'radio': ['chsort', {0: 'ID', 1: 'Base Fame', 2: 'Total Fame', 3: 'Base Exp', 4: 'Class', 5: 'Active Time', 6: 'Maxed Stats', 100: 'Custom'}] //7: 'Character Value', }, 'equipment': 'Equipment', - 'hpmp': 'HP/MP Pots', + 'hpmp': 'Quickslots', 'inv': 'Inventory', 'backpack': 'Backpacks', - 'vaults': { - 'label': 'Vaults', - 'radio': ['vaultlayout', AvailableVaultLayouts] - }, + 'vaults': 'Vaults', 'potions': 'Potion Storage', + 'petinv': 'Pet Inventory', + 'ssnlpetinv': 'SSNL Pet Inventory', + 'spoils': 'SSNL Spoils', + 'materials': 'Material Storage', 'gifts': 'Gift Chests', 'stats': { 'label': 'Character Stats', @@ -77,13 +77,12 @@ }, 'classstats': 'Class Stats', 'pcstats': 'Additional Stats', - 'goals': 'Achievement Progress', - 'wawawa': 'Wawawa\'s Progress Tracker', + 'goals': 'Achievement progress', 'shrink': 'Shrink Mules', }; var globalopts = { 'totals': 1, 'famefilter': 1, 'feedfilter': 1, 'sbfilter': 1, 'nonsbfilter': 1, 'utfilter': 1, 'stfilter': 1, 'wbfilter': 1 }; - var hiddenopts = { 'sttype': 1, 'fameamount': 1, 'feedpower': 1, 'vaultlayout': 1, 'chsort': 1, 'chsortchoice': 1, 'vaults': 1}; + var hiddenopts = { 'sttype': 1, 'fameamount': 1, 'feedpower': 1, 'chsort': 1, 'chsortchoice': 1, 'vaults': 1}; function gen_option(o, $targ, guid) { var opt = options_layout[o]; @@ -181,9 +180,6 @@ // update everything with single option function option_updated(o) { - // update vault layout option - if ( o === 'vaultlayout' ) window.vaultlayout = options.vaultlayout; - // update totals display on/off if (o === 'totals') { $('#totals').toggle(!!options.totals); diff --git a/lib/muledump/pcstats.js b/lib/muledump/pcstats.js index e8a60d58..291bad9d 100644 --- a/lib/muledump/pcstats.js +++ b/lib/muledump/pcstats.js @@ -1,206 +1,2369 @@ -var pcstatnames = { - 0: 'Shots', - 1: 'Damaging Shots', - 2: 'Ability Uses', - 3: 'Tiles Uncovered', +var STATTAGS = 'MaxHitPoints MaxMagicPoints Attack Defense Speed Dexterity HpRegen MpRegen'.split(' '); +var pcstats = { + 0: 'Shots fired', + 1: 'Hits', + 2: 'Ability uses', + 3: 'Tiles discovered', 4: 'Teleports', - 5: 'Potions Drunk', - 6: 'Monster Kills', - 7: 'Monster Assists', - 8: 'God Kills', - 9: 'God Assists', - 10: 'Cube Kills', - 11: 'Oryx Kills', - 12: 'Quests Completed', + 5: 'Potions drunk', + 6: 'Kills', + 7: 'Assists', + 8: 'God kills', + 9: 'Assists against Gods', + 10: 'Cube kills', + 11: 'Oryx kills', + 12: 'Quests completed', 13: 'Pirate Caves', 14: 'Undead Lairs', 15: 'Abyss of Demons', 16: 'Snake Pits', 17: 'Spider Dens', - 18: 'Sprites', - 19: 'Level Up Assists', - 20: 'Minutes Active', - 21: 'Tombs', - 22: 'Trenches', - 23: 'Jungles', - 24: 'Manors', + 18: 'Sprite Worlds', + 20: 'Minutes active', + 21: 'Tomb of the Ancients', + 22: 'Ocean Trenches', + 23: 'Forbidden Jungles', + 24: 'Manor of the Immortals', 25: 'Forest Mazes', - 26: 'LODs', - 27: 'Candylands', - 28: 'Cemeteries', - 29: 'Cave of Treasure', + 26: 'Lair of Draconis', + 27: 'Candyland Hunting Grounds', + 28: 'Haunted Cemeteries', + 29: 'Cave of A Thousand Treasures', 30: 'Mad Labs', - 31: 'Lockers', - //32, - //33, + 31: 'Davy Jones\' Lockers', 34: 'Ice Caves', - 35: 'Docks', - 36: 'Depths', - 37: 'Labyrinths', - 38: 'Battle For Nexus', - 39: 'Shatters', - 40: 'Belladonna', - 41: 'Theatres', - 42: 'Sewers', - 43: 'Hives', - 44: 'Mountain Temples', - 45: 'Nests', - 46: 'Hard LODs', + 35: 'Deadwater Docks', + 36: 'The Crawling Depths', + 37: 'Woodland Labyrinths', + 38: 'Battle for the Nexus', + 39: 'The Shatters', + 40: 'Belladonna\'s Garden', + 41: 'Puppet Master\'s Theatre', + 42: 'Toxic Sewers', + 43: 'The Hive', + 44: 'Mountain Temple', + 45: 'The Nest', 47: 'Lost Halls', 48: 'Cultist Hideouts', - 49: 'Voids', - 50: 'Encores', - 51: 'Shaitans', - 52: 'Chambers', + 49: 'The Void', + 50: 'Puppet Master\'s Encore', + 51: 'Lair of Shaitan', + 52: 'Parasite Chambers', 53: 'Magic Woods', - 54: 'Reefs', - 55: 'Thickets', - 56: 'Libraries', - 57: 'Fungal Caverns', - 58: 'Crystal Caverns', - 59: 'Ancient Ruins' + 54: 'Cnidarian Reef', + 55: 'Secluded Thicket', + 56: 'Cursed Library', + 57: 'Fungal Cavern', + 58: 'Crystal Cavern', + 59: 'Ancient Ruins', + 60: 'Dungeon types', + 61: 'Forax', + 62: 'Heroic Abyss of Demons', + 63: 'Heroic Undead Lair', + 64: 'High Tech Terror', + 65: 'Ice Tomb', + 66: 'Katalund', + 67: 'Mad God Mayhems', + 68: 'Malogia', + 69: 'Oryx\'s Castle', + 70: 'Oryx\'s Chamber', + 71: 'Oryx\'s Sanctuary', + 72: 'Rainbow Road', + 73: 'Santa Workshop', + 74: 'The Machine', + 75: 'Untaris', + 76: 'Wine Cellar', + 77: 'Party level-ups', + 78: 'Lesser Gods kills', + 79: 'Encounter kills', + 80: 'Hero kills', + 82: 'Critter kills', + 83: 'Beast kills', + 84: 'Humanoid kills', + 85: 'Undead kills', + 86: 'Nature kills', + 87: 'Construct kills', + 88: 'Grotesque kills', + 89: 'Structure kills', + 90: 'The Third Dimension', + 91: 'Beachzone', + 92: 'Hidden Interregnum', + 93: 'Sulfurous Wetlands', + 94: 'Kogbold Steamworks', + 95: 'Moonlight Village', + 96: 'Advanced Kogbold Steamworks', + 97: 'Advanced Nest', + 98: 'The Tavern', + 99: 'Queen Bunny Chamber', + 100: 'Stat Potions consumed', }; +var shortpcstats = { + 13: 'pcave', + 14: 'udl', + 15: 'abby', + 16: 'snake', + 17: 'spider', + 18: 'sprite', + 21: 'tomb', + 22: 'ot', + 23: 'jungle', + 24: 'manor', + 25: 'forest', + 26: 'lod', + 27: 'cland', + 28: 'cem', + 29: 'tcave', + 30: 'lab', + 31: 'davy', + 34: 'Ice Caves', + 35: 'ddocks', + 36: 'cdepths', + 37: 'wlab', + 38: 'bnex', + 39: 'shats', + 40: 'bella', + 41: 'pup', + 42: 'sew', + 43: 'hive', + 44: 'temple', + 45: 'nest', + 47: 'lh', + 48: 'cult', + 49: 'void', + 50: 'encore', + 51: 'shaitan', + 52: 'para', + 53: 'mwoods', + 54: 'reef', + 55: 'thicket', + 56: 'lib', + 57: 'fungal', + 58: 'crystal', + 59: 'ruins', + 61: 'Forax', + 62: 'habby', + 63: 'hudl', + 64: 'htt', + 65: 'Ice Tomb', + 66: 'Katalund', + 67: 'mgm', + 68: 'Malogia', + 69: 'castle', + 70: 'o1', + 71: 'o3', + 72: 'rroad', + 73: 'workshop', + 74: 'machine', + 75: 'Untaris', + 76: 'o2', + 90: '3d', + 91: 'Beachzone', + 92: 'interregnum', + 93: 'wetland', + 94: 'kog', + 95: 'mv', + 96: 'akog', + 97: 'anest', + 98: 'tavern', + 99: 'bunny' +}; +var tunnelrat = [13, 23, 17, 16, 18, 24, 14, 15, 22, 21]; + +var explosivejourney = [31, 30, 27, 28, 29, 26, 35, 37, 36, 39, 51, 40]; + +var travelofthedecade = [50, 42, 43, 44, 90, 45, 47, 48, 49, 54, 52, 53, 55, 56, 71, 59, 64, 93]; + +var firststeps = [13, 25, 23, 17, 42]; + +var kingofthemountains = [16, 18, 15, 43, 30, 53, 41, 28, 56, 59, 93]; + +var conqueroroftherealm = [31, 40, 26, 44, 90, 24, 21, 39, 45, 57, 58, 47, 94]; + +var enemyofthecourt = [51, 50, 54, 55, 64]; + +var epicbattles = [35, 37, 36, 45, 55]; + +var farout = [68, 75, 61, 66]; + +var heroofthenexus = [ + 13, 25, 17, 16, 23, 42, 59, 53, 18, 27, 29, 14, 15, 24, 41, 43, 56, 28, 30, + 52, 31, 44, 90, 26, 35, 37, 36, 24, 40, 21, 57, 58, 47, 48, 49, 93, 94, 69, + 51, 50, 54, 55, 64, 71, 72, 91 +]; + +var seasonsbeatins = [40, 67, 38, 73, 74, 68, 75, 61, 66, 72, 91]; + +var realmofthemadgod = [ + 13, 25, 17, 16, 23, 42, 59, 53, 18, 27, 29, 14, 15, 24, 41, 43, 56, 28, 30, + 52, 31, 44, 90, 26, 35, 37, 36, 24, 40, 21, 57, 58, 47, 48, 49, 93, 94, 69, + 51, 50, 54, 55, 64, 71, 72, 91 +]; +var bonuses = { + 'Ancestor': function (s, c, d) { + return (parseInt(d.Account.Stats.TotalFame) === 0) ? { mul: 0, add: 20 } : 0; + }, + 'Maxed': function (s, c, d) { + return 0; + var bonus = { mul: 0, add: 0 }; + var hasBonus = false; + + for (var t = 0; t < STATTAGS.length; t++) { + var stat = c[STATTAGS[t]] || 0; + var carrcl = classes[c.ObjectType]; + if (carrcl && parseInt(stat) === carrcl[3][t]) { + hasBonus = true; + if (STATTAGS[t] === 'MaxHitPoints' || STATTAGS[t] === 'MaxMagicPoints') { + bonus.mul += 0.05; + bonus.add += 200; + } else { + bonus.mul += 0.025; + bonus.add += 100; + } + } + } + + return hasBonus ? bonus : 0; + }, + 'life': function (s, c, d) { + var bonus = { mul: 0.05, add: 200 }; + var stat = c.MaxHitPoints || 0; + var carrcl = classes[c.ObjectType]; + + if (carrcl && parseInt(stat) === carrcl[3][STATTAGS.indexOf('MaxHitPoints')]) { + return bonus; + } else { + return 0; + } + }, + 'mana': function (s, c, d) { + var bonus = { mul: 0.05, add: 200 }; + var stat = c.MaxMagicPoints || 0; + var carrcl = classes[c.ObjectType]; + if (carrcl && parseInt(stat) === carrcl[3][STATTAGS.indexOf('MaxMagicPoints')]) { + return bonus; + } else { + return 0; + } + }, + 'attack': function (s, c, d) { + var bonus = { mul: 0.025, add: 100 }; + var stat = c.Attack || 0; + var carrcl = classes[c.ObjectType]; + if (carrcl && parseInt(stat) === carrcl[3][STATTAGS.indexOf('Attack')]) { + return bonus; + } else { + return 0; + } + }, + 'defense': function (s, c, d) { + var bonus = { mul: 0.025, add: 100 }; + var stat = c.Defense || 0; + var carrcl = classes[c.ObjectType]; + if (carrcl && parseInt(stat) === carrcl[3][STATTAGS.indexOf('Defense')]) { + return bonus; + } else { + return 0; + } + }, + 'speed': function (s, c, d) { + var bonus = { mul: 0.025, add: 100 }; + var stat = c.Speed || 0; + var carrcl = classes[c.ObjectType]; + if (carrcl && parseInt(stat) === carrcl[3][STATTAGS.indexOf('Speed')]) { + return bonus; + } else { + return 0; + } + }, + 'dexterity': function (s, c, d) { + var bonus = { mul: 0.025, add: 100 }; + var stat = c.Dexterity || 0; + var carrcl = classes[c.ObjectType]; + + if (carrcl && parseInt(stat) === carrcl[3][STATTAGS.indexOf('Dexterity')]) { + return bonus; + } else { + return 0; + } + }, + 'vit': function (s, c, d) { + var bonus = { mul: 0.025, add: 100 }; + var stat = c.HpRegen || 0; + var carrcl = classes[c.ObjectType]; + if (carrcl && parseInt(stat) === carrcl[3][STATTAGS.indexOf('HpRegen')]) { + return bonus; + } else { + return 0; + } + }, + 'wis': function (s, c, d) { + var bonus = { mul: 0.025, add: 100 }; + var stat = c.MpRegen || 0; + var carrcl = classes[c.ObjectType]; + if (carrcl && parseInt(stat) === carrcl[3][STATTAGS.indexOf('MpRegen')]) { + return bonus; + } else { + return 0; + } + }, + 'Cartography': function (s) { + var tiles = s[3]; + var bonus = 0; + + if (tiles >= 25000000) { + bonus += Math.floor(tiles / 25000000) * 2500; + } + if (tiles >= 10000000) { + bonus += 1000; + } + if (tiles >= 4000000) { + bonus += 400; + } + if (tiles >= 1000000) { + bonus += 100; + } + if (tiles >= 200000) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'QuestCompletes': function (s) { + var quests = s[12]; + var bonus = 0; + + if (quests >= 2000) { + bonus += Math.floor(quests / 2000) * 5000; + } + if (quests >= 1000) { + bonus += 2000; + } + if (quests >= 400) { + bonus += 800; + } + if (quests >= 100) { + bonus += 200; + } + if (quests >= 25) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'EnemyHit': function (s) { + var hits = s[1]; + var bonus = 0; + + if (hits >= 2000000) { + bonus += Math.floor(hits / 2000000) * 2500; + } + if (hits >= 800000) { + bonus += 1000; + } + if (hits >= 200000) { + bonus += 400; + } + if (hits >= 40000) { + bonus += 100; + } + if (hits >= 8000) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'PartyLevelUps': function (s) { + var levelUps = s[77]; + var bonus = 0; + + if (levelUps >= 1000) { + bonus += Math.floor(levelUps / 1000) * 1000; + } + if (levelUps >= 400) { + bonus += 400; + } + if (levelUps >= 100) { + bonus += 200; + } + if (levelUps >= 50) { + bonus += 50; + } + if (levelUps >= 25) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'PotionDrinker': function (s) { + var potions = s[5]; + var bonus = 0; + + if (potions >= 2000) { + bonus += Math.floor(potions / 2000) * 1000; + } + if (potions >= 1000) { + bonus += 400; + } + if (potions >= 400) { + bonus += 200; + } + if (potions >= 100) { + bonus += 50; + } + if (potions >= 25) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'AbilityUse': function (s) { + var abilities = s[2]; + var bonus = 0; + + if (abilities >= 25000) { + bonus += Math.floor(abilities / 25000) * 1000; + } + if (abilities >= 10000) { + bonus += 400; + } + if (abilities >= 2500) { + bonus += 200; + } + if (abilities >= 500) { + bonus += 50; + } + if (abilities >= 100) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'Teleports': function (s) { + var teleports = s[4]; + var bonus = 0; + + if (teleports >= 2500) { + bonus += Math.floor(teleports / 2500) * 1000; + } + if (teleports >= 1000) { + bonus += 400; + } + if (teleports >= 500) { + bonus += 200; + } + if (teleports >= 200) { + bonus += 50; + } + if (teleports >= 50) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'MonsterKills': function (s) { + var kills = s[6]; // replace monsterKillIndex with the actual index for monster kills in s + var bonus = 0; + + if (kills >= 100000) { + bonus += Math.floor(kills / 100000) * 1000; + } + if (kills >= 50000) { + bonus += 400; + } + if (kills >= 10000) { + bonus += 200; + } + if (kills >= 5000) { + bonus += 50; + } + if (kills >= 2000) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'GodKills': function (s) { + var godKills = s[8]; // replace godKillIndex with the actual index for god kills in s + var bonus = 0; + + if (godKills >= 50000) { + bonus += Math.floor(godKills / 50000) * 2500; + } + if (godKills >= 10000) { + bonus += 1000; + } + if (godKills >= 5000) { + bonus += 400; + } + if (godKills >= 1000) { + bonus += 100; + } + if (godKills >= 200) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'LesserGodKills': function (s) { + var lesserGodKills = s[78]; // replace lesserGodKillIndex with the actual index for lesser god kills in s + var bonus = 0; + + if (lesserGodKills >= 25000) { + bonus += Math.floor(lesserGodKills / 25000) * 2500; + } + if (lesserGodKills >= 5000) { + bonus += 1000; + } + if (lesserGodKills >= 2000) { + bonus += 400; + } + if (lesserGodKills >= 500) { + bonus += 100; + } + if (lesserGodKills >= 100) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'OryxKills': function (s) { + var oryxKills = s[11]; // replace oryxKillIndex with the actual index for Oryx kills in s + var bonus = 0; + + if (oryxKills >= 500) { + bonus += Math.floor(oryxKills / 500) * 8000; + } + if (oryxKills >= 250) { + bonus += 3000; + } + if (oryxKills >= 100) { + bonus += 1000; + } + if (oryxKills >= 20) { + bonus += 500; + } + if (oryxKills >= 1) { + bonus += 200; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'EncounterKills': function (s) { + var encounterKills = s[79]; // replace encounterKillIndex with the actual index for encounter kills in s + var bonus = 0; + + if (encounterKills >= 1250) { + bonus += Math.floor(encounterKills / 1250) * 5000; + } + if (encounterKills >= 500) { + bonus += 2000; + } + if (encounterKills >= 200) { + bonus += 800; + } + if (encounterKills >= 50) { + bonus += 200; + } + if (encounterKills >= 5) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'HeroKills': function (s) { + var heroKills = s[80]; // replace heroKillIndex with the actual index for hero kills in s + var bonus = 0; + + if (heroKills >= 2500) { + bonus += Math.floor(heroKills / 2500) * 2500; + } + if (heroKills >= 1250) { + bonus += 1000; + } + if (heroKills >= 500) { + bonus += 400; + } + if (heroKills >= 100) { + bonus += 100; + } + if (heroKills >= 5) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'CubeKills': function (s) { + var cubeKills = s[10]; // replace cubeKillIndex with the actual index for cube kills in s + var bonus = 0; + + if (cubeKills >= 50000) { + bonus += Math.floor(cubeKills / 50000) * 2500; + } + if (cubeKills >= 10000) { + bonus += 1000; + } + if (cubeKills >= 5000) { + bonus += 400; + } + if (cubeKills >= 1000) { + bonus += 100; + } + if (cubeKills >= 200) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'CritterKills': function (s) { + var critterKills = s[82]; // Replace critterKillIndex with the actual index for critter kills in s + var bonus = 0; + + if (critterKills >= 50000) { + bonus += Math.floor(critterKills / 50000) * 2500; + } + if (critterKills >= 10000) { + bonus += 1000; + } + if (critterKills >= 5000) { + bonus += 400; + } + if (critterKills >= 1000) { + bonus += 100; + } + if (critterKills >= 200) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'BeastKills': function (s) { + var beastKills = s[83]; // Replace beastKillIndex with the actual index for beast kills in s + var bonus = 0; + + if (beastKills >= 50000) { + bonus += Math.floor(beastKills / 50000) * 2500; + } + if (beastKills >= 10000) { + bonus += 1000; + } + if (beastKills >= 5000) { + bonus += 400; + } + if (beastKills >= 1000) { + bonus += 100; + } + if (beastKills >= 200) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'HumanoidKills': function (s) { + var humanoidKills = s[84]; // Replace humanoidKillIndex with the actual index for humanoid kills in s + var bonus = 0; + + if (humanoidKills >= 50000) { + bonus += Math.floor(humanoidKills / 50000) * 2500; + } + if (humanoidKills >= 10000) { + bonus += 1000; + } + if (humanoidKills >= 5000) { + bonus += 400; + } + if (humanoidKills >= 1000) { + bonus += 100; + } + if (humanoidKills >= 200) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'UndeadKills': function (s) { + var undeadKills = s[85]; // Replace undeadKillIndex with the actual index for undead kills in s + var bonus = 0; + + if (undeadKills >= 50000) { + bonus += Math.floor(undeadKills / 50000) * 2500; + } + if (undeadKills >= 10000) { + bonus += 1000; + } + if (undeadKills >= 5000) { + bonus += 400; + } + if (undeadKills >= 1000) { + bonus += 100; + } + if (undeadKills >= 200) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'NatureKills': function (s) { + var natureKills = s[86]; // Replace natureKillIndex with the actual index for nature kills in s + var bonus = 0; + + if (natureKills >= 50000) { + bonus += Math.floor(natureKills / 50000) * 2500; + } + if (natureKills >= 10000) { + bonus += 1000; + } + if (natureKills >= 5000) { + bonus += 400; + } + if (natureKills >= 1000) { + bonus += 100; + } + if (natureKills >= 200) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'ConstructKills': function (s) { + var constructKills = s[87]; // Replace constructKillIndex with the actual index for construct kills in s + var bonus = 0; + + if (constructKills >= 50000) { + bonus += Math.floor(constructKills / 50000) * 2500; + } + if (constructKills >= 10000) { + bonus += 1000; + } + if (constructKills >= 5000) { + bonus += 400; + } + if (constructKills >= 1000) { + bonus += 100; + } + if (constructKills >= 200) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'GrotesqueKills': function (s) { + var grotesqueKills = s[88]; // Replace grotesqueKillIndex with the actual index for grotesque kills in s + var bonus = 0; + + if (grotesqueKills >= 50000) { + bonus += Math.floor(grotesqueKills / 50000) * 2500; + } + if (grotesqueKills >= 10000) { + bonus += 1000; + } + if (grotesqueKills >= 5000) { + bonus += 400; + } + if (grotesqueKills >= 1000) { + bonus += 100; + } + if (grotesqueKills >= 200) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'StructureKills': function (s) { + var structureKills = s[89]; // Replace structureKillIndex with the actual index for structure kills in s + var bonus = 0; + + if (structureKills >= 50000) { + bonus += Math.floor(structureKills / 50000) * 2500; + } + if (structureKills >= 10000) { + bonus += 1000; + } + if (structureKills >= 5000) { + bonus += 400; + } + if (structureKills >= 1000) { + bonus += 100; + } + if (structureKills >= 200) { + bonus += 20; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'PirateCaves': function (s) { + var pirateCaves = s[13]; // Replace 45 with the actual index for Pirate Caves in s + var bonus = 0; + + if (pirateCaves >= 100) { + bonus += Math.floor(pirateCaves / 100) * 60; + } + if (pirateCaves >= 40) { + bonus += 20; + } + if (pirateCaves >= 20) { + bonus += 10; + } + if (pirateCaves >= 10) { + bonus += 5; + } + if (pirateCaves >= 1) { + bonus += 2; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'ForestMazes': function (s) { + var forestMazes = s[25]; // Replace 45 with the actual index for Forest Mazes in s + var bonus = 0; + + if (forestMazes >= 100) { + bonus += Math.floor(forestMazes / 100) * 60; + } + if (forestMazes >= 40) { + bonus += 20; + } + if (forestMazes >= 20) { + bonus += 10; + } + if (forestMazes >= 10) { + bonus += 5; + } + if (forestMazes >= 1) { + bonus += 2; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'ForbiddenJungles': function (s) { + var forbiddenJungles = s[23]; // Replace 45 with the actual index for Forbidden Jungles in s + var bonus = 0; + + if (forbiddenJungles >= 100) { + bonus += Math.floor(forbiddenJungles / 100) * 80; + } + if (forbiddenJungles >= 40) { + bonus += 30; + } + if (forbiddenJungles >= 20) { + bonus += 15; + } + if (forbiddenJungles >= 10) { + bonus += 8; + } + if (forbiddenJungles >= 1) { + bonus += 4; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'TheHive': function (s) { + var theHive = s[43]; // Replace 45 with the actual index for The Hive in s + var bonus = 0; + + if (theHive >= 100) { + bonus += Math.floor(theHive / 100) * 80; + } + if (theHive >= 40) { + bonus += 30; + } + if (theHive >= 20) { + bonus += 15; + } + if (theHive >= 10) { + bonus += 8; + } + if (theHive >= 1) { + bonus += 4; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'SpiderDen': function (s) { + var spiderDen = s[17]; + var bonus = 0; + + if (spiderDen >= 100) { + bonus += Math.floor(spiderDen / 100) * 100; + } + if (spiderDen >= 40) { + bonus += 40; + } + if (spiderDen >= 20) { + bonus += 20; + } + if (spiderDen >= 10) { + bonus += 10; + } + if (spiderDen >= 1) { + bonus += 5; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'AncientRuins': function (s) { + var ancientRuins = s[59]; + var bonus = 0; + + if (ancientRuins >= 100) { + bonus += Math.floor(ancientRuins / 100) * 800; + } + if (ancientRuins >= 40) { + bonus += 300; + } + if (ancientRuins >= 20) { + bonus += 150; + } + if (ancientRuins >= 10) { + bonus += 80; + } + if (ancientRuins >= 1) { + bonus += 40; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'SnakePit': function (s) { + var snakePit = s[16]; + var bonus = 0; + + if (snakePit >= 100) { + bonus += Math.floor(snakePit / 100) * 500; + } + if (snakePit >= 40) { + bonus += 200; + } + if (snakePit >= 20) { + bonus += 100; + } + if (snakePit >= 10) { + bonus += 50; + } + if (snakePit >= 1) { + bonus += 25; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'SpriteWorld': function (s) { + var spriteWorld = s[18]; + var bonus = 0; + + if (spriteWorld >= 100) { + bonus += Math.floor(spriteWorld / 100) * 500; + } + if (spriteWorld >= 40) { + bonus += 200; + } + if (spriteWorld >= 20) { + bonus += 100; + } + if (spriteWorld >= 10) { + bonus += 50; + } + if (spriteWorld >= 1) { + bonus += 25; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'MagicWoods': function (s) { + var magicWoods = s[53]; + var bonus = 0; + + if (magicWoods >= 100) { + bonus += Math.floor(magicWoods / 100) * 700; + } + if (magicWoods >= 40) { + bonus += 280; + } + if (magicWoods >= 20) { + bonus += 140; + } + if (magicWoods >= 10) { + bonus += 70; + } + if (magicWoods >= 1) { + bonus += 35; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'UndeadLair': function (s) { + var undeadLair = s[14]; + var bonus = 0; + + if (undeadLair >= 100) { + bonus += Math.floor(undeadLair / 100) * 700; + } + if (undeadLair >= 40) { + bonus += 280; + } + if (undeadLair >= 20) { + bonus += 140; + } + if (undeadLair >= 10) { + bonus += 70; + } + if (undeadLair >= 1) { + bonus += 35; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'AbyssOfDemons': function (s) { + var abyssOfDemons = s[15]; + var bonus = 0; + + if (abyssOfDemons >= 100) { + bonus += Math.floor(abyssOfDemons / 100) * 800; + } + if (abyssOfDemons >= 40) { + bonus += 300; + } + if (abyssOfDemons >= 20) { + bonus += 150; + } + if (abyssOfDemons >= 10) { + bonus += 80; + } + if (abyssOfDemons >= 1) { + bonus += 40; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'CursedLibrary': function (s) { + var cursedLibrary = s[56]; + var bonus = 0; + + if (cursedLibrary >= 100) { + bonus += Math.floor(cursedLibrary / 100) * 1000; + } + if (cursedLibrary >= 40) { + bonus += 400; + } + if (cursedLibrary >= 20) { + bonus += 200; + } + if (cursedLibrary >= 10) { + bonus += 100; + } + if (cursedLibrary >= 1) { + bonus += 50; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'ToxicSewers': function (s) { + var toxicSewers = s[42]; + var bonus = 0; + + if (toxicSewers >= 100) { + bonus += Math.floor(toxicSewers / 100) * 800; + } + if (toxicSewers >= 40) { + bonus += 300; + } + if (toxicSewers >= 20) { + bonus += 150; + } + if (toxicSewers >= 10) { + bonus += 80; + } + if (toxicSewers >= 1) { + bonus += 40; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'MadLab': function (s) { + var madLab = s[30]; + var bonus = 0; + + if (madLab >= 100) { + bonus += Math.floor(madLab / 100) * 1000; + } + if (madLab >= 40) { + bonus += 400; + } + if (madLab >= 20) { + bonus += 200; + } + if (madLab >= 10) { + bonus += 100; + } + if (madLab >= 1) { + bonus += 50; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'PuppetMastersTheatre': function (s) { + var puppetMastersTheatre = s[41]; + var bonus = 0; + + if (puppetMastersTheatre >= 100) { + bonus += Math.floor(puppetMastersTheatre / 100) * 800; + } + if (puppetMastersTheatre >= 40) { + bonus += 300; + } + if (puppetMastersTheatre >= 20) { + bonus += 150; + } + if (puppetMastersTheatre >= 10) { + bonus += 80; + } + if (puppetMastersTheatre >= 1) { + bonus += 40; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'ManorOfTheImmortals': function (s) { + var manorOfTheImmortals = s[24]; + var bonus = 0; + + if (manorOfTheImmortals >= 100) { + bonus += Math.floor(manorOfTheImmortals / 100) * 800; + } + if (manorOfTheImmortals >= 40) { + bonus += 300; + } + if (manorOfTheImmortals >= 20) { + bonus += 150; + } + if (manorOfTheImmortals >= 10) { + bonus += 80; + } + if (manorOfTheImmortals >= 1) { + bonus += 40; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'HauntedCemetery': function (s) { + var hauntedCemetery = s[28]; + var bonus = 0; + + if (hauntedCemetery >= 100) { + bonus += Math.floor(hauntedCemetery / 100) * 1200; + } + if (hauntedCemetery >= 40) { + bonus += 500; + } + if (hauntedCemetery >= 20) { + bonus += 250; + } + if (hauntedCemetery >= 10) { + bonus += 120; + } + if (hauntedCemetery >= 1) { + bonus += 60; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'CaveOfAThousandTreasures': function (s) { + var caveOfAThousandTreasures = s[29]; + var bonus = 0; + + if (caveOfAThousandTreasures >= 100) { + bonus += Math.floor(caveOfAThousandTreasures / 100) * 1200; + } + if (caveOfAThousandTreasures >= 40) { + bonus += 500; + } + if (caveOfAThousandTreasures >= 20) { + bonus += 250; + } + if (caveOfAThousandTreasures >= 10) { + bonus += 120; + } + if (caveOfAThousandTreasures >= 1) { + bonus += 60; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'CandylandHuntingGrounds': function (s) { + var candylandHuntingGrounds = s[27]; + var bonus = 0; + + if (candylandHuntingGrounds >= 100) { + bonus += Math.floor(candylandHuntingGrounds / 100) * 1200; + } + if (candylandHuntingGrounds >= 40) { + bonus += 500; + } + if (candylandHuntingGrounds >= 20) { + bonus += 250; + } + if (candylandHuntingGrounds >= 10) { + bonus += 120; + } + if (candylandHuntingGrounds >= 1) { + bonus += 60; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'ParasiteChambers': function (s) { + var parasiteChambers = s[52]; + var bonus = 0; + + if (parasiteChambers >= 100) { + bonus += Math.floor(parasiteChambers / 100) * 3000; + } + if (parasiteChambers >= 40) { + bonus += 1200; + } + if (parasiteChambers >= 20) { + bonus += 600; + } + if (parasiteChambers >= 10) { + bonus += 300; + } + if (parasiteChambers >= 1) { + bonus += 150; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'DeadwaterDocks': function (s) { + var deadwaterDocks = s[35]; + var bonus = 0; + + if (deadwaterDocks >= 100) { + bonus += Math.floor(deadwaterDocks / 100) * 2000; + } + if (deadwaterDocks >= 40) { + bonus += 800; + } + if (deadwaterDocks >= 20) { + bonus += 400; + } + if (deadwaterDocks >= 10) { + bonus += 200; + } + if (deadwaterDocks >= 1) { + bonus += 100; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'WoodlandLabyrinth': function (s) { + var woodlandLabyrinth = s[37]; + var bonus = 0; + + if (woodlandLabyrinth >= 100) { + bonus += Math.floor(woodlandLabyrinth / 100) * 2000; + } + if (woodlandLabyrinth >= 40) { + bonus += 800; + } + if (woodlandLabyrinth >= 20) { + bonus += 400; + } + if (woodlandLabyrinth >= 10) { + bonus += 200; + } + if (woodlandLabyrinth >= 1) { + bonus += 100; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'TheCrawlingDepths': function (s) { + var theCrawlingDepths = s[36]; + var bonus = 0; + + if (theCrawlingDepths >= 100) { + bonus += Math.floor(theCrawlingDepths / 100) * 2000; + } + if (theCrawlingDepths >= 40) { + bonus += 800; + } + if (theCrawlingDepths >= 20) { + bonus += 400; + } + if (theCrawlingDepths >= 10) { + bonus += 200; + } + if (theCrawlingDepths >= 1) { + bonus += 100; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'SulfurousWetlands': function (s) { + var sulfurousWetlands = s[93]; + var bonus = 0; + + if (sulfurousWetlands >= 100) { + bonus += Math.floor(sulfurousWetlands / 100) * 2000; + } + if (sulfurousWetlands >= 40) { + bonus += 800; + } + if (sulfurousWetlands >= 20) { + bonus += 400; + } + if (sulfurousWetlands >= 10) { + bonus += 200; + } + if (sulfurousWetlands >= 1) { + bonus += 100; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'DavyJonesLocker': function (s) { + var davyJonesLocker = s[31]; + var bonus = 0; + + if (davyJonesLocker >= 100) { + bonus += Math.floor(davyJonesLocker / 100) * 2000; + } + if (davyJonesLocker >= 40) { + bonus += 800; + } + if (davyJonesLocker >= 20) { + bonus += 400; + } + if (davyJonesLocker >= 10) { + bonus += 200; + } + if (davyJonesLocker >= 1) { + bonus += 100; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'MountainTemple': function (s) { + var mountainTemple = s[44]; + var bonus = 0; + + if (mountainTemple >= 100) { + bonus += Math.floor(mountainTemple / 100) * 3000; + } + if (mountainTemple >= 40) { + bonus += 1200; + } + if (mountainTemple >= 20) { + bonus += 600; + } + if (mountainTemple >= 10) { + bonus += 300; + } + if (mountainTemple >= 1) { + bonus += 150; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'LairOfDraconis': function (s) { + var lairOfDraconis = s[26]; + var bonus = 0; + + if (lairOfDraconis >= 100) { + bonus += Math.floor(lairOfDraconis / 100) * 3500; + } + if (lairOfDraconis >= 40) { + bonus += 1400; + } + if (lairOfDraconis >= 20) { + bonus += 700; + } + if (lairOfDraconis >= 10) { + bonus += 350; + } + if (lairOfDraconis >= 1) { + bonus += 175; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'TheThirdDimension': function (s) { + var theThirdDimension = s[90]; + var bonus = 0; + + if (theThirdDimension >= 100) { + bonus += Math.floor(theThirdDimension / 100) * 3000; + } + if (theThirdDimension >= 40) { + bonus += 1200; + } + if (theThirdDimension >= 20) { + bonus += 600; + } + if (theThirdDimension >= 10) { + bonus += 300; + } + if (theThirdDimension >= 1) { + bonus += 150; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'IceCave': function (s) { + var iceCave = s[34]; + var bonus = 0; + + if (iceCave >= 100) { + bonus += Math.floor(iceCave / 100) * 2500; + } + if (iceCave >= 40) { + bonus += 1000; + } + if (iceCave >= 20) { + bonus += 500; + } + if (iceCave >= 10) { + bonus += 250; + } + if (iceCave >= 1) { + bonus += 120; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'OceanTrench': function (s) { + var oceanTrench = s[22]; + var bonus = 0; + + if (oceanTrench >= 100) { + bonus += Math.floor(oceanTrench / 100) * 3500; + } + if (oceanTrench >= 40) { + bonus += 1400; + } + if (oceanTrench >= 20) { + bonus += 700; + } + if (oceanTrench >= 10) { + bonus += 350; + } + if (oceanTrench >= 1) { + bonus += 175; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'TombOfTheAncients': function (s) { + var tombOfTheAncients = s[21]; + var bonus = 0; + + if (tombOfTheAncients >= 100) { + bonus += Math.floor(tombOfTheAncients / 100) * 4000; + } + if (tombOfTheAncients >= 40) { + bonus += 1600; + } + if (tombOfTheAncients >= 20) { + bonus += 800; + } + if (tombOfTheAncients >= 10) { + bonus += 400; + } + if (tombOfTheAncients >= 1) { + bonus += 200; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'TheShatters': function (s) { + var theShatters = s[39]; + var bonus = 0; + + if (theShatters >= 100) { + bonus += Math.floor(theShatters / 100) * 10000; + } + if (theShatters >= 40) { + bonus += 4000; + } + if (theShatters >= 20) { + bonus += 2000; + } + if (theShatters >= 10) { + bonus += 1000; + } + if (theShatters >= 1) { + bonus += 500; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'TheNest': function (s) { + var theNest = s[45]; + var bonus = 0; + + if (theNest >= 100) { + bonus += Math.floor(theNest / 100) * 4000; + } + if (theNest >= 40) { + bonus += 1600; + } + if (theNest >= 20) { + bonus += 800; + } + if (theNest >= 10) { + bonus += 400; + } + if (theNest >= 1) { + bonus += 200; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'FungalCavern': function (s) { + var fungalCavern = s[57]; + var bonus = 0; + + if (fungalCavern >= 100) { + bonus += Math.floor(fungalCavern / 100) * 5000; + } + if (fungalCavern >= 40) { + bonus += 2000; + } + if (fungalCavern >= 20) { + bonus += 1000; + } + if (fungalCavern >= 10) { + bonus += 500; + } + if (fungalCavern >= 1) { + bonus += 250; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'CrystalCavern': function (s) { + var crystalCavern = s[58]; + var bonus = 0; + + if (crystalCavern >= 100) { + bonus += Math.floor(crystalCavern / 100) * 6000; + } + if (crystalCavern >= 40) { + bonus += 2400; + } + if (crystalCavern >= 20) { + bonus += 1200; + } + if (crystalCavern >= 10) { + bonus += 600; + } + if (crystalCavern >= 1) { + bonus += 300; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'LostHalls': function (s) { + var lostHalls = s[47]; + var bonus = 0; + + if (lostHalls >= 100) { + bonus += Math.floor(lostHalls / 100) * 6000; + } + if (lostHalls >= 40) { + bonus += 2400; + } + if (lostHalls >= 20) { + bonus += 1200; + } + if (lostHalls >= 10) { + bonus += 600; + } + if (lostHalls >= 1) { + bonus += 300; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'CultistHideout': function (s) { + var cultistHideout = s[48]; + var bonus = 0; + + if (cultistHideout >= 100) { + bonus += Math.floor(cultistHideout / 100) * 7000; + } + if (cultistHideout >= 40) { + bonus += 3000; + } + if (cultistHideout >= 20) { + bonus += 1500; + } + if (cultistHideout >= 10) { + bonus += 700; + } + if (cultistHideout >= 1) { + bonus += 350; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'TheVoid': function (s) { + var theVoid = s[49]; + var bonus = 0; + + if (theVoid >= 100) { + bonus += Math.floor(theVoid / 100) * 8000; + } + if (theVoid >= 40) { + bonus += 3200; + } + if (theVoid >= 20) { + bonus += 1600; + } + if (theVoid >= 10) { + bonus += 800; + } + if (theVoid >= 1) { + bonus += 400; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'KogboldSteamworks': function (s) { + var kogboldSteamworks = s[94]; + var bonus = 0; -var shortdungeonnames = { // sorted by "tier" - 13: 'Pirate', - 23: 'Jungle', - 17: 'Spider', - 16: 'Snake', - 18: 'Sprite', - 24: 'Manor', - 14: 'UDL', - 15: 'Abyss', - 22: 'Trench', - 21: 'Tomb' -}; + if (kogboldSteamworks >= 100) { + bonus += Math.floor(kogboldSteamworks / 100) * 8000; + } + if (kogboldSteamworks >= 40) { + bonus += 3200; + } + if (kogboldSteamworks >= 20) { + bonus += 1600; + } + if (kogboldSteamworks >= 10) { + bonus += 800; + } + if (kogboldSteamworks >= 1) { + bonus += 400; + } -var bonuses = { - 'Ancestor': function(s, c, d) { - return (parseInt(d.Account.Stats.TotalFame) === 0) ? {mul: 0.1, add: 20} : 0; + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'MoonlightVillage': function (s) { + var moonlightVillage = s[95]; + var bonus = 0; + + if (moonlightVillage >= 100) { + bonus += Math.floor(moonlightVillage / 100) * 6000; + } + if (moonlightVillage >= 40) { + bonus += 2400; + } + if (moonlightVillage >= 20) { + bonus += 1200; + } + if (moonlightVillage >= 10) { + bonus += 600; + } + if (moonlightVillage >= 1) { + bonus += 300; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'AdvancedKogboldSteamworks': function (s) { + var advancedKogboldSteamworks = s[96]; + var bonus = 0; + + if (advancedKogboldSteamworks >= 100) { + bonus += Math.floor(advancedKogboldSteamworks / 100) * 8000; + } + if (advancedKogboldSteamworks >= 40) { + bonus += 3200; + } + if (advancedKogboldSteamworks >= 20) { + bonus += 1600; + } + if (advancedKogboldSteamworks >= 10) { + bonus += 800; + } + if (advancedKogboldSteamworks >= 1) { + bonus += 400; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'AdvancedNest': function (s) { + var advancedNest = s[97]; + var bonus = 0; + + if (advancedNest >= 100) { + bonus += Math.floor(advancedNest / 100) * 4000; + } + if (advancedNest >= 40) { + bonus += 1600; + } + if (advancedNest >= 20) { + bonus += 800; + } + if (advancedNest >= 10) { + bonus += 400; + } + if (advancedNest >= 1) { + bonus += 200; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'TheTavern': function (s) { + var theTavern = s[98]; + var bonus = 0; + + if (theTavern >= 100) { + bonus += Math.floor(theTavern / 100) * 3000; + } + if (theTavern >= 40) { + bonus += 1200; + } + if (theTavern >= 20) { + bonus += 600; + } + if (theTavern >= 10) { + bonus += 300; + } + if (theTavern >= 1) { + bonus += 150; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'OryxsCastle': function (s) { + var oryxsCastle = s[69]; + var bonus = 0; + + if (oryxsCastle >= 100) { + bonus += Math.floor(oryxsCastle / 100) * 2000; + } + if (oryxsCastle >= 40) { + bonus += 800; + } + if (oryxsCastle >= 20) { + bonus += 400; + } + if (oryxsCastle >= 10) { + bonus += 200; + } + if (oryxsCastle >= 1) { + bonus += 100; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'LairOfShaitan': function (s) { + var lairOfShaitan = s[51]; + var bonus = 0; + + if (lairOfShaitan >= 100) { + bonus += Math.floor(lairOfShaitan / 100) * 2000; + } + if (lairOfShaitan >= 40) { + bonus += 800; + } + if (lairOfShaitan >= 20) { + bonus += 400; + } + if (lairOfShaitan >= 10) { + bonus += 200; + } + if (lairOfShaitan >= 1) { + bonus += 100; + } + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'PuppetMastersEncore': function (s) { + var puppetMastersEncore = s[50]; + var bonus = 0; + + if (puppetMastersEncore >= 100) { + bonus += Math.floor(puppetMastersEncore / 100) * 2000; + } + if (puppetMastersEncore >= 40) { + bonus += 800; + } + if (puppetMastersEncore >= 20) { + bonus += 400; + } + if (puppetMastersEncore >= 10) { + bonus += 200; + } + if (puppetMastersEncore >= 1) { + bonus += 100; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Legacy Builder': function(s, c, d) { - // 0.1 + 'CnidarianReef': function (s) { + var cnidarianReef = s[54]; + var bonus = 0; + + if (cnidarianReef >= 100) { + bonus += Math.floor(cnidarianReef / 100) * 2000; + } + if (cnidarianReef >= 40) { + bonus += 800; + } + if (cnidarianReef >= 20) { + bonus += 400; + } + if (cnidarianReef >= 10) { + bonus += 200; + } + if (cnidarianReef >= 1) { + bonus += 100; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Pacifist': function(s) { - return s[1] ? 0 : 0.25; + 'SecludedThicket': function (s) { + var secludedThicket = s[55]; + var bonus = 0; + + if (secludedThicket >= 100) { + bonus += Math.floor(secludedThicket / 100) * 2500; + } + if (secludedThicket >= 40) { + bonus += 1000; + } + if (secludedThicket >= 20) { + bonus += 500; + } + if (secludedThicket >= 10) { + bonus += 250; + } + if (secludedThicket >= 1) { + bonus += 125; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Thirsty': function(s) { - return s[5] ? 0 : 0.25; + 'HighTechTerror': function (s) { + var highTechTerror = s[64]; + var bonus = 0; + + if (highTechTerror >= 100) { + bonus += Math.floor(highTechTerror / 100) * 2500; + } + if (highTechTerror >= 40) { + bonus += 1000; + } + if (highTechTerror >= 20) { + bonus += 500; + } + if (highTechTerror >= 10) { + bonus += 250; + } + if (highTechTerror >= 1) { + bonus += 125; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Mundane': function(s) { - return s[2] ? 0 : 0.25; + 'OryxsChamber': function (s) { + var oryxsChamber = s[70]; + var bonus = 0; + + if (oryxsChamber >= 100) { + bonus += Math.floor(oryxsChamber / 100) * 2500; + } + if (oryxsChamber >= 40) { + bonus += 1000; + } + if (oryxsChamber >= 20) { + bonus += 500; + } + if (oryxsChamber >= 10) { + bonus += 250; + } + if (oryxsChamber >= 1) { + bonus += 125; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Boots on the Ground': function(s) { - return s[4] ? 0 : 0.25; + 'WineCellar': function (s) { + var wineCellar = s[76]; + var bonus = 0; + + if (wineCellar >= 100) { + bonus += Math.floor(wineCellar / 100) * 4000; + } + if (wineCellar >= 40) { + bonus += 1600; + } + if (wineCellar >= 20) { + bonus += 800; + } + if (wineCellar >= 10) { + bonus += 400; + } + if (wineCellar >= 1) { + bonus += 200; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Tunnel Rat': function(s) { - for (var i in shortdungeonnames) if (!s[i]) return 0; - return 0.1; + 'OryxsSanctuary': function (s) { + var oryxsSanctuary = s[71]; + var bonus = 0; + + if (oryxsSanctuary >= 100) { + bonus += Math.floor(oryxsSanctuary / 100) * 10000; + } + if (oryxsSanctuary >= 40) { + bonus += 4000; + } + if (oryxsSanctuary >= 20) { + bonus += 2000; + } + if (oryxsSanctuary >= 10) { + bonus += 1000; + } + if (oryxsSanctuary >= 1) { + bonus += 500; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Enemy of the Gods': function(s) { - return (s[8] / (s[6] + s[8]) > 0.1) ? 0.1 : 0; + 'BelladonnasGarden': function (s) { + var belladonnasGarden = s[40]; + var bonus = 0; + + if (belladonnasGarden >= 100) { + bonus += Math.floor(belladonnasGarden / 100) * 3000; + } + if (belladonnasGarden >= 40) { + bonus += 1200; + } + if (belladonnasGarden >= 20) { + bonus += 600; + } + if (belladonnasGarden >= 10) { + bonus += 300; + } + if (belladonnasGarden >= 1) { + bonus += 150; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Slayer of the Gods': function(s) { - return (s[8] / (s[6] + s[8]) > 0.5) ? 0.1 : 0; + 'TheMachine': function (s) { + var theMachine = s[74]; + var bonus = 0; + + if (theMachine >= 100) { + bonus += Math.floor(theMachine / 100) * 2000; + } + if (theMachine >= 40) { + bonus += 800; + } + if (theMachine >= 20) { + bonus += 400; + } + if (theMachine >= 10) { + bonus += 200; + } + if (theMachine >= 1) { + bonus += 100; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Oryx Slayer': function(s) { - return s[11] ? 0.1 : 0; + 'RainbowRoad': function (s) { + var rainbowRoad = s[72]; + var bonus = 0; + + if (rainbowRoad >= 100) { + bonus += Math.floor(rainbowRoad / 100) * 100; + } + if (rainbowRoad >= 40) { + bonus += 40; + } + if (rainbowRoad >= 20) { + bonus += 20; + } + if (rainbowRoad >= 10) { + bonus += 10; + } + if (rainbowRoad >= 1) { + bonus += 5; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Accurate': function(s) { - return (s[1] / s[0] > 0.25) ? 0.1 : 0; + 'MadGodMayhem': function (s) { + var madGodMayhem = s[67]; + var bonus = 0; + + if (madGodMayhem >= 100) { + bonus += Math.floor(madGodMayhem / 100) * 3000; + } + if (madGodMayhem >= 40) { + bonus += 1200; + } + if (madGodMayhem >= 20) { + bonus += 600; + } + if (madGodMayhem >= 10) { + bonus += 300; + } + if (madGodMayhem >= 1) { + bonus += 150; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Sharpshooter': function(s) { - return (s[1] / s[0] > 0.5) ? 0.1 : 0; + 'Malogia': function (s) { + var malogia = s[68]; + var bonus = 0; + + if (malogia >= 100) { + bonus += Math.floor(malogia / 100) * 2500; + } + if (malogia >= 40) { + bonus += 1000; + } + if (malogia >= 20) { + bonus += 500; + } + if (malogia >= 10) { + bonus += 250; + } + if (malogia >= 1) { + bonus += 125; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Sniper': function(s) { - return (s[1] / s[0] > 0.75) ? 0.1 : 0; + 'Untaris': function (s) { + var untaris = s[75]; + var bonus = 0; + + if (untaris >= 100) { + bonus += Math.floor(untaris / 100) * 2500; + } + if (untaris >= 40) { + bonus += 1000; + } + if (untaris >= 20) { + bonus += 500; + } + if (untaris >= 10) { + bonus += 250; + } + if (untaris >= 1) { + bonus += 125; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Explorer': function(s) { - return (s[3] > 1e6) ? 0.05 : 0; + 'Forax': function (s) { + var forax = s[61]; + var bonus = 0; + + if (forax >= 100) { + bonus += Math.floor(forax / 100) * 2500; + } + if (forax >= 40) { + bonus += 1000; + } + if (forax >= 20) { + bonus += 500; + } + if (forax >= 10) { + bonus += 250; + } + if (forax >= 1) { + bonus += 125; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Cartographer': function(s) { - return (s[3] > 4e6) ? 0.05 : 0; + 'Katalund': function (s) { + var katalund = s[66]; + var bonus = 0; + + if (katalund >= 100) { + bonus += Math.floor(katalund / 100) * 2500; + } + if (katalund >= 40) { + bonus += 1000; + } + if (katalund >= 20) { + bonus += 500; + } + if (katalund >= 10) { + bonus += 250; + } + if (katalund >= 1) { + bonus += 125; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Team Player': function(s) { - return (s[19] > 100) ? 0.1 : 0; + 'BattleForTheNexus': function (s) { + var battleForTheNexus = s[38]; + var bonus = 0; + + if (battleForTheNexus >= 100) { + bonus += Math.floor(battleForTheNexus / 100) * 3000; + } + if (battleForTheNexus >= 40) { + bonus += 1200; + } + if (battleForTheNexus >= 20) { + bonus += 600; + } + if (battleForTheNexus >= 10) { + bonus += 300; + } + if (battleForTheNexus >= 1) { + bonus += 150; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Leader of Men': function(s) { - return (s[19] > 1000) ? 0.1 : 0; + 'IceTomb': function (s) { + var iceTomb = s[65]; + var bonus = 0; + + if (iceTomb >= 100) { + bonus += Math.floor(iceTomb / 100) * 3000; + } + if (iceTomb >= 40) { + bonus += 1200; + } + if (iceTomb >= 20) { + bonus += 600; + } + if (iceTomb >= 10) { + bonus += 300; + } + if (iceTomb >= 1) { + bonus += 150; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Doer of Deeds': function(s) { - return (s[12] > 1000) ? 0.1 : 0; + 'SantasWorkshop': function (s) { + var santasWorkshop = s[73]; + var bonus = 0; + + if (santasWorkshop >= 100) { + bonus += Math.floor(santasWorkshop / 100) * 100; + } + if (santasWorkshop >= 40) { + bonus += 40; + } + if (santasWorkshop >= 20) { + bonus += 20; + } + if (santasWorkshop >= 10) { + bonus += 10; + } + if (santasWorkshop >= 1) { + bonus += 5; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Friend of the Cubes': function(s) { - return s[10] ? 0 : 0.1; + 'Beachzone': function (s) { + var beachzone = s[91]; + var bonus = 0; + + if (beachzone >= 100) { + bonus += Math.floor(beachzone / 100) * 100; + } + if (beachzone >= 40) { + bonus += 40; + } + if (beachzone >= 20) { + bonus += 20; + } + if (beachzone >= 10) { + bonus += 10; + } + if (beachzone >= 1) { + bonus += 5; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; }, - 'Well Equipped': function(s, c) { - // sometimes we encounter bad account data and it breaks muledump - if ( typeof c !== 'object' || typeof c.Equipment === 'undefined' ) return -1; - var eq = c.Equipment.split(','); - var b = 0; - for (var i = 0; i < 4; i++) { - var it = items[+eq[i]] || items[-1]; - b += it[5]; + 'HiddenInterregnum': function (s) { + var hiddenInterregnum = s[92]; + var bonus = 0; + + if (hiddenInterregnum >= 100) { + bonus += Math.floor(hiddenInterregnum / 100) * 100; + } + if (hiddenInterregnum >= 40) { + bonus += 40; + } + if (hiddenInterregnum >= 20) { + bonus += 20; } - return b * 0.01; + if (hiddenInterregnum >= 10) { + bonus += 10; + } + if (hiddenInterregnum >= 1) { + bonus += 5; + } + + return bonus > 0 ? { mul: 0, add: bonus } : 0; + }, + 'Tunnel Rat': function (s) { + for (var i in tunnelrat) if (!s[i]) return 0; + return { mul: 0.075, add: 3000 }; + }, + 'Explosive Journey': function (s) { + for (var i in explosivejourney) if (!s[i]) return 0; + return { mul: 0.075, add: 3000 }; + }, + 'Travel of the Decade': function (s) { + for (var i in travelofthedecade) if (!s[i]) return 0; + return { mul: 0.1, add: 5000 }; + }, + 'First Steps': function (s) { + for (var i in firststeps) if (!s[i]) return 0; + return { mul: 0.025, add: 100 }; + }, + 'King of the Mountains': function (s) { + for (var i in kingofthemountains) if (!s[i]) return 0; + return { mul: 0.05, add: 1000 }; }, - 'First Born': function(s, c, d, f) { - if ( typeof d !== 'object' || typeof d.Account === 'undefined' ) return -1; - return (d.Account.Stats.BestCharFame < f) ? 0.1: 0; + 'Conqueror of the Realm': function (s) { + for (var i in conqueroroftherealm) if (!s[i]) return 0; + return { mul: 0.1, add: 4000 }; }, + 'Enemy of the Court': function (s) { + for (var i in enemyofthecourt) if (!s[i]) return 0; + return { mul: 0.075, add: 3000 }; + }, + 'Epic Battles': function (s) { + for (var i in epicbattles) if (!s[i]) return 0; + return { mul: 0.075, add: 2000 }; + }, + 'Far Out': function (s) { + for (var i in farout) if (!s[i]) return 0; + return { mul: 0.05, add: 2000 }; + }, + 'Hero of the Nexus': function (s) { + for (var i in heroofthenexus) if (!s[i]) return 0; + return { mul: 0.125, add: 5000 }; + }, + 'Season’s Beatins': function (s) { + for (var i in seasonsbeatins) if (!s[i]) return 0; + return { mul: 0.125, add: 5000 }; + }, + 'Realm of the Mad God': function (s) { + for (var i in realmofthemadgod) if (!s[i]) return 0; + return { mul: 0.25, add: 10000 }; + } } - var goals = { - 'Tunnel Rat': function(s) { + 'Tunnel Rat': function (s) { var r = []; - for (var i in shortdungeonnames) { - if (!s[i]) r.push(shortdungeonnames[i]); + for (var i of tunnelrat) { + if (!s[i]) r.push(getDisplayDugeon(i, shortpcstats, pcstats)); } return [r.join(', '), 'dungeons']; }, - 'Enemy of the Gods': function(s) { - var x = s[6] / 9 - s[8]; - if (Math.ceil(x) === x) x += 1; - return [Math.ceil(x), 'god kills']; - }, - 'Slayer of the Gods': function(s) { - return [s[6] - s[8] + 1, 'god kills']; + 'Explosive Journey': function (s) { + var r = []; + for (var i of explosivejourney) { + if (!s[i]) r.push(getDisplayDugeon(i, shortpcstats, pcstats)); + } + return [r.join(', '), 'dungeons']; }, - 'Oryx Slayer': function(s) { - return s[11] ? 0 : [1, 'Oryx kill']; + 'Travel of the Decade': function (s) { + var r = []; + for (var i of travelofthedecade) { + if (!s[i]) r.push(getDisplayDugeon(i, shortpcstats, pcstats)); + } + return [r.join(', '), 'dungeons']; }, - 'Accurate': function(s) { - var x = (0.25 * s[0] - s[1]) / 0.75; - if (Math.ceil(x) === x) x += 1; - return [Math.ceil(x), 'shots']; + 'First Steps': function (s) { + var r = []; + for (var i of firststeps) { + if (!s[i]) r.push(getDisplayDugeon(i, shortpcstats, pcstats)); + } + return [r.join(', '), 'dungeons']; }, - 'Sharpshooter': function(s) { - var x = (0.5 * s[0] - s[1]) / 0.5; - if (Math.ceil(x) === x) x += 1; - return [Math.ceil(x), 'shots']; + 'King of the Mountains': function (s) { + var r = []; + for (var i of kingofthemountains) { + if (!s[i]) r.push(getDisplayDugeon(i, shortpcstats, pcstats)); + } + return [r.join(', '), 'dungeons']; }, - 'Sniper': function(s) { - var x = (0.75 * s[0] - s[1]) / 0.25; - if (Math.ceil(x) === x) x += 1; - return [Math.ceil(x), 'shots']; + 'Conqueror of the Realm': function (s) { + var r = []; + for (var i of conqueroroftherealm) { + if (!s[i]) r.push(getDisplayDugeon(i, shortpcstats, pcstats)); + } + return [r.join(', '), 'dungeons']; }, - 'Explorer': function(s) { - return [1e6 - s[3] + 1, 'tiles']; + 'Enemy of the Court': function (s) { + var r = []; + for (var i of enemyofthecourt) { + if (!s[i]) r.push(getDisplayDugeon(i, shortpcstats, pcstats)); + } + return [r.join(', '), 'dungeons']; }, - 'Cartographer': function(s) { - return [4e6 - s[3] + 1, 'tiles']; + 'Epic Battles': function (s) { + var r = []; + for (var i of epicbattles) { + if (!s[i]) r.push(getDisplayDugeon(i, shortpcstats, pcstats)); + } + return [r.join(', '), 'dungeons']; }, - 'Team Player': function(s) { - return [100 - s[19] + 1, 'party levelups']; + 'Far Out': function (s) { + var r = []; + for (var i of farout) { + if (!s[i]) r.push(getDisplayDugeon(i, shortpcstats, pcstats)); + } + return [r.join(', '), 'dungeons']; }, - 'Leader of Men': function(s) { - return [1000 - s[19] + 1, 'party levelups']; + 'Hero of the Nexus': function (s) { + var r = []; + for (var i of heroofthenexus) { + if (!s[i]) r.push(getDisplayDugeon(i, shortpcstats, pcstats)); + } + return [r.join(', '), 'dungeons']; }, - 'Doer of Deeds': function(s) { - return [1000 - s[12] + 1, 'quests']; + 'Season’s Beatins': function (s) { + var r = []; + for (var i of seasonsbeatins) { + if (!s[i]) r.push(getDisplayDugeon(i, shortpcstats, pcstats)); + } + return [r.join(', '), 'dungeons']; }, -} + 'Realm of the Mad God': function (s) { + var r = []; + for (var i of realmofthemadgod) { + if (!s[i]) r.push(getDisplayDugeon(i, shortpcstats, pcstats)); + } + return [r.join(', '), 'dungeons']; + } +}; +function getDisplayDugeon(num, shortpcstats, pcstats) { + if (shortpcstats[num]) { + return shortpcstats[num]; + } else if (pcstats[num]) { + return pcstats[num]; + } else { + return num; + } +} function readstats(pcstats) { function readInt32BE(str, idx) { @@ -222,11 +2385,10 @@ function readstats(pcstats) { const statsFlagged = []; let totalFlagsRead = 0; while (i < end_of_flags) { - const t = readInt32BE(b,i); i += 4; - totalFlagsRead += 8*4; + const t = readInt32BE(b, i); i += 4; + totalFlagsRead += 8 * 4; while (statsCount < totalFlagsRead) { - if(t & (1<<(statsCount%(8*4)))) - { + if (t & (1 << (statsCount % (8 * 4)))) { statsFlagged.push(statsCount); } statsCount++ @@ -254,7 +2416,7 @@ function readstats(pcstats) { } } else { - console.error("Failed to properly read PCStats. Found hex (0x"+r.toString(16).padStart(2,'0')+") at the begining of a number. Number was expected to be between 0x00 and 0x3F or between 0x80 and 0xBF. The rest of the PCString read will be corrupted."); + console.error("Failed to properly read PCStats. Found hex (0x" + r.toString(16).padStart(2, '0') + ") at the begining of a number. Number was expected to be between 0x00 and 0x3F or between 0x80 and 0xBF. The rest of the PCString read will be corrupted."); return r; } } @@ -262,17 +2424,16 @@ function readstats(pcstats) { while (i < b.length) { stats.push(readNextStat()); } - if (statsFlagged.length !== stats.length) - { - console.error("The falg vector is not consistent with the number of values read from PCStats. There are a different number of flags set ("+statsFlagged.length+") than values in PCStats ("+stats.length+"). The values read from PCStats may be corrupted.") + if (statsFlagged.length !== stats.length) { + console.error("The falg vector is not consistent with the number of values read from PCStats. There are a different number of flags set (" + statsFlagged.length + ") than values in PCStats (" + stats.length + "). The values read from PCStats may be corrupted.") } const r = []; - for (let j=0; j < statsFlagged.length; j++) { + for (let j = 0; j < statsFlagged.length; j++) { r[statsFlagged[j]] = stats[j]; } - for (var i in pcstatnames) if (!r[i]) r[i] = 0; + for (var i in pcstats) if (!r[i]) r[i] = 0; return r; } @@ -315,7 +2476,7 @@ function printstats(c, d, dogoals, dostats, Mule) { //tline('', date[2]); for (var i in st) { if (!st[i]) continue; - var sname = pcstatnames[i] || '#' + i; + var sname = pcstats[i] || '#' + i; tline(sname, st[i]); } if (st[20] > 59) { @@ -329,32 +2490,48 @@ function printstats(c, d, dogoals, dostats, Mule) { } tline('Active', r.join(' '), 'info'); } - if (st[0] && st[1]) { - tline('Accuracy', Math.round(10000 * st[1] / st[0]) / 100 + '%', 'info'); - } - if (st[8]) { - tline('God kill ratio', Math.round(10000 * st[8] / (st[6] + st[8])) / 100 + '%', 'info'); - } if (!fame) return $c; - for (var k in bonuses) { - var b = bonuses[k](st, c, d, fame); - if ( b === -1 ) { - tline(k, 'Error'); - setuptools.app.muledump.warnData(Mule, 'bonuses', k); + var additiveBonus = 0; + var multiplicativeBonus = 1; + var bonusIncrements = []; + + for (var bonus in bonuses) { + var curBonusValue = bonuses[bonus](st, c, d, fame); + if (curBonusValue === -1) { + tline(bonus, 'Error'); + setuptools.app.muledump.warnData(Mule, 'bonuses', bonus); continue; } - if (!b) continue; + if (!curBonusValue) continue; + var incr = 0; - if (typeof b === 'object') { - incr += b.add; - b = b.mul; + if (typeof curBonusValue === 'object') { + additiveBonus += curBonusValue.add || 0; + multiplicativeBonus *= curBonusValue.mul || 1; + incr = Math.ceil(fame * curBonusValue.mul) + (curBonusValue.add || 0); + } else { + additiveBonus += curBonusValue; + incr = curBonusValue; } - incr += Math.floor(fame * b); - fame += incr; - tline(k, '+' + incr, 'bonus'); + + bonusIncrements.push({ + bonus: bonus, + incr: incr + }); + + tline(bonus, '+' + incr, 'bonus'); } + + // Calculate the final fame + var calcfame = 0; + for (var i = 0; i < bonusIncrements.length; i++) { + calcfame += bonusIncrements[i].incr; + } + fame += calcfame; + + // Log the total fame after applying all bonuses tline('Total Fame', fame, 'bonus'); return $c; -} +} \ No newline at end of file diff --git a/lib/muledump/portrait.js b/lib/muledump/portrait.js index c096037c..396cea9e 100644 --- a/lib/muledump/portrait.js +++ b/lib/muledump/portrait.js @@ -174,32 +174,37 @@ }); // apply texture tooltip - if ( setuptools.data.config.tooltip > 0 && (textures[tex1] || textures[tex2]) ) { - - var large; - var small; - if ( textures[tex1] ) large = items[textures[tex1][1]]; - if ( textures[tex2] ) small = items[textures[tex2][3]]; - - if ( setuptools.data.config.tooltipClothing === 1 ) setuptools.app.muledump.tooltip(img, 'mb5 autoHeight', ' \ -
\ - ' + ( (textures[tex1] ) ? - '
\ -
 
\ -
' + (textures[tex1][0] || 'Default') + '
\ -
' : '' - ) + ' \ - ' + ( (textures[tex2] ) ? - '
\ -
 
\ -
' + (textures[tex2][2] || 'Default') + '
\ -
' : '' - ) + '\ -
\ - '); - + if (setuptools.data.config.tooltip > 0 && (textures[tex1] || textures[tex2])) { + + let large = (textures[tex1] && items[textures[tex1][1]]) + ? items[textures[tex1][1]] + : null; + + let small = (textures[tex2] && items[textures[tex2][3]]) + ? items[textures[tex2][3]] + : null; + + if (setuptools.data.config.tooltipClothing === 1) { + setuptools.app.muledump.tooltip( + img, + 'mb5 autoHeight', + '
' + + (large ? + '
' + + '
 
' + + '
' + (textures[tex1][0] || 'Default') + '
' + + '
' : '') + + (small ? + '
' + + '
 
' + + '
' + (textures[tex2][2] || 'Default') + '
' + + '
' : '') + + '
' + ); + } } + if (c) return img.attr('src', c); diff --git a/lib/muledump/staticvars.js b/lib/muledump/staticvars.js index 478cd491..13eb1485 100644 --- a/lib/muledump/staticvars.js +++ b/lib/muledump/staticvars.js @@ -17,103 +17,6 @@ var giftorders = [ } ]; -// predefined vault layouts -// see https://github.com/jakcodex/muledump/wiki/Vault+Builder for usage information and warnings -var vaultorders = [ - // vaultlayout=0; compact view - { - layoutname: "Compact", - vaultshowempty: false, - vaultcompressed: true, - vaultwidth: 9, - vaultorder: - [ - 0, 0, 94, 88, 83, 89, 95, 0, 0, - 0, 0, 77, 70, 66, 71, 78, 0, 0, - 0, 0, 58, 53, 49, 54, 59, 0, 0, - 0, 0, 41, 36, 31, 37, 42, 0, 0, - 0, 0, 26, 21, 17, 22, 27, 0, 0, - 0, 0, 14, 12, 11, 13, 15, 0, 0, - 0, 0, 9, 6, 4, 7, 10, 0, 0, - 0, 0, 5, 2, 1, 3, 8, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 127,115,103,85, 68, 51, 34, 19, - 0, 125,113,101,82, 65, 48, 29, 16, - 137,128,116,104,86, 69, 52, 35, 20, - 139,131,119,107,93, 76, 57, 40, 25, - 0, 133,121,109,97, 80, 63, 46, 30, - 0, 135,123,111,99, 87, 74, 61, 44, - 0, 0, 0, 0, 0, 0, 0, 0, 0, - 23, 38, 55, 72, 91, 105,118,130,0, - 18, 33, 50, 67, 84, 102,114,126,0, - 24, 39, 56, 73, 92, 106,117,129,138, - 28, 43, 60, 79, 96, 108,120,132,140, - 32, 47, 64, 81, 98, 110,122,134,0, - 45, 62, 75, 90, 100,112,124,136,0 - ] - }, - // vaultlayout=1; full view - { - layoutname: "Full", - vaultshowempty: false, - vaultcompressed: true, - vaultwidth: 19, - vaultorder: - [ - 0, 0, 0, 0, 0, 0, 0, 94, 88, 83, 89, 95, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 77, 70, 66, 71, 78, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 58, 53, 49, 54, 59, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 41, 36, 31, 37, 42, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 26, 21, 17, 22, 27, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 14, 12, 11, 13, 15, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 9, 6, 4, 7, 10, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 5, 2, 1, 3, 8, 0, 0, 0, 0, 0, 0, 0, - 0, 127, 115, 103, 85, 68, 51, 34, 19, 0, 23, 38, 55, 72, 91, 105, 118, 130, 0, - 0, 125, 113, 101, 82, 65, 48, 29, 16, 0, 18, 33, 50, 67, 84, 102, 114, 126, 0, - 137, 128, 116, 104, 86, 69, 52, 35, 20, 0, 24, 39, 56, 73, 92, 106, 117, 129, 138, - 139, 131, 119, 107, 93, 76, 57, 40, 25, 0, 28, 43, 60, 79, 96, 108, 120, 132, 140, - 0, 133, 121, 109, 97, 80, 63, 46, 30, 0, 32, 47, 64, 81, 98, 110, 122, 134, 0, - 0, 135, 123, 111, 99, 87, 74, 61, 44, 0, 45, 62, 75, 90, 100,112, 124, 136, 0 - ] - - }, - // vaultlayout=2; full view, wide - { - layoutname: "Wide", - vaultshowempty: false, - vaultcompressed: true, - vaultwidth: 23, - vaultorder: - [ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 94, 88, 83, 89, 95, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 77, 70, 66, 71, 78, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 58, 53, 49, 54, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 41, 36, 31, 37, 42, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 26, 21, 17, 22, 27, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 12, 11, 13, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 6, 4, 7, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 2, 1, 3, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, - 0, 127, 115, 103, 85, 68, 51, 34, 19, 0, 0, 0, 0, 0, 23, 38, 55, 72, 91, 105, 118, 130, 0, - 0, 125, 113, 101, 82, 65, 48, 29, 16, 0, 0, 0, 0, 0, 18, 33, 50, 67, 84, 102, 114, 126, 0, - 137, 128, 116, 104, 86, 69, 52, 35, 20, 0, 0, 0, 0, 0, 24, 39, 56, 73, 92, 106, 117, 129, 138, - 139, 131, 119, 107, 93, 76, 57, 40, 25, 0, 0, 0, 0, 0, 28, 43, 60, 79, 96, 108, 120, 132, 140, - 0, 133, 121, 109, 97, 80, 63, 46, 30, 0, 0, 0, 0, 0, 32, 47, 64, 81, 98, 110, 122, 134, 0, - 0, 135, 123, 111, 99, 87, 74, 61, 44, 0, 0, 0, 0, 0, 45, 62, 75, 90, 100,112, 124, 136, 0 - ] - }, - // vaultlayout=3; simple view - { - layoutname: "Simple", - vaultshowempty: false, - vaultcompressed: true, - vaultwidth: 5, - vaultorder: [] - } -]; - -// populate simple view vaultorder -for ( var i = 1; i <= 250; i++ ) vaultorders[3].vaultorder.push(i); - // used for rate limiting management var RateLimitExpiration = ''; try { diff --git a/lib/muledump/totals.js b/lib/muledump/totals.js index 75957d81..50b45c82 100644 --- a/lib/muledump/totals.js +++ b/lib/muledump/totals.js @@ -47,7 +47,7 @@ function init_totals() { } // count types totals - var types = ['inv', 'backpack', 'equipment', 'vaults', 'potions', 'gifts']; + var types = ['inv', 'backpack', 'equipment', 'vaults', 'potions', 'gifts', 'spoils', 'materials', 'petinv', 'ssnlpetinv', 'hpmp']; for (var x = 0; x < types.length; x++) { // if totalsGlobal is false then we only display items enabled in options @@ -190,7 +190,7 @@ function update_totals() { // count items */ setuptools.app.uaTiming('totals', 'calculate', 'start', 'aggregate'); - var types = ['inv', 'backpack', 'equipment', 'vaults', 'potions', 'gifts']; + var types = ['inv', 'backpack', 'equipment', 'vaults', 'potions', 'gifts', 'spoils', 'materials', 'petinv', 'ssnlpetinv', 'hpmp']; // scan over each mule's precalculated items to determine totals display if ( setuptools.data.options.totalsGlobal === false ) { diff --git a/lib/mulelogin.au3 b/lib/mulelogin.au3 deleted file mode 100644 index 1b5b1445..00000000 --- a/lib/mulelogin.au3 +++ /dev/null @@ -1,339 +0,0 @@ -;; -;; One Click Login v2 -;; + Runtime parameter support -;; + https://github.com/jakcodex/muledump/wiki/One+Click+Login for more information -;; -;; If configuring via Muledump then you don't need to change anything in this file. -;; Be sure to run the script with AutoIt and choose "reinstall" if prompted. -;; - -Global $config = ObjCreate("Scripting.Dictionary") - -;; select mode (accepts: browser, flash) -$config.Add("mode", "browser"); - -;; path to use for browser -$config.Add("path", "https://www.realmofthemadgod.com/legacy"); - -;; path to use for flash projector -;; $config.Add("path", "c:\users\me\Downloads\flashplayer_18.exe"); - -;; path to the game client -$config.Add("client", "https://www.realmofthemadgod.com/client"); - -;; run in admin mode -$config.Add("admin", "false"); - -;; enable runtime parameter support -$config.Add("params", "true") - -;; enable setting admin permissions via runtime params -$config.Add("adminparams", "false") - -;; enforce parameter security -$config.Add("paramsecurity", "true") - -;; parameter separator -$config.Add("paramseparator", "++++") - -;; output debugging information -$config.Add("debug", "false") - -;; search paths -$config.Add("paths", "localhost,www.realmofthemadgod.com,test.realmofthemadgod.com,#localWithNet") - -;; default window title -$config.Add("title", "Muledump One Click Login") - -;; account ign (included by request) -$config.Add("ign", ""); - -#include -#include -#include - -Global $string, $password, $email, $data, $path, $search, $file, $root -$root = "HKEY_CLASSES_ROOT\muledump" -$title = "Muledump One Click Login Installer" -$adminRightsError = "Error - Requires Admin Privileges" & @CRLF & @CRLF & "Either edit mulelogin.au3 in a text editor and set 'admin' to true in the config or update your request parameters" & @CRLF & @CRLF & "For more help see:" & @CRLF & "https://github.com/jakcodex/muledump/wiki/One-Click-Login" - -Func _GetAdminRights() - If Not IsAdmin() and $config.Item("admin") == "true" Then - ShellExecute(@AutoItExe, $CmdLineRaw, "", "runas") - ProcessClose(@AutoItPID) - Exit - EndIf -EndFunc - -Func _error($msg='There was an error') - MsgBox(0, "Error", $msg) - ConsoleWrite("state:false") - Exit -EndFunc - -Func _write() - RegWrite($root,"","REG_SZ","URL: muledump Protocol") - RegWrite($root,"URL Protocol","REG_SZ","") - RegWrite($root & "\shell") - RegWrite($root & "\shell\open") - RegWrite($root & "\shell\open\command","","REG_SZ", @AutoItExe & ' "' & @ScriptFullPath & '" %1') - If RegRead("HKEY_CLASSES_ROOT\muledump","") Then - MsgBox(64,$title,"One Click Login: installed" & @CRLF & @CRLF & "Now go to Muledump and click Setup > Settings > One Click Login to finish setup") - Else - MsgBox(16,$title,$adminRightsError) - EndIf - Exit -EndFunc - -Func _install() - $config.Item('admin') = 'true'; - _GetAdminRights() - Local $k - $k = RegEnumKey($root, 1) - If @error == 2 Then - MsgBox(16,$title,$adminRightsError) - Exit - EndIf - If @error == 1 Then _write() - $k = MsgBox(6 + 32, $title, _ - 'One Click Login is already installed.' & @CRLF & @CRLF & 'What would you like to do?' & @CRLF & @CRLF & _ - '"Cancel" to do nothing' & @CRLF & _ - '"Try Again" to reinstall' & @CRLF & _ - '"Continue" to uninstall') - If $k == 10 Then _write() - If $k == 11 Then - RegDelete($root) - if @error <> 0 Then - MsgBox(16,$title,$adminRightsError) - Else - MsgBox(64,$title,"One Click Login: uninstalled") - EndIf - EndIf - Exit -EndFunc - -Func _length($string) - Local $binlength, $declength, $array, $result - $declength = StringLen($string)/2 - While $declength > 0 - $binlength &= Mod($declength,2) - $declength = Floor($declength/2) - WEnd - $binlength = StringReverse($binlength) - if @error <> 0 Then - $binlength = _StringReverse($binlength) - EndIf - $binlength = $binlength & "1" - $array = StringSplit($binlength,"") - For $i = 1 To $array[0] - $array[0] -= 1 - If $array[$i] = "1" Then $result += 2 ^ ($array[0]) - Next - Return Hex(Int($result),2) -EndFunc - -Func _build() - ;header - $string = "0x 00 BF" ;Magic Number 2 bytes - $string &= "?? ?? ?? ??" ;Size 4 bytes - $string &= "54 43 53 4F 00 04 00 00 00 00" ;Marker 10 bytes - $string &= "00 05" ;Name Size 2 bytes - $string &= "52 6F 74 4D 47" ;"RotMG" 5 bytes - $string &= "00 00 00" ;Padding 3 bytes - $string &= "03" ;AMF Version 1 byte - - ;data - $string &= "11" ;Length 1 byte - $string &= "50 61 73 73 77 6F 72 64" ;"Password" 8 bytes - $string &= "06" ;Type (string) 1 byte - $string &= _length($password) ;Length 1 byte - $string &= $password ;Actual Password ? bytes - $string &= "00" ;AMF Padding 1 byte - - $string &= "09" ;Length 1 byte - $string &= "47 55 49 44" ;"GUID" 4 bytes - $string &= "06" ;Type (string) 1 byte - $string &= _length($email) ;Length 1 byte - $string &= $email ;Email ? bytes - $string &= "00" ;AMF Padding 1 byte - - $string = StringReplace($string," ","") - $string = StringRegExpReplace($string,"\?{8}",Hex(Int(StringLen(StringMid($string,15))/2))) -EndFunc - -Func _ProcessGetHWnd($iPid, $iOption = 1, $sTitle = "", $iTimeout = 2000) - Local $aReturn[1][1] = [[0]], $aWin, $hTimer = TimerInit() - - While 1 - - ; Get list of windows - $aWin = WinList($sTitle) - - ; Searches thru all windows - For $i = 1 To $aWin[0][0] - - ; Found a window owned by the given PID - If $iPid = WinGetProcess($aWin[$i][1]) Then - - ; Option 0 or 1 used - If $iOption = 1 OR ($iOption = 0 And $aWin[$i][0] <> "") Then - Return $aWin[$i][1] - - ; Option 2 is used - ElseIf $iOption = 2 Then - ReDim $aReturn[UBound($aReturn) + 1][2] - $aReturn[0][0] += 1 - $aReturn[$aReturn[0][0]][0] = $aWin[$i][0] - $aReturn[$aReturn[0][0]][1] = $aWin[$i][1] - EndIf - EndIf - Next - - ; If option 2 is used and there was matches then the list is returned - If $iOption = 2 And $aReturn[0][0] > 0 Then Return $aReturn - - ; If timed out then give up - If TimerDiff($hTimer) > $iTimeout Then ExitLoop - - ; Waits before new attempt - Sleep(Opt("WinWaitDelay")) - WEnd - - - ; No matches - SetError(1) - Return 0 -EndFunc - -If $CmdLine[0] = 0 Then _install() - -;; process the command input -$data = StringReplace($CmdLine[1],"muledump:","") -$data = StringSplit($data,"-") -$email = $data[1] -$password = $data[2] - -;; if parameters were passed we will parse them into the runtime config -If UBound($data) == 4 and $config.Item("params") == "true" Then - - $params = StringSplit($data[3], $config.Item("paramseparator")) - If IsArray($params) Then - - Local Const $paramsLength = UBound($params) - For $i = 0 To $paramsLength-1 - - $paramPieces = StringSplit($params[$i], "=") - If IsArray($paramPieces) Then - If $config.Exists($paramPieces[1]) Then - - If $paramPieces[1] == "paramsecurity" Then ContinueLoop - - ;; supplied path must be one of the already configured paths - If $config.Item("paramsecurity") == "true" and $paramPieces[1] == "paths" Then - Local $result = StringInStr($config.Item("paths"), $paramPieces[2]) - If @error or $result == 0 Then _error("Invalid paths provided") - EndIf - - If $config.Item("paramsecurity") == "true" and $paramPieces[1] == "admin" and $config.Item("adminparams") == "false" Then ContinueLoop - If $paramPieces[2] == "" Then ContinueLoop - - $config.Item($paramPieces[1]) = $paramPieces[2] - $config.Item($paramPieces[1]) = StringReplace($config.Item($paramPieces[1]), "%5C", "\") - $config.Item($paramPieces[1]) = StringReplace($config.Item($paramPieces[1]), "%2F", "/") - - EndIf - EndIf - - Next - EndIf -EndIf - -;; obtain admin privileges if enabled -_GetAdminRights() - -;; display debugging information -If $config.Item("debug") == "true" Then - MsgBox(0, "Config", "admin => " & $config.Item("admin") & @CRLF & "mode => " & $config.Item("mode") & @CRLF & "path => " & $config.Item("path") & @CRLF & "paths => " & $config.Item("paths") & @CRLF); -EndIf - -_build() - -Local $paths_base[2] = [ _ - @AppDataDir & "\Macromedia\Flash Player\#SharedObjects\", _ - @LocalAppDataDir & "\Google\Chrome\User Data\Default\Pepper Data\Shockwave Flash\WritableRoot\#SharedObjects\" _ -] -Local $paths = StringSplit($config.Item("paths"), ",", 2) -For $path_base In $paths_base - $search = FileFindFirstFile($path_base & "*") - - ; flash was never run from this application, - ; prevent generating degenerate folder stucture - if @error Then ContinueLoop - - While 1 - $sandbox = FileFindNextFile($search) - - ; no more sandboxes - If @error Then ExitLoop - - ; verify that the folder name corresponds to a sandbox id (8 uppercase chars) - if StringLen($sandbox) = 8 And StringUpper($sandbox) == $sandbox Then - For $gameDir In $paths - $gameFilePath = $path_base & $sandbox & "\" & $gameDir & "\RotMG.sol" - $file = FileOpen($gameFilePath,26) - FileWrite($file,$string) - FileClose($file) - Next - EndIf - WEnd -Next -FileClose($search) - -;; -; launch one-click login -;; - -Global $pid = 0 -If $config.Item("mode") == "browser" Then - - If $config.Item("params") == "true" and $config.Item("paramsecurity") == "true" Then - Local $result = StringRegExp($config.Item("path"), "^https://(realmofthemadgodhrd\.appspot.com|(([a-zA-Z0-9]*)\.(realmofthemadgod\.com)))(\/?|\/[a-zA-Z0-9-_]*?)$"); - If @error or $result == 0 Then _error("Invalid path provided: " & $config.Item("path") & @CRLF & @CRLF & "If the value is correct then try disabling param security in the au3 file config.") - EndIf - - ShellExecute($config.Item("path")) - -ElseIf $config.Item("mode") == "flash" Then - - If $config.Item("params") == "true" and $config.Item("paramsecurity") == "true" Then - Local $result - $result = StringRegExp($config.Item("path"), "^[a-zA-Z]:\\[a-zA-Z0-9-_\\]*?(flashplayer|flash|flashprojector|flashplayer_[a-zA-Z0-9-_\.]*?)\.exe$"); - If @error or $result == 0 Then _error("Invalid path provided: " & $config.Item("path") & @CRLF & @CRLF & "If the value is correct then try disabling param security in the au3 file config.") - - $result = StringRegExp($config.Item("client"), "^(https://([a-zA-Z0-9]*)\.(realmofthemadgod\.com)(\/?|\/.*)|[a-zA-Z]:\\.*?AssembleeGameClient[0-9]*\.swf)$"); - If @error or $result == 0 Then _error("Invalid client provided: " & $config.Item("client") & @CRLF & @CRLF & "If the value is correct then try disabling param security in the au3 file config.") - EndIf - - $pid = Run($config.Item("path") & " " & $config.Item("client")) - - If $pid > 0 And Not($config.Item("title") == "" Or $config.Item("title") == "false") Then - Local $name = $config.Item("title") - If Not($config.Item("ign") == "") Then - $name &= " - " & $config.Item("ign") - EndIf - Local $win = _ProcessGetHWnd($pid) - WinSetTitle($win, "", $name) - EndIf - -Else - - MsgBox(0, "Error", "Invalid mode provided. Valid modes are: browser, flash") - -EndIf - -;; -;; Are you looking to customize your One Click Login? This new version can be customized in Muledump! -;; Check out the wiki for more information: https://github.com/jakcodex/muledump/wiki/One-Click-Login -;; -;; Don't want to customize in Muledump? Head up to the top of the file to modify the configuration. -;; diff --git a/lib/ocl-exalt.au3 b/lib/ocl-exalt.au3 index 0302297c..34ac7275 100644 --- a/lib/ocl-exalt.au3 +++ b/lib/ocl-exalt.au3 @@ -265,10 +265,23 @@ EndFunc ;==>_ComputeClientTokenOld Func _GetLoginData($guid, $password, $clientToken) $verify_url = "https://www.realmofthemadgod.com/account/verify" - $verify_data = _ + ;if guid contains : and no @ steam check + If StringInStr($guid, ":") > 0 And StringInStr($guid, "@") == 0 Then + $verify_data = _ + "guid=" & $guid & _ + "&secret=" & $password & _ + "&clientToken=" & $clientToken & _ + "&game_net=" & "Unity_steam" & _ + "&play_platform=" & "Unity_steam" + ;"&steamid=" & StringSplit($guid, ":")[2] & _ + ;"&game_net_user_id=" & StringSplit($guid, ":")[2] + Else + $verify_data = _ "guid=" & _URLEncode($guid) & _ "&password=" & _URLEncode($password) & _ "&clientToken=" & $clientToken + EndIf + $verify_resp = _POST($verify_url, $verify_data) $accessToken = StringRegExp($verify_resp, "(.+)", $STR_REGEXPARRAYMATCH) @@ -316,7 +329,6 @@ $password = _HexToString($data[2]) ;; if parameters were passed we will parse them into the runtime config If UBound($data) == 4 and $config.Item("params") == "true" Then - $params = StringSplit($data[3], $config.Item("paramseparator")) If IsArray($params) Then @@ -344,6 +356,7 @@ If UBound($data) == 4 and $config.Item("params") == "true" Then EndIf EndIf + ;; obtain admin privileges if enabled _GetAdminRights() @@ -359,24 +372,28 @@ EndIf Global $pid = 0 If $config.Item("mode") == "exalt" Then + ;; If no path is provided then we will use the default path + If StringInStr($config.Item("path"), "%USERPROFILE%") > 0 Then + $config.Item("path") = StringReplace($config.Item("path"), "%USERPROFILE%", @UserProfileDir) + EndIf + If $config.Item("params") == "true" and $config.Item("paramsecurity") == "true" Then Local $result - ;; the exe has a particular filename $result = StringRegExp($config.Item("path"), "^[a-zA-Z]:\\[a-zA-Z0-9-_\\]*?RotMG Exalt\.exe$"); If @error or $result == 0 Then _error("Invalid path provided: " & $config.Item("path") & @CRLF & @CRLF & "If the value is correct then try disabling param security in the au3 file config.") ;; username should be valid base64 -;; $result = StringRegExp($username, "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$"); -;; If @error or $result == 0 Then _error("Invalid username provided. " & @CRLF & @CRLF & "If the value is correct then try disabling param security in the au3 file config.") + ;; $result = StringRegExp($username, "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$"); + ;; If @error or $result == 0 Then _error("Invalid username provided. " & @CRLF & @CRLF & "If the value is correct then try disabling param security in the au3 file config.") ;; password should be valid base64 -;; $result = StringRegExp($password, "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$"); -;; If @error or $result == 0 Then _error("Invalid password provided. " & @CRLF & @CRLF & "If the value is correct then try disabling param security in the au3 file config.") - + ;; $result = StringRegExp($password, "^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$"); + ;; If @error or $result == 0 Then _error("Invalid password provided. " & @CRLF & @CRLF & "If the value is correct then try disabling param security in the au3 file config.") EndIf + $args = _GetLoginData($username, $password, $CmdLine[2]) $pid = ShellExecute($config.Item("path"), $args, "c:\") diff --git a/lib/renders.png b/lib/renders.png index 2ed1bcdd..652edc00 100644 Binary files a/lib/renders.png and b/lib/renders.png differ diff --git a/lib/setuptools/css/setuptools.css b/lib/setuptools/css/setuptools.css index 3c60f070..8331b12c 100644 --- a/lib/setuptools/css/setuptools.css +++ b/lib/setuptools/css/setuptools.css @@ -2072,101 +2072,6 @@ div.wbimportoptions > div { justify-content: space-between; } -#vaultbuilder > div.manager > div { - width: 46px; - height: 46px; - margin: 5px; - padding: 2px 4px; - font-weight: bold; - display: flex; - justify-content: flex-start; - align-items: flex-start; - cursor: pointer; - transition: 0.15s linear; -} - -#vaultbuilder > div.manager > div:hover { - box-shadow: 0 0 6px #000000 inset; -} - -#vaultbuilder > div.manager > div > span { - width: 42px; - height: 14px; -} - -#vaultbuilder > div.manager > div > span > input { - width: 100%; - height: 100%; - background-color: transparent; - border: 0; - padding: 0; -} - -#vaultbuilder > div.manager > div.blank { - background-color: #444; -} - -#vaultbuilder > div.manager > div.blank:hover { - background-color: #555; -} - -#vaultbuilder > div.manager > div.blank.drag.bright:hover { - background-color: #777; -} - -#vaultbuilder > div.manager > div.opened { - background: url(../../media/chest-opened.png) #3a88a5; -} - -#vaultbuilder > div.manager > div.opened:hover { - background-color: #8cc1cd; -} - -#vaultbuilder > div.manager > div.opened.drag.bright:hover { - background-color: #a4dae6; -} - -#vaultbuilder > div.manager > div.closed { - background: url(../../media/chest-closed.png) #666; -} - -#vaultbuilder > div.manager > div.closed:hover { - background-color: #a58c36; -} - -#vaultbuilder > div.manager > div.closed.drag.bright:hover { - background-color: #cdb43a; -} - -#vaultbuilder div.uimenu { - justify-content: space-evenly; - width: 600px; - height: 120px; - background-color: #333; - border: #555 solid 2px; - padding: 10px; - flex-wrap: wrap; -} - -#vaultbuilder div.uimenu > div { - height: 100%; - justify-content: space-evenly; - align-items: flex-start; -} - -#vaultbuilder div.uimenu > div > div:not(:last-child) { - width: 33%; - flex-flow: column; - justify-content: flex-start; -} - -#vaultbuilder div.uimenu > div > div:last-child { - width: 33%; - flex-flow: column; - justify-content: space-between; - height: 100%; -} - div.simpleForm.vaultbuilder input, div.simpleForm.vaultbuilder select { width: 100%; @@ -2182,168 +2087,4 @@ div.simpleForm.vaultbuilder div.menuStyle.half { height: 17px; } -.conflict { - border: 2px red dashed !important; -} - -.simpleForm .selected { - border: 2px #BBBBBB dashed !important; -} - -div.simpleForm > div.input > div { - display: flex; - width: 100%; - justify-content: center; - align-items: center; - flex-wrap: wrap; -} - -div.simpleForm input, -div.simpleForm select { - background-color: transparent; - outline: 0; - border: solid 2px #707070; - padding: 4px; - color: #ffffff; -} - -.inputfile { - width: 0.1px; - height: 0.1px; - opacity: 0; - overflow: hidden; - position: absolute; - z-index: -1; -} - -/* -.inputfile + label { - font-size: 1.25em; - font-weight: 700; - color: white; - background-color: black; - display: inline-block; -} - -.inputfile:focus + label, -.inputfile + label:hover { - background-color: red; -} -*/ - -div.ocl.manager { - display: flex; - width: 100%; - justify-content: center; - align-items: flex-start; -} - -div.ocl.manager input { - padding-left: 7px; -} - -div.ocl.manager select, -div.ocl.manager input { - width: 100%; - display: flex; - flex-shrink: 1; -} - -div.ocl.manager > div { - display: flex; - justify-content: center; - align-items: center; - flex-wrap: wrap; -} - -div.ocl.manager > div:first-child { - width: 60%; -} - -div.ocl.manager > div:last-child { - width: 40%; -} - -div.ocl.configuration > div { - justify-content: flex-start; - display: flex; - width: 100%; -} - -div.ocl.configuration > div:not(:last-child) { - margin-bottom: 5px; -} - -div.ocl.configuration > div > div { - display: flex; - align-items: center; -} - -div.ocl.configuration > div > div:first-child { - width: 30%; -} - -div.ocl.configuration > div > div:last-child { - justify-content: center; - width: 70%; -} - -div.ocl.profiles { - margin-left: 20px; - border: #00b0fc solid 2px; - flex-wrap: wrap; - max-height: 250px; -} - -div.ocl.profiles > div:not(:first-child) { - cursor: pointer; -} - -div.ocl.profiles > div:first-child { - background-color: #1f2a34; - font-size: 14px; -} - -div.ocl.profiles > div.link { - background-color: #28333b; - transition: 0.2s linear; -} - -div.ocl.profiles > div.link:hover { - background-color: #2b3441; -} - -div.ocl.profiles > div { - display: flex; - width: 100%; - justify-content: center; - align-items: center; - padding: 5px; - transition: 0.2s linear; -} - -div.ocl.profiles > div:not(:first-child):not(.link):nth-child(even) { - background-color: #333333; -} - -div.ocl.profiles > div:not(:first-child):not(.link):nth-child(even):hover { - background-color: #393939; -} - -div.ocl.profiles > div:not(:first-child):not(.link):nth-child(odd) { - background-color: #222222; -} - -div.ocl.profiles > div:not(:first-child):not(.link):nth-child(odd):hover { - background-color: #292929; -} - -div.muledump.configviewer:nth-child(even), -div.muledump.consoleviewer:nth-child(even){ - background-color: #444444; -} - -div.muledump.configviewer:nth-child(odd), -div.muledump.consoleviewer:nth-child(odd){ - background-color: #333333; -} +/* ...existing code... */ diff --git a/lib/setuptools/src/accounts.js b/lib/setuptools/src/accounts.js index 7b181e46..7f0001ce 100644 --- a/lib/setuptools/src/accounts.js +++ b/lib/setuptools/src/accounts.js @@ -244,8 +244,7 @@ setuptools.app.accounts.manager = function() { timer: 'accountMenuHoverClose' } ]; - - if ( setuptools.data.config.mulelogin === 1 && AccountsList[listPos].username.match(setuptools.config.regex.guid) === null ) options.push({ + if ( setuptools.data.config.mulelogin === 1 ) options.push({ class: 'OCLMenuOpen', name: "OCL: " + ( ( setuptools.app.muledump.ocl.get(AccountsList[listPos].oclProfile) !== false ) ? AccountsList[listPos].oclProfile : 'Default' ), callback: function() { diff --git a/lib/setuptools/src/classes.js b/lib/setuptools/src/classes.js index f947522c..c4316ffc 100644 --- a/lib/setuptools/src/classes.js +++ b/lib/setuptools/src/classes.js @@ -150,7 +150,12 @@ class Muledump_TotalsCounter { backpack: {}, vaults: {}, potions: {}, - gifts: {} + gifts: {}, + spoils: {}, + materials: {}, + ssnlpetinv: {}, + petinv: {}, + hpmp: {} }, totals: {} }); diff --git a/lib/setuptools/src/config.js b/lib/setuptools/src/config.js index aae1c1ef..f9f2ed0b 100644 --- a/lib/setuptools/src/config.js +++ b/lib/setuptools/src/config.js @@ -53,6 +53,16 @@ setuptools.app.config.settings = function(highlight, section) { \ '); + setuptools.lightbox.build('settings', ' \ + \ +
\ +
\ +
Row wrapping
\ + \
\ @@ -759,6 +769,8 @@ setuptools.app.config.settings = function(highlight, section) { settings.automaticBackups = ( $('.setuptools.app.config.settings select[name="automaticBackups"]').val() === '1' ); settings.badaccounts = Number($('.setuptools.app.config.settings select[name="badaccounts"]').val()); settings.rowlength = Number($('.setuptools.app.config.settings select[name="rowlength"]').val()); + settings.rowwrap = ($('.setuptools.app.config.settings select[name="rowwrap"]').val() === 'yes' ? true : false); + console.log(($('.setuptools.app.config.settings select[name="rowwrap"]').val() === 'yes' ? true : false)); settings.accountLoadDelay = Number($('.setuptools.app.config.settings select[name="accountLoadDelay"]').val()); settings.totalswidth = Number($('.setuptools.app.config.settings select[name="totalswidth"]').val()); settings.mulelogin = ( $('.setuptools.app.config.settings select[name="mulelogin"]').val() === '1' ) ? 1 : 0; @@ -807,6 +819,8 @@ setuptools.app.config.settings = function(highlight, section) { // not all settings are managed here settings.mqDisplayIgn = setuptools.data.config.mqDisplayIgn; + settings.temprowlength = 0; + // for validation setuptools.tmp.settingsKeysSave = {}; Object.keys(settings).forEach(function(key) { diff --git a/lib/setuptools/src/devtools.js b/lib/setuptools/src/devtools.js index b16ae242..08042272 100644 --- a/lib/setuptools/src/devtools.js +++ b/lib/setuptools/src/devtools.js @@ -149,9 +149,13 @@ setuptools.app.devtools.viewSystemsReport = function() { setuptools.app.devtools.ui = function() { setuptools.lightbox.build('devtools', ' \ -
\ +
\ + \ + \ + \ + \ + \ \ - \ \ \ \ diff --git a/lib/setuptools/src/muledump.js b/lib/setuptools/src/muledump.js index 04e4d256..64c18cd4 100644 --- a/lib/setuptools/src/muledump.js +++ b/lib/setuptools/src/muledump.js @@ -127,7 +127,7 @@ setuptools.app.muledump.tooltip = function($i, classes, content, ttl) { html += ' \
\ ' + tier + ' \ - ' + ( ( ItemData[5] ) ? '
Fame Bonus: ' + ItemData[5] + '%' : '' ) + ' \ + ' + ( ( ItemData[5] ) ? '
XP Bonus: ' + ItemData[5] + '%' : '' ) + ' \
\
\ '; @@ -932,25 +932,13 @@ setuptools.app.muledump.mulemenu = function(e, guid, context, track, extraopts) }); // add one click login option if enabled - if ( guid.indexOf('steamworks:') === -1 && window.mulelogin) { - + if ( window.mulelogin) { options.push({ option: 'link', class: 'oneclick', name: 'One Click Login', href: setuptools.app.muledump.ocl.mulelink(guid) }); - - } else { - - options.push({ - option: 'link', - class: 'oneclick', - name: 'One Click Login', - href: setuptools.config.oneclickHelp, - target: '_blank' - }); - } // add global options @@ -1262,11 +1250,9 @@ setuptools.app.muledump.quickUserAdd = function() { * @description Automatically adjust totals width */ setuptools.app.muledump.totalsWidth = function(totals) { - // update totals width var totalswidth = setuptools.data.config.totalswidth; var totalItems = Object.keys(totals).length; - // if total items is less than the totalswidth then we need to adjust it if ( totalItems < setuptools.data.config.totalswidth ) totalswidth = totalItems; @@ -1288,6 +1274,42 @@ setuptools.app.muledump.totalsWidth = function(totals) { }; +/** + * @function + * @param {object} stage - Totals stage object + * @description - This function to determen if max columns should change + */ +setuptools.app.muledump.stageWidth = function(stage) { + + // is setting on + if(!setuptools.data.config.rowwrap) { + setuptools.data.config.tempRowLength = 0; + return; + } + + var windowWidth = $(window).innerWidth(); // Get the current window width + var cellWidth = 184; // Width of each cell + var margin = 12; // Margin on one side of the cell + + // Calculate the total space required for each cell including margins on both sides + var totalCellWidth = cellWidth + (margin * 2); + + // Check if the window width can accommodate at least one row of cells with the defined row length + if (windowWidth > totalCellWidth * setuptools.data.config.rowlength) return; + + // Calculate the maximum number of full cells that can fit within the window width + var tempRowLength = Math.floor(windowWidth / totalCellWidth); + + // If the calculated number of cells is the same as before, no need to adjust + if (setuptools.data.config.temprowlength == tempRowLength) return; + + // Update the temporary row length in configuration + setuptools.data.config.temprowlength = tempRowLength; + + // update ui + setuptools.app.mulequeue.task.refresh(Object.keys(window.accounts)); +} + /* // Realmeye features */ @@ -2658,13 +2680,13 @@ setuptools.app.muledump.drawPortrait = function(c, $c) { var portimg = $(''); window.portrait(portimg, c.ObjectType, c.Texture, c.Tex1, c.Tex2); var chtext = $('
'); + var seasonal = c.Seasonal == "True" ? "seasonal" : ""; if ( typeof boost !== 'undefined' ) chtext.append(boost); var classname = "???"; if (cl) { classname = cl[0]; } - chtext.append($('
').text(classname + ' ' + c.Level + ", " + c.muledump.MaxedStats + "/8" + ', #' + c.id)) - .append($('
').text(c.CurrentFame + ' F ' + c.Exp + ' XP')); + chtext.append($('
').html('' + cl[0] + ' ' + c.Level + ", " + c.muledump.MaxedStats + "/8" + ', #' + c.id + ' ')).append($('
').text(c.CurrentFame + ' F ' + c.Exp + ' XP')); var chdesc = $('
') .append(portimg) @@ -3498,8 +3520,9 @@ setuptools.app.muledump.ocl.router = function(guid) { setuptools.app.muledump.ocl.params = function(profile) { var ocl_params = $.extend(true, {}, profile.params); - if ( ['browser','exalt'].indexOf(ocl_params.mode) > -1 ) delete ocl_params.client; - if ( ocl_params.paths.length === 0 ) delete ocl_params.paths; + if ( ['Exalt'].indexOf(ocl_params.mode) > -1 ) delete ocl_params.client; + if ( ocl_params.paths != undefined && ocl_params.paths.length === 0 ) delete ocl_params.paths; + var params = ''; Object.keys(ocl_params).forEach(function(param) { @@ -3590,10 +3613,6 @@ setuptools.app.muledump.ocl.accountMenu = function(position, data) { * @description Generate a one click login url */ setuptools.app.muledump.ocl.mulelink = function(guid) { - - // does not support non-email guid's - if (guid.match(setuptools.config.regex.guid) !== null) return setuptools.config.oneclickHelp; - if ( setuptools.state.loaded === true ) { // build ocl runtime parameters @@ -3627,10 +3646,8 @@ setuptools.app.muledump.ocl.mulelink = function(guid) { */ setuptools.app.muledump.ocl.record = function(guid) { - // does not support non-email guid's if ( - setuptools.state.loaded === false || - guid.match(setuptools.config.regex.guid) !== null + setuptools.state.loaded === false ) return; // build ocl runtime parameters diff --git a/lib/setuptools/src/mulequeue.js b/lib/setuptools/src/mulequeue.js index 6f739d41..2bf8018d 100644 --- a/lib/setuptools/src/mulequeue.js +++ b/lib/setuptools/src/mulequeue.js @@ -20,19 +20,19 @@ setuptools.app.mulequeue = { }, queue: [], // list of guids in queue (corresponds to tasks) tasks: {}, // task configuration data - history: {data: []}, // history of queue tasks + history: { data: [] }, // history of queue tasks }; // initialize mulequeue -setuptools.app.mulequeue.main = function() { +setuptools.app.mulequeue.main = function () { // some config sanity - if ( $.isNumeric(setuptools.data.config.mqConcurrent) === false || setuptools.data.config.mqConcurrent > 30 ) setuptools.data.config.mqConcurrent = 1; + if ($.isNumeric(setuptools.data.config.mqConcurrent) === false || setuptools.data.config.mqConcurrent > 30) setuptools.data.config.mqConcurrent = 1; // check if we're already rate limited setuptools.app.mulequeue.state.rateLimitExpiration = setuptools.storage.read('ratelimitexpiration'); - if ( !setuptools.app.mulequeue.state.rateLimitExpiration ) setuptools.app.mulequeue.state.rateLimitExpiration = Date.now(); - if ( setuptools.app.mulequeue.state.rateLimitExpiration > new Date ) setuptools.app.mulequeue.task.rateLimit(true); + if (!setuptools.app.mulequeue.state.rateLimitExpiration) setuptools.app.mulequeue.state.rateLimitExpiration = Date.now(); + if (setuptools.app.mulequeue.state.rateLimitExpiration > new Date) setuptools.app.mulequeue.task.rateLimit(true); // start the background task setuptools.app.mulequeue.task.background(); @@ -47,10 +47,10 @@ setuptools.app.mulequeue.main = function() { /*/ // background tasks health checker -setuptools.app.mulequeue.task.bgHealth = function() { +setuptools.app.mulequeue.task.bgHealth = function () { // check how long it has been since the background task last ran - if ( (setuptools.app.mulequeue.state.rateLimited === false && setuptools.app.mulequeue.state.paused === false) && new Date > (Number(setuptools.app.mulequeue.state.bgPing)+(setuptools.data.config.mqBGTimeout*1000)) ) { + if ((setuptools.app.mulequeue.state.rateLimited === false && setuptools.app.mulequeue.state.paused === false) && new Date > (Number(setuptools.app.mulequeue.state.bgPing) + (setuptools.data.config.mqBGTimeout * 1000))) { window.techlog('MuleQueue/bgHealth starting background task'); setuptools.app.mulequeue.state.active = false; @@ -65,7 +65,7 @@ setuptools.app.mulequeue.task.bgHealth = function() { }; // update the background health state -setuptools.app.mulequeue.task.ping = function() { +setuptools.app.mulequeue.task.ping = function () { setuptools.app.mulequeue.state.bgPing = new Date; setuptools.app.mulequeue.state.bgHealth = true; @@ -73,13 +73,13 @@ setuptools.app.mulequeue.task.ping = function() { }; // create a task promise and run the task -setuptools.app.mulequeue.task.createPromise = function(guid) { +setuptools.app.mulequeue.task.createPromise = function (guid) { return new Promise(function (MuleQueue) { var task = setuptools.app.mulequeue.tasks[guid]; window.techlog('MuleQueue/TaskStart - ' + guid); - if ( mules[guid] instanceof Mule ) { + if (mules[guid] instanceof Mule) { mules[guid].query(task.ignore_cache, task.cache_only, false, MuleQueue); } else setuptools.app.mulequeue.task.cancel(guid); @@ -88,10 +88,10 @@ setuptools.app.mulequeue.task.createPromise = function(guid) { }; // background tasks processes queue items -setuptools.app.mulequeue.task.background = function() { +setuptools.app.mulequeue.task.background = function () { // start the background task if it isn't already running - if ( !setuptools.app.mulequeue.state.bgTask ) { + if (!setuptools.app.mulequeue.state.bgTask) { setuptools.app.mulequeue.state.bgTask = setInterval( setuptools.app.mulequeue.task.background, @@ -109,19 +109,19 @@ setuptools.app.mulequeue.task.background = function() { ) setuptools.app.mulequeue.queuemanager.Modifiers.callbacks.update(); // check for rate limiting - if ( setuptools.app.mulequeue.state.rateLimited === true ) { + if (setuptools.app.mulequeue.state.rateLimited === true) { setuptools.app.mulequeue.task.ping(); return; } // don't run if background task is already active or paused - if ( setuptools.app.mulequeue.state.active === true ) return; + if (setuptools.app.mulequeue.state.active === true) return; // ping setuptools.app.mulequeue.task.ping(); // check if the queue is paused - if ( setuptools.app.mulequeue.state.paused === true ) return; + if (setuptools.app.mulequeue.state.paused === true) return; // check for queue items if ( @@ -134,16 +134,16 @@ setuptools.app.mulequeue.task.background = function() { $('#mulequeue').addClass('running'); // log queue size if larger than peak - if ( setuptools.app.mulequeue.queue.length > setuptools.app.mulequeue.state.queuePeak ) setuptools.app.mulequeue.state.queuePeak = setuptools.app.mulequeue.queue.length; + if (setuptools.app.mulequeue.queue.length > setuptools.app.mulequeue.state.queuePeak) setuptools.app.mulequeue.state.queuePeak = setuptools.app.mulequeue.queue.length; // if this is the top of a cycle, check if the minimum cycle delay has passed - var lastRunDifference = ((new Date)-setuptools.app.mulequeue.state.lastTaskFinished)/1000; + var lastRunDifference = ((new Date) - setuptools.app.mulequeue.state.lastTaskFinished) / 1000; if ( setuptools.app.mulequeue.state.busy === 0 && lastRunDifference < window.accountLoadDelay ) { - window.techlog('MuleQueue/TaskWait - ' + Math.ceil(window.accountLoadDelay-lastRunDifference) + ' seconds until next cycle', 'aggregate'); + window.techlog('MuleQueue/TaskWait - ' + Math.ceil(window.accountLoadDelay - lastRunDifference) + ' seconds until next cycle', 'aggregate'); return; } @@ -153,18 +153,18 @@ setuptools.app.mulequeue.task.background = function() { setuptools.app.mulequeue.state.running = true; // run up to a specified number of concurrent tasks - while ( setuptools.app.mulequeue.state.busy < setuptools.data.config.mqConcurrent ) { + while (setuptools.app.mulequeue.state.busy < setuptools.data.config.mqConcurrent) { // find the first task in queue state var queueIndex = setuptools.app.mulequeue.state.busy; - for ( var i = 0; i < setuptools.app.mulequeue.queue.length; i++ ) { + for (var i = 0; i < setuptools.app.mulequeue.queue.length; i++) { var guid = setuptools.app.mulequeue.queue[queueIndex]; - if ( typeof guid === 'string' && !(mules[guid] instanceof Mule) ) { + if (typeof guid === 'string' && !(mules[guid] instanceof Mule)) { setuptools.app.mulequeue.task.cancel(guid); continue; } - if ( setuptools.app.mulequeue.tasks[guid].state === 'queue' ) break; + if (setuptools.app.mulequeue.tasks[guid].state === 'queue') break; } @@ -183,7 +183,7 @@ setuptools.app.mulequeue.task.background = function() { /*/ // save mulequeue cache data to local storage -setuptools.app.mulequeue.task.saveConfig = function(returnData) { +setuptools.app.mulequeue.task.saveConfig = function (returnData) { var Config = { date: Date.now(), @@ -196,12 +196,12 @@ setuptools.app.mulequeue.task.saveConfig = function(returnData) { queue: [] }; - if ( returnData === true ) return Config; + if (returnData === true) return Config; - for ( var guid in setuptools.app.mulequeue.tasks ) + for (var guid in setuptools.app.mulequeue.tasks) if (setuptools.app.mulequeue.tasks.hasOwnProperty(guid)) - if ( setuptools.app.mulequeue.tasks[guid].action === 'reload' ) - if ( setuptools.app.mulequeue.tasks[guid].state === 'queue' ) + if (setuptools.app.mulequeue.tasks[guid].action === 'reload') + if (setuptools.app.mulequeue.tasks[guid].state === 'queue') Config.queue.push(guid); setuptools.storage.write('mulequeue:config', Config); @@ -209,28 +209,28 @@ setuptools.app.mulequeue.task.saveConfig = function(returnData) { }; // load mulequeue history and cache data and import it if necessary -setuptools.app.mulequeue.task.loadConfig = function() { +setuptools.app.mulequeue.task.loadConfig = function () { // import any mulequeue cache data var ConfigJson = setuptools.storage.read('mulequeue:config'); var Config; try { Config = JSON.parse(ConfigJson); - } catch(e) {} + } catch (e) { } if ( typeof Config === 'object' && Config !== null ) { - if ( Config.queue.length === 0 ) Config.state.paused = false; + if (Config.queue.length === 0) Config.state.paused = false; $.extend(true, setuptools.app.mulequeue.state, Config.state); // load queue cache if it isn't stale - if ( (Date.now()-Config.date) < setuptools.config.mqStaleCache && Array.isArray(Config.queue) && Config.queue.length > 0 ) { + if ((Date.now() - Config.date) < setuptools.config.mqStaleCache && Array.isArray(Config.queue) && Config.queue.length > 0) { // filter out disabled or banned accounts var count = 0; - if ( setuptools.state.loaded === true ) Config.queue = Config.queue.filter(function(item) { + if (setuptools.state.loaded === true) Config.queue = Config.queue.filter(function (item) { if ( typeof setuptools.data.accounts.accounts[item] === 'object' && @@ -250,11 +250,11 @@ setuptools.app.mulequeue.task.loadConfig = function() { setuptools.app.mulequeue.state.lastTaskFinished = new Date(setuptools.app.mulequeue.state.lastTaskFinished); setuptools.app.mulequeue.task.reload(Config.queue); - if ( Config.state.paused === true ) $('#mulequeue').addClass('paused'); + if (Config.state.paused === true) $('#mulequeue').addClass('paused'); setuptools.app.mulequeue.state.running = true; // save any cleanup changes - if ( count > 0 ) setuptools.app.mulequeue.task.saveConfig(); + if (count > 0) setuptools.app.mulequeue.task.saveConfig(); } @@ -264,7 +264,7 @@ setuptools.app.mulequeue.task.loadConfig = function() { var History; try { History = JSON.parse(HistoryJson); - } catch (e) {} + } catch (e) { } if ( typeof History === 'object' && History !== null @@ -276,7 +276,7 @@ setuptools.app.mulequeue.task.loadConfig = function() { }; -setuptools.app.mulequeue.task.rateLimitCancel = function() { +setuptools.app.mulequeue.task.rateLimitCancel = function () { clearInterval(setuptools.app.mulequeue.state.rateLimitTimer); delete setuptools.app.mulequeue.state.rateLimitExpiration; @@ -284,14 +284,14 @@ setuptools.app.mulequeue.task.rateLimitCancel = function() { setuptools.storage.delete('ratelimitexpiration'); setuptools.app.mulequeue.state.rateLimited = false; $('div.mulequeue.progress > div.bar').removeClass('rateLimited nopulse'); - if ( setuptools.data.config.animations === 1 ) $('#stickynotice').removeClass('rateLimited nopulse'); + if (setuptools.data.config.animations === 1) $('#stickynotice').removeClass('rateLimited nopulse'); // reset spinners - for ( var task in setuptools.app.mulequeue.tasks ) { + for (var task in setuptools.app.mulequeue.tasks) { - if ( setuptools.app.mulequeue.tasks.hasOwnProperty(task) ) { + if (setuptools.app.mulequeue.tasks.hasOwnProperty(task)) { - if ( setuptools.app.mulequeue.tasks[task].state === 'queue' && setuptools.data.config.animations === 1 ) { + if (setuptools.app.mulequeue.tasks[task].state === 'queue' && setuptools.data.config.animations === 1) { setuptools.app.mulequeue.tasks[task].reloader .empty() @@ -316,7 +316,7 @@ setuptools.app.mulequeue.task.rateLimitCancel = function() { }; // rate limit all tasks -setuptools.app.mulequeue.task.rateLimit = function(soft) { +setuptools.app.mulequeue.task.rateLimit = function (soft) { function RateLimitTimer() { @@ -330,11 +330,11 @@ setuptools.app.mulequeue.task.rateLimit = function(soft) { var Time = RateLimitRemaining.match(/^([0-9]*?)\.([0-9]*?)$/); var Minutes = '00'; var Seconds = 0; - if ( typeof Time === 'object' ) { + if (typeof Time === 'object') { Minutes = Time[1]; - Seconds = (Number('0.'+Time[2])*60).toFixed(0); + Seconds = (Number('0.' + Time[2]) * 60).toFixed(0); } - if ( Seconds < 10 ) Seconds = '0' + Seconds; + if (Seconds < 10) Seconds = '0' + Seconds; var RateLimitTime = Minutes + ':' + Seconds; $('#mulequeue').addClass('rateLimited'); $('#stickynotice').html(' \ @@ -350,7 +350,7 @@ setuptools.app.mulequeue.task.rateLimit = function(soft) { \
\ '); - $('div.muledump.resetratelimit').off('click.muledump.resetratelimit').on('click.muledump.resetratelimit', function() { + $('div.muledump.resetratelimit').off('click.muledump.resetratelimit').on('click.muledump.resetratelimit', function () { setuptools.app.mulequeue.task.rateLimitCancel(); }); @@ -361,9 +361,9 @@ setuptools.app.mulequeue.task.rateLimit = function(soft) { // prepare the rate limit window.techlog('MuleQueue/RateLimit detected', 'force'); setuptools.app.mulequeue.state.rateLimited = true; - if ( soft !== true ) { + if (soft !== true) { - setuptools.app.mulequeue.state.rateLimitExpiration = Date.now()+setuptools.config.mqRateLimitExpiration; + setuptools.app.mulequeue.state.rateLimitExpiration = Date.now() + setuptools.config.mqRateLimitExpiration; // write it to storage setuptools.storage.write('ratelimitexpiration', setuptools.app.mulequeue.state.rateLimitExpiration); @@ -383,12 +383,12 @@ setuptools.app.mulequeue.task.rateLimit = function(soft) { } // reset state for any tasks that encountered rate limiting - if ( setuptools.app.mulequeue.queue.length > 0 ) { + if (setuptools.app.mulequeue.queue.length > 0) { for (var index = (setuptools.app.mulequeue.state.busy - 1); index >= 0; index--) { setuptools.app.mulequeue.tasks[setuptools.app.mulequeue.queue[index]].state = 'queue'; - if ( setuptools.data.config.animations === 1 ) { + if (setuptools.data.config.animations === 1) { setuptools.app.mulequeue.tasks[setuptools.app.mulequeue.queue[index]].reloader .empty() @@ -408,34 +408,135 @@ setuptools.app.mulequeue.task.rateLimit = function(soft) { setuptools.app.mulequeue.state.active = false; //setuptools.app.mulequeue.state.queuePeak = 0; $('div.mulequeue.progress > div.bar').addClass('rateLimited nopulse'); - if ( setuptools.data.config.animations === 1 ) $('#stickynotice').addClass('rateLimited nopulse'); + if (setuptools.data.config.animations === 1) $('#stickynotice').addClass('rateLimited nopulse'); // start the rate limit timer setuptools.app.mulequeue.state.rateLimitTimer = setInterval(RateLimitTimer, 1000); }; +// handeling of the 5 min limit +setuptools.app.mulequeue.task.hardRateLimit = function (soft) { + + function RateLimitTimer() { + + var RateLimitRemaining = ((setuptools.app.mulequeue.state.rateLimitExpiration - Date.now()) / 1000 / 60).toFixed(2); + if (RateLimitRemaining <= 0) { + + setuptools.app.mulequeue.task.rateLimitCancel(); + + } else { + + var Time = RateLimitRemaining.match(/^([0-9]*?)\.([0-9]*?)$/); + var Minutes = '00'; + var Seconds = 0; + if (typeof Time === 'object') { + Minutes = Time[1]; + Seconds = (Number('0.' + Time[2]) * 60).toFixed(0); + } + if (Seconds < 10) Seconds = '0' + Seconds; + var RateLimitTime = Minutes + ':' + Seconds; + $('#mulequeue').addClass('rateLimited'); + $('#stickynotice').html(' \ +
\ +
Warning: Your account is rate limited by Deca. \ + You must wait ' + RateLimitTime + ' before you can reload your account.
\ + \ +
\ + '); + $('div.mulequeue.progress > div.percentage').html(' \ +
\ +
You are rate limited and must wait ' + RateLimitTime + ' before continuing.
\ + \ +
\ + '); + $('div.muledump.resetratelimit').off('click.muledump.resetratelimit').on('click.muledump.resetratelimit', function () { + setuptools.app.mulequeue.task.rateLimitCancel(); + }); + + } + + } + + // prepare the rate limit + window.techlog('MuleQueue/RateLimit detected', 'force'); + setuptools.app.mulequeue.state.rateLimited = true; + if (soft !== true) { + + setuptools.app.mulequeue.state.rateLimitExpiration = Date.now() + 300000; + + // write it to storage + setuptools.storage.write('ratelimitexpiration', setuptools.app.mulequeue.state.rateLimitExpiration); + + setuptools.app.ga('send', 'event', { + eventCategory: 'rateLimited', + eventAction: 'hard' + }); + + } else { + + setuptools.app.ga('send', 'event', { + eventCategory: 'rateLimited', + eventAction: 'soft' + }); + + } + + // reset state for any tasks that encountered rate limiting + if (setuptools.app.mulequeue.queue.length > 0) { + for (var index = (setuptools.app.mulequeue.state.busy - 1); index >= 0; index--) { + + setuptools.app.mulequeue.tasks[setuptools.app.mulequeue.queue[index]].state = 'queue'; + + if (setuptools.data.config.animations === 1) { + + setuptools.app.mulequeue.tasks[setuptools.app.mulequeue.queue[index]].reloader + .empty() + .append(setuptools.app.mulequeue.spinner.running('error')) + .attr('title', 'Error: You are presently rate limited by Deca.'); + + } + + $('div.queuetask[data-listPos="' + index + '"] > div:first-child') + .html(setuptools.app.mulequeue.spinner.running('error', true)) + .attr('title', 'Error: You are presently rate limited by Deca.'); + } + } + + // reset the busy counter to 0 + setuptools.app.mulequeue.state.busy = 0; + setuptools.app.mulequeue.state.active = false; + //setuptools.app.mulequeue.state.queuePeak = 0; + $('div.mulequeue.progress > div.bar').addClass('rateLimited nopulse'); + if (setuptools.data.config.animations === 1) $('#stickynotice').addClass('rateLimited nopulse'); + + // start the rate limit timer + setuptools.app.mulequeue.state.rateLimitTimer = setInterval(RateLimitTimer, 1000); + +}; + + // parse provided guids list into correct format -setuptools.app.mulequeue.task.guidsCheck = function(guids) { +setuptools.app.mulequeue.task.guidsCheck = function (guids) { - if ( !guids ) guids = []; - if ( typeof guids === 'string' ) guids = [guids]; - if ( Array.isArray(guids) === false ) setuptools.lightbox.error('Data type for argument "guids" not valid.', 1000); + if (!guids) guids = []; + if (typeof guids === 'string') guids = [guids]; + if (Array.isArray(guids) === false) setuptools.lightbox.error('Data type for argument "guids" not valid.', 1000); return guids; }; // queue task on all or specified guids -setuptools.app.mulequeue.task.queue = function(guids, config) { +setuptools.app.mulequeue.task.queue = function (guids, config) { // parse guids guids = setuptools.app.mulequeue.task.guidsCheck(guids); // set a default config object if none provided or invalid - if ( typeof config === 'function' ) { + if (typeof config === 'function') { callback = config; config = {}; - } else if ( typeof config !== 'object' || Array.isArray(config) === true ) config = {}; + } else if (typeof config !== 'object' || Array.isArray(config) === true) config = {}; // merge supplied config into default config config = $.extend(true, {}, setuptools.data.config.mqDefaultConfig, config); @@ -445,15 +546,15 @@ setuptools.app.mulequeue.task.queue = function(guids, config) { delete config.creation; // add guid to the queue - for ( var i = 0; i < guids.length; i++ ) { + for (var i = 0; i < guids.length; i++) { - if ( i === 0 ) setuptools.app.mulequeue.state.running = true; + if (i === 0) setuptools.app.mulequeue.state.running = true; // check if guid is already in the queue - if ( typeof setuptools.app.mulequeue.tasks[guids[i]] === 'object' ) { + if (typeof setuptools.app.mulequeue.tasks[guids[i]] === 'object') { // do not interfere if the queue item is already running - if ( setuptools.app.mulequeue.tasks[guids[i]].state === 'running' ) continue; + if (setuptools.app.mulequeue.tasks[guids[i]].state === 'running') continue; // update the queue item's configuration $.extend(true, setuptools.app.mulequeue.tasks[guids[i]], config); @@ -465,7 +566,7 @@ setuptools.app.mulequeue.task.queue = function(guids, config) { config.state = 'queue'; config.creation = new Date; config.reloader = $('div.mule[data-guid="' + guids[i] + '"] > div.button.reloader'); - if ( setuptools.data.config.animations === 1 ) config.reloader.empty().append(setuptools.app.mulequeue.spinner.running()).attr('title', 'Task is waiting in MuleQueue'); + if (setuptools.data.config.animations === 1) config.reloader.empty().append(setuptools.app.mulequeue.spinner.running()).attr('title', 'Task is waiting in MuleQueue'); setuptools.app.mulequeue.queue.push(guids[i]); // sets queue order setuptools.app.mulequeue.tasks[guids[i]] = $.extend(true, {}, config); // sets queue config data @@ -478,9 +579,9 @@ setuptools.app.mulequeue.task.queue = function(guids, config) { // reload (ignore_cache) task on all or specified guids -setuptools.app.mulequeue.task.reload = function(guids, callback) { +setuptools.app.mulequeue.task.reload = function (guids, callback) { - if ( typeof guids === 'function' ) { + if (typeof guids === 'function') { callback = guids; guids = undefined; @@ -488,7 +589,7 @@ setuptools.app.mulequeue.task.reload = function(guids, callback) { } // parse guids - if ( !guids ) guids = Object.keys(window.accounts); + if (!guids) guids = Object.keys(window.accounts); guids = setuptools.app.mulequeue.task.guidsCheck(guids); // force account data reload @@ -500,26 +601,26 @@ setuptools.app.mulequeue.task.reload = function(guids, callback) { setuptools.app.mulequeue.state.running = true; - if ( typeof callback === 'function' ) callback(); + if (typeof callback === 'function') callback(); }; // refresh (cache_only) task on all or specified guids (bypasses queue) -setuptools.app.mulequeue.task.refresh = function(guids) { +setuptools.app.mulequeue.task.refresh = function (guids) { // parse guids guids = setuptools.app.mulequeue.task.guidsCheck(guids); - for ( var x = 0; x < guids.length; x++ ) mules[guids[x]].query(false, true, true); + for (var x = 0; x < guids.length; x++) mules[guids[x]].query(false, true, true); }; // attempt a cache_only load of guids and send stale guids to reload -setuptools.app.mulequeue.task.load = function(guids) { +setuptools.app.mulequeue.task.load = function (guids) { // parse guids guids = setuptools.app.mulequeue.task.guidsCheck(guids); - if ( guids.length === 0 ) guids = Object.keys(window.accounts); + if (guids.length === 0) guids = Object.keys(window.accounts); // first loop: cache_only load on all provided guids setuptools.app.mulequeue.task.refresh(guids); @@ -532,22 +633,22 @@ setuptools.app.mulequeue.task.load = function(guids) { }; // start task on specified guid -setuptools.app.mulequeue.task.start = function(guid, callback) { +setuptools.app.mulequeue.task.start = function (guid, callback) { // require a guid be provided - if ( !guid ) return; + if (!guid) return; // check if a task exists and insert it into the queue if not - if ( typeof setuptools.app.mulequeue.tasks[guid] === 'undefined' ) setuptools.app.mulequeue.task.reload(guid); + if (typeof setuptools.app.mulequeue.tasks[guid] === 'undefined') setuptools.app.mulequeue.task.reload(guid); // check if a task exists and make sure it is in the proper state - if ( typeof setuptools.app.mulequeue.tasks[guid] === 'object' && setuptools.app.mulequeue.tasks[guid].state !== 'queue' ) return; + if (typeof setuptools.app.mulequeue.tasks[guid] === 'object' && setuptools.app.mulequeue.tasks[guid].state !== 'queue') return; // reorder the queue if this item isn't in its position var taskIndex = setuptools.app.mulequeue.task.reorder(guid); // we won't run the request if we're rate limited - if ( setuptools.app.mulequeue.state.rateLimited === true ) return; + if (setuptools.app.mulequeue.state.rateLimited === true) return; // run the task setuptools.app.mulequeue.state.busy++; @@ -556,34 +657,40 @@ setuptools.app.mulequeue.task.start = function(guid, callback) { // update task state setuptools.app.mulequeue.tasks[guid].state = 'running'; setuptools.app.mulequeue.tasks[guid].startTime = new Date; - if ( setuptools.data.config.animations === 1 ) setuptools.app.mulequeue.tasks[guid].reloader.empty().append(setuptools.app.mulequeue.spinner.running('running')).attr('title', 'Mule data request running...'); + if (setuptools.data.config.animations === 1) setuptools.app.mulequeue.tasks[guid].reloader.empty().append(setuptools.app.mulequeue.spinner.running('running')).attr('title', 'Mule data request running...'); $('div.queuetask[data-listPos="' + taskIndex + '"] > div:first-child').html(setuptools.app.mulequeue.spinner.running('running', true)).attr('title', 'Mule data request running...'); // create the promise to run the task - setuptools.app.mulequeue.tasks[guid].promise = setuptools.app.mulequeue.task.createPromise(guid).then(function(response) { + setuptools.app.mulequeue.tasks[guid].promise = setuptools.app.mulequeue.task.createPromise(guid).then(function (response) { // handle responses from the task var task = setuptools.app.mulequeue.tasks[response.guid]; - if (response.state === 'finished' && task.state === 'running' ) { + if (response.state === 'finished' && task.state === 'running') { // handle rate limit detection - if ( response.status === 'rateLimited' ) { + if (response.status === 'rateLimited') { setuptools.app.mulequeue.task.rateLimit(); return; + } + else if (response.status === 'hardRateLimited') { + + setuptools.app.mulequeue.task.hardRateLimit(); + return; + } // update the task data for task history task.state = 'finished'; task.finishTime = new Date; - task.runTime = task.finishTime-task.startTime; - setuptools.app.mulequeue.state.timePerTaskAverage = Math.round((setuptools.app.mulequeue.state.timePerTaskAverage+task.runTime)/2); + task.runTime = task.finishTime - task.startTime; + setuptools.app.mulequeue.state.timePerTaskAverage = Math.round((setuptools.app.mulequeue.state.timePerTaskAverage + task.runTime) / 2); task.response = response; - if ( response.status === 'error' ) { + if (response.status === 'error') { - if ( setuptools.data.config.animations === 1 ) task.reloader.empty().append(setuptools.app.mulequeue.spinner.running('error')).attr('title', 'Error loading account: ' + response.errorMessage); + if (setuptools.data.config.animations === 1) task.reloader.empty().append(setuptools.app.mulequeue.spinner.running('error')).attr('title', 'Error loading account: ' + response.errorMessage); } else { @@ -606,10 +713,10 @@ setuptools.app.mulequeue.task.start = function(guid, callback) { 'MuleQueue/TaskFinish ' + '- ' + response.guid + ' \'' + response.status + '\'' + ((response.errorMessage) ? - ' - \'' + response.errorMessage + '\'' : - ' - runtime ' + (task.runTime/1000).toFixed(2) + ' seconds') + - ' - waited ' + Math.floor((task.finishTime-task.creation)/1000) + ' seconds' + - ' - remaining tasks ' + (setuptools.app.mulequeue.queue.length-1), + ' - \'' + response.errorMessage + '\'' : + ' - runtime ' + (task.runTime / 1000).toFixed(2) + ' seconds') + + ' - waited ' + Math.floor((task.finishTime - task.creation) / 1000) + ' seconds' + + ' - remaining tasks ' + (setuptools.app.mulequeue.queue.length - 1), 'force' ); @@ -623,10 +730,10 @@ setuptools.app.mulequeue.task.start = function(guid, callback) { finish: task.finishTime, state: task.state, guid: response.guid, - ign: ( ( + ign: (( setuptools.state.loaded === true && setuptools.app.config.determineFormat(setuptools.data.accounts) === 1 - ) ? (setuptools.data.accounts.accounts[response.guid] && setuptools.data.accounts.accounts[response.guid].ign) : undefined ), + ) ? (setuptools.data.accounts.accounts[response.guid] && setuptools.data.accounts.accounts[response.guid].ign) : undefined), status: response.status, errorMessage: response.errorMessage || undefined, runtime: (task.runTime / 1000).toFixed(2), @@ -653,22 +760,22 @@ setuptools.app.mulequeue.task.start = function(guid, callback) { }).join(); setuptools.app.mulequeue.ui.progressBar(); - if ( setuptools.lightbox.menu.context.isOpen('mulequeue-menu') === true ) setuptools.app.mulequeue.menu(); + if (setuptools.lightbox.menu.context.isOpen('mulequeue-menu') === true) setuptools.app.mulequeue.menu(); if ( typeof setuptools.lightbox.active['mulequeue-manager'] === 'object' && typeof setuptools.lightbox.menu.paginate.state.QueueList === 'object' ) setuptools.lightbox.menu.paginate.state.QueueList.Modifiers.callbacks.update(); // no tasks are active anymore - if ( setuptools.app.mulequeue.state.busy === 0 ) setuptools.app.mulequeue.state.active = false; + if (setuptools.app.mulequeue.state.busy === 0) setuptools.app.mulequeue.state.active = false; // if the queue is now empty we can switch the running state to false - if ( setuptools.app.mulequeue.queue.length === 0 ) { + if (setuptools.app.mulequeue.queue.length === 0) { $('#mulequeue').removeClass('running'); setuptools.app.mulequeue.state.running = false; setuptools.app.mulequeue.state.queuePeak = 0; - if( + if ( typeof setuptools.lightbox.active['mulequeue-manager'] === 'object' && typeof setuptools.app.mulequeue.queuemanager === 'object' ) setuptools.app.mulequeue.queuemanager.Modifiers.callbacks.update(); @@ -684,10 +791,10 @@ setuptools.app.mulequeue.task.start = function(guid, callback) { }; -setuptools.app.mulequeue.task.history = function(record) { +setuptools.app.mulequeue.task.history = function (record) { - if ( Array.isArray(setuptools.app.mulequeue.history.data) === false ) setuptools.app.mulequeue.history.data = []; - if ( typeof setuptools.app.mulequeue.history.stats === 'undefined' ) setuptools.app.mulequeue.history.stats = { + if (Array.isArray(setuptools.app.mulequeue.history.data) === false) setuptools.app.mulequeue.history.data = []; + if (typeof setuptools.app.mulequeue.history.stats === 'undefined') setuptools.app.mulequeue.history.stats = { ok: 0, error: 0, cors: 0, @@ -701,21 +808,21 @@ setuptools.app.mulequeue.task.history = function(record) { setuptools.app.mulequeue.history.data.splice(setuptools.data.config.mqKeepHistory); // parse the record - if ( record.status === 'ok' ) setuptools.app.mulequeue.history.stats.ok++; - if ( record.status === 'cache' ) setuptools.app.mulequeue.history.stats.cache++; - if ( record.status === 'error' ) { + if (record.status === 'ok') setuptools.app.mulequeue.history.stats.ok++; + if (record.status === 'cache') setuptools.app.mulequeue.history.stats.cache++; + if (record.status === 'error') { setuptools.app.mulequeue.history.stats.error++; - if ( record.errorMessage.match(/CORS/) ) { + if (record.errorMessage.match(/CORS/)) { setuptools.app.mulequeue.history.stats.cors++; } - else if ( record.errorMessage.match(/rate limited/) ) { + else if (record.errorMessage.match(/rate limited/)) { setuptools.app.mulequeue.history.stats.rateLimited++; } - else if ( record.errorMessage.match(/banned/) ) { + else if (record.errorMessage.match(/banned/)) { setuptools.app.mulequeue.history.stats.banned++; } - else if ( record.errorMessage.match(/Account in use/) ) { + else if (record.errorMessage.match(/Account in use/)) { setuptools.app.mulequeue.history.stats.accountInUse++; } else setuptools.app.mulequeue.history.stats.otherError++; @@ -726,19 +833,19 @@ setuptools.app.mulequeue.task.history = function(record) { }; // pause tasks and update the ui -setuptools.app.mulequeue.task.pause = function(callback) { +setuptools.app.mulequeue.task.pause = function (callback) { - if ( setuptools.app.mulequeue.state.rateLimited === false ) $('#mulequeue').removeClass('running').addClass('paused'); + if (setuptools.app.mulequeue.state.rateLimited === false) $('#mulequeue').removeClass('running').addClass('paused'); setuptools.app.mulequeue.state.paused = true; setuptools.app.mulequeue.task.saveConfig(); var pauseList = setuptools.app.mulequeue.queue; - for ( var i = 0; i < pauseList.length; i++ ) { + for (var i = 0; i < pauseList.length; i++) { var task = setuptools.app.mulequeue.tasks[pauseList[i]]; - if ( task.state === 'queue' ) { + if (task.state === 'queue') { - if ( setuptools.data.config.animations === 1 ) task.reloader.empty().append(setuptools.app.mulequeue.spinner.running('pause')).attr('title', 'Task paused in MuleQueue'); + if (setuptools.data.config.animations === 1) task.reloader.empty().append(setuptools.app.mulequeue.spinner.running('pause')).attr('title', 'Task paused in MuleQueue'); $('div.queuetask[data-listPos="' + i + '"] > div:first-child').html(setuptools.app.mulequeue.spinner.running('pause', true)).attr('title', 'Task paused in MuleQueue'); } @@ -746,15 +853,15 @@ setuptools.app.mulequeue.task.pause = function(callback) { } - if ( typeof callback === 'function' ) callback(); + if (typeof callback === 'function') callback(); window.techlog('MuleQueue/TaskPause'); }; // return task on all or specified guids -setuptools.app.mulequeue.task.resume = function(guids, callback) { +setuptools.app.mulequeue.task.resume = function (guids, callback) { - if ( typeof guids === 'function' ) { + if (typeof guids === 'function') { callback = guids; guids = []; @@ -762,24 +869,24 @@ setuptools.app.mulequeue.task.resume = function(guids, callback) { } // parse guids - if ( !guids ) guids = []; + if (!guids) guids = []; guids = setuptools.app.mulequeue.task.guidsCheck(guids); var pauseList = guids; - if ( guids.length === 0 ) { + if (guids.length === 0) { - if ( setuptools.app.mulequeue.state.rateLimited === false ) $('#mulequeue').removeClass('paused').addClass('running'); + if (setuptools.app.mulequeue.state.rateLimited === false) $('#mulequeue').removeClass('paused').addClass('running'); setuptools.app.mulequeue.state.paused = false; pauseList = setuptools.app.mulequeue.queue; } - if ( pauseList.length === 0 ) return; - for ( var i = 0; i < pauseList.length; i++ ) { + if (pauseList.length === 0) return; + for (var i = 0; i < pauseList.length; i++) { var task = setuptools.app.mulequeue.tasks[pauseList[i]]; - if ( task.state === 'queue' ) { + if (task.state === 'queue') { - if ( setuptools.data.config.animations === 1 ) task.reloader.empty().append(setuptools.app.mulequeue.spinner.running('queue')).attr('title', 'Task is waiting in MuleQueue'); + if (setuptools.data.config.animations === 1) task.reloader.empty().append(setuptools.app.mulequeue.spinner.running('queue')).attr('title', 'Task is waiting in MuleQueue'); $('div.queuetask[data-listPos="' + i + '"] > div:first-child').html(setuptools.app.mulequeue.spinner.running('queue', true)).attr('title', 'Task is waiting in MuleQueue'); } @@ -787,16 +894,16 @@ setuptools.app.mulequeue.task.resume = function(guids, callback) { } setuptools.app.mulequeue.state.running = true; - setuptools.app.mulequeue.state.lastTaskFinished = ((new Date)-(window.accountLoadDelay*1000)); - if ( typeof callback === 'function' ) callback(); + setuptools.app.mulequeue.state.lastTaskFinished = ((new Date) - (window.accountLoadDelay * 1000)); + if (typeof callback === 'function') callback(); window.techlog('MuleQueue/TaskResume'); }; // cancel task on all or specified guids -setuptools.app.mulequeue.task.cancel = function(guids, callback) { +setuptools.app.mulequeue.task.cancel = function (guids, callback) { - if ( typeof guids === 'function' ) { + if (typeof guids === 'function') { callback = guids; guids = []; @@ -805,22 +912,22 @@ setuptools.app.mulequeue.task.cancel = function(guids, callback) { // parse guids var cancelAll = false; - if ( !guids ) guids = []; + if (!guids) guids = []; guids = setuptools.app.mulequeue.task.guidsCheck(guids); - if ( guids.length === 0 ) { + if (guids.length === 0) { cancelAll = true; guids = setuptools.app.mulequeue.queue; } window.techlog('MuleQueue/TaskCancel clearing ' + guids.length + ' tasks', 'force'); // cancel and remove all queued tasks - for ( var i = (guids.length-1); i >= 0; i-- ) { + for (var i = (guids.length - 1); i >= 0; i--) { var guid = guids[i]; var task = setuptools.app.mulequeue.tasks[guid]; - if ( ['queue', 'error'].indexOf(task.state) > -1 ) { + if (['queue', 'error'].indexOf(task.state) > -1) { - if ( mules[guid] instanceof Mule && mules[guid].loginOnly !== true ) setuptools.app.mulequeue.tasks[guid].reloader.empty().text('\u21bb').attr('title', 'last updated: ' + ( (typeof mules[guid].data === 'object') ? + if (mules[guid] instanceof Mule && mules[guid].loginOnly !== true) setuptools.app.mulequeue.tasks[guid].reloader.empty().text('\u21bb').attr('title', 'last updated: ' + ((typeof mules[guid].data === 'object') ? (Date(mules[guid].data.query.created)).toLocaleString() : 'Unknown' )); @@ -835,7 +942,7 @@ setuptools.app.mulequeue.task.cancel = function(guids, callback) { } setuptools.app.mulequeue.task.saveConfig(); - if ( cancelAll === false ) return; + if (cancelAll === false) return; // clean up if we cancelled all tasks setuptools.app.mulequeue.state.paused = false; @@ -844,24 +951,24 @@ setuptools.app.mulequeue.task.cancel = function(guids, callback) { setuptools.app.mulequeue.state.busy = 0; setuptools.app.mulequeue.state.queuePeak = 0; $('#mulequeue').removeClass('running paused'); - if ( typeof callback === 'function' ) callback(); + if (typeof callback === 'function') callback(); }; // reorder task position specified guids -setuptools.app.mulequeue.task.reorder = function(guids, position) { +setuptools.app.mulequeue.task.reorder = function (guids, position) { - if ( typeof guids === 'undefined' ) setuptools.lightbox.error('Argument "guids" is required.', 1000); + if (typeof guids === 'undefined') setuptools.lightbox.error('Argument "guids" is required.', 1000); // parse guids guids = setuptools.app.mulequeue.task.guidsCheck(guids); - if ( typeof position !== 'number' ) position = 0; - for ( var i = 0; i < guids.length; i++ ) { + if (typeof position !== 'number') position = 0; + for (var i = 0; i < guids.length; i++) { var guid = guids[i]; var taskIndex = setuptools.app.mulequeue.queue.indexOf(guid); - var taskPosition = setuptools.app.mulequeue.state.busy+position; + var taskPosition = setuptools.app.mulequeue.state.busy + position; if (taskIndex !== taskPosition) { window.techlog('MuleQueue/Start pushing ' + guids[i] + ' to position ' + taskPosition); @@ -873,7 +980,7 @@ setuptools.app.mulequeue.task.reorder = function(guids, position) { } - if ( guids.length === 1 ) return taskPosition; + if (guids.length === 1) return taskPosition; } @@ -884,19 +991,19 @@ setuptools.app.mulequeue.task.reorder = function(guids, position) { /*/ // mulequeue menu -setuptools.app.mulequeue.menu = function() { +setuptools.app.mulequeue.menu = function () { // don't redraw if the menu is already open setuptools.lightbox.menu.context.close('mulequeue-menu'); var MuleQueueButton = $('#mulequeue'); // clear the hover close interval if mousing over this menu's button - MuleQueueButton.mouseover(function() { + MuleQueueButton.mouseover(function () { clearInterval(setuptools.tmp.muleMenuMouseLeaveTimer); }); // set our options - var YesIAmSplittingHairs = ( setuptools.app.mulequeue.queue.length === 1 ) ? '' : 's'; + var YesIAmSplittingHairs = (setuptools.app.mulequeue.queue.length === 1) ? '' : 's'; var options = [ { option: 'hover', @@ -926,15 +1033,16 @@ setuptools.app.mulequeue.menu = function() { option: 'class', value: 'smallMenuCells mulequeue-topMenu' }, - { option: 'css', + { + option: 'css', css: { position: 'fixed' } }, { class: 'openManager', - name: setuptools.app.mulequeue.queue.length + ' Task' + YesIAmSplittingHairs + ' ' + ( (setuptools.app.mulequeue.state.paused === false) ? 'Running' : 'Paused' ), - callback: function() { + name: setuptools.app.mulequeue.queue.length + ' Task' + YesIAmSplittingHairs + ' ' + ((setuptools.app.mulequeue.state.paused === false) ? 'Running' : 'Paused'), + callback: function () { setuptools.lightbox.menu.context.closeSkip('mulequeue-menu'); setuptools.app.mulequeue.ui.manager(); }, @@ -942,7 +1050,7 @@ setuptools.app.mulequeue.menu = function() { } ]; - if ( setuptools.app.mulequeue.state.rateLimited === true ) { + if (setuptools.app.mulequeue.state.rateLimited === true) { options.push( { @@ -960,9 +1068,9 @@ setuptools.app.mulequeue.menu = function() { } else { - if ( MuleQueueButton.hasClass('running') === true || MuleQueueButton.hasClass('paused') === true ) { + if (MuleQueueButton.hasClass('running') === true || MuleQueueButton.hasClass('paused') === true) { - if ( setuptools.app.mulequeue.state.paused === false ) { + if (setuptools.app.mulequeue.state.paused === false) { options.push({ class: 'pauseQueue', @@ -987,7 +1095,7 @@ setuptools.app.mulequeue.menu = function() { options.push({ class: 'cancelQueue', name: 'Cancel', - callback: function() { + callback: function () { setuptools.app.mulequeue.task.cancel(); } }); @@ -1011,11 +1119,11 @@ setuptools.app.mulequeue.menu = function() { }; // draw ui buttons reflecting the current state -setuptools.app.mulequeue.ui.drawButtons = function() { +setuptools.app.mulequeue.ui.drawButtons = function () { var html = ''; - if ( setuptools.app.mulequeue.state.running === false ) { + if (setuptools.app.mulequeue.state.running === false) { html += ' \